Hacking Splatoon Modding Hub

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.

aracom

Well-Known Member
Member
Joined
Oct 1, 2015
Messages
476
Trophies
0
XP
363
Country
Gambia, The
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

KapuDaKoopa

That One Splatoon Dataminer
OP
Member
Joined
Mar 12, 2016
Messages
474
Trophies
0
XP
984
Country
United States
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?
 

paranormalCrystal

Well-Known Member
Member
Joined
May 5, 2016
Messages
246
Trophies
0
XP
106
Country
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.
 
D

Deleted User

Guest
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?
 

KapuDaKoopa

That One Splatoon Dataminer
OP
Member
Joined
Mar 12, 2016
Messages
474
Trophies
0
XP
984
Country
United States
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?
 

ToonRudy

Well-Known Member
Member
Joined
May 3, 2015
Messages
197
Trophies
0
Age
24
XP
289
Country
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
 

Barkeeper

New Member
Newbie
Joined
May 8, 2016
Messages
4
Trophies
0
Age
35
XP
41
Country
Gambia, The
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!
 

ToonRudy

Well-Known Member
Member
Joined
May 3, 2015
Messages
197
Trophies
0
Age
24
XP
289
Country
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
 

KapuDaKoopa

That One Splatoon Dataminer
OP
Member
Joined
Mar 12, 2016
Messages
474
Trophies
0
XP
984
Country
United States
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.
 

ToonRudy

Well-Known Member
Member
Joined
May 3, 2015
Messages
197
Trophies
0
Age
24
XP
289
Country
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

Mega-Mew

Well-Known Member
Member
Joined
May 10, 2015
Messages
416
Trophies
0
XP
1,499
Country
Canada
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 ?
 

KapuDaKoopa

That One Splatoon Dataminer
OP
Member
Joined
Mar 12, 2016
Messages
474
Trophies
0
XP
984
Country
United States
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

pinkupi13

Well-Known Member
Member
Joined
May 8, 2016
Messages
158
Trophies
0
XP
685
Country
Australia
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
 

paranormalCrystal

Well-Known Member
Member
Joined
May 5, 2016
Messages
246
Trophies
0
XP
106
Country
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

KapuDaKoopa

That One Splatoon Dataminer
OP
Member
Joined
Mar 12, 2016
Messages
474
Trophies
0
XP
984
Country
United States
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
 

Barkeeper

New Member
Newbie
Joined
May 8, 2016
Messages
4
Trophies
0
Age
35
XP
41
Country
Gambia, The
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.
 

paranormalCrystal

Well-Known Member
Member
Joined
May 5, 2016
Messages
246
Trophies
0
XP
106
Country
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

General chit-chat
Help Users
  • No one is chatting at the moment.
    Veho @ Veho: Looks like Link's Awakening was metaphorical.