Hacking Post your WiiU cheat codes here!

  • Thread starter Thread starter LawnMeower
  • Start date Start date
  • Views Views 2,113,203
  • Replies Replies 9,274
  • Likes Likes 52
That's because when you restart the race, all the player data structures are re-allocated, which renders previous searches useless. That may also happen every time a player gets an item. Maybe an ASM hack might work, if that is the case?
its definitely possible
 
I don't know. The display code for a single mushroom is 0x00000007 I think. (Although I may not remember right.) However, that may not be the value for "single mushroom" at the actual item's address.
well i did see the item id's posted by ryanrocks while browsing Dark Flares comments http://pastebin.com/LJYWpjJj
 
  • Like
Reactions: Mr. Mysterio
well i did see the item id's posted by ryanrocks while browsing Dark Flares comments http://pastebin.com/LJYWpjJj
OK, so I did remember the item IDs wrong, but now that I see that list I recognize those values are the ones I found. (When I did the search for the Bullet Bill exact value, I did use the right value, I just remembered it wrong when I posted.
sm7_facepalm.gif
)
 
  • Like
Reactions: Dk_N64
I don't understand what you mean. Could you please explain a little more?

When you do a unknown value search and the the difference between mem dump 1 and mem dump 2 is a -negative number, the difference shows up as the #2 compelement of the value. This is common when the value change went up.
Take for instance Mario Brothers. on the first dump you had 1 coin, and on the second dump you had 2. 1-2 = -1 so the diff field would contain fffffffe as thats the #1 complement of the number. To take the #2 complement of the number you merely add one to the #1's complement so #2's complement would be ffffffff
 
When you do a unknown value search and the the difference between mem dump 1 and mem dump 2 is a -negative number, the difference shows up as the #2 compelement of the value. This is common when the value change went up.
Take for instance Mario Brothers. on the first dump you had 1 coin, and on the second dump you had 2. 1-2 = -1 so the diff field would contain fffffffe as thats the #1 complement of the number. To take the #2 complement of the number you merely add one to the #1's complement so #2's complement would be ffffffff
Why would that prevent the unknown value search from finding the address of the item in MK8?
 
For Zelda Wind Waker HD US Version, how do I convert the following codes for use with PyGecko?:

Can carry 5000 Rupees [CosmoCortney]
15073BD2 02

5000 Rupees in wallet [CosmoCortney]
15073BC4 1388

Thoughts/help appreciated :)
 
Has anyone been able to edit the abilities on equipment in Splatoon? I would like to request that if anyone wants to take the time to do it.

P.S. can you use this cheat manager on 5.5 US firmware or not yet?
 
Last edited by RemixDeluxe,
Has anyone been able to edit the abilities on equipment in Splatoon? I would like to request that if anyone wants to take the time to do it.

P.S. can you use this cheat manager on 5.5 US firmware or not yet?
nope everything is 5.3.2 or below only, and no indication of any releases to support 5.4+ in the immediate future, 5.4 has a glimmer of hope assuming the devs find a disposable entrypoint (ie one that they already have ends up blocked in a future FW or they suddenly find a stockpile of usable entrypoint exploits and feel they have enough to burn one for the sake of adding 5.4 support)

as for 5.5 support, unless nintendo manages to block their 5.5+ kernel exploit in a future FW that will likely stay under wraps for quite a while
 
nope everything is 5.3.2 or below only, and no indication of any releases to support 5.4+ in the immediate future, 5.4 has a glimmer of hope assuming the devs find a disposable entrypoint (ie one that they already have ends up blocked in a future FW or they suddenly find a stockpile of usable entrypoint exploits and feel they have enough to burn one for the sake of adding 5.4 support)

as for 5.5 support, unless nintendo manages to block their 5.5+ kernel exploit in a future FW that will likely stay under wraps for quite a while
Thats unfortunate. I'll just patiently wait until support exists, even if its 1-2 years from now or longer.

Still, has anyone managed to edit the abilities on Splatoon equipment? I'm still interested because my best friend does have a Wii U with a lower firmware, even if I cant use it myself.
 
Has anyone been able to edit the abilities on equipment in Splatoon? I would like to request that if anyone wants to take the time to do it.
I sadly can't to this since my hackable Wii U wasn't online for too long. I don't have any weapon unlocked. I'd need at least one more to search for abilities in the RAM. But maybe it's possible to swap properties files (if the game uses them for weapons) with caffiine
 
I sadly can't to this since my hackable Wii U wasn't online for too long. I don't have any weapon unlocked. I'd need at least one more to search for abilities in the RAM. But maybe it's possible to swap properties files (if the game uses them for weapons) with caffiine
Just to be clear its not the weapons I would like altered but the wearable equips. Even though I could fight against someone online using equips with desirable abilities, the equip itself could be not so fresh for a lack of better words. It would be just fantastic to alter any of your favorite equips and play online with them, the best part is it would be barely cheating since its possible to already get it in the game yourself, albeit you must be extremely lucky with the RNG.
 
So, I've created a python script, basically an extension of pygecko that loads cheats.
I tried using this but it gave me an error when I tried to recheats
Code:
3065DBC4 0000000D
on Mario Kart 8.
Code:
C:\Users\Bully\Desktop\pyGecko-master>C:\Python27\python cheat.py

None
Traceback (most recent call last):
  File "cheat.py", line 78, in <module>
    applyAlways(recodeList)
  File "cheat.py", line 55, in applyAlways
  curr_val = make32Uint(rpc.readmem(addr,4))
  File "cheat.py", line 6, in make32Uint
    return struct.unpack('>I', addr_str)[0]
struct.error: unpack requires string argument of length 4

C:\Users\Bully\Desktop\pyGecko-master>

recheats.txt:
Code:
#
# Example
#  Offset   Pointer Addr        Addr    Value
# 378D3738   [378D6A38]    -> 378D6A38 0000ffff
# Reduces to
# [378D3738] 0000ffff
#
#Super Mario 3D World

#Infinite Lives
#[378D3738] 0000ffff
#Change time to 999
#378D6AD4 0000FFFF

#Gold Standard Kart
3065DBC4 0000000D

cheats.txt:
Untouched
 
Last edited by BullyWiiPlaza,
  • Like
Reactions: Adr990
Is there any update on this? Please make a new topic if you're going to continue the development. I tried using this but it gave me an error when I tried to recheats
Code:
3065DBC4 0000000D
on Mario Kart 8.
Code:
C:\Users\Bully\Desktop\pyGecko-master>C:\Python27\python cheat.py

None
Traceback (most recent call last):
  File "cheat.py", line 78, in <module>
    applyAlways(recodeList)
  File "cheat.py", line 55, in applyAlways
  curr_val = make32Uint(rpc.readmem(addr,4))
  File "cheat.py", line 6, in make32Uint
    return struct.unpack('>I', addr_str)[0]
struct.error: unpack requires string argument of length 4

C:\Users\Bully\Desktop\pyGecko-master>

recheats.txt:
Code:
#
# Example
#  Offset   Pointer Addr        Addr    Value
# 378D3738   [378D6A38]    -> 378D6A38 0000ffff
# Reduces to
# [378D3738] 0000ffff
#
#Super Mario 3D World

#Infinite Lives
#[378D3738] 0000ffff
#Change time to 999
#378D6AD4 0000FFFF

#Gold Standard Kart
3065DBC4 0000000D

I'll push an updated one out tonight or tomorrow. I've been messing with the pointer offsets to test some things out. Send me your recheats in a pm and I'll take a look at why it's erroring out.
 

Site & Scene News

Popular threads in this forum