Skip to content

Instantly share code, notes, and snippets.

@mavril
Last active May 10, 2020 23:16
Show Gist options
  • Save mavril/4020888 to your computer and use it in GitHub Desktop.
Save mavril/4020888 to your computer and use it in GitHub Desktop.
WoW protected lua hack
# WoW x64 5.2.0 (16669)
echo "set {char[6]}0x10054cd90={0xb8,0x01,0x00,0x00,0x00,0xc3}" | gdb attach `ps ax|grep Warcraft|grep -v grep|awk '{print $1}'`
# WoW x86 5.2.0 (16669)
echo "set {char[6]}0x580e30={0xb8,0x01,0x00,0x00,0x00,0xc3}" | gdb attach `ps ax|grep Warcraft|grep -v grep|awk '{print $1}'`
# WoW x64 5.1.0 (16357)
echo "set {char[6]}0x1005519E0={0xb8,0x01,0x00,0x00,0x00,0xc3}" | gdb attach `ps ax|grep Warcraft|grep -v grep|awk '{print $1}'`
# WoW x86 5.1.0 (16357)
echo "set {char[6]}0x587dc0={0xb8,0x01,0x00,0x00,0x00,0xc3}" | gdb attach `ps ax|grep Warcraft|grep -v grep|awk '{print $1}'`
# WoW x64 5.1.0 (16309)
echo "set {char[6]}0x1005519D0={0xb8,0x01,0x00,0x00,0x00,0xc3}" | gdb attach `ps ax|grep Warcraft|grep -v grep|awk '{print $1}'`
# WoW x86 5.1.0 (16309)
echo "set {char[6]}0x587EA0={0xb8,0x01,0x00,0x00,0x00,0xc3}" | gdb attach `ps ax|grep Warcraft|grep -v grep|awk '{print $1}'`
# WoW x64 5.0.5 (16135)
echo "set {char[6]}0x1004B9DA0={0xb8,0x01,0x00,0x00,0x00,0xc3}" | gdb attach `ps ax|grep Warcraft|grep -v grep|awk '{print $1}'`
# WoW x86 5.0.5 (16135)
echo "set {char[6]}0x4fc900={0xb8,0x01,0x00,0x00,0x00,0xc3}" | gdb attach `ps ax|grep Warcraft|grep -v grep|awk '{print $1}'`
@wayway78
Copy link

Any luck with this ? i do pay for pocketgnome but they been up and down last day or so and i really need this to work. I dont mind paying but it should work!

@wayway78
Copy link

@peanutbird any luck ? im willing to pitch it too.

@sboc
Copy link

sboc commented Sep 11, 2013

Still no luck?

@peanutbird
Copy link

… nope :(

@benphelps
Copy link

I've released a free tool that unlocks Lua on OS X. You can find it here: http://goo.gl/oXpnMK

1PHELPSoev2qCD8T6NxddRyHHrYDJ2PrPH is my wallet if you're still feeling generous.

You can hit me up on skype: bphelpsen

@htordeux
Copy link

Hi benphelps
have you the CGGameUI::CanPerformAction offset for 5.4 (17359)

@bugs181
Copy link

bugs181 commented Dec 23, 2013

ProbablyEngine didn't work for me. Running 5.0.5.16135.

I too would love to be able to find the offsets. Last time I tried to learn, it was very daunting because I couldn't understand ASM very well. With some help, I managed to actually create one on Windows but couldn't replicate it after a client update. Would LOVE to have some sort of automated feature that at least HELPS me find the offset.

@icodeforlove
Copy link

@peanutbird Should have kept that 1 BTC, and sold it for $20,000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment