Poll: Do you weship da sun?

Be advised that this is a public poll: other users can see the choice(s) you selected.

Page 7 of 9 FirstFirst ... 56789 LastLast
Results 151 to 175 of 206

Thread: [07Scape] Meth's SIMPLE Tea Stealer

  1. #151
    Join Date
    May 2012
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Loads up EoC for me, Any other script that i load seems to load 07 fine so :/

  2. #152
    Join Date
    Mar 2012
    Location
    San Diego
    Posts
    760
    Mentioned
    4 Post(s)
    Quoted
    91 Post(s)

    Default

    Quote Originally Posted by Carlos1624 View Post
    Loads up EoC for me, Any other script that i load seems to load 07 fine so :/
    I don't know what the problem is. Do you only have SRL-OSR downloaded? Or did you edit the SRL files?

  3. #153
    Join Date
    Mar 2013
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by Mister Snow View Post
    Go into the script and fix it. There are many simple ways to remedy it. Look around the upper 40's lines.
    Would love to know how you changed it. I've tried but I seem to only be able to screw it up more.

    This script is one of the only working thieving scripts that I can find, but it has to be massivelyyy babysat due to the bot's mouse going slightly off the stall.

  4. #154
    Join Date
    Mar 2012
    Location
    San Diego
    Posts
    760
    Mentioned
    4 Post(s)
    Quoted
    91 Post(s)

    Default

    Quote Originally Posted by JeSahSah View Post
    Would love to know how you changed it. I've tried but I seem to only be able to screw it up more.

    This script is one of the only working thieving scripts that I can find, but it has to be massivelyyy babysat due to the bot's mouse going slightly off the stall.
    Did you try the new version?

  5. #155
    Join Date
    Mar 2013
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Yep, using v6. Seems to happen every 1-15 mins at random. I can sometimes turn the screen and it will adjust itself, but more often than not I have to restart it. When I click on randoms and then click back on the script it doesn't work and I have to restart as well.

  6. #156
    Join Date
    Mar 2012
    Location
    San Diego
    Posts
    760
    Mentioned
    4 Post(s)
    Quoted
    91 Post(s)

    Default

    Quote Originally Posted by JeSahSah View Post
    Yep, using v6. Seems to happen every 1-15 mins at random. I can sometimes turn the screen and it will adjust itself, but more often than not I have to restart it. When I click on randoms and then click back on the script it doesn't work and I have to restart as well.
    I'll try fixing that in v7. It'll work on SRL-OSR instead of P07Include

  7. #157
    Join Date
    Mar 2013
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Pro. Looking forward to it.

  8. #158
    Join Date
    Mar 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    stars EOC for me, don't know why!

  9. #159
    Join Date
    Mar 2012
    Location
    San Diego
    Posts
    760
    Mentioned
    4 Post(s)
    Quoted
    91 Post(s)

    Default

    Quote Originally Posted by Tarkit View Post
    stars EOC for me, don't know why!
    try the new one

  10. #160
    Join Date
    Mar 2013
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Version 7 just clicks once and it is done then. Doesn't do anything else after the first click.

  11. #161
    Join Date
    Mar 2012
    Location
    San Diego
    Posts
    760
    Mentioned
    4 Post(s)
    Quoted
    91 Post(s)

    Default

    Quote Originally Posted by matthew1993 View Post
    Version 7 just clicks once and it is done then. Doesn't do anything else after the first click.
    Was working for me when I tested it
    Are you in the same spot as the video?

  12. #162
    Join Date
    Mar 2013
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by [PRO]metheus View Post
    Was working for me when I tested it
    Are you in the same spot as the video?
    I am. I debugged it, it doesn't go further then this:

    Code:
    Repeat Wait(150) until InvCount = + 1;
    Line 66. It is stuck there.

    Edit: it works, just needed to start with an empty inventory.
    Last edited by matthew1993; 04-05-2013 at 06:55 PM.

  13. #163
    Join Date
    Mar 2013
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    I didn't like the fact that it sometimes was hovering out of the tea stall and the part it was hovering on was smaller then the full tea stall. If someone would check your screen and log the clicks it would all be in the left-bottom part of the tea stall. I changed that, also added a little box that shows where you can click, makes it easier for debugging!

    New Stealing procedure:
    Code:
    Procedure Stealing;
      var
        PBox: TBox;
    begin
    MouseBoxHover(310, 131, 333, 175);
    MakeCompass('N');
    SetAngle(SRL_ANGLE_HIGH);
    //
        PBox := IntToBox(310, 131, 333, 175);;
        SMART_DrawBox(PBox);
    //
    If IsUpTextMultiCustom(['alk h', 'more']) then
    repeat
    FindNormalRandoms;
    Wait(150) until IsUpTextMultiCustom(['teal', 'rom']);
    And just add this:
    Code:
    {$I SRL-OSR/srl/misc/SmartGraphics.simba}
    In the top of the script to make the box work.

    Script seems to work fine and do its job perfect, only thing is that antirandoms aren't inplemented in almost no script or in SRL, but that's not really you to blame for
    Great script overall thanks!

    Edit: oh and please comment your script out and use tabs to make it more readable
    Edit2: not working need to debug for a second, wasn't thinking of bringing the camera up high!
    Edit3: Now with working screen coordinates and brings the vision back up to 'High' and 'North' if you do a random for the script and don't want to loose your proggie.
    Edit4: I keep getting the coordinates wrong, on the original script and my adapted versions, sometimes the random box the script can click on is not 100% in the tea stall, no idea how that happens.
    Edit5: After some testing: each login has different 0,0 middle of screen coordinates, the ones implemented now will always be on the Tea Stall and will make the script more continues.
    Last edited by matthew1993; 04-05-2013 at 09:44 PM.

  14. #164
    Join Date
    Mar 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    "Exception in Script: Unable to find file 'srl-osr/srl.simba' used from 'C:\Users\new user\Downloads\07TeaStealer v7.simba'"
    what do I do?

  15. #165
    Join Date
    Mar 2013
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Read and watch tutorials, and implement the files needed to run certain scripts:

    http://villavu.com/forum/showthread.php?t=47714

  16. #166
    Join Date
    Feb 2013
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    Why doesn't it do anything when I start it up. It just stands there in the correct spot and does nothing.
    Is this script broken or does it still have anti-leech?
    Last edited by Beadmen; 04-06-2013 at 12:56 AM.

  17. #167
    Join Date
    Mar 2012
    Location
    San Diego
    Posts
    760
    Mentioned
    4 Post(s)
    Quoted
    91 Post(s)

    Default

    Quote Originally Posted by Beadmen View Post
    Why doesn't it do anything when I start it up. It just stands there in the correct spot and does nothing.
    Is this script broken or does it still have anti-leech?
    Try starting without anything in your inventory.

  18. #168
    Join Date
    Mar 2013
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by matthew1993 View Post
    I didn't like the fact that it sometimes was hovering out of the tea stall and the part it was hovering on was smaller then the full tea stall. If someone would check your screen and log the clicks it would all be in the left-bottom part of the tea stall. I changed that, also added a little box that shows where you can click, makes it easier for debugging!

    New Stealing procedure:
    Code:
    Procedure Stealing;
      var
        PBox: TBox;
    begin
    MouseBoxHover(310, 131, 333, 175);
    MakeCompass('N');
    SetAngle(SRL_ANGLE_HIGH);
    //
        PBox := IntToBox(310, 131, 333, 175);;
        SMART_DrawBox(PBox);
    //
    If IsUpTextMultiCustom(['alk h', 'more']) then
    repeat
    FindNormalRandoms;
    Wait(150) until IsUpTextMultiCustom(['teal', 'rom']);
    And just add this:
    Code:
    {$I SRL-OSR/srl/misc/SmartGraphics.simba}
    In the top of the script to make the box work.

    Script seems to work fine and do its job perfect, only thing is that antirandoms aren't inplemented in almost no script or in SRL, but that's not really you to blame for
    Great script overall thanks!

    Edit: oh and please comment your script out and use tabs to make it more readable
    Edit2: not working need to debug for a second, wasn't thinking of bringing the camera up high!
    Edit3: Now with working screen coordinates and brings the vision back up to 'High' and 'North' if you do a random for the script and don't want to loose your proggie.
    Edit4: I keep getting the coordinates wrong, on the original script and my adapted versions, sometimes the random box the script can click on is not 100% in the tea stall, no idea how that happens.
    Edit5: After some testing: each login has different 0,0 middle of screen coordinates, the ones implemented now will always be on the Tea Stall and will make the script more continues.
    THIS. Helped so much. I had to make a couple changes though for it to work. I had to emit {$I SRL-OSR/srl/misc/SmartGraphics.simba} and just leave it like it was, and I had to take out
    Code:
    SMART_DrawBox(PBox);
    Working flawlessly other than randoms of course.

    Edit: about every 30 mins or so the curser will fall off of the stall, but you can just move the map slightly to get everything going again.
    Last edited by JeSahSah; 04-06-2013 at 08:18 AM.

  19. #169
    Join Date
    Mar 2013
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by JeSahSah View Post
    THIS. Helped so much. I had to make a couple changes though for it to work. I had to emit {$I SRL-OSR/srl/misc/SmartGraphics.simba} and just leave it like it was, and I had to take out
    Code:
    SMART_DrawBox(PBox);
    Working flawlessly other than randoms of course.

    Edit: about every 30 mins or so the curser will fall off of the stall, but you can just move the map slightly to get everything going again.
    Ah that just means you don't have those files, you don't really need it to run my version, mine just is a little bit more useful when debugging.

    ps. metheus I'm not taking over the thread, but the clicking could use some work in my opinion so I just made my own and thought, why not share it

  20. #170
    Join Date
    Jul 2012
    Posts
    66
    Mentioned
    0 Post(s)
    Quoted
    22 Post(s)

    Default

    Still missclicks alot, can't run it for long at all :\

    I'm running the original script.
    Last edited by Nashua; 04-08-2013 at 12:16 PM.

  21. #171
    Join Date
    Apr 2013
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    terrible script nub

  22. #172
    Join Date
    Mar 2012
    Location
    San Diego
    Posts
    760
    Mentioned
    4 Post(s)
    Quoted
    91 Post(s)

    Default

    Quote Originally Posted by anxious View Post
    terrible script nub
    k make your own and see how hard it is with lots of priorities on your hands. Nub.

  23. #173
    Join Date
    Mar 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by anxious View Post
    terrible script nub

    Quote Originally Posted by [PRO]metheus View Post
    k make your own and see how hard it is with lots of priorities on your hands. Nub.
    Its a mad script, wtf is this dick on about?

    Dont worry man, some people are just pathetic and expect to click 1 button and have their character leveled to 99... They dont realise the effort that it takes.. Cheers for the script man, so far running smooth.. sitting on about an hour run time now

  24. #174
    Join Date
    May 2012
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Just a quick question, occasionally the bot will move the mouse off of the stall and hover just next to it. Sometimes I can just rotate the camera slightly and it will pick it back up again but other times it will be just out of reach of the stall and I have to stop and restart the script. I wouldn't be so bothered if it only did it every hour or so as I babysit my bots anyway but it literally happens every 5-10 minutes. I was just wondering if there was any way I could edit the script myself in order to make the click-box smaller? I've had a little look through the code but i'm more than useless when it comes to coding so I couldn't see anything obvious I could change to get this to work.

    Any help you or the community could offer would be greatly appreciated

  25. #175
    Join Date
    Apr 2013
    Posts
    41
    Mentioned
    0 Post(s)
    Quoted
    22 Post(s)

    Default

    My god how do I hop worlds rofl using the client, this guys been on my server for agggess doing the same thing I'm doing.

Page 7 of 9 FirstFirst ... 56789 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •