The most simple script that i'm asking for!

Ask gaming related questions (AHK v1.1 and older)
maroyenas
Posts: 1
Joined: 15 Aug 2018, 17:42

The most simple script that i'm asking for!

15 Aug 2018, 17:58

Hello friends,

I need a Script for knight online.All i want is to press z and 2 over and over until i use f2 . The start key should be the f2 too.
I'm so new in this so pls help me.
I dont have much money to pay this game so i need this desperately!
User avatar
Xtra
Posts: 2750
Joined: 02 Oct 2015, 12:15

Re: The most simple script that i'm asking for!

16 Aug 2018, 02:17

Code: Select all

#NoEnv
SetKeyDelay, 50, 50

F2::SetTimer, MySpammer, % (toggle := !toggle) ? 250 : "Off"

MySpammer:
    Send, z2
return

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 98 guests