Is AHK (AutoHotKey) bannable?

Posts 16 of 6 · Page 1 of 1
Is AHK (AutoHotKey) bannable?
Is it bannable when I create my own macro script for struggling and wiggling?
Also, is making a difference if I normally run the script or compile it to an exe with a random name?
Quote Originally Posted by StopRefreshPassword View Post
Is it bannable when I create my own macro script for struggling and wiggling?
Also, is making a difference if I normally run the script or compile it to an exe with a random name?
AHK is legit.
Dont use compiled stuff. Thats how people got banned some time ago. But thats about it. Pretty safe.
Quote Originally Posted by xXKing_AsgoreXx View Post
Dont use compiled stuff. Thats how people got banned some time ago. But thats about it. Pretty safe.
Why is compiled getting poeple banned? Isnt it basically the same? I thought compiled would be even safer since its not that easy to read for others
macros doesn't give you competitive advantage in this game, so why should it be bannable?
here is my macros btw

Code:
F9::Suspend

f::
Loop
{
    GetKeyState, var, f, P ;
    If var = U
        Break
    Send, {a down}
    Sleep, 10
    Send, {a up}
    Sleep, 10
    Send, {d down}
    Sleep, 10
    Send, {d up}
    Sleep, 10
}
return

q::
Loop
{
    GetKeyState, var, q, P ;
    If var = U
        Break
    Send, {Space down}
    Sleep, 10
    Send, {Space up}
    Sleep, 10
}
return

c::
Loop
{
    GetKeyState, var, c, P ;
    If var = U
        Break
    Send, {Control down}
    Sleep, 40
    Send, {Control up}
    Sleep, 40
}
return

z::
Loop
{
    GetKeyState, var, z, P ;
    If var = U
        Break
    Send, {Control down}
    Sleep, 10
    Send, {Control up}
    Sleep, 10
}
return

XButton2::
{
    Run %ComSpec% /c "node C:\Users\{{YourUsernameHere}}\bin\lagswitch.js", "C:\Users\{{YourUsernameHere}}\bin", Hide
}

e::Process,Close,node.exe
"f" - wiggle
"q" - struggle
"c" - teebag
"z" - teebag faster
"mouse 5" - enable lagswitch
"e" - disable lagswitch

feel free to use
I heard that devs won't ban you for using it, but if EAC detects the macro and ban you they (devs) can't do nothing for you. I used for a long time and didn't get banned for using it.

also no0b3 uses macro for struggling and still playing the game.
Posts 16 of 6 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?