Hacking Splatoon Modding Hub

  • Thread starter Thread starter KapuDaKoopa
  • Start date Start date
  • Views Views 827,772
  • 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.
Its safe i think because now other people is saying to me "That can ban"

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


but in pb
what do you mean? Estás diciendo que es seguro y que la gente dice que puede banear en que quedamos? xD
Bye!

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

What do you mean?
The lobby?
oh sorry yes i wanted say this
 
i pasted it on,
Just look for your gear slots in TCPGECKO ( connect to your Wii u to do this ) and then replace it with one of these:
00006D61 ( headgear ONLY, Elite Octoling Goggles )
0000733D ( headgear, clothing & shoes: Squid Research Lab Gear )
If you enter let's say 00006D61 into your shoe gear slot, the game will render it as invalid.
( I've tried once, it's horrible. )
If it happens to you restore your game with a previous backed up USB port

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


It seems likely, ( I'm assuming, btw )
Mainly because the ?? ? match perfectly with Fld_MatchRoom_Mch.
MatchRoom could be Inkopolis


Probably because that map isn't supposed to be used for that capability that was shown in Asutoro's video.

Elite octo goggles doesnt work, it just another address for squid research lab glasses when i try it
 
yeah, sometimes it gives you a white headband instead, i know
Try putting this into a python file,
Code:
from tcpgecko import TCPGecko

tcp = TCPGecko("192.168.0.2")
tcp.pokemem(0x12CD1D88, 0x00006D61)
tcp.pokemem(0x12CD7DA0, 0x00006D61)
tcp.s.close()
print("Done.")
 
Just look for your gear slots in TCPGECKO ( connect to your Wii u to do this ) and then replace it with one of these:
00006D61 ( headgear ONLY, Elite Octoling Goggles )
0000733D ( headgear, clothing & shoes: Squid Research Lab Gear )
If you enter let's say 00006D61 into your shoe gear slot, the game will render it as invalid.
( I've tried once, it's horrible. )
If it happens to you restore your game with a previous backed up USB port
Just look for your gear slots in TCPGECKO ( connect to your Wii u to do this ) and then replace it with one of these:
00006D61 ( headgear ONLY, Elite Octoling Goggles )
0000733D ( headgear, clothing & shoes: Squid Research Lab Gear )
If you enter let's say 00006D61 into your shoe gear slot, the game will render it as invalid.
( I've tried once, it's horrible. )
If it happens to you restore your game with a previous backed up USB port

--------------------- MERGED ---------------------------
--------------------- MERGED ---------------------------
 
Last edited by panpanzzz,
Just look for your gear slots in TCPGECKO ( connect to your Wii u to do this ) and then replace it with one of these:
00006D61 ( headgear ONLY, Elite Octoling Goggles )
0000733D ( headgear, clothing & shoes: Squid Research Lab Gear )
If you enter let's say 00006D61 into your shoe gear slot, the game will render it as invalid.
( I've tried once, it's horrible. )
If it happens to you restore your game with a previous backed up USB port
i can't find my gear code.

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

Just look for your gear slots in TCPGECKO ( connect to your Wii u to do this ) and then replace it with one of these:
00006D61 ( headgear ONLY, Elite Octoling Goggles )
0000733D ( headgear, clothing & shoes: Squid Research Lab Gear )
If you enter let's say 00006D61 into your shoe gear slot, the game will render it as invalid.
( I've tried once, it's horrible. )
If it happens to you restore your game with a previous backed up USB port

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


It seems likely, ( I'm assuming, btw )
Mainly because the ?? ? match perfectly with Fld_MatchRoom_Mch.
MatchRoom could be Inkopolis


Probably because that map isn't supposed to be used for that capability that was shown in Asutoro's video.
i can't find my gear code.
 
Just look for your gear slots in TCPGECKO ( connect to your Wii u to do this ) and then replace it with one of these:
00006D61 ( headgear ONLY, Elite Octoling Goggles )
0000733D ( headgear, clothing & shoes: Squid Research Lab Gear )
If you enter let's say 00006D61 into your shoe gear slot, the game will render it as invalid.
( I've tried once, it's horrible. )
If it happens to you restore your game with a previous backed up USB port

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


It seems likely, ( I'm assuming, btw )
Mainly because the ?? ? match perfectly with Fld_MatchRoom_Mch.
MatchRoom could be Inkopolis


Probably because that map isn't supposed to be used for that capability that was shown in Asutoro's video.
it didn't work i put in the code you gave me.
 
it didn't work i put in the code you gave me.
Try putting this into a python file,
Code:
from tcpgecko import TCPGecko

tcp = TCPGecko("192.168.0.2")
tcp.pokemem(0x12CD1D88, 0x00006D61)
tcp.pokemem(0x12CD7DA0, 0x00006D61)
tcp.s.close()
print("Done.")
^
And for the Squid Research Lab gear, the code is 0000733D.
 
^
And for the Squid Research Lab gear, the code is 0000733D.
Or just this
Code:
from tcpgecko import TCPGecko

tcp = TCPGecko("192.168.0.2")
tcp.pokemem(0x12CD1D80, 0x0000733D)
tcp.pokemem(0x12CD1D84, 0x0000733D)
tcp.pokemem(0x12CD1D88, 0x0000733D)
tcp.pokemem(0x12CD1DA0, 0x0000733D)
tcp.pokemem(0x12CD4DA0, 0x0000733D)
tcp.pokemem(0x12CD7DA0, 0x0000733D)
tcp.s.close()
print("Done.")
 
OK so

I've tried basically everything at this point, and none of the hackers really know

I'm trying to be able to replace singleplayer weapons.
It's most likely a setting somewhere that disables other weapons, and using BYAML editing to change the ID of the weapon makes the game load the Sploosh-O-Matic no matter what, and you can't shoot anyway.

If anyone can help me in anyway, I would be super grateful, as this is a super big project I've been working on with some others.
 
OK so

I've tried basically everything at this point, and none of the hackers really know

I'm trying to be able to replace singleplayer weapons.
It's most likely a setting somewhere that disables other weapons, and using BYAML editing to change the ID of the weapon makes the game load the Sploosh-O-Matic no matter what, and you can't shoot anyway.

If anyone can help me in anyway, I would be super grateful, as this is a super big project I've been working on with some others.
I can try to find the singleplayer manager to help. :)
 
  • Like
Reactions: KapuDaKoopa
OK so

I've tried basically everything at this point, and none of the hackers really know

I'm trying to be able to replace singleplayer weapons.
It's most likely a setting somewhere that disables other weapons, and using BYAML editing to change the ID of the weapon makes the game load the Sploosh-O-Matic no matter what, and you can't shoot anyway.

If anyone can help me in anyway, I would be super grateful, as this is a super big project I've been working on with some others.
The weapon which can be handled is designated by a program.
BYAML just designates model data.

BYAML Edit Sample https://twitter.com/asutoroUmario/status/779652416127979521
 
The weapon which can be handled is designated by a program.
BYAML just designates model data.

BYAML Edit Sample https://twitter.com/asutoroUmario/status/779652416127979521
Yeahyeah, for the weapons it does, but the BYAMLs also have settings in them for things such as Battle Dojo. My point is, BYAML editing hasn't been working for me, so if you or anyone else could help me find another way to load different weapons in singleplayer, that would be really nice.
 

Site & Scene News

Popular threads in this forum