Page 1 of 3 123 LastLast
Results 1 to 25 of 55

Thread: [07] [PreEOC] Man thief [incomplete!]

  1. #1
    Join Date
    Feb 2013
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default [07] [PreEOC] Man thief [incomplete!]

    [07] [PreEOC] Pickpocket07 [work in progress]

    Current: Version 0.2.2
    -------------- Current problems --------------
    • This script only has the man NPC with the blue t-shit supported at the moment
    • ^ Simply use ACA and bitmap string conversion for another NPC
    • Doesn't eat
    • Doesn't watch the HP
    • Doesn't time out if it can't find 'man' NPC
    • No antiban (though that isn't the individual scripts responsiiblity)

    ---------------------------------------------------
    Do not attempt to AFK with this script in its current state.

    This script will allow you to sit back and watch at this point, but it does not do anything but pickpocket!

    (I am new to pascal, SRL, Simba (just started this week) but I am working hard to learn as fast as I can.
    If you can improve this script, please do. I will do what I can.)


    Script only has the man with the blue t-shit supported at the moment
    ---------------------------------------------------
    Version history

    v0.1:
    N/A

    v0.2: (thank you nivek1989!)
    looping with integer Inc(TimesRan);
    started rotate screen procedure TypeByte(VK_RIGHT);
    fixed wait(randomrange(#,#));

    v0.2.2: (LATEST)
    Uses new bitmap for right click
    Attachment 19305
    ---------------------------------------------------
    Upcoming updates:
    * HAM follower
    * Multiple 'man' NPC support (thanks to RS07)
    * Rotate screen with 07Include (thanks to DannyRS)
    * Eat (IDK what foods I should add? Shrimp, chicken, beef, and cake?
    * Time out

    Future updates:
    * Stalls (when I find the time, as this will need a retreating procedure)
    * Banking support (possible)


    Make sure to download the latest version!
    Attached Files Attached Files
    Last edited by anony; 02-24-2013 at 01:15 AM.

  2. #2
    Join Date
    Sep 2012
    Location
    Here.
    Posts
    2,007
    Mentioned
    88 Post(s)
    Quoted
    1014 Post(s)

    Default

    Just from an away from home glance, I can determine a few quick things at least.
    In TempRepeat, instead of
    Simba Code:
    TimesRan = TimesRan + 1;
    you can do
    Simba Code:
    Inc(TimesRan);

    Your compilation issue *might* be because
    Simba Code:
    wait(randomrange(7500, 1500));
    If you look carefully, you see the second number is smaller than the first. You maybe meant "15000" instead of "1500"?

    In FindManTpa you do:
    Simba Code:
    SetColorToleranceSpeed(2);
      SetToleranceSpeed2Modifiers(0.44, 0.42); //0.01 = Hue mod ... 0.60 = Sat mod
    and you only reset the values to what they should be if the object is found. Instead you should move your reset to after the
    Simba Code:
    if FindColorsTolerance(ObjectTPA, 5916744, 8, 25, 518, 359, 2) then
        begin                        // 5916744 = shirt color ... 2 = tolerance
        .....
        end;
    block so it always resets the values. And as far as that goes, it appears your Writeln declaring the man wasn't found occurs even if he is found.

    Just some tips from my glance that should hopefully help out.

  3. #3
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    Really....

    Forum account issues? Please send me a PM

  4. #4
    Join Date
    Nov 2012
    Posts
    141
    Mentioned
    0 Post(s)
    Quoted
    43 Post(s)

    Default

    Quote Originally Posted by Justin View Post
    Really....
    If SRL Members don't want 2007 stuff in the public, I suggest someone make a thread about it.
    People are going to share scripts if they aren't told otherwise.

  5. #5
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    Quote Originally Posted by Neodymium View Post
    If SRL Members don't want 2007 stuff in the public, I suggest someone make a thread about it.
    People are going to share scripts if they aren't told otherwise.
    I don't think there will be a post. It's just sad that the servers have been released for under 12 hours and people are already thinking\scripting for it...

    Forum account issues? Please send me a PM

  6. #6
    Join Date
    Nov 2012
    Posts
    141
    Mentioned
    0 Post(s)
    Quoted
    43 Post(s)

    Default

    Quote Originally Posted by Justin View Post
    I don't think there will be a post. It's just sad that the servers have been released for under 12 hours and people are already thinking\scripting for it...
    I agree, I'm glad they brought the better game back .
    Honestly, I'm just going to be playing as much as I can since my EOC members ran out after I voted.
    I was going to do Waterfall before I went the wrong way after reaching Ardy... I looked at the forums for a bit and died. ._.

  7. #7
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Don't use this script, it got me banned already

    Creds to DannyRS for this wonderful sig!

  8. #8
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    Quote Originally Posted by Sjoekeloe View Post
    Don't use this script, it got me banned already
    Damn that's gotta be hard
    Current Project: Retired

  9. #9
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by Gucci View Post
    Damn that's gotta be hard
    Yeah Jagex is really tightening things up :s
    My main on rs is gone too ffs

    Creds to DannyRS for this wonderful sig!

  10. #10
    Join Date
    Feb 2013
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    Thank you Nivek1989!

    I will definitely try out your suggestions. I will try to clean this up and add features until someone writes a better script. In the event of this I will retire this one.

    Code:
    wait(randomrange(7500, 1500));
    Thank you again, I meant 750 - 1500 for that delay.

    ---

    You were banned already? How is that possible? How would they have been able to determine that you were a bot?

    Sorry I just don't see how that it possible that you were banned in that time frame. Pics or didn't happen :/
    Last edited by anony; 02-22-2013 at 10:42 PM.

  11. #11
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by anony View Post
    Thank you Nivek1989!

    I will definitely try out your suggestions. I will try to clean this up and add features until someone writes a better script. In the event of this I will retire this one.

    Code:
    wait(randomrange(7500, 1500));
    Thank you again, I meant 750 - 1500 for that delay.

    ---

    You were banned already? How is that possible? How would they have been able to determine that you were a bot?
    I guess your script has some flaws ..

    Creds to DannyRS for this wonderful sig!

  12. #12
    Join Date
    Feb 2013
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    Quote Originally Posted by Sjoekeloe View Post
    I guess your script has some flaws ..
    Lets think about this logically for a moment.

    I used mmouse() so the mouse was not hopping around the screen. The only way they would see that it was a script could be from the set wait() intervals, though I doubt this.

    Either you got caught by a jmod in the act(still how would he known), caught in a random or you were banned from something else. While its not impossible, the time frame makes it improbable.

    I may be new to scripting, but ultimately if you were detected to be botting and banned this quick then we are all in for a bad time.
    Last edited by anony; 02-22-2013 at 10:50 PM.

  13. #13
    Join Date
    Sep 2012
    Location
    Here.
    Posts
    2,007
    Mentioned
    88 Post(s)
    Quoted
    1014 Post(s)

    Default

    Looking at it some more, I do notice:
    Simba Code:
    mmouse(x, y,1,1);
    wait(250);
    ClickMouse(X, Y, mouse_Left)
    That will move the mouse to a slightly random location (1 pixel is pretty small as far as that goes), then the ClickMouse will move it to the Non-Random location anyway (constant and bot-like) and left-click there. Also, in general we avoid the ClickMouse() command as it's botlike on it's own. ClickMouse2() is the non-botlike way to go for that as well.

    Once again, still a glance at it all away from home, but that could be a decent issue. Have you yourself had a decent progress report without ban using your script? (4+ hours)?

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

    Default

    Quote Originally Posted by nivek1989 View Post
    Looking at it some more, I do notice:
    Simba Code:
    mmouse(x, y,1,1);
    wait(250);
    ClickMouse(X, Y, mouse_Left)
    That will move the mouse to a slightly random location (1 pixel is pretty small as far as that goes), then the ClickMouse will move it to the Non-Random location anyway (constant and bot-like) and left-click there. Also, in general we avoid the ClickMouse() command as it's botlike on it's own. ClickMouse2() is the non-botlike way to go for that as well.

    Once again, still a glance at it all away from home, but that could be a decent issue. Have you yourself had a decent progress report without ban using your script? (4+ hours)?

    I see thank you for your help. I will implement clickmouse2() over the other one.
    I have used it for maybe ~45 minutes of constant use + a few mins with it debugging.

  15. #15
    Join Date
    Feb 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by Sjoekeloe View Post
    I guess your script has some flaws ..
    The more likely scenario is you're lying to discourage botting.

  16. #16
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by RS07 View Post
    The more likely scenario is you're lying to discourage botting.
    Aren't you the bright one

    EDIT: not discouraging botting, I was feeling like being a dick

    Creds to DannyRS for this wonderful sig!

  17. #17
    Join Date
    Feb 2013
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    Quote Originally Posted by Sjoekeloe View Post
    Aren't you the bright one
    This is what I assumed.

  18. #18
    Join Date
    Jan 2013
    Posts
    453
    Mentioned
    9 Post(s)
    Quoted
    242 Post(s)

    Default

    Joe I truly felt sympathy for a moment!

  19. #19
    Join Date
    Jan 2012
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Exception in Script: Unable to find file 'P06Include/P06Include.simba' used from 'C:\Users\Jdoggy\Desktop\Simba Scripts\Pickpocket07v0.2.simba' Getting this error on start? Any help, updated everything and just open the file then click green start button. Then the exception pops up?

  20. #20
    Join Date
    Nov 2012
    Posts
    2,351
    Mentioned
    55 Post(s)
    Quoted
    603 Post(s)

    Default

    Quote Originally Posted by jdoggy View Post
    Exception in Script: Unable to find file 'P06Include/P06Include.simba' used from 'C:\Users\Jdoggy\Desktop\Simba Scripts\Pickpocket07v0.2.simba' Getting this error on start? Any help, updated everything and just open the file then click green start button. Then the exception pops up?
    Seems to be using the private server include Myself and some of the other members developed a while ago, guess something in that works for 07 :/ link in my sig, I have a 07 version that I will release if it doesn't bother the other members ^^


    Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling

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

    Default

    Quote Originally Posted by DannyRS View Post
    Seems to be using the private server include Myself and some of the other members developed a while ago, guess something in that works for 07 :/ link in my sig, I have a 07 version that I will release if it doesn't bother the other members ^^
    Sorry I forgot to mention that I added the pr06 include, though I didn't called anything from it. You could just comment that out ""//".

    And TY for the 07include DannyRS! It should help out.

    I also feel I should mention a lot of my source code is redone code from other scripts. I don't intend on taking any credit for others work. I merely want to use what works and re-release it to the community.

  22. #22
    Join Date
    Feb 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    I've fixed, cleaned, and added some features to your code.
    This pickpockets in the area right of lumby castle entrance, near the battle axe shop.
    It will find and pickpocket the purple, blue, and tan-brown man/women in the area. It will move the camera if no npc is found.
    It opens the stats menu so you can see your health, but it seems SRLs OCR functions aren't working with rs7 (yet), so to implement an eating function would require some tedious bitmap finding and number conversion which isn't worth it, I'd rather wait for the OCR to work.

    Pickpocket07.simba

  23. #23
    Join Date
    Nov 2012
    Posts
    2,351
    Mentioned
    55 Post(s)
    Quoted
    603 Post(s)

    Default

    Quote Originally Posted by RS07 View Post
    I've fixed, cleaned, and added some features to your code.
    This pickpockets in the area right of lumby castle entrance, near the battle axe shop.
    It will find and pickpocket the purple, blue, and tan-brown man/women in the area. It will move the camera if no npc is found.
    It opens the stats menu so you can see your health, but it seems SRLs OCR functions aren't working with rs7 (yet), so to implement an eating function would require some tedious bitmap finding and number conversion which isn't worth it, I'd rather wait for the OCR to work.
    OCR works if you get the old fonts http://villavu.com/forum/showthread.php?t=96863


    Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling

  24. #24
    Join Date
    Apr 2007
    Location
    Netherlands
    Posts
    427
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    thanks got me to 20 thieving

  25. #25
    Join Date
    Dec 2011
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Works great! Getting to level 30 in 2.5 hours

Page 1 of 3 123 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
  •