Results 1 to 2 of 2
  1. #1
    doomedkimchi's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    0

    Need help with AFK bot Coding

    Hello! Can Anyone help me or teach me how to code an Simply AFK bot with Clicking Delays... Pressing Enter.... and Clicking F5s? Hopefully not too much Trouble... Thanks.

    *You will be in the Credit If I release it. Or If I could even Finish it.

  2. #2
    Debeselis's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Location
    C++
    Posts
    0
    Reputation
    10
    Thanks
    0
    My Mood
    Angelic
    Just watch some AutoIT tutorials, this is very simple.

    Almost everything you need is :
    • MouseClick ( "button" [, x, y [, clicks = 1 [, speed = 10]]] )
    • MouseMove ( x, y [, speed = 10] )
    • Send ( "keys" [, flag = 0] ) << if you want to click f5, it must be {F5} instead of "keys" ant if you want to click enter, it must be {ENTER}
    • Ant just to skip some time you can use sleep function - Sleep(1000) << 1000 = 1 second


    I hope it will help for you, good luck
    Last edited by Debeselis; 10-03-2014 at 02:33 PM.

Similar Threads

  1. [Help] Need help with a source code
    By G4M3RX in forum C++/C Programming
    Replies: 9
    Last Post: 05-05-2011, 04:33 PM
  2. need help with smart bots
    By Mister Krister in forum Call of Duty Modern Warfare 2 Help
    Replies: 2
    Last Post: 11-08-2010, 10:26 AM
  3. Need help with a killstreak code
    By lior19940 in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 4
    Last Post: 08-16-2010, 05:22 PM
  4. Hello! i need help with the source code.
    By LatinHacker in forum Combat Arms Help
    Replies: 3
    Last Post: 05-14-2010, 10:32 PM
  5. need help with some quick codes
    By ravinghippie in forum Anti-Cheat
    Replies: 1
    Last Post: 05-13-2009, 09:24 AM