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
  • Psionic Roshambo @ Psionic Roshambo:
    Well hmm got that Eeros 6+ router working so no need for a new one for now lol
  • Psionic Roshambo @ Psionic Roshambo:
    Scratch!!! In broad daylight!!!
  • BakerMan @ BakerMan:
    guys, is it truly discrimination if you dislike everyone equally? like, if i dislike everyone, then am i racist, sexist, homophobic, transphobic, ableist, etc., or am i just a hater?
    +1
  • BigOnYa @ BigOnYa:
    All of the above...
  • K3Nv2 @ K3Nv2:
    You gotta be on Psis level and hate your own people
    +2
  • BakerMan @ BakerMan:
    i meant everyone, even my own people, and myself
  • BigOnYa @ BigOnYa:
    Oh, well thats ok then
  • BakerMan @ BakerMan:
    (i don't dislike people, it's just a hypothe- aaaaaand i'm banned aren't i?)
  • Psionic Roshambo @ Psionic Roshambo:
    Good good let your hate flow through you!!!
    +2
  • Psionic Roshambo @ Psionic Roshambo:
    Emperor Palpetine reveals that he is trans Jewish pro abortion and drives a Prius!
  • Psionic Roshambo @ Psionic Roshambo:
    Unlimited Power!!!
  • K3Nv2 @ K3Nv2:
    Hate fuels your cybertruck
  • Psionic Roshambo @ Psionic Roshambo:
    Yeah this Eero router is way better than the one my ISP gave me, still might need to buy one but until then this one is better lol
  • Psionic Roshambo @ Psionic Roshambo:
    The one Comcast provided is apparently powered by a comadore 64 chip lol
  • Psionic Roshambo @ Psionic Roshambo:
    What's weird is that they both have about the same speed in bandwidth but the Comcast one feels laggy like click something and it takes a second to load, the Eero one is just instant lol
  • Xdqwerty @ Xdqwerty:
    why do i see some little songs at @shaunj66 's profile page?
  • Xdqwerty @ Xdqwerty:
    sonics*
  • fluff663 @ fluff663:
    hello
  • K3Nv2 @ K3Nv2:
    Maybe he likes sonic
  • rvtr @ rvtr:
    Hey all.
    rvtr @ rvtr: Hey all.