Jump to content

Recommended Posts

Posted (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 by AutoMeteor

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...