[Release] Bubble Safari Ocean Anti-Decrease Pearls Hack! .CT!

04/16/2013 18:01 chiyoko10#1
Hey guys! I did a CT that will not decrease pearls on the bubble safari ocean!
Instructions:
1. open game and the CT
2. Choose the correct browser
3. After that Enable The Script and then buy one frenzy bubble or extended aim and see your pearls did not decrease!

Heres the link: [Only registered and activated users can see links. Click Here To Register...] Download now! :)

If this doesn't work above use this:
open cheat engine
select the correct process
then after that press Ctrl + Alt + A then paste and execute this
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat

luacall(showMessage("Hack was made by Chiyoko10 :) :p "))
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)
label(whatever)
registersymbol(whatever)
aobscan(aob1,66 0F D6 80 A0 00 00 00 8B 50 08 8B 4A 48)

newmem: //this is allocated memory, you have read,write,execute access
add [eax+000000A0],400000000000

originalcode:
add [eax+000000A0],400000000000

exit:
jmp returnhere

aob1:
whatever:
jmp newmem
nop
nop
nop
returnhere:



[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
whatever:
db 66 0F D6 80 A0 00 00 00 8B 50 08 8B 4A 48
unregistersymbol(whatever)