Ardy Knights AHK Help

Discussion in 'RuneScape 2007 Cheating' started by pubby, Sep 29, 2018.

Ardy Knights AHK Help
  1. Unread #1 - Sep 29, 2018 at 7:03 PM
  2. pubby
    Joined:
    Jul 17, 2016
    Posts:
    8
    Referrals:
    0
    Sythe Gold:
    0

    pubby Newcomer

    Ardy Knights AHK Help

    Currently using this script. How would you add pressing the ESC button and having a small delay and pressing it again to go back to thieving. Ideally it would be random per 18-25 pickpockets
    q::
    t:=!t
    While (t){
    Click down
    SLeep 20
    Click up
    Random, rand, 80, 450
    Sleep % rand

    }
    return
     
  3. Unread #2 - Sep 30, 2018 at 5:45 AM
  4. Enjoy
    Joined:
    Mar 15, 2012
    Posts:
    12,496
    Referrals:
    6
    Sythe Gold:
    1,217
    Vouch Thread:
    Click Here
    Discord Unique ID:
    308206704473145347
    Discord Username:
    enj100
    Potamus Heidy <3 n4n0 Two Factor Authentication User

    Enjoy Previously known as Deiviszm66
    $300 USD Donor New

    Ardy Knights AHK Help

    Click down
    SLeep 20 //you should use random sleep here also.
    Click up

    What kind of programming language is that?

    Anyway, I would do it like this: before starting the script you should make a variable like:
    int n = Random(18, 25);
    And also make a counter before while.

    q::
    t:=!t
    //int n = Random(18, 25);
    //int counter = 0;

    While (t){
    Click down
    SLeep 20
    Click up
    Random, rand, 80, 450
    Sleep % rand

    }
    return

    Then at the end of your while you should count clicks and check if clicks is equal to n:

    q::
    t:=!t
    //int n = Random(18, 25);
    //int counter = 0;

    While (t){
    Click down
    SLeep 20
    Click up
    Random, rand, 80, 450
    Sleep % rand
    //counter = counter + 1;
    //if(counter == n){
    // //Press ESC button here
    // Sleep(Random(1221, 5959)); //sleep here
    // counter = 0; //reset counter
    // n = Random(18, 25); //generate new random value
    // //Press ESC button here
    //}

    }
    return

    I hope you know Java/C# basics. I don't know what kind of language is that so I wrote the code in Java(let's say)... Anyway, you know now how your code should work.
     
    ^ YoHoJo likes this.
    Last edited: Sep 30, 2018
< Runecrafting runners looking for -Bots/human | murgees auto clicker >

Users viewing this thread
1 guest


 
 
Adblock breaks this site