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
24
XP
77
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
    AncientBoi @ AncientBoi: :O:rofl2: +1