Hacking Splatoon Modding Hub

  • Thread starter Thread starter KapuDaKoopa
  • Start date Start date
  • Views Views 827,578
  • 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.
Hi! @KapuDaKoopa great tutorial!, I really liked it since a noob like me can now play with awesome mods :D !, But i wanted to ask you, is possible to poke system's RAM or something like that to unlock Amiibo gear without having a real Amiibo?, like having a Link amiibo and the game thinks is the Male Inkling Amiibo (I have a Link amiibo)? Or just putting a code that give me the gear automatically?
Thank you very much! :)
 
Hi! @KapuDaKoopa great tutorial!, I really liked it since a noob like me can now play with awesome mods :D !, But i wanted to ask you, is possible to poke system's RAM or something like that to unlock Amiibo gear without having a real Amiibo?, like having a Link amiibo and the game thinks is the Male Inkling Amiibo (I have a Link amiibo)? Or just putting a code that give me the gear automatically?
Thank you very much! :)
Well, there WAS something that got you all of the arcade games, but not the gear from what I know. It hasn't been added to the tutorial yet (i think) but may be soon! We will research this kind of thing and may add it soon enough, so keep waiting. c:

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

okay, but it happened every time. Here is what i do:
  • I launch loadiine.ovh
  • I launch tcpgecko + kernal
  • I launch splatoon
  • it freezez.
This hasn't happened to me before but if anyone else has had it happen and fixed it, could you possibly help @hudhair ? I'm not very good at this it sems!
 
Well, there WAS something that got you all of the arcade games, but not the gear from what I know. It hasn't been added to the tutorial yet (i think) but may be soon! We will research this kind of thing and may add it soon enough, so keep waiting. c:
To add amiibo gear without using amiibos, just create a gear slot with it.
Here are all gear IDs. Don't use the offset that I added under "2.7", it's the wrong one. The right one is 12CD0D80.

If Leanny's tool releases, you'll be able to just to that without having to mess with raw memory editing.
 

Attachments

Last edited by aracom,
K

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

Wait wouldn't that make it the Resume Game screen then?
 
Every time I install the TCP Gecko and it takes me back to the Home screen, when I press the Internet Browser it doesn't redirect me and when I go back to the site you just asks me what I want to install again.
 
Every time I install the TCP Gecko and it takes me back to the Home screen, when I press the Internet Browser it doesn't redirect me and when I go back to the site you just asks me what I want to install again.
Step 1 is installing the kernel and Step 2 is installing TCPGecko- It's either you're too slow to get back onto the page {Have you bookmarked it?} or it went through both without you realizing.
 
Oh ok let me boommark it.

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

Yay it worked!
 
Aaaaaaaaand it's me again. Used the "dangerous" Octoling mod this time, in the hope it would fix the other bugs. But instead I now can't even visit the shops any more without a black screen. Can anyone tell me the hex code to turn my Octoling back into an Inkling? (Never imagined myself writing this words. :'C ) I hope that fixes the problem.
 
Aaaaaaaaand it's me again. Used the "dangerous" Octoling mod this time, in the hope it would fix the other bugs. But instead I now can't even visit the shops any more without a black screen. Can anyone tell me the hex code to turn my Octoling back into an Inkling? (Never imagined myself writing this words. :'C ) I hope that fixes the problem.
Just go to the character creation screen and select a boy or a girl again. Alternatively, just poke 1 or 0 into that offset.

This is great, used it many times. Takes a bit of work to set up, but it works fine.
 
Last edited by aracom,
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.")
Just tried this one now, gives this error:
Code:
C:\Users\Mic1604\Downloads\pyGecko-master>C:/Python27/Python -i Arcade.py
Connecting to 192.168..200:7331
Traceback (most recent call last):
  File "Arcade.py", line 3, in <module>
    tcp = TCPGecko("192.168..200")
  File "C:\Users\Mic1604\Downloads\pyGecko-master\tcpgecko.py", line 12, in __init__
    self.s.connect((str(args[0]), 7331)) #IP, 1337 reversed, Cafiine uses 7332+
  File "C:\Python27\lib\socket.py", line 228, in meth
    return getattr(self._sock,name)(*args)
socket.gaierror: [Errno 11001] getaddrinfo failed
>>>
 

Site & Scene News

Popular threads in this forum