Hacking Splatoon Modding Hub

  • Thread starter Thread starter KapuDaKoopa
  • Start date Start date
  • Views Views 827,531
  • Replies Replies 3,950
  • Likes Likes 31

Has this guide allowed you to successfully install Octohax?

  • Yes

  • No (If you choose this, please post errors, your process, etc.)


Results are only viewable after voting.
If you could possibly write a tutorial to load any level, when I have access to my PC again I could add it to the guide.
One question, however. Does it also load the bosses in the boss stages?
Sorry, like I said, it breaks online Multiplayer. You'll kill everyone on the map repeatedly, eventually disconnect and get a ban because of desync(I tried :)), so I won't be the one posting it here :/
It's not hard to find tough, I'll pm you some info on my stuff later when I have the time.
 
  • Like
Reactions: ToonRudy
Sorry, like I said, it breaks online Multiplayer. You'll kill everyone on the map repeatedly, eventually disconnect and get a ban because of desync(I tried :)), so I won't be the one posting it here :/
It's not hard to find tough, I'll pm you some info on my stuff later when I have the time.

It could always be one of those "Don't use online or ban" things. Can you swap normal maps into singleplayer levels? What about in Private Matches? Is there some way for it to work in those?
 
A lot of things happened while I was away! I wanted to see the difference between normal and the dangerous Octoling mode so I'll try it..probably nothing! Funny how we basically got the Octo texture, but Nikki has said if someone can fix it, she'll patch it! Anyone had any luck with using cafiine for any Splatoon things? {Text editing, etc} Because I maay need a tutorial...as I said, gamepad blind.
 
Hi,
I greatly apologize if this has already been covered within the last 7 pages of this thread, but I can't seem to get the "dangerous" Octoling mod to work...

I am using TCPGeckoDotNet from the tutorial, and I have managed to poke the correct values into the game. Then I entered my inventory, and then went back to the Plaza. However, it hasn't changed me into an Octoling for some reason...

Can anyone shine some light onto the situation?
 
A lot of things happened while I was away! I wanted to see the difference between normal and the dangerous Octoling mode so I'll try it..probably nothing! Funny how we basically got the Octo texture, but Nikki has said if someone can fix it, she'll patch it! Anyone had any luck with using cafiine for any Splatoon things? {Text editing, etc} Because I maay need a tutorial...as I said, gamepad blind.

By fix, I think she meant fix the Octopus bone offsets. Also, boy inkling is an Octopus too. We need a fix for that. I also had the idea to scan in the Squid amiibo with Octohax Plus active, but I'm not currently near my console, could someone test for me?
 
Hi,
I greatly apologize if this has already been covered within the last 7 pages of this thread, but I can't seem to get the "dangerous" Octoling mod to work...

I am using TCPGeckoDotNet from the tutorial, and I have managed to poke the correct values into the game. Then I entered my inventory, and then went back to the Plaza. However, it hasn't changed me into an Octoling for some reason...

Can anyone shine some light onto the situation?

You're from Europe. 12CD0D90
 
Hey there! First off, the Hub is a great idea! Finally I am able to play as an Octoling! =D
Now I just have one problem. It seems like opening the Miiverse freezes my WiiU....same with the Amiibos. They load and I can interact with them but as soon as I cancel the interaction with the Amiibo both the game crashes.
I tried spotting similar problems in the comments and on discord but it seems the problem is unique? Did I miss something? Any help would be neat, thanks!
 
Is 12CD0D90 for the first box? I'm gonna add it to the guide
I have more addresses that works on my european game, I don't know if is the same for USA.

999 Seasneals:
12CDB1B4 > 000003E7

9999999 coins:
12CDB1A0 > 0098967F

Rank S+ 99:
12CDB1B0 > 63 (99)
12CDB1AC > A (S+)

Level 50:
12CDB1A8 > 31
 
Hey there! First off, the Hub is a great idea! Finally I am able to play as an Octoling! =D
Now I just have one problem. It seems like opening the Miiverse freezes my WiiU....same with the Amiibos. They load and I can interact with them but as soon as I cancel the interaction with the Amiibo both the game crashes.
I tried spotting similar problems in the comments and on discord but it seems the problem is unique? Did I miss something? Any help would be neat, thanks!

Hmm
That's odd
I have noticed when using TCPGecko, it makes you shut off the WIIU before opening things like Friends List or it crashes. Amiibo however work fine for me.
 
The arcade games. How do they work/what do they modify in the game's RAM?
To unlock them all.
Code:
from tcpgecko import TCPGecko

tcp = TCPGecko("192.168.x.xxx")
tcp.pokemem(0x12CD0C24, 0xFFFFFFFF ) #Rank Hyouji
tcp.pokemem(0x12CD0C40, 0x000F0000 ) #Minigame
tcp.pokemem(0x12CDB1A0, 114514 ) # Kane
tcp.pokemem(0x12CDB1A4, 170 ) #Rank Point
tcp.pokemem(0x12CDB1A8, 23 ) #Rank
tcp.pokemem(0x12CDB1AC, 4 ) #Udemae
tcp.pokemem(0x12CDB1B0, 74 ) #Udemae point
tcp.pokemem(0x12CDB1B4, 810 ) #Sazae
tcp.s.close()
print("Done.")
 
  • Like
Reactions: KapuDaKoopa
To unlock them all.
Code:
from tcpgecko import TCPGecko

tcp = TCPGecko("192.168.x.xxx")
tcp.pokemem(0x12CD0C24, 0xFFFFFFFF ) #Rank Hyouji
tcp.pokemem(0x12CD0C40, 0x000F0000 ) #Minigame
tcp.pokemem(0x12CDB1A0, 114514 ) # Kane
tcp.pokemem(0x12CDB1A4, 170 ) #Rank Point
tcp.pokemem(0x12CDB1A8, 23 ) #Rank
tcp.pokemem(0x12CDB1AC, 4 ) #Udemae
tcp.pokemem(0x12CDB1B0, 74 ) #Udemae point
tcp.pokemem(0x12CDB1B4, 810 ) #Sazae
tcp.s.close()
print("Done.")
I am not accustomed with these small python script, but can we use pointer with it ?
 
To unlock them all.
Code:
from tcpgecko import TCPGecko

tcp = TCPGecko("192.168.x.xxx")
tcp.pokemem(0x12CD0C24, 0xFFFFFFFF ) #Rank Hyouji
tcp.pokemem(0x12CD0C40, 0x000F0000 ) #Minigame
tcp.pokemem(0x12CDB1A0, 114514 ) # Kane
tcp.pokemem(0x12CDB1A4, 170 ) #Rank Point
tcp.pokemem(0x12CDB1A8, 23 ) #Rank
tcp.pokemem(0x12CDB1AC, 4 ) #Udemae
tcp.pokemem(0x12CDB1B0, 74 ) #Udemae point
tcp.pokemem(0x12CDB1B4, 810 ) #Sazae
tcp.s.close()
print("Done.")

THANK YOU!
When I have access to my PC I'll make a guide!
 
  • Like
Reactions: ToonRudy
i literally logged on because i'm having issues
i tried the 'safe' octo hack on my wii u and nothing's happening, i'm wondering if it's an incompatibility issue since i have a european copy
also tcp on computer isn't connecting to my wii u
 
To unlock them all.
Code:
from tcpgecko import TCPGecko

tcp = TCPGecko("192.168.x.xxx")
tcp.pokemem(0x12CD0C24, 0xFFFFFFFF ) #Rank Hyouji
tcp.pokemem(0x12CD0C40, 0x000F0000 ) #Minigame
tcp.pokemem(0x12CDB1A0, 114514 ) # Kane
tcp.pokemem(0x12CDB1A4, 170 ) #Rank Point
tcp.pokemem(0x12CDB1A8, 23 ) #Rank
tcp.pokemem(0x12CDB1AC, 4 ) #Udemae
tcp.pokemem(0x12CDB1B0, 74 ) #Udemae point
tcp.pokemem(0x12CDB1B4, 810 ) #Sazae
tcp.s.close()
print("Done.")
This is really good! If only we could access the new Squid Sister Amiibo songs....I already have the games-
 
  • Like
Reactions: ToonRudy
i literally logged on because i'm having issues
i tried the 'safe' octo hack on my wii u and nothing's happening, i'm wondering if it's an incompatibility issue since i have a european copy
also tcp on computer isn't connecting to my wii u

Nothing will happen if WiiU cannot connect to PC
From what I know PAL copies can use it too
 
Hmm
That's odd
I have noticed when using TCPGecko, it makes you shut off the WIIU before opening things like Friends List or it crashes. Amiibo however work fine for me.

Hm, maybe I try the process again, it could be a problem with European Version only. Or I try the "evil" Octohax.
 
i literally logged on because i'm having issues
i tried the 'safe' octo hack on my wii u and nothing's happening, i'm wondering if it's an incompatibility issue since i have a european copy
also tcp on computer isn't connecting to my wii u
Have you downloaded the kexploit by using http://loadiine.ovh ? Remember to download the TCPGecko package! But the actual Octohax can't be blocked due to region. Try download advanced IP scanner and look for an IP labeled Nintendo, Wii U or U.
 

Site & Scene News

Popular threads in this forum