Author Message
helloimhello
PostPosted: Sun Jan 29, 2017 5:33 pm    Post subject:

oh thank you for this information kind sir
++METHOS
PostPosted: Sun Jan 29, 2017 5:32 pm    Post subject:

Once the script is created, you add it to your table. From there, you right-click on it to assign a hotkey to it for 'toggle'. That will enable/disable the script with whatever hotkey(s) you want.
helloimhello
PostPosted: Sun Jan 29, 2017 5:31 pm    Post subject:

yes thank for you for this information but i already knew this .
its jut that i wanted to use maybe spacebar or middle mouse button to toggle the nop.
++METHOS
PostPosted: Sun Jan 29, 2017 5:29 pm    Post subject:

CE can create a script for you, automatically. Just highlight the instruction that you're wanting to NOP, and let CE build a script for you. Once the script is built, unless you have a template that will automatically NOP that instruction, all you have to do is 'comment out' that instruction. For example if this is the originalcode portion of your script:

Code:
originalcode:
mov eax,[esi+4]
pop edi
jmp return


In this case, you can just do this:

Code:
originalcode:
//mov eax,[esi+4]
pop edi
jmp return


Putting two forward slashes in front of the code on that line causes it to become a comment instead of code, thus removing it.
helloimhello
PostPosted: Sun Jan 29, 2017 5:26 pm    Post subject:

ah nvm i did it i put in my email for my username instead of the actual username silly me Rolling Eyes
hellimell
PostPosted: Sun Jan 29, 2017 5:25 pm    Post subject:

ah i did but i cant log in for some reason
++METHOS
PostPosted: Sun Jan 29, 2017 5:24 pm    Post subject:

Yes. But why don't you create an account?
hellimell
PostPosted: Sun Jan 29, 2017 5:22 pm    Post subject: Hotkey To Nop and Unnop

Is it possible to use a hotkey to nop and unnop in CE?
if so can someone give me instructions?

Powered by phpBB © 2001, 2005 phpBB Group