WiiRd forum

Wii & Gamecube Hacking => Wii Game hacking help => Topic started by: Deathcheat on July 22, 2010, 01:50:52 AM

Title: Need help in hacking
Post by: Deathcheat on July 22, 2010, 01:50:52 AM
Hi, i'm new at wii hacking and i need help. I was trying to hack games on the wii, but had no success. I need help in finding addresses. I know i have to search a pointer, but i dont know, too. If anyone of you know a good tut, it would be very helpful for me. Thanks for reading this.








And if you want to know why i want to learn hacking wii, i was playing with some friends and they used online codes. I want to learn how to make them.
Title: Re: Need help in hacking
Post by: goemon_guy on July 22, 2010, 03:23:33 AM
I'm just gonna go right ahead and ask this: Do you have a USB Gecko?

If you don't, you're not going to be able to make codes. However, you can use them with Gecko OS.
Title: Re: Need help in hacking
Post by: dcx2 on July 22, 2010, 02:26:08 PM
Quote from: Deathcheat on July 22, 2010, 01:50:52 AM
And if you want to know why i want to learn hacking wii, i was playing with some friends and they used online codes. I want to learn how to make them.

You might have a hard time getting help writing online codes here, because a large portion of this forum frowns upon hacking online games, in particular public matches.  Look at Mario Kart Wii to see why...you can't enter a public match without seeing multiple cheaters.
Title: Re: Need help in hacking
Post by: Deathcheat on July 22, 2010, 03:42:15 PM
Yes, i have USB Gecko. I can find some variables, but i have problems with pointers and items. I was trying to make some codes for MKW, but i dont know what i have to search. I want to make item hacks.


And i dont cheat in public matches, only with friends. I hate cheaters in a normal match, too. But with friends (they are cheating) is it ok, or not?
Title: Re: Need help in hacking
Post by: Bully@Wiiplaza on July 22, 2010, 03:57:17 PM
Quote from: dcx2 on July 22, 2010, 02:26:08 PM
Look at Mario Kart Wii to see why...you can't enter a public match without seeing multiple cheaters.
thats not right dcx2, there are just a few of them.
When I play, there is about 1 hacker in 5 different rooms I visit and regionals aren´t as hacked as global races.
Online codes are harder then offline, except you are a great assembly hacker >:D
Title: Re: Need help in hacking
Post by: Deathwolf on July 22, 2010, 04:34:36 PM
just write default ASM C2 code and you can use it easily online too.
like onslought and water warfare, infinity ammo or moonjump.

for me, ASM codes are alot better then RAM Codes.
(NO pointer and works offline AND online) :)
Title: Re: Need help in hacking
Post by: Deathcheat on July 22, 2010, 10:58:28 PM
Ok, but there are 2 questions left: how do i find an adress and the value of an item? I can only find normal variables with numbers.
What its ASM C2?
Title: Re: Need help in hacking
Post by: Anarion on July 23, 2010, 01:19:04 AM
Why do you want to hack mario kart wii? Isn't the game fully hacked already?  :rolleyes:
Title: Re: Need help in hacking
Post by: Deathcheat on July 23, 2010, 01:23:00 PM
This is one of the few games which i own. I know its hacked, but i need a game to learn hacking wii.
Title: Re: Need help in hacking
Post by: Anarion on July 23, 2010, 08:52:43 PM
lol. I see.

Well, I hate to break it to you but MKW is not such an "easy" game to get started on understanding how to hack.
What other games do you have?
Title: Re: Need help in hacking
Post by: Deathcheat on July 23, 2010, 09:24:46 PM
The other game wich i own is new super mario bros. Ok, i dont play wii much. And i think its important to know that i use the pal version of the game because there are differences.
Title: Re: Need help in hacking
Post by: Deathwolf on July 23, 2010, 11:10:40 PM
look at Power PC ;)
Title: Re: Need help in hacking
Post by: Bully@Wiiplaza on July 23, 2010, 11:11:28 PM
Mario Bros Wii is easy to hack and good for beginners :P
But it was already hacked to death, maybe you can just learn a few aesy things from that codes...
no Pointers or ASM needed in most conditions :P
Title: Re: Need help in hacking
Post by: Deathcheat on July 24, 2010, 02:29:38 PM
I already made a live and coin hack, but there is a similar problem. I tried to make a code which allows you to change your mode. You beginn the level as a smal mario, then you gain a mushroom and are normal. There is my problem, i dont know what i have to search. I dont know a solution for this.
Title: Re: Need help in hacking
Post by: Bully@Wiiplaza on July 24, 2010, 03:56:55 PM
You want to search marios size.
that´s a lot harder... you must use unkown search (and 32bit) I guess.
Ifyou are bigger search greater than, if smaller than before less than.
Repeat it, untill you got some adresses left.
Poke then and look what happens...
Title: Re: Need help in hacking
Post by: Deathwolf on July 24, 2010, 04:03:35 PM
no lol.

size addresses are near moonjump,speed ect-
it's float and every time  3F800000 x 3
Title: Re: Need help in hacking
Post by: Deathcheat on July 24, 2010, 04:19:55 PM
No, i dont want the size. I mean that thing when you hit a flower, mushroom etc.


I tested something and this could be the solution: at first i search 8 bit, unknown inital value. After i hitted something, i search decreased value. I reapead this sometimes and should find my address?