sirmike Posted October 30, 2008 Posted October 30, 2008 hi guys i really want to try and make an idle bot on a game that auto kicks you when you not move for letss ay 20 minutes.. how could i make a bot that simply let's the character move every 10 minutes or so two steps right, and 10 minutes after 2 steps left...so it disables being kicked. is it hard to try?
Richard Robertson Posted October 30, 2008 Posted October 30, 2008 Use Sleep() and Send(). And probably a loop construct.
sirmike Posted October 31, 2008 Author Posted October 31, 2008 unfortunetly i do not have any experience using this option... could someone make ane entire scriptcode?
spudw2k Posted October 31, 2008 Posted October 31, 2008 Use the help file that comes with SciTE. Look for Sleep and Send Spoiler Things I've Made: Always On Top Tool ◊ AU History ◊ Deck of Cards ◊ HideIt ◊ ICU ◊ Icon Freezer ◊ Ipod Ejector ◊ Junos Configuration Explorer ◊ Link Downloader ◊ MD5 Folder Enumerator ◊ PassGen ◊ Ping Tool ◊ Quick NIC ◊ Read OCR ◊ RemoteIT ◊ SchTasksGui ◊ SpyCam ◊ System Scan Report Tool ◊ System UpTime ◊ Transparency Machine ◊ VMWare ESX Builder Misc Code Snippets: ADODB Example ◊ CheckHover ◊ Detect SafeMode ◊ DynEnumArray ◊ GetNetStatData ◊ HashArray ◊ IsBetweenDates ◊ Local Admins ◊ Make Choice ◊ Recursive File List ◊ Remove Sizebox Style ◊ Retrieve PNPDeviceID ◊ Retrieve SysListView32 Contents ◊ Set IE Homepage ◊ Tickle Expired Password ◊ Transpose Array Projects: Drive Space Usage GUI ◊ LEDkIT ◊ Plasma_kIt ◊ Scan Engine Builder ◊ SpeeDBurner ◊ SubnetCalc Cool Stuff: AutoItObject UDF ◊ Extract Icon From Proc ◊ GuiCtrlFontRotate ◊ Hex Edit Funcs ◊ Run binary ◊ Service_UDF
cageman Posted October 31, 2008 Posted October 31, 2008 (edited) its not hard to try.look up :while loopsend()sleep()http://www.autoitscript.com/autoit3/docs/look there under function reference for the send() sleep() functions and look at the while loop in loop statementsit pretty much explains it all. Edited October 31, 2008 by cageman
au3scr Posted October 31, 2008 Posted October 31, 2008 tell me game name and how to move and i will try
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now