| mohamedabed How do I cheat?
 
 ![]() Reputation: 0 
 Joined: 19 Nov 2024
 Posts: 1
 
 
 | 
			
				|  Posted: Wed Nov 20, 2024 10:39 pm    Post subject: Please help with this inquiry |   |  
				| 
 |  
				| If I have a code in a script like this and I need to implement it in C#, what is the method that can be followed? 
 This is the script.
 [ENABLE]
 
 
 
 alloc(run,300)
 createthread(run)
 
 
 run:
 
 push #500
 Call sleep
 
 cmp [[conquer.exe+1523B78]+15c8],#256
 je go
 jmp run
 
 
 go:
 pushfd
 push #1
 push #0
 push [[conquer.exe+1523B78]+228]
 push #1025   //MONK 10390//TOJAN 1110 //WOR 1025
 call 00441458
 mov ecx,eax
 call 01005002
 
 
 
 
 jmp run
 
 [DISABLE]
 |  |