Page 1 of 1

Rollercoaster Tycoon Platinium (Money Hack)

Posted: Fri Jul 14, 2017 3:23 pm
by STN
Made by NVisible


This Table/Script Gives You $10Million and never changes!


Code:
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(exit)

newmem: //this is allocated memory, you have read,write,execute access
//place your code here
mov [esi+58],#1000000000//ecx
mov edx,[esi+000000B4]
jmp returnhere

originalcode:
mov [esi+58],ecx
mov edx,[esi+000000B4]

exit:
jmp returnhere

"RCT3plus.exe"+2BCEE0:
jmp newmem
nop
nop
nop
nop
returnhere:




[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"RCT3plus.exe"+2BCEE0:
mov [esi+58],ecx
mov edx,[esi+000000B4]
//Alt: db 89 4E 58 8B 96 B4 00 00 00
Very Happy

Re: Rollercoaster Tycoon Platinium (Money Hack)

Posted: Mon Mar 20, 2023 6:38 pm
by Mr Hot Jalapeno
Thanks