Code :
Spoiler
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
Alloc(func1,200)
func1:
mov edi,edi
push ebp
mov ebp,esp
push dword ptr ss:[EBP+1c]
push dword ptr ss:[EBP+18]
push dword ptr ss:[EBP+14]
push dword ptr ss:[EBP+10]
push dword ptr ss:[EBP+c]
push dword ptr ss:[EBP+8]
push -1
Call CreateRemoteThread
pop ebp
retn 18
CreateThread:
Cmp [esp],A80000 //A80000
jl func1
cmp [esp],B20000 //AE0000
jg func1
retn 18
[DISABLE]
//code from here till the end of the code will be used to disable the cheat