Results 1 to 11 of 11

Thread: [Request] Instinct PK (Simple random!)

  1. #1
    Join Date
    Mar 2013
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default [Request] Instinct PK (Simple random!)

    I've been trying to script a bot for theiving on this server but sadly i can never figure out how to do so, it would be easy for me if there wasnt a random. All i need the bot to do is steal from the gem stall and when the random sends you to this green valley to teleport back to addy and begin thieving again. Can someone please make this or give me a guide on how to make it? I've already tried rjs so that wont work.

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

    Default

    Maybe post some screenshots of what you need done?

    Forum account issues? Please send me a PM

  3. #3
    Join Date
    Mar 2013
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    First your stealing from the gem stall like so
    Untitled.png

    Then every once in a while this random ( The only random ) Pops up and you need to tele to addy again.
    654353454.png

    Then you need to click on the stall to get to stealing from your teleport spot.
    543543543.png


    I know it seems simple to others, but i tried my hardest and i couldnt find a way to do it.

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

    Default

    Quote Originally Posted by Riley View Post
    First your stealing from the gem stall like so
    Untitled.png

    Then every once in a while this random ( The only random ) Pops up and you need to tele to addy again.
    654353454.png

    Then you need to click on the stall to get to stealing from your teleport spot.
    543543543.png


    I know it seems simple to others, but i tried my hardest and i couldnt find a way to do it.
    Okay, I'll take a quick look at this

    Forum account issues? Please send me a PM

  5. #5
    Join Date
    Mar 2013
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Thanks it means a lot, do you need the website?

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

    Default

    Quote Originally Posted by Riley View Post
    Thanks it means a lot, do you need the website?
    A quick google search found it for me :P

    E: Won't be able to work on it today, bit busy currently, sorry
    Last edited by Justin; 04-04-2013 at 03:50 AM.

    Forum account issues? Please send me a PM

  7. #7
    Join Date
    Mar 2013
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Lol its fine, i couldnt do it i dont expect anyone else to be hard core on it lol.

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

    Default

    Quote Originally Posted by Riley View Post
    Lol its fine, i couldnt do it i dont expect anyone else to be hard core on it lol.
    Here's something that you might be able to use to detect if you have been teleported (Not really tested)

    Simba Code:
    function inRandom: Boolean;
    begin
    result := (CountColorTolerance(1138747, MMX1, MMY1, MMX2, MMY2, 25) > 200);
    end;

    procedure SolveRandom;
    begin
    writeln('Solving Random');
    MouseBox(730,174, 753, 197, mouse_Left);
    wait(RandomRange(600,1200));
    MouseBox(614, 330, 621, 340, mouse_Left);
    wait(RandomRange(1800,3200));
    MouseBox(237, 428, 283, 434, mouse_Left);
    wait(RandomRange(1800,3200));
    writeln('SolveRandom finished');
    end;
     

    ...

    if (inRandom) then
    SolveRandom;

    Very very very badly coded as it's mainly blindclicking to solve it

    Forum account issues? Please send me a PM

  9. #9
    Join Date
    Mar 2013
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Well at least I understand it xD, I'll try it out hopefully it solves :P

  10. #10
    Join Date
    Dec 2012
    Posts
    115
    Mentioned
    0 Post(s)
    Quoted
    25 Post(s)

    Default

    Instinct pk is back?! Haha! i remember playing this server like almost 3 years ago, then it died. Anyways, you could use just static clicking to find the correct option (assuming it doesn't move positions) or maybe even a dtm/bitmap could be used to find which teleport you need to click on.

  11. #11
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    use a high tolerance to count green dots on minimap like justin said and when that happens make it tele to ardy

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
  •