Mafia Coders
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Mutli Gaming Hacking Forum
 
HomeHome  Latest imagesLatest images  SearchSearch  RegisterRegister  Log inLog in  

 

 C++ how to NOP

Go down 
AuthorMessage
Mafioso
Admin
Admin
Mafioso


Posts : 40
Join date : 2008-03-17

C++ how to NOP Empty
PostSubject: C++ how to NOP   C++ how to NOP EmptyFri Mar 21, 2008 6:47 pm

ok here is how you can nop something in your C++ trainer,

This is very easy to do,you dont need any functions or modules.
well just add our code to our buttons,so make your on and off buttons for whatever it is your going to nop.

If you dont know what we mean by nop,Nop means you replace with code that does nothing.You will need to know how many nops you need to make the hack work,and you will also need the off code of bytes.

When you nop something the value looks like this in ce "90 90 90",
when you leave it at its normall value it can look something like this "3E 7D 98"


ok so now lets add our nop code,this is our on code

Quote :
memory();
BYTE Nop[ ] = {0x90, 0x90, 0x90};
WriteProcessMemory(hProcess, (LPVOID*)(DWORD) (0xYourAddieGoesHere), &Nop, sizeof(Nop), NULL);

so now we have our addie nop'd lets make the off button and code

Quote :
memory();
BYTE Nop[ ] = {0x8b, 0x85, 0xE4};
WriteProcessMemory(hProcess, (LPVOID*)(DWORD) (0xYourAddieGoesHere), &Nop, sizeof(Nop), NULL);

now this will work for anything you have to nop,you must add your addie and values.

TUTORIAL: MAFIOSO lol!
Back to top Go down
https://mafiacoders.forumotion.com
 
C++ how to NOP
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
Mafia Coders :: Warrock :: C++-
Jump to: