| View previous topic :: View next topic | 
	
	
		| Author | Message | 
	
		| hellimell Guest
 
 
 
 
 
 
 | 
			
				|  Posted: 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?
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| ++METHOS I post too much
 
 ![]() Reputation: 92 
 Joined: 29 Oct 2010
 Posts: 4197
 
 
 | 
			
				|  Posted: Sun Jan 29, 2017 5:24 pm    Post subject: |   |  
				| 
 |  
				| Yes. But why don't you create an account? |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| hellimell Guest
 
 
 
 
 
 
 | 
			
				|  Posted: Sun Jan 29, 2017 5:25 pm    Post subject: |   |  
				| 
 |  
				| ah i did but i cant log in for some reason |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| helloimhello How do I cheat?
 
 ![]() Reputation: 0 
 Joined: 29 Jan 2017
 Posts: 4
 
 
 | 
			
				|  Posted: 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   |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| ++METHOS I post too much
 
 ![]() Reputation: 92 
 Joined: 29 Oct 2010
 Posts: 4197
 
 
 | 
			
				|  Posted: 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.
 
 Last edited by ++METHOS on Sun Jan 29, 2017 5:32 pm; edited 1 time in total
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| helloimhello How do I cheat?
 
 ![]() Reputation: 0 
 Joined: 29 Jan 2017
 Posts: 4
 
 
 | 
			
				|  Posted: 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.
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| ++METHOS I post too much
 
 ![]() Reputation: 92 
 Joined: 29 Oct 2010
 Posts: 4197
 
 
 | 
			
				|  Posted: 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. |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| helloimhello How do I cheat?
 
 ![]() Reputation: 0 
 Joined: 29 Jan 2017
 Posts: 4
 
 
 | 
			
				|  Posted: Sun Jan 29, 2017 5:33 pm    Post subject: |   |  
				| 
 |  
				| oh thank you for this information kind sir |  | 
	
		| Back to top |  | 
	
		|  | 
	
		|  |