BZIP2 covering 0x8 to EOF, stored at 0x4. No compression, no crypto
Printable View
BZIP2 covering 0x8 to EOF, stored at 0x4. No compression, no crypto
If you can peek and poke saves here's the offsets for few things
414EACA0 <-- gold medals has max of 9,999,999
414EACA4 <-- silver medals has max of 999
414EAD02 <-- lolipops has max of 3
411D2D8E<-- health offset! where i was in game my health was maxed at 200.
When the offsets i just posted, im sure someone will create a trainer, these offsets are static,,
yea its not bad at all. Its pretty entertaining honestly. Hack and slash high school cheerleader game. And one of the achievements is to peak under Julliets skirt. Cant go wrong
Here's my save
Unsure about gold medals.. its over 9,900,999
Silver Medals - 999
Health upgraded to max...
http://www.mediafire.com/?2n2w1x6nr6tb1c9
editor is all urs idle I have no interest in this game, need help with anything just ask...anything else new get leaked..lol
From looking at save. here what i found
150B3 or DOB3 <- is health which game has maxed 200
1508E or D08E <-- is silver medals
15089 or D089 <-- is gold medals
15089 or D0A3 <- is lolipops
Dim io As New IO(save)
Dim x As New Algorithms.CRC_32_BZIP2
io.Position = &H8
Dim Buffer As Byte() = io.ReadBytes(&H24760)
io.Position = &H4
io.Write(x.Compute(Buffer))
io.Flush()
io.Close()
===============================
Edit: just got ur message lol, o well someone else can use this