Search found 1 match

by gogoblok
Fri Nov 05, 2021 4:33 am
Forum: General Discussions
Topic: I have "Assembly Code"But I dont know how to use it
Replies: 2
Views: 9917

I have "Assembly Code"But I dont know how to use it

So I have this code for a game and I dont know how to use it heres the code DWORD hkMemset = (DWORD)GetProcAddress(GetModuleHandleA("MSVCR100.dll"), "memset"); DWORD ResultHackShopItemRET = ResultHackShopItem + 6; declspec(naked)void hkHackShopItem() { asm { mov dword ptr[esi+0x10], 2000 call [hkMem...