does anyone know, how safe/unsafe AHK is?
what hekili style you are using? this looks fun pixel project nglQuote:
a script ive been working on. was working prior to TWW.
if (valid_flag!=1)
return
Loop{
IfWinActive, World of Warcraft
if (GetKeyState("LShift", "P") or GetKeyState("LAlt", "P") or GetKeyState("LCtrl", "P"))
{
}
else
{
PixelGetColor, color, 0.6, 0.6, RGB
if color = 0x0A310A
SendInput +{1}
if color = 0x0A320A
SendInput +{2}
if color = 0x0A330A
SendInput +{3}
if color = 0x0A340A
SendInput +{4}
if color = 0x0A350A
SendInput +{5}
if color = 0x0A360A
SendInput +{6}
if color = 0x0A370A
SendInput +{7}
if color = 0x0A380A
SendInput +{8}
if color = 0x0A390A
SendInput +{9}
if color = 0x0A300A
SendInput +{0}
if color = 0x283128
SendInput !{1}
if color = 0x283228
SendInput !{2}
if color = 0x283328
SendInput !{3}
if color = 0x283428
SendInput !{4}
if color = 0x283528
SendInput !{5}
if color = 0x283628
SendInput !{6}
if color = 0x283728
SendInput !{7}
if color = 0x283828
SendInput !{8}
if color = 0x283928
SendInput !{9}
if color = 0x283028
SendInput !{0}
if color = 0x143114
SendInput ^{1}
if color = 0x143214
SendInput ^{2}
if color = 0x143314
SendInput ^{3}
if color = 0x143414
SendInput ^{4}
if color = 0x143514
SendInput ^{5}
if color = 0x143614
SendInput ^{6}
if color = 0x143714
SendInput ^{7}
if color = 0x143814
SendInput ^{8}
if color = 0x143914
SendInput ^{9}
if color = 0x143014
SendInput ^{0}
if color = 0x003100
SendInput {1}
if color = 0x003200
SendInput {2}
if color = 0x003300
SendInput {3}
if color = 0x003400
SendInput {4}
if color = 0x003500
SendInput {5}
if color = 0x003600
SendInput {6}
if color = 0x003700
SendInput {7}
if color = 0x003800
SendInput {8}
if color = 0x003900
SendInput {9}
if color = 0x003000
SendInput {0}
if color = 0x005100
SendInput {q}
if color = 0x004500
SendInput {e}
if color = 0x005200
SendInput {r}
if color = 0x004600
SendInput {f}
if color = 0x005400
SendInput {t}
if color = 0x005600
SendInput {v}
if color = 0x005A00
SendInput {z}
if color = 0x005800
SendInput {x}
if color = 0x004300
SendInput {c}
if color = 0x004200
SendInput {b}
if color = 0x004700
SendInput {g}
if color = 0x002200
SendInput {"}
if color = 0x009500
SendInput {F1}
if color = 0x009600
SendInput {F2}
if color = 0x009700
SendInput {F3}
if color = 0x009800
SendInput {F4}
if color = 0x009900
SendInput {F5}
if color = 0x009A00
SendInput {F6}
if color = 0x009B00
SendInput {F7}
if color = 0x009C00
SendInput {F8}
if color = 0x009D00
SendInput {F9}
if color = 0x009E00
SendInput {F10}
if color = 0x009F00
SendInput {F11}
if color = 0x00A000
SendInput {F12}
if color = 0x0A950A
SendInput +{F1}
if color = 0x0A960A
SendInput +{F2}
if color = 0x0A970A
SendInput +{F3}
if color = 0x0A980A
SendInput +{F4}
if color = 0x0A990A
SendInput +{F5}
if color = 0x0A9A0A
SendInput +{F6}
if color = 0x0A9B0A
SendInput +{F7}
if color = 0x0A9C0A
SendInput +{F8}
if color = 0x0A9D0A
SendInput +{F9}
if color = 0x0A9E0A
SendInput +{F10}
if color = 0x0A9F0A
SendInput +{F11}
if color = 0x0AA00A
SendInput +{F12}
if color = 0x0A510A
SendInput +{q}
if color = 0x0A570A
SendInput +{w}
if color = 0x0A450A
SendInput +{e}
if color = 0x0A520A
SendInput +{r}
if color = 0x0A540A
SendInput +{t}
if color = 0x0A460A
SendInput +{f}
if color = 0x0A590A
SendInput +{y}
if color = 0x0A5A0A
SendInput +{z}
if color = 0x0A580A
SendInput +{x}
if color = 0x0A430A
SendInput +{c}
if color = 0x0A560A
SendInput +{v}
if color = 0x0A420A
SendInput +{b}
if color = 0x0A4E0A
SendInput +{n}
if color = 0x145114
SendInput ^{q}
if color = 0x145714
SendInput ^{w}
if color = 0x144514
SendInput ^{e}
if color = 0x144614
SendInput ^{f}
if color = 0x145214
SendInput ^{r}
if color = 0x145414
SendInput ^{t}
if color = 0x145914
SendInput ^{y}
if color = 0x145A14
SendInput ^{z}
if color = 0x145814
SendInput ^{x}
if color = 0x144314
SendInput ^{c}
if color = 0x145614
SendInput ^{v}
if color = 0x144214
SendInput ^{b}
if color = 0x144E14
SendInput ^{n}
if color = 0x285128
SendInput !{q}
if color = 0x285728
SendInput !{w}
if color = 0x284528
SendInput !{e}
if color = 0x284628
SendInput !{f}
if color = 0x285228
SendInput !{r}
if color = 0x285428
SendInput !{t}
if color = 0x285928
SendInput !{y}
if color = 0x285A28
SendInput !{z}
if color = 0x285828
SendInput !{x}
if color = 0x284328
SendInput !{c}
if color = 0x285628
SendInput !{v}
if color = 0x284228
SendInput !{b}
if color = 0x284E28
SendInput !{n}
}
}
return
#IfWinActive, World of Warcraft
{
~f::
if (valid_flag!=1)
return
While GetKeyState("f") {
PixelGetColor, color , 0 , 0
if color = 0x6C4
SendInput {2}
}
Return
}
you actually gotta know what to dodge (how warden thinks) before you do hacks to wow, otherwise you will lose couple accounts as a lesson, but it can be safe, for example EWT the most famous unlocker was made in AHK. its rly not about ahk but actuslly the programmer.Quote:
does anyone know, how safe/unsafe AHK is?
Hekili Retail. This was working pre TWW. im currently ( learning) rebuilding the LUA to link them all and use WA as a trigger.Quote:
what hekili style you are using? this looks fun pixel project ngl
you actually gotta know what to dodge (how warden thinks) before you do hacks to wow, otherwise you will lose couple accounts as a lesson, but it can be safe, for example EWT the most famous unlocker was made in AHK. its rly not about ahk but actuslly the programmer.
Quote:
a script ive been working on. was working prior to TWW.
if (valid_flag!=1)
return
Loop{
IfWinActive, World of Warcraft
if (GetKeyState("LShift", "P") or GetKeyState("LAlt", "P") or GetKeyState("LCtrl", "P"))
{
}
else
{
PixelGetColor, color, 0.6, 0.6, RGB
if color = 0x0A310A
SendInput +{1}
if color = 0x0A320A
SendInput +{2}
if color = 0x0A330A
SendInput +{3}
if color = 0x0A340A
SendInput +{4}
if color = 0x0A350A
SendInput +{5}
if color = 0x0A360A
SendInput +{6}
if color = 0x0A370A
SendInput +{7}
if color = 0x0A380A
SendInput +{8}
if color = 0x0A390A
SendInput +{9}
if color = 0x0A300A
SendInput +{0}
if color = 0x283128
SendInput !{1}
if color = 0x283228
SendInput !{2}
if color = 0x283328
SendInput !{3}
if color = 0x283428
SendInput !{4}
if color = 0x283528
SendInput !{5}
if color = 0x283628
SendInput !{6}
if color = 0x283728
SendInput !{7}
if color = 0x283828
SendInput !{8}
if color = 0x283928
SendInput !{9}
if color = 0x283028
SendInput !{0}
if color = 0x143114
SendInput ^{1}
if color = 0x143214
SendInput ^{2}
if color = 0x143314
SendInput ^{3}
if color = 0x143414
SendInput ^{4}
if color = 0x143514
SendInput ^{5}
if color = 0x143614
SendInput ^{6}
if color = 0x143714
SendInput ^{7}
if color = 0x143814
SendInput ^{8}
if color = 0x143914
SendInput ^{9}
if color = 0x143014
SendInput ^{0}
if color = 0x003100
SendInput {1}
if color = 0x003200
SendInput {2}
if color = 0x003300
SendInput {3}
if color = 0x003400
SendInput {4}
if color = 0x003500
SendInput {5}
if color = 0x003600
SendInput {6}
if color = 0x003700
SendInput {7}
if color = 0x003800
SendInput {8}
if color = 0x003900
SendInput {9}
if color = 0x003000
SendInput {0}
if color = 0x005100
SendInput {q}
if color = 0x004500
SendInput {e}
if color = 0x005200
SendInput {r}
if color = 0x004600
SendInput {f}
if color = 0x005400
SendInput {t}
if color = 0x005600
SendInput {v}
if color = 0x005A00
SendInput {z}
if color = 0x005800
SendInput {x}
if color = 0x004300
SendInput {c}
if color = 0x004200
SendInput {b}
if color = 0x004700
SendInput {g}
if color = 0x002200
SendInput {"}
if color = 0x009500
SendInput {F1}
if color = 0x009600
SendInput {F2}
if color = 0x009700
SendInput {F3}
if color = 0x009800
SendInput {F4}
if color = 0x009900
SendInput {F5}
if color = 0x009A00
SendInput {F6}
if color = 0x009B00
SendInput {F7}
if color = 0x009C00
SendInput {F8}
if color = 0x009D00
SendInput {F9}
if color = 0x009E00
SendInput {F10}
if color = 0x009F00
SendInput {F11}
if color = 0x00A000
SendInput {F12}
if color = 0x0A950A
SendInput +{F1}
if color = 0x0A960A
SendInput +{F2}
if color = 0x0A970A
SendInput +{F3}
if color = 0x0A980A
SendInput +{F4}
if color = 0x0A990A
SendInput +{F5}
if color = 0x0A9A0A
SendInput +{F6}
if color = 0x0A9B0A
SendInput +{F7}
if color = 0x0A9C0A
SendInput +{F8}
if color = 0x0A9D0A
SendInput +{F9}
if color = 0x0A9E0A
SendInput +{F10}
if color = 0x0A9F0A
SendInput +{F11}
if color = 0x0AA00A
SendInput +{F12}
if color = 0x0A510A
SendInput +{q}
if color = 0x0A570A
SendInput +{w}
if color = 0x0A450A
SendInput +{e}
if color = 0x0A520A
SendInput +{r}
if color = 0x0A540A
SendInput +{t}
if color = 0x0A460A
SendInput +{f}
if color = 0x0A590A
SendInput +{y}
if color = 0x0A5A0A
SendInput +{z}
if color = 0x0A580A
SendInput +{x}
if color = 0x0A430A
SendInput +{c}
if color = 0x0A560A
SendInput +{v}
if color = 0x0A420A
SendInput +{b}
if color = 0x0A4E0A
SendInput +{n}
if color = 0x145114
SendInput ^{q}
if color = 0x145714
SendInput ^{w}
if color = 0x144514
SendInput ^{e}
if color = 0x144614
SendInput ^{f}
if color = 0x145214
SendInput ^{r}
if color = 0x145414
SendInput ^{t}
if color = 0x145914
SendInput ^{y}
if color = 0x145A14
SendInput ^{z}
if color = 0x145814
SendInput ^{x}
if color = 0x144314
SendInput ^{c}
if color = 0x145614
SendInput ^{v}
if color = 0x144214
SendInput ^{b}
if color = 0x144E14
SendInput ^{n}
if color = 0x285128
SendInput !{q}
if color = 0x285728
SendInput !{w}
if color = 0x284528
SendInput !{e}
if color = 0x284628
SendInput !{f}
if color = 0x285228
SendInput !{r}
if color = 0x285428
SendInput !{t}
if color = 0x285928
SendInput !{y}
if color = 0x285A28
SendInput !{z}
if color = 0x285828
SendInput !{x}
if color = 0x284328
SendInput !{c}
if color = 0x285628
SendInput !{v}
if color = 0x284228
SendInput !{b}
if color = 0x284E28
SendInput !{n}
}
}
return
#IfWinActive, World of Warcraft
{
~f::
if (valid_flag!=1)
return
While GetKeyState("f") {
PixelGetColor, color , 0 , 0
if color = 0x6C4
SendInput {2}
}
Return
}
hey mate, I am not that guy. I am actually going to revive this script and make it work again but .Quote:
This is literally the detected Rotationbuddy AHK script. I knew you would come back on a new ALT account Hexar, didn't take long.
send it over let me test it =PQuote:
hey mate, I am not that guy. I am actually going to revive this script and make it work again but .
the problem with rotationbuddy is they went to python and screwed it up. This was some of his code, some of mine. Im going to try and fix it for AHK / lua only. no unlocker no Python just back to basics. I was still using this day before TWW dropped without problems. I have his files for rotationbuddy which I will not use, just archived.
so no im not HEXAR or XYMOGG. im just a guy whos been on here for years. check my account history.
You get this working if so ill like to test itQuote:
hey mate, I am not that guy. I am actually going to revive this script and make it work again but .
the problem with rotationbuddy is they went to python and screwed it up. This was some of his code, some of mine. Im going to try and fix it for AHK / lua only. no unlocker no Python just back to basics. I was still using this day before TWW dropped without problems. I have his files for rotationbuddy which I will not use, just archived.
so no im not HEXAR or XYMOGG. im just a guy whos been on here for years. check my account history.