Help with this script to spam abilities

Ask gaming related questions (AHK v1.1 and older)
iSenz
Posts: 2
Joined: 08 Jan 2019, 22:58

Help with this script to spam abilities

08 Jan 2019, 23:11

Hello :D , i need some help with this script to spam abilities on a online game, i need to use much abilities with only one key on keyboard, to spam it i did this code but when i press number one dont use only the if case, take other key of other options.
this is the code of ahk.
can any help whats is my mistake ? :crazy:
In resume , only with one key use 5 abilities pressing the one key , and reset the other counter for security. but when i press one key use other keys not only the firts. but the last one works fine. dont take another key
example:

wrpmg
rpmg
pmg
mg
g

Code:

ba := 0
be := 0
bi := 0
bo := 0
bu := 0
1::
{
be := 0
bi := 0
bo := 0
bu := 0
ba++
if(ba == 1)
{
Send {w}
}
if(ba == 2)
{
Send {s}
}
if(ba == 3)
{
Send {a}
}
if(ba == 4)
{
Send {d}
}
if(ba == 5)
{
Send {r}
ba = 0
}
}
2::
{
ba := 0
bi := 0
bo := 0
bu := 0
be++
if(be == 1)
{
Send {r}
}
if(be == 2)
{
Send {t}
}
if(be == 3)
{
Send {y}
}
if(be == 4)
{
Send {u}
}
if(be == 5)
{
Send {i}
be = 0
}
}
3::
{
ba := 0
be := 0
bo := 0
bu := 0
bi++
if(bi == 1)
{
Send {p}
}
if(bi == 2)
{
Send {l}
}
if(bi == 3)
{
Send {k}
}
if(bi == 4)
{
Send {j}
}
if(bi == 5)
{
Send {h}
bi = 0
}
}
4::
{
ba := 0
be := 0
bi := 0
bu := 0
bo++
if(bo == 1)
{
Send {m}
}
if(bo == 2)
{
Send {n}
}
if(bo == 3)
{
Send {b}
}
if(bo == 4)
{
Send {v}
}
if(bo == 5)
{
Send {c}
bo = 0
}
}
5::
{
ba := 0
be := 0
bi := 0
bo := 0
bu++
if(bu == 1)
{
Send {g}
}
if(bu == 2)
{
Send {q}
}
if(bu == 3)
{
Send {e}
}
if(bu == 4)
{
Send {z}
}
if(bu == 5)
{
Send {x}
bu = 0
}
}
mast4rwang
Posts: 141
Joined: 19 Jul 2017, 09:59

Re: Help with this script to spam abilities

09 Jan 2019, 02:55

This made me laugh... Your code reminds me of my first attempt to create a script without knowing what functions/methods are :D
iSenz
Posts: 2
Joined: 08 Jan 2019, 22:58

Re: Help with this script to spam abilities

09 Jan 2019, 03:30

oh men , im noob with the ahk , its my first time lol.

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 86 guests