Yea use auto it. Autoit download site at the bottom of the page
Use this line of code for help.
Quote:
While 1
Hotkeyset("w","w")<span style='color:green'>;if w is pressed code will play w function
Hotkeyset("s","s");if s is pressed code will play s function
Hotkeyset("a","a");if a is pressed code will play a function
Hotkeyset("d","d");if d is pressed code will play d function
Wend
Func w();this is function w
send("{UP}"); when w is pressed then UP key will be pressed instead of w
EndFunc
Func s();this is function s
send("{DOWN}"); when s is pressed then DOWN key will be pressed instead of s
EndFunc
Func a();this is function a
send("{LEFT}"); when a is pressed then LEFT key will be pressed instead of a
EndFunc
Func d();this is function d
send("{RIGHT}"); when d is pressed then RIGHT key will be pressed instead of d
EndFunc</span>
If ure looking for r to press down, right and e with a pause then use this code:
Quote:
While 1
hotkeyset("r","binding")
Wend
Func binding()
Send("{DOWN}")
sleep(1000)<span style='color:green'>;this makes the code pause for 1 second or 1000ms
Send("{RIGHT}")
sleep(1000)
send("e")
EndFunc</span>
Keyboard Macro for fast spam skills 05/24/2010 - Rappelz - 1 Replies Guys is there any keyboard macro available to spams the skills faster in rappelz... Help plzz...
[Release]Macro Files for Macro Manager (AKA BOT) 02/16/2010 - Grand Chase Hacks, Bots, Cheats & Exploits - 16 Replies @all FYI its not a cheat its just a macro file that enables you to run dungeon so you can do other choirs like mussicca said...!!
Contents
Mana Valley Dungeon Macro File
Xenia Frontier Dungeon UP and LEFT (Remap Dungeon)Macro File
Ignis Mountain Dungeon Macro File
Orc Temple Dungeon Macro File
MacroGamer, Keyboard and mouse macro recorder for gamers 10/03/2007 - GW Exploits, Hacks, Bots, Tools & Macros - 10 Replies Ich habe ein nettes Tool gefunden also ich finde es ganz nützlich einfach recorden drücken und an einer stelle farmen dann nacher einen richtigen bot schreiben!Ich find es recht geil Probiert es selbst!
Hier ein Bild
http://home.insightbb.com/~theojdude/itoady/mg_de mo.jpg
Download hier von mir aus tested es auf viren sind aber keine drin! habe ich im aaut t v3 forum gefunden!!
MacroGamer, Keyboard and mouse macro recorder for gamers
Keyboard macro? 07/09/2007 - General Coding - 1 Replies Hey is there any macro that can do a combination of keys with 1 key.
I need it for the game street fighter cause my hand is getting hurt spamming hadokens and sometimes it even fails.
I need some key transformer that can have a pause in between. cause i found one but it does down+right+E at the same time and i cant create a pause in it is there any progam that can do that?
~Regards MOOBIES