Poll: Do you weship da sun?

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

Page 4 of 9 FirstFirst ... 23456 ... LastLast
Results 76 to 100 of 206

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

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

    Default

    Quote Originally Posted by mrtruehybrid View Post
    The script stops when you level your thieving.
    How do I fix this?
    I didn't make it so it terminates when you level up... I'll try fixing the LevelCheck in today's update

  2. #77
    Join Date
    Jun 2012
    Posts
    4,867
    Mentioned
    74 Post(s)
    Quoted
    1663 Post(s)

    Default

    Quote Originally Posted by lpodtouch View Post
    fuck just let me bot!!!!!!! this is probably the only reason why simba isn't one of the bets botting sites, fucking anti-leech evrywhere, im not trying to learn im just trying to bot fuck.......

    swear to god this is bs
    We have a no swearing rule here, please respect it.

    Anti-leech helps you learn, don't you want to learn?

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

    Default

    Quote Originally Posted by lpodtouch View Post
    fuck just let me bot!!!!!!! this is probably the only reason why simba isn't one of the bets botting sites, fucking anti-leech evrywhere, im not trying to learn im just trying to bot fuck.......

    swear to god this is bs
    You define the word "Leecher" around this website.

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

    Default

    Updated to V3. Should be more accurate than the previous versions.

  5. #80
    Join Date
    Apr 2012
    Posts
    29
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    Dang I can't solve line 169. I'm not familiar with these functions. Any hints?

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

    Default

    Quote Originally Posted by sarmetto View Post
    Dang I can't solve line 169. I'm not familiar with these functions. Any hints?
    Antileech is no longer in Line 169. All I can say is that it has something to do with the Mainloop.

  7. #82
    Join Date
    Apr 2012
    Posts
    29
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    Quote Originally Posted by [PRO]metheus View Post
    Antileech is no longer in Line 169. All I can say is that it has something to do with the Mainloop.
    Can't figure it out, always get same mismatch error on 169.

    I guess ill try again later

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

    Default

    Quote Originally Posted by sarmetto View Post
    Can't figure it out, always get same mismatch error on 169.

    I guess ill try again later
    I updated the script. Have you downloaded the new version?

  9. #84
    Join Date
    Apr 2012
    Posts
    29
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    Yeah, Version 3.

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

    Default

    Quote Originally Posted by sarmetto View Post
    Yeah, Version 3.
    That's weird, I commented out that line... Make sure you have the RS07Include

  11. #86
    Join Date
    Feb 2013
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Thanks for the script.
    Easy antileech :P
    Works perf <3

  12. #87
    Join Date
    Apr 2012
    Posts
    92
    Mentioned
    0 Post(s)
    Quoted
    23 Post(s)

    Default

    Dude, the anti-leech is to easy :P

    Or I forgot something, you only need to delete something from the main loop right?

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

    Default

    Quote Originally Posted by juunhoad View Post
    Dude, the anti-leech is to easy :P

    Or I forgot something, you only need to delete something from the main loop right?
    it depends if it's running or not.

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

    Default

    Version 3.5 added. Can support multiple people stealing teas

  15. #90
    Join Date
    Nov 2011
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    If anybody's experiencing a problem with it failing to drop a teacup resulting in two teacups in the inventory, which results in stalling, you can add a double check (execute drop all twice) to make sure they're dropped. The problem is presumably with the drop function of the P07Include. I had this problem and I added another drop all along with a little change to the wait intervals.

    Code:
    Procedure Dropping;
    begin
    Wait(RandomRange(190, 260));
    P07_DropAll;
    Wait(RandomRange(90, 200));
    P07_DropAll;
    Wait(RandomRange(1, 60));
    end;
    cheese and crackers

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

    Default

    Quote Originally Posted by poptarts View Post
    If anybody's experiencing a problem with it failing to drop a teacup resulting in two teacups in the inventory, which results in stalling, you can add a double check (execute drop all twice) to make sure they're dropped. The problem is presumably with the drop function of the P07Include. I had this problem and I added another drop all along with a little change to the wait intervals.

    Code:
    Procedure Dropping;
    begin
    Wait(RandomRange(190, 260));
    P07_DropAll;
    Wait(RandomRange(90, 200));
    P07_DropAll;
    Wait(RandomRange(1, 60));
    end;
    Thanks for letting me know about that
    I'll make it so it makes sure that the inventory is empty before it continues stealing soon.

  17. #92
    Join Date
    Jan 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Exception in Script: Unable to find file 'P07Include.simba' used from 'C:\Users\Marvino\Downloads\07TeaStealer v3.5.simba'

    getting this error with every script help please!

  18. #93
    Join Date
    Feb 2013
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Where can I learn about fixing anti leaches?

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

    Default

    Quote Originally Posted by Hazard View Post
    Where can I learn about fixing anti leaches?
    Yohojo's video tutorial teaches well for beginners. That's the very first tutorial I watched before scripting

  20. #95
    Join Date
    Feb 2013
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Thanks, i'll look into it

  21. #96
    Join Date
    Dec 2012
    Posts
    87
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    Mmmmm it works but everytime it tried to find the tea stall it goes to 4 places then clicks. It repeats the same mouse movement every single time, which results in VERY frequent random events.

    Babysat and doing the randoms manually it's got me 5-17 so thanks so far.
    [My ProjectRs06 Scripts]

    Barbarian Powerfisher - Air RuneCrafter

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

    Default

    Quote Originally Posted by Pew View Post
    Mmmmm it works but everytime it tried to find the tea stall it goes to 4 places then clicks. It repeats the same mouse movement every single time, which results in VERY frequent random events.

    Babysat and doing the randoms manually it's got me 5-17 so thanks so far.
    Off topic, but are you Goobs from PB?
    And I need to find a fix for that soon
    Uploading v4 right now, along with a vid

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

    Default

    Added v4. Has proggies now, which you can post

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

    Default

    Need suggestions for v5. Definately going to add antiban

  25. #100
    Join Date
    Jan 2012
    Posts
    61
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    well wtf i get this:
    MAKE SURE YOU BANKED YOUR VALUABLES, LIKE YOUR ARMOR
    Client doesnt open

Page 4 of 9 FirstFirst ... 23456 ... 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
  •