AutoMeteor Posted December 25, 2008 Posted December 25, 2008 (edited) Okay Am trying to send some keys to the LUNIA file *.exe* mmo game NO gameGuard , no protection as it looks like the problem is am sending the keys and it basicly send em all togeter so no right atack happens there , i try adding some delay but nothing you have to send keys to make combos so i try to start with a simble one AAAAAA but nothing it just do AAAAAAA but only 2-3 no constaly keys are send WinWaitActive("Lunia") ;;| Vars Global $atackcombo1 = 0 ;; |HotKeys ;;| Functions ;; Func _Atack1() while 100 >= $atackcombo1 Send("{a}") Send("{a}")AA $atackcombo1 = $atackcombo1 + 1 sleep(200) wend EndFunc _Atack1() PS: SOrry for my spelling PS2: AM new in AUto it , Not so new on Programing Also is there anyway not to use keyboard and mouse ? just sned infrmation in to the window evem if its not active? Edited December 25, 2008 by AutoMeteor
AutoMeteor Posted December 25, 2008 Author Posted December 25, 2008 (edited) OKAY IV GOT IT WORK . ^^^ for anyone wanting to know you must let it full screen Edited December 25, 2008 by AutoMeteor
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