DuhBoy 0 Posted September 1, 2010 Hello guys Can you tell me how to put hotkey to run that script when i press that hotkey... example.. i will put :A MouseClick ("left") loop :A but i wanna start it with hotkey example with "P" when i press P that script starts pls help me... am newbie i know and srz for bad english hope u will help me Share this post Link to post Share on other sites
JohnOne 1,603 Posted September 1, 2010 What have you tried? AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Share this post Link to post Share on other sites
Realm 18 Posted September 1, 2010 HotKeySet("p","Do_P") While 1 Sleep(10) WEnd Func Do_P() ;do something EndFunc This should get you started. where it says ;do something, put what it is that you want it to do when 'p' is pressed. My Contributions: Unix Timestamp: Calculate Unix time, or seconds since Epoch, accounting for your local timezone and daylight savings time. RegEdit Jumper: A Small & Simple interface based on Yashied's Reg Jumper Function, for searching Hives in your registry. Share this post Link to post Share on other sites
DuhBoy 0 Posted September 2, 2010 HotKeySet("p","Do_P") While 1 Sleep(10) WEnd Func Do_P() ;do something EndFunc This should get you started. where it says ;do something, put what it is that you want it to do when 'p' is pressed. hey i wanna make facebook clicker hack can u post code for me here please it would be really helpful thanks!like 300 clicks Share this post Link to post Share on other sites
DuhBoy 0 Posted September 2, 2010 What have you tried?i tried to hack facebook click application do you have any codes for clicks? Share this post Link to post Share on other sites
JohnOne 1,603 Posted September 2, 2010 No. Try the facebook forums. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Share this post Link to post Share on other sites
maqleod 1 Posted September 2, 2010 hey i wanna make facebook clicker hack can u post code for me here please it would be really helpful thanks!like 300 clicksif you want help, don't ask for code to be written for you, present your code attempt and you'll get a better response.In general though, you won't really get help for gaming/social networking hacks. [u]You can download my projects at:[/u] Pulsar Software Share this post Link to post Share on other sites
DuhBoy 0 Posted September 2, 2010 ok if you can help me i made this: mouseclick ("left") like 300 and i dont know how to start it with hotkey not with double click cause i cant click firefox iz minimize upmize etc... so any help? Share this post Link to post Share on other sites
Bert 1,430 Posted September 2, 2010 Have you made any attempt at all to read the help file? The Vollatran project My blog: http://www.vollysinterestingshit.com/ Share this post Link to post Share on other sites