Codes
WiiRd forum
March 28, 2024, 09:35:23 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Welcome on the new server

Update 4.3 - do NOT update!
Gecko 1.9.3.1
Should I get a USB Gecko, I wanna hack?
How do I use my USB Gecko
Where can I get WiiRd?
 
   Home   CODE DATABASE GAMEHACKING Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Moon Jump Help  (Read 3158 times)
Darkhacker0259
Newbie
*

Karma: 0
Posts: 13


« on: December 29, 2010, 01:14:05 AM »

Hello everyone, well i found the address for when you jump into the air for a game and i tested it by putting it into the memory viewer and everytime i jumped or walked up stairs or something the value would go up. Now i dont know how to manipulate the code to make it a moon jump. Can someone help me with this? Thanks.

~darkhacker0259
Logged
Deathwolf
Hacker
Legendary Member
*****

Karma: 62
Posts: 1795


WWW
« Reply #1 on: December 29, 2010, 01:20:33 AM »

ok example the address of your code is 80123456.
every jump address is a 32 bit value.

32 bit = XXXXXXXX
16 bit = XXXX
8 bit = XX

so we need 32 bit (XXXXXXXX)
for 32 bit we need the codetype 04.

so your code would be :
04123456 XXXXXXXX.

for example you can try the value 40000000. (04123456 40000000)


Logged

lolz
Darkhacker0259
Newbie
*

Karma: 0
Posts: 13


« Reply #2 on: December 29, 2010, 01:40:38 AM »

yeah i have my address but i dont know what to set the value to. Like it is random numbers when you jump and i dont know what to set the value of the address to.
Logged
biolizard89
Hacker
Sr. Member
*****

Karma: 22
Posts: 373

passport.10.biolizard89@spamgourmet.com biolizard89 biolizard89
« Reply #3 on: December 29, 2010, 01:43:42 AM »

yeah i have my address but i dont know what to set the value to. Like it is random numbers when you jump and i dont know what to set the value of the address to.
Set it to any positive number; doesn't really matter what.  If it makes you jump too slow, increase the number.  Repeat until the jump is at the speed you want.
Logged
dcx2
Computer Engineer
Moderator
Legendary Member
*****

Karma: 165
Posts: 3468


WWW
« Reply #4 on: December 29, 2010, 04:00:18 AM »

Like it is random numbers when you jump and i dont know what to set the value of the address to.

They're probably floats, which is why they look random.  For instance, 1.0 = 0x3F800000.  If you use Gecko.NET you can switch the Memory Viewer's View Mode to Single and they'll make more sense.

You can use the Code Database Arsenal for Data Conversions to switch between hex and float formats.  http://www.geckocodes.org/index.php?arsenal=3
Logged

dsdnafiz
Newbie
*

Karma: -3
Posts: 1


« Reply #5 on: December 29, 2010, 09:19:41 AM »

I use a Wavebird with the PAL version of this game, and for some reason every moonjump code I have tried has not worked. I've tried everythig inside this topic, but all to no avail.

MOD EDIT: link removed
« Last Edit: December 29, 2010, 08:18:55 PM by dcx2 » Logged
Deathwolf
Hacker
Legendary Member
*****

Karma: 62
Posts: 1795


WWW
« Reply #6 on: December 29, 2010, 12:07:11 PM »

I use a Wavebird with the PAL version of this game, and for some reason every moonjump code I have tried has not worked. I've tried everythig inside this topic, but all to no avail.

MOD EDIT: link removed


wavebird controllers uses another button address. that's why it doesn't work for you.
« Last Edit: December 29, 2010, 08:20:47 PM by dcx2 » Logged

lolz
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!