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.

Splat_Red

Well-Known Member
Member
Joined
May 28, 2016
Messages
402
Trophies
0
Age
24
Location
Twinleaf Town
XP
133
Country
United States

Hmmm. Interesting.
Maybe the person uses a file path that goes from the battle dojo setup to a offline turf war sort of mode?
I'm assuming this because the other players have names like "Player 1" "Player 2" etc, and they don't move, so I'm assuming they're placeholders?
And then that leaves just two people with actual names, so I'm assuming those players are the two players FROM the battle dojo setup?
 
  • Like
Reactions: YoshiCrystal

victormr21

Well-Known Member
Member
Joined
Dec 29, 2015
Messages
565
Trophies
0
XP
498
Country
Hi!
Finally i added colors to Splatoon (teal, White, black, red, gold, silver and more) with @aracom and @seresaa help. I tested it in Shooting Range and "test" mode in turf war and tower mode I did it because old colorizer caused bans, if some "developer/tester" wants test it in online for see if its safe or not send me a PM
Bye!
 
Joined
Aug 21, 2016
Messages
208
Trophies
0
Age
29
Location
my house
XP
254
Country
United States
Hi!
Finally i added colors to Splatoon (teal, White, black, red, gold, silver and more) with @aracom and @seresaa help. I tested it in Shooting Range and "test" mode in turf war and tower mode I did it because old colorizer caused bans, if some "developer/tester" wants test it in online for see if its safe or not send me a PM
Bye!
colorizer online?any to test it please?
 

victormr21

Well-Known Member
Member
Joined
Dec 29, 2015
Messages
565
Trophies
0
XP
498
Country
Haha cool!
The first photo reminds me of that Japanese Splatfest where it was Lemon Tea VS Milk Tea.
Yes! You are right! Also I did White, red, Android's 6.0 Green and blue but they didnt appeare, idk if I remplaced this to yellow that its the colour that appeares only a few times
 

Videogamerev

Well-Known Member
Newcomer
Joined
Jun 19, 2016
Messages
50
Trophies
0
Age
25
XP
87
Country
United States
Map hack Address and Value?

if (VerCBox.Text == "2.10.0" || VerCBox.Text == "2.9.0")
{
if (hasExtendedHandlerInstalled)
{
if (OnlineCheckBox.Checked && NewMapName != "<no change>")
{
// Main maps
pokeThem(0x12B4D6E4 + diffforhandler, NewMapName, 16);
}
if (DojoCheckBox.Checked && NewMapName != "<no change>")
{
// Dojo
pokeThem(0x12B55A84 + diffforhandler, NewMapName, 5);
}
if (ShootingRangeCheckBox.Checked && NewMapName != "<no change>")
{
// Shooting Range
pokeThem(0x105FB948 + diffforhandler, NewMapName, 1);
}
}
else
{
if (OnlineCheckBox.Checked && NewMapName != "<no change>")
{
// Main maps
pokeThem(0x12B4D6E4, NewMapName, 16);
}
if (DojoCheckBox.Checked && NewMapName != "<no change>")
{
// Dojo
pokeThem(0x12B55A84, NewMapName, 5);
}
if (ShootingRangeCheckBox.Checked && NewMapName != "<no change>")
{
// Shooting Range
pokeThem(0x105FB948, NewMapName, 1);
}
}
}
}
public void PokeAllSceneEnvSetNames(string SetName)
{
if (SetName != "<no change>")
{
uint baseAddress = 0x12B4BB20;
if (VerCBox.Text == "2.10.0" || VerCBox.Text == "2.9.0")
{
baseAddress = 0x12B4D7C8;
}
if (hasExtendedHandlerInstalled)
{
for (uint i = 0; i < 16; i++)
{
writeStringSimple(baseAddress + diffforhandler + i * 0x0288, SetName, "MisMonitorBroken,Common".Length);
}
}
else
{
for (uint i = 0; i < 16; i++)
{
writeStringSimple(baseAddress + i * 0x0288, SetName, "MisMonitorBroken,Common".Length);

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

Gecko Map tester on 2.10 still works with 2.12
 

M_A_C_A_R_O_N

Member
Newcomer
Joined
Jun 8, 2016
Messages
20
Trophies
0
XP
58
Country
United States
Map hack Address and Value?

if (VerCBox.Text == "2.10.0" || VerCBox.Text == "2.9.0")
{
if (hasExtendedHandlerInstalled)
{
if (OnlineCheckBox.Checked && NewMapName != "<no change>")
{
// Main maps
pokeThem(0x12B4D6E4 + diffforhandler, NewMapName, 16);
}
if (DojoCheckBox.Checked && NewMapName != "<no change>")
{
// Dojo
pokeThem(0x12B55A84 + diffforhandler, NewMapName, 5);
}
if (ShootingRangeCheckBox.Checked && NewMapName != "<no change>")
{
// Shooting Range
pokeThem(0x105FB948 + diffforhandler, NewMapName, 1);
}
}
else
{
if (OnlineCheckBox.Checked && NewMapName != "<no change>")
{
// Main maps
pokeThem(0x12B4D6E4, NewMapName, 16);
}
if (DojoCheckBox.Checked && NewMapName != "<no change>")
{
// Dojo
pokeThem(0x12B55A84, NewMapName, 5);
}
if (ShootingRangeCheckBox.Checked && NewMapName != "<no change>")
{
// Shooting Range
pokeThem(0x105FB948, NewMapName, 1);
}
}
}
}
public void PokeAllSceneEnvSetNames(string SetName)
{
if (SetName != "<no change>")
{
uint baseAddress = 0x12B4BB20;
if (VerCBox.Text == "2.10.0" || VerCBox.Text == "2.9.0")
{
baseAddress = 0x12B4D7C8;
}
if (hasExtendedHandlerInstalled)
{
for (uint i = 0; i < 16; i++)
{
writeStringSimple(baseAddress + diffforhandler + i * 0x0288, SetName, "MisMonitorBroken,Common".Length);
}
}
else
{
for (uint i = 0; i < 16; i++)
{
writeStringSimple(baseAddress + i * 0x0288, SetName, "MisMonitorBroken,Common".Length);

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

Gecko Map tester on 2.10 still works with 2.12

and where do you put this in?
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • realtimesave @ realtimesave:
    I tried to get a slim on a black friday once, but they ran out of stock for the $100 one
  • realtimesave @ realtimesave:
    many ages ago
  • BigOnYa @ BigOnYa:
    You can find them $50-75 nowdays if catch a deal
  • K3Nv2 @ K3Nv2:
    Still remember grabbing this ps4 slim on black Friday for $200 when the msrp was still around 300
    +1
  • BigOnYa @ BigOnYa:
    I went to auction at a mom/pops video game store few months ago that was closing, and bought 11 slims for $200, 1 was DOA but 10 work fine. so hella deal. Already rgh3'ed 8 of them. But most younger kids don't even want anymore, unless it plays stupid "fortnight", or newer shit.
  • K3Nv2 @ K3Nv2:
    Think I'm gonna use my giftcard balance on a nice pair of headphones but $100 is still limited
  • K3Nv2 @ K3Nv2:
    Soundcore q30s are nice but they leak so much sound it sounds like speakers
  • Psionic Roshambo @ Psionic Roshambo:
    Ken spend the 100 on a gun and skii mask, wait for a jogger at the park jewelry money and headphones!
    +1
  • K3Nv2 @ K3Nv2:
    If only Amazon sold guns
  • K3Nv2 @ K3Nv2:
    Fucking dick heads think it's a bad idea to get a gun 2 days later
  • BigOnYa @ BigOnYa:
    Wait, I thought you were the dickhe...nvm
  • K3Nv2 @ K3Nv2:
    I got balls on my chin and two dicks on my forehead sir
    +1
  • BigOnYa @ BigOnYa:
    Sorry, no offense there double dickhead chinballs.
  • K3Nv2 @ K3Nv2:
    Chicks still love it
    +1
  • BigOnYa @ BigOnYa:
    "Mommy, look, what is that?". "That's your soon to be daddy."
    +1
  • K3Nv2 @ K3Nv2:
    That you'll only see once
    +2
  • Veho @ Veho:
    Double dickhead chinballs is still better than double dickhead eyeballs.
  • Veho @ Veho:
    As in, the balls will grow in your eye sockets.
  • K3Nv2 @ K3Nv2:
    I paid 5 grand to get them moved to my chin
    +1
  • Veho @ Veho:
    This you?
  • K3Nv2 @ K3Nv2:
    My hair can't be that cool
    Sonic Angel Knight @ Sonic Angel Knight: JOE! :P