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
  • K3Nv2 @ K3Nv2:
    I fixed a 2010 netbook for someone and they were happy
  • ZeroT21 @ ZeroT21:
    i did something similar to for a friend, was a old acer netbook, he was over the moon, guess guys are just that simple
  • K3Nv2 @ K3Nv2:
    Still had xp all the works at least got 7 on it
  • ZeroT21 @ ZeroT21:
    even if MS says newer windows works fine on 1 Gb of ram, I'd still go for the default or similar OS
  • K3Nv2 @ K3Nv2:
    It loaded youtube with like a 5 minute lag lol
  • ZeroT21 @ ZeroT21:
    it's a old potato, can't expect much
  • K3Nv2 @ K3Nv2:
    I told her it's not a good porn book
  • ZeroT21 @ ZeroT21:
    it's fine if it work and can watch their fav porn
  • K3Nv2 @ K3Nv2:
    For images maybe
  • ZeroT21 @ ZeroT21:
    it's not a vibrator la, ...that lags
  • K3Nv2 @ K3Nv2:
    No haptic feedback in laptops
  • ZeroT21 @ ZeroT21:
    you ain't paying for that kinda realism with this hardware
  • K3Nv2 @ K3Nv2:
    Need to give apple $600
  • ZeroT21 @ ZeroT21:
    the more you give apple the more features they will take away
  • K3Nv2 @ K3Nv2:
    Apple finally invented folders
  • ZeroT21 @ ZeroT21:
    i still want headphone jacks for my shit
  • ZeroT21 @ ZeroT21:
    i dont want do deal with low on battery earbuds and shit
  • K3Nv2 @ K3Nv2:
    I hate cords but my life is a cord will probably make a noose from cords
  • ZeroT21 @ ZeroT21:
    we'll all croak one day, no need to fuss so much
  • Psionic Roshambo @ Psionic Roshambo:
    @K3Nv2, Use a Pi it can hack PS4 now too lol
  • K3Nv2 @ K3Nv2:
    Until that day there is a need
    +1
  • Xdqwerty @ Xdqwerty:
    gonna do my homework in half an hour
  • K3Nv2 @ K3Nv2:
    Stop using chatgpt
  • Sonic Angel Knight @ Sonic Angel Knight:
    Chatgpt will turn your words into ai robot that will take over the world later. :ninja:
  • Xdqwerty @ Xdqwerty:
    @K3Nv2, i dont use it
    Xdqwerty @ Xdqwerty: @K3Nv2, i dont use it