Conversation Between Crash and whatup777

28 Visitor Messages

Page 2 of 2 FirstFirst 12
  1. NOP the addresses First 2 are 3 bytes, 3rd is 6 bytes and the last one is 3 bytes.

    NOP - Wikipedia, the free encyclopedia

    For example :

    BYTE nop3byte = { 0x90, 0x90, 0x90 };

    WriteMemory((void*)0xYouraddress, nop3byte, 3);

    That is noping.
  2. You need to NOP them. Search on Google.
  3. How do you add no recoil to a hack using the adresses Im really confused
Showing Visitor Messages 26 to 28 of 28
Page 2 of 2 FirstFirst 12