This error is pointless and doesn't matter. Anybody else getting this and with which TCP Gecko Installer?
Oh ok, becausewards when i click "ok" and then try to send over my code. JGecko U just locks up and i cant press any buttons in the program
This error is pointless and doesn't matter. Anybody else getting this and with which TCP Gecko Installer?

Okay thanks!Java 8 only
Did you download my TCP Gecko Installer?Oh ok, becausewards when i click "ok" and then try to send over my code. JGecko U just locks up and i cant press any buttons in the program

I think he didn't but that's what I'm directing him to do right nowDid you download my TCP Gecko Installer?
Yes. It has a lot of improvements and additions. It is mandatory if you want to use JGecko U properlyI think he didn't but that's what I'm directing him to do right now
Is it a modified version of the normal one btw?
Yes since nobody made proper use of it anywayI noticed that all the source code is gone. Is JGecko U close source from now on?
when i try to connect to my Wii U i get this error message. Keep in mind i couldnt simply open the .jar file etiehr. I had to create a .bat just to get into it. can anyone help? Also I made sure my IP was correct
View attachment 76906


How to use? Just read whatever piece of ASM that seems to interest you. Not randomly but you have to know what you're looking for. Also no, a decompiler won't be made. It's one of the most difficult things to do ever in computer science (assembly back to C) and people (e.g. HexRays) are selling decompilers like this for like 2000 $. Yes, you read that right. Also free ones do suck/don't work I guess but it's worth a try. HexRays released a PowerPC decompiler but not leaked yet apparentlyAre there any good tutorials on using the disassembler? I'm fairly familiar with PPC ASM.
Also, do you think it would be possible to make a decompiler for the Wii U so it could be implemented in JGecko U?


Perhaps. Sometimes, no matter how hard I try, I cannot find the address for something, and I even make sure I'm searching everywhere using the memory bounds.Is it possible that some games are impossible to find a cheat code for. I've looked high and low for different codes on pacman and the ghostly adventures. Nothing at all found.
I've searched for lives, health, eyes, food, everything. I've tired searching unknown values, specific, the whole memory bound. Everything I can think of. Now I'm curious if they can be found at all.Perhaps. Sometimes, no matter how hard I try, I cannot find the address for something, and I even make sure I'm searching everywhere using the memory bounds.
This probably isn't the case. Search the entire game memory range and don't do any known searches, only greater than and less than. Try 8, 16, and 32 bit searches.Is it possible that some games are impossible to find a cheat code for. I've looked high and low for different codes on pacman and the ghostly adventures. Nothing at all found.
I've tired 8, 32. Unknown, greater than less thanThis probably isn't the case. Search the entire game memory range and don't do any known searches, only greater than and less than. Try 8, 16, and 32 bit searches.

Have you tried not equal?I've tired 8, 32. Unknown, greater than less than

Hate it when something like that happensOk. I'll be damned. I tired just now and found the address for food. I is listed has a floating point.