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.
  • Quincy @ Quincy:
    Usually when such a big title leaks the Temp will be the first to report about it (going off of historical reports here, Pokemon SV being the latest one I can recall seeing pop up here)
  • K3Nv2 @ K3Nv2:
    I still like how a freaking mp3 file hacks webos all that security defeated by text yet again
  • BigOnYa @ BigOnYa:
    They have simulators for everything nowdays, cray cray. How about a sim that shows you playing the Switch.
  • K3Nv2 @ K3Nv2:
    That's called yuzu
    +1
  • BigOnYa @ BigOnYa:
    I want a 120hz 4k tv but crazy how more expensive the 120hz over the 60hz are. Or even more crazy is the price of 8k's.
  • K3Nv2 @ K3Nv2:
    No real point since movies are 30fps
  • BigOnYa @ BigOnYa:
    Not a big movie buff, more of a gamer tbh. And Series X is 120hz 8k ready, but yea only 120hz 4k games out right now, but thinking of in the future.
  • K3Nv2 @ K3Nv2:
    Mostly why you never see TV manufacturers going post 60hz
  • BigOnYa @ BigOnYa:
    I only watch tv when i goto bed, it puts me to sleep, and I have a nas drive filled w my fav shows so i can watch them in order, commercial free. I usually watch Married w Children, or South Park
  • K3Nv2 @ K3Nv2:
    Stremio ruined my need for nas
  • BigOnYa @ BigOnYa:
    I stream from Nas to firestick, one on every tv, and use Kodi. I'm happy w it, plays everything. (I pirate/torrent shows/movies on pc, and put on nas)
  • K3Nv2 @ K3Nv2:
    Kodi repost are still pretty popular
  • BigOnYa @ BigOnYa:
    What the hell is Kodi reposts? what do you mean, or "Wut?" -xdqwerty
  • K3Nv2 @ K3Nv2:
    Google them basically web crawlers to movie sites
  • BigOnYa @ BigOnYa:
    oh you mean the 3rd party apps on Kodi, yea i know what you mean, yea there are still a few cool ones, in fact watched the new planet of the apes movie other night w wifey thru one, was good pic surprisingly, not a cam
  • BigOnYa @ BigOnYa:
    Damn, only $2.06 and free shipping. Gotta cost more for them to ship than $2.06
    +1
  • BigOnYa @ BigOnYa:
    I got my Dad a firestick for Xmas and showed him those 3rd party sites on Kodi, he loves it, all he watches anymore. He said he has got 3 letters from AT&T already about pirating, but he says f them, let them shut my internet off (He wants out of his AT&T contract anyways)
  • K3Nv2 @ K3Nv2:
    That's where stremio comes to play never got a letter about it
  • BigOnYa @ BigOnYa:
    I just use a VPN, even give him my login and password so can use it also, and he refuses, he's funny.
  • BigOnYa @ BigOnYa:
    I had to find and get him an old style flip phone even without text, cause thats what he wanted. No text, no internet, only phone calls. Old, old school.
  • Psionic Roshambo @ Psionic Roshambo:
    @BigOnYa, Lol I bought a new USB card reader thing on AliExpress last month for I think like 87 cents. Free shipping from China... It arrived it works and honestly I don't understand how it was so cheap.
    +1
    Psionic Roshambo @ Psionic Roshambo: @BigOnYa, Lol I bought a new USB card reader thing on AliExpress last month for I think like 87... +1