[Re-Release]Misc Hacks

Dec 16, 2007 at 3:01 AM
Junior Member
"Wow! The more I drink of this magical beverage, the more games I can play! Wheee!"
Join Date: Jan 19, 2007
Location:
Posts: 24
I don't know where my old topic went, but here you guys go.


My CaveStoryAutoHacker:
http://phytress.digital-haze.net/CSH.exe


It only works for the Cave Story Deluxe Version (it was like a 45mb download i think, on the following page: http://www.miraigamer.net/cavestory/csdeluxe.php )


It contains a ton of random stuff
( In specific-
Jetpack Full mode
HP Set mode
EXP/Spur Hack
Lock weapon levels
Lock on items
Weapon modder
Item modder )



The best part is that you can modify your items and weapons while the game is running.


Note: You need .NET Framework to run this application.
You can download that at: http://www.microsoft.com/downloads/...e3-f589-4842-8157-034d1e7cf3a3&displaylang=en




Some Hacks that I did not include were the following:

*Note: the addresses have 0x400000 added because they were obtained
during runtime. If you want to make the asm edits on the file itself,
make sure to subtract 0x400000*

Code:
All weapons do 600+ damage
0040400A: B9FFFFFF7F
0040400F: 90
00404010: 90

Code:
All weapons have infinite range (Really Long range)
00404042: BAFFFFFF7F
00404047: 90


But, if used with the "shots go through walls" code, i suggest
00404042: BA200000
00404047: 90

Code:
All weapons can shoot through walls
0040405A: BA040000
0040405F: 90

Code:
All weapons have amazing penetration power
00404023: B9FFFFFF7F
00404028: 90
00404029: 90

Code:
Complete Jetpack Hack (one in EXE is a constant write cycle, this is asm)--
00415c62: A1E8E64900 sub eax,0x1
->
00415c62: 90 nop
00415c63: 90 nop
00415c64: 90 nop

Code:
Left/Right jetpack, no capped speed--
004160D7: cmp dword ptr [0x49E66C],-0x5FF
->
cmp dword ptr [0x49E66C],-0x7FFFFFFF (unsigned: 80000000)

004160ED: cmp dword ptr [0x49E66C],0x5FF
->
cmp dword ptr [0x49E66C],0x7FFFFFFF


Code:
No Gravity cap--
00416103: cmp dword ptr [0x49E670],-0x5FF
->
cmp dword ptr [0x49E670],-0x7FFFFFFF (unsigned: 80000000)

00416119: cmp dword ptr [0x49E670],0x5FF
->
cmp dword ptr [0x49E670],0x7FFFFFFF

Code:
machine gun gravity--
0041E4CC: add ecx,0x100

Code:
Full spur always hack--
004198AE: mov dword ptr [ecx+0x499BD0],0x0
00419898: mov dword ptr [eax+0x499BCC],0x1
->
004198AE: mov dword ptr [ecx+0x499BD0],0xC8
00419898: mov dword ptr [eax+0x499BCC],0x3
 
Dec 16, 2007 at 4:43 AM
Luls
"Bleep, Bloop, Bleep, Bloop"
Join Date: Oct 6, 2007
Location: I dunnos
Posts: 1584
Erm what do you mean by it modifies items? o.o

Like you can change how the WHimsi star works? :D

anyway geat job ^^

Edit - jetpack mode doesn't work. Exp lock doesn't work. I don't think the rest work... >.>
 
Dec 16, 2007 at 1:26 PM
Justin-chan
"Heavy swords for sale. Suitable for most RPG Protagonists. Apply now!"
Join Date: Oct 15, 2007
Location: Nowhere
Posts: 1921
Age: 30
I've tried out a few modes, and exp lock doesn't work. Jetpack does though.
 
Dec 16, 2007 at 2:12 PM
Junior Member
"Wow! The more I drink of this magical beverage, the more games I can play! Wheee!"
Join Date: Jan 19, 2007
Location:
Posts: 24
EXP Lock was a work around because I was annoyed at spur.



I'll turn it into an ASM edit so I won't have to worry about that.


If anything other than EXP hack aren't working, then youre on the wrong version of cave story.
 
Dec 16, 2007 at 2:37 PM
Hoxtilicious
"Life begins and ends with Nu."
Join Date: Dec 30, 2005
Location: Germany
Posts: 3218
Age: 32
OpethWC said:
If anything other than EXP hack aren't working, then youre on the wrong version of cave story.

1.0.0.5? 1.0.0.6? 1.0.0.7? :D
 
Dec 16, 2007 at 2:50 PM
Junior Member
"Wow! The more I drink of this magical beverage, the more games I can play! Wheee!"
Join Date: Jan 19, 2007
Location:
Posts: 24
my DouKutsu.exe is 1.0.0.6


Heres an exe file that has the following hacks enabled (1.0.0.6):
1) All weapons do 0x7FFFFFFF damage (big number)
2) All weapons have amazing penetration abilities
3) All weapons have range about the size of the screen, if not a little more

http://phytress.digital-haze.net/DoukutsuMod.exe


Its an assembly mod of course. I wanted to implement some allocated memory,
and then write my own functions for "If this key combo is pressed, then do this,"
but I got tired of messing around with ollydbg. So yea, its always enabled with
that exe


edit: make sure you place that exe in your cave story folder.
If you can't find that, right click "Play Cave Story" icon on your desktop.
Click properties. Look around and try to find an "Open Target Location," or
an "Open File Location."

It'll open up a folder, place DoukutsuMod.exe in that folder


edit # 2: In order to run CSH.exe (the auto hacker thing in the first post), rename the original Doukutsu.exe to something like DoukutsuOriginal.exe,
and rename DoukutsuMod.exe to Doukutsu.exe
 
Dec 17, 2007 at 5:07 AM
Luls
"Bleep, Bloop, Bleep, Bloop"
Join Date: Oct 6, 2007
Location: I dunnos
Posts: 1584
IT WORKS. GOT WRONG VERSOIN.


*face palms*
*face palms*
*face palms*
*face palms*
*face palms*
*face palms*
*face palms*
*face palms*
*face palms*
*face palms*
*face palms*
*face palms*
*face palms*
*plaster.*
 
Dec 17, 2007 at 9:30 AM
Justin-chan
"Heavy swords for sale. Suitable for most RPG Protagonists. Apply now!"
Join Date: Oct 15, 2007
Location: Nowhere
Posts: 1921
Age: 30
Dec 17, 2007 at 9:44 AM
Luls
"Bleep, Bloop, Bleep, Bloop"
Join Date: Oct 6, 2007
Location: I dunnos
Posts: 1584
Jie see my ass810 said:
Told ya.

=P

*Gives you a lolipop for the solution*
 
Dec 17, 2007 at 10:21 AM
Justin-chan
"Heavy swords for sale. Suitable for most RPG Protagonists. Apply now!"
Join Date: Oct 15, 2007
Location: Nowhere
Posts: 1921
Age: 30
IS IT... COLA?
 
Dec 17, 2007 at 10:36 AM
Justin-chan
"Heavy swords for sale. Suitable for most RPG Protagonists. Apply now!"
Join Date: Oct 15, 2007
Location: Nowhere
Posts: 1921
Age: 30
Cola Flavoured?
 
Dec 17, 2007 at 10:42 AM
Luls
"Bleep, Bloop, Bleep, Bloop"
Join Date: Oct 6, 2007
Location: I dunnos
Posts: 1584
jcys810 said:
Cola Flavoured?

I'm being sarcastic... o.o

jcys810 (THIS IS NOT A REAL QUOTE OF JCYS) said:
On the first day of Christmas Metalogz gave to me~
A~ co~la fla~voured lollllli ~

On the second day of Christmas Metalogz gave to me~
A~ punch right up into my dii@#$$@~
 
Dec 17, 2007 at 10:48 AM
Justin-chan
"Heavy swords for sale. Suitable for most RPG Protagonists. Apply now!"
Join Date: Oct 15, 2007
Location: Nowhere
Posts: 1921
Age: 30
Metalogz said:
ON THE FIRST DAY OF CHRISTMAS JUSTIN GAVE TO ME,
A HUGE PUNCH UP HIS VERY NADS!

ON THE SECOND DAY OF CHRISTMAS JUSTIN GAVE TO ME,
A JAB TO THE BALLS,
AND A HUGE PUNCH UP HIS VERY NADS!
LAWLAWLAWL I CAN DO IT TOO
 
Dec 17, 2007 at 11:09 AM
Justin-chan
"Heavy swords for sale. Suitable for most RPG Protagonists. Apply now!"
Join Date: Oct 15, 2007
Location: Nowhere
Posts: 1921
Age: 30
It doesnt have to rhyme. Go see the Kids Central Gave to Me advertisement more.
 
Dec 17, 2007 at 11:23 AM
Luls
"Bleep, Bloop, Bleep, Bloop"
Join Date: Oct 6, 2007
Location: I dunnos
Posts: 1584
jcys810 said:
It doesnt have to rhyme. Go see the Kids Central Gave to Me advertisement more.

OMFG YOU ACTUALLY WATCH KIDS CENTRAL!?

*suicides*
 
Dec 17, 2007 at 11:42 AM
Justin-chan
"Heavy swords for sale. Suitable for most RPG Protagonists. Apply now!"
Join Date: Oct 15, 2007
Location: Nowhere
Posts: 1921
Age: 30
Nope. I just turned on the TV, and bam, that advertisement was on. I was gonna play FFX. Was channel hopping first. >.>
 
Dec 17, 2007 at 3:12 PM
Senior Member
"Master using it, and you can have this!"
Join Date: Nov 28, 2007
Location:
Posts: 86
I'll give you both a cola flavored loli for off-topicness.
 
Dec 18, 2007 at 1:00 AM
Luls
"Bleep, Bloop, Bleep, Bloop"
Join Date: Oct 6, 2007
Location: I dunnos
Posts: 1584
cookie said:
I'll give you both a cola flavored loli for off-topicness.

YOu're sounding more like S.P.

._.
 
Top