Codes
WiiRd forum
March 28, 2024, 03:54:31 PM *
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: Problem with if-codes as pointer and gecko registers as pointer..  (Read 1600 times)
CosmoCortney
Hacker
Jr. Member
*****

Karma: 8
Posts: 85

Mensch-Maschine, halb Wesen & halb Ding


WWW
« on: December 07, 2014, 07:04:22 PM »

It's me again, sorry.
But I've been trying to make an if greater than conditional of a pointer code..

48000000 804691B8
DE000000 00008180
14001F24 XXXXXXXX

I want that if XXXXXXXX is greater than 81300000 the next lines are enabled.
Quote
To use po instead of ba, change the codetype from 24 to 34.

48000000 344691B8
DE000000 00008180 // is this line still needed here?
14001F24 81300000


Is it correct? (i assume it isn't)

and i'd like to load into gecko register from a pointer and store something back into its address.

Logged

Bully@Wiiplaza
Hacker
Legendary Member
*****

Karma: 93
Posts: 1853


WWW
« Reply #1 on: December 09, 2014, 12:27:44 AM »

Hello Cortney,

48000000 804691B8 # Load 804691B8 into pointer address
DE000000 80008180 # Value at 804691B8 must be between 8000000 and 81800000
34001F24 XXXXXXXX # If value at address (value at 804691B8) + 1F24 is greater than XXXXXXXX
# Write something
E0000000 80008000 # Reset code execution status

I hope this helped!
« Last Edit: December 09, 2014, 12:32:07 AM by Bully@Wiiplaza » Logged

My Wii hacking site...
http://bullywiihacks.com/

My youtube account with a lot of hacking videos...
http://www.youtube.com/user/BullyWiiPlaza

~Bully
CosmoCortney
Hacker
Jr. Member
*****

Karma: 8
Posts: 85

Mensch-Maschine, halb Wesen & halb Ding


WWW
« Reply #2 on: December 09, 2014, 08:24:28 AM »

yes, thank you!
seems obvious since 14XXXXXX is 04XXXXXX + 10 to ba..
Logged

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!