top of page

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.

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

Featured Posts
Check back soon
Once posts are published, you’ll see them here.
Recent Posts
Archive
Search By Tags
Follow Us
  • Facebook Basic Square
  • Twitter Basic Square
  • Google+ Basic Square
bottom of page