Hacking [WIP] 'Cafe Code Types' for Wii U cheats + PPC code handler

  • Thread starter Thread starter LawnMeower
  • Start date Start date
  • Views Views 34,042
  • Replies Replies 84
  • Likes Likes 19
Awesome :D
Will it include game specific lists (Like the original Gecke dNET does)? So it would - for instance - detect 1010C800 as "Mario and Sonic at the Winter Olympics 2014 [EUR]"
Yes, it will be done. I will pull the data from here since I currently know no better way, lol.
 
Last edited by BullyWiiPlaza,
  • Like
Reactions: LawnMeower
i think soon the pygecko/loadiine combo will be more important when most ppl are running their games with it so some will use cheats and help search for cheatcodes
but at the moment the only real working version of pygecko+loadiine is v3 for me but there are some games not running

v4 from onion knight is so unstable here that isnt fun :(
 
it would be also nice if someone from you pro-cheat-searchers give some tutorial/ hints how to find not countable values like in mario/luigi games the state if you are big or not or how to find the 3 stars of each map, how to find the Pointer which writes on some special adresses ...
 
it would be also nice if someone from you pro-cheat-searchers give some tutorial/ hints how to find not countable values like in mario/luigi games the state if you are big or not or how to find the 3 stars of each map, how to find the Pointer which writes on some special adresses ...
I'm going to explain stuff like this with my next tutorials. I'm waiting for TPHD to be out so I could demonstrate how to find unknown values quite well on the lantern oil's bar :p
(size modifiers will be explained in another video because there are 3 different ways to search for them depending on the conditions)

--------------------- MERGED ---------------------------

A list because it will be very slow to obtain online every time.
This is good, so the end user good easily update the list if the online list lacks some information :)
 
  • Like
Reactions: eco95
I'm going to explain stuff like this with my next tutorials. I'm waiting for TPHD to be out so I could demonstrate how to find unknown values quite well on the lantern oil's bar :P
(size modifiers will be explained in another video because there are 3 different ways to search for them depending on the conditions)
TPHD = Zelda - Twilight Princess HD ?
 
(Sorry for bumping, but I) Don't know if anybody else is having this issue, but I'm on Windows 10 with Java 8u73 installed. Double clicking JGecko U.jar does nothing and CMD spits this out:

Exception in thread "main" java.lang.NoClassDefFoundError: org/jsoup/Jsoup
at wiiudev.gecko.client.titles.TitleDatabaseUpdater.update(TitleDatabaseUpdater.java:49)
at wiiudev.gecko.client.titles.TitleDatabaseUpdater.<init>(TitleDatabaseUpdater.java:27)
at wiiudev.gecko.client.gui.JGeckoUGUI.<init>(JGeckoUGUI.java:74)
at wiiudev.gecko.client.JGeckoULauncher.main(JGeckoULauncher.java:16)
Caused by: java.lang.ClassNotFoundException: org.jsoup.Jsoup
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 4 more

Any ideas? Thanks!
 
(Sorry for bumping, but I) Don't know if anybody else is having this issue, but I'm on Windows 10 with Java 8u73 installed. Double clicking JGecko U.jar does nothing and CMD spits this out:

Exception in thread "main" java.lang.NoClassDefFoundError: org/jsoup/Jsoup
at wiiudev.gecko.client.titles.TitleDatabaseUpdater.update(TitleDatabaseUpdater.java:49)
at wiiudev.gecko.client.titles.TitleDatabaseUpdater.<init>(TitleDatabaseUpdater.java:27)
at wiiudev.gecko.client.gui.JGeckoUGUI.<init>(JGeckoUGUI.java:74)
at wiiudev.gecko.client.JGeckoULauncher.main(JGeckoULauncher.java:16)
Caused by: java.lang.ClassNotFoundException: org.jsoup.Jsoup
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 4 more

Any ideas? Thanks!
Fixed
 
  • Like
Reactions: eco95
if equal, unequal, greater than, less than, greater or equal, less than or equal do now work :)
Check out the op for the type documentation soon.
also had a look for a more reliable hook but couldn't find any...
 

Attachments

  • Like
Reactions: eco95 and Mega-Mew
JGecko U now updated and available. Enjoy :)

rd22k58j.png
 
No but it can be supported. So far you need the special kernel and pyGecko installer from the top post.

Thank you so so much for you(BullyWiiPlaza) and CosmoCortney's hard work!

I'm really looking forward to it (JGecko U on GX2) !!

JGecko U + GX2 is too beautiful to resist~ ^_^
 
I have re-uploaded v8 of the code handler. the previous one had a stupid copy paste mistake that froze the system by conditional codes.
some news in general:
I have found a hook that appears to be really reliable! i just need to confirm this with different games. if it appears to be flawlessly working with every game I test I will use it :)
however, the next code handler will then take some time to be out due all the testing and editing the code (the code handler has over 1200 lines of assembly code. I need to edit every line that uses r1 since I can't use it with the new hook)
 
Well, the code handler is now improved. It should work on any game without interruptions :)
You can find the .bin files in the attachment.
@BullyWiiPlaza there will also be an edit required on JGecko U.
The hook now is at A114ED3C. However, it is not included in the code handler's archive. Instead your tool has to enable the hook each time after the cheat codes are sent. (remember that before sending new or other cheats the hook has to be turned off, the range of 10015000 - 10017000 must be cleared. After sending the cheats the hook has to be turned back on. This will help preventing possible freezes).
Hook values:
A114ED3C XXXXXXXX
off: 818CC2E4
on: 4805F4C4


Twilight Princess HD [EUR] Super Speed Link (hold ZR and move the left stick)
03000000 102EFA67
00000040 00000000
07000000 102F49A8
00000008 00000000
00120000 106674C4
12800000 13800000
0000048C 42C00000
D0000000 DEADCAFE

Twilight Princess HD [EUR] Moonjump (press left stick)
03000000 102F49A9
00000004 00000000
00120000 10681E40
12800000 13800000
0000002C 42800000
D0000000 DEADCAFE

Twilight Princess HD [any region] Infinite sling shot nuts
00000000 10647C3C
00000063 00000000

The game can freeze when pressing the home menu button. To be sure not to freeze the system, disable all cheats before
 

Attachments

Site & Scene News

Popular threads in this forum