Uniquelol3r Posted March 19, 2011 Posted March 19, 2011 Hi guyz, I am new to AutoIT. I wrote a seimple script: While 1 HotKeySet('{ESC}', '_Exit') MouseClick("left",1118,410) $random_time = Random(300,400,1) Sleep($random_time) WEnd Need help on: 1. Setting the HotKeySet. The hotkey dosen't work the loop just keeps going and I have to restart my computer to make it stop. 2. Please tell me is the time like Random, this is an autoclicker for runescape. (Needs to be random with no pattern) 3. Is there any possible way instead of using MouseClick("left",1118,410) ---- I write a command for it to click on this specific button. And if the button is not visible it stops the script automatically. The button looks like this: http://img714.imageshack.us/i/fallydorteleporticon.png/ I uploaded it on Image shack. I cannot upload the image on this forum because I'm not allowed on this forum for some reason. Thanks. Please Reply Fast.
Uniquelol3r Posted March 19, 2011 Author Posted March 19, 2011 Hi guyz, I am new to AutoIT.I wrote a seimple script:While 1HotKeySet('{ESC}', '_Exit')MouseClick("left",1118,410)$random_time = Random(300,400,1)Sleep($random_time)WEndNeed help on: 1. Setting the HotKeySet. The hotkey dosen't work the loop just keeps going and I have to restart my computer to make it stop.2. Please tell me is the time like Random, this is an autoclicker for runescape. (Needs to be random with no pattern)3. Is there any possible way instead of using MouseClick("left",1118,410) ---- I write a command for it to click on this specific button. And if the button is not visible it stops the script automatically. The button looks like this:http://img714.imageshack.us/i/fallydorteleporticon.png/I uploaded it on Image shack. I cannot upload the image on this forum because I'm not allowed on this forum for some reason.Thanks. Please Reply Fast.Edit: Sorry I leveled and the button changed and the button now is:http://img853.imageshack.us/i/camelotteleport.png/Sorry for any inconvenience. Please reply Fast.
AdmiralAlkex Posted March 19, 2011 Posted March 19, 2011 2. Please tell me is the time like Random, this is an autoclicker for runescape. (Needs to be random with no pattern)Hi and Welcome to the forums!Unfortunately, you seem to have rushed a bit when creating this thread and missed the announcement (<-- link) that we don't automate games here. .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
Uniquelol3r Posted March 19, 2011 Author Posted March 19, 2011 Hi and Welcome to the forums!Unfortunately, you seem to have rushed a bit when creating this thread and missed the announcement (<-- link) that we don't automate games here.Ah come on. I learned AutoIt for runescape ;(If not here can you help me on my MSN? ;D
BillLuvsU Posted March 19, 2011 Posted March 19, 2011 ... I hate humanity sometimes. [center][/center]Working on the next big thing.Currently Playing: Halo 4, League of LegendsXBL GT: iRememberYhslaw
Recommended Posts