Cursed Treasure 2 has been rehacked
The older versions of cursed 2 hacked on this site are removed. Some part of the codes in new version are directly edited.
Here is the new version. Hoping there is no bugs in the new version. No codes are deobfuscated except Skills, XP and grapics.
some hacking technique are excluding all variables in convolutions in at the beginning of the script and adding public static functions in the sndVortex script since they can be called from anywhere in the file.
this hacked can be played: https://nts-gamehack.wixsite.com/gemcraft-hacked/cursed-treasure-2-hacked
other stuffs:
This hacker also learned that stack underflow will not only result by §§pop() but also pushscope
a proper p-code for empty function
code
getlocal_0
pushscope
returnvoid
end
a p-code for empty function causes stack underflow without §§pop()
code
pushscope
returnvoid
end
a p-code for empty function causes stack underflow with §§pop()
code
returnvalue
end
Next post: Sacred Treasure update