Jason Thor Hall / PirateSoftware / Maldavius Figtree / DarkSphere Creations / Maldavius / Thorwich / Witness X / @PotatoSec - Incompetent Furry Programmer, Blizzard Nepo Baby, Lies about almost every thing in his life, Industry Shill, Carried by his father, Hate boner against Ross Scott of Accursed Farms, False Flagger

  • 🐕 I am attempting to get the site runnning as fast as possible. If you are experiencing slow page load times, please report it.

Which will happen first?

  • Jason Hall finishes developing his game

    Votes: 34 0.8%
  • YandereDev finishes developing his game

    Votes: 417 9.7%
  • Grummz finishes developing his game

    Votes: 117 2.7%
  • Chris Roberts finishes developing his game

    Votes: 144 3.3%
  • Cold fusion

    Votes: 1,644 38.2%
  • The inevitable heat death of the universe

    Votes: 1,943 45.2%

  • Total voters
    4,299
we are so back

Shin Nobnarb's first vid on Figtree got nuked, as predicted. Second one probably on its way out too:
preservetube
Jason just struck shin nobnarb's 2nd video that made no mention of "Maldavius Figtree" and only talked about the false strikes and his shitty game that he will never finish.
1728565953544.png

I am fairly certain this is the 13th strike so far.
 
Jason just struck shin nobnarb's 2nd video that made no mention of "Maldavius Figtree" and only talked about the false strikes and his shitty game that he will never finish.
View attachment 6506631
I am fairly certain this is the 13th strike so far.
This might sound like a bit of a reach, but what if Jason is basically commanding his cronies to strike a bunch of people and pretend he’s not doing it?
 
Jason just struck shin nobnarb's 2nd video that made no mention of "Maldavius Figtree" and only talked about the false strikes and his shitty game that he will never finish.
View attachment 6506631
I am fairly certain this is the 13th strike so far.
lol what a fag. he briefly mentions Maldavius Figtree by name in his latest upload, let's see how long that lasts:
preservetube
 
So instead of setting log level to anything other than "info"/"debug" (which is probably the cause), or fixing errors in "his" code, the SUPA HAKKA decides to "remake the functionality in-house". Good fucking job, Jason.
If you look closely at the screenshot, you'll see that this has nothing to do with the log level. The plugin is trying to overwrite its config, but instead it appends the default comment to it every single time. This is still a stupid bug, but not something Jason can fix without direct access to the source code, which I'm assuming he doesn't have.
 
This might sound like a bit of a reach, but what if Jason is basically commanding his cronies to strike a bunch of people and pretend he’s not doing it?
1728569545032.png

1728569565349.png

Yes he is doing this. As shown by these masterfully social engineered comments.

Hey retardicus spergicus; Did you know that you struck videos within minutes of eachother and the excuse that people are "reporting the videos" without your permission cannot fucking work in any possible scenario? You retarded nigger with HRT grandma titties and a child's voice.

I also found a wiki dedicated to Pirate Software.
https://piratesoftware.wiki/
https://archive.ph/N6BJS
1728572145184.png

Mod page filled with retardation.
1728570267830.png

1728570405033.png

Nice one retard. Those programming skills are really showing here.
1728570559586.png

Notice anything missing? Maldavius Figtree?
1728570664355.png

Wow it's that super l33t anti piracy system that doesn't work. On a website with clipping text and broken articles.
1728570819891.png

1728570906876.png

I was able to solve the ARG in minutes by turning up the exposure to find a hidden message.
Unsolved
1728571426953.png

Solved (look closely above his head)

1728571396819.png
 
Solved (look closely above his head)
Whoah bro, Jason coming in with the seven trillion IQ mind trix to distract his audience for decades!! 🤯
But seriously, ARGs are only cool if they are clever and are accompanying a puzzle- or other problem-solving product.
This just smells of "please comment on how smart I am, chat".

Jason, stop stalling! Work on the game!
 
Wow it's that super l33t anti piracy system that doesn't work. On a website with clipping text and broken articles.
View attachment 6506824
This can't possibly be real, the Mald Cult can't be this retarded.

I still had a tab with Jason's code on a Notepad++ window so here it is for the first time, the galaxy-brain algorithm that leaves the likes of Denuvo completely awe-struck.

global.steam_screenshots = 0 global.steam_achievements = 0 global.pirated_game = 1 if steam_initialised() { global.pirated_game = 0 global.steam_achievements = 1 if steam_is_overlay_enabled() global.steam_screenshots = 1 if (steam_get_persona_name() == "IGGGAMES") global.pirated_game = 1 if (steam_get_user_account_id() == 12345678) global.pirated_game = 1 if (steam_get_app_id() == 480) global.pirated_game = 1 }

My previous crappy analysis of Heartbound on this post and this other post.
@Relinquish could it be possible for some of this to be on the OP if its deemed significant enough?
 
Why does he always sound so fucking pompous and overblown in his communication? All of these posts about this Minecraft server just seem so... pretentious.
You should hear him whenever he describes what "Blockgame" is when prompted at the drop of a hat, because it's always the same story he tells.
"We tried out Minecraft. We decided we didn't like Minecraft, so we made our own version of Minecraft that's a full MMO, 100% built from the ground up."

Dude always talks about it in the most smug, self-satisfied fashion possible.
 
This can't possibly be real, the Mald Cult can't be this retarded.

I still had a tab with Jason's code on a Notepad++ window so here it is for the first time, the galaxy-brain algorithm that leaves the likes of Denuvo completely awe-struck.

global.steam_screenshots = 0 global.steam_achievements = 0 global.pirated_game = 1 if steam_initialised() { global.pirated_game = 0 global.steam_achievements = 1 if steam_is_overlay_enabled() global.steam_screenshots = 1 if (steam_get_persona_name() == "IGGGAMES") global.pirated_game = 1 if (steam_get_user_account_id() == 12345678) global.pirated_game = 1 if (steam_get_app_id() == 480) global.pirated_game = 1 }

My previous crappy analysis of Heartbound on this post and this other post.
@Relinquish could it be possible for some of this to be on the OP if its deemed significant enough?

Here's the anti-piracy checks from the latest version:
Code:
global.steam_screenshots = 0
global.steam_achievements = 0
global.pirated_game = 1
if steam_initialised()
{
    global.pirated_game = 0
    global.steam_achievements = 1
    if steam_is_overlay_enabled()
        global.steam_screenshots = 1
    steam_name = steam_get_persona_name()
    if (steam_name == "IGGGAMES" || steam_name == "Goldberg")
        global.pirated_game = 1
    steam_id = steam_get_user_account_id()
    if (steam_id == 12345678 || steam_id == 76561197960287930)
        global.pirated_game = 1
    if (steam_get_app_id() == 480)
        global.pirated_game = 1
    if file_exists("SteamConfig.ini")
        global.pirated_game = 1
}

"Goldberg" :story: Guess he doesn't want the jews playing his game
 
he could tell his chat the sky is blue and it would still come across as the most smug, cocky, arrogant self cock sucking thing in the world.
Worse: his audience would be blown away and thinks he just told them something new and insightful.

Also, even having never touched minecraft, I'm highly skeptical about what he said about his server is anywhere near true. Minecraft is old as fuck by now and he's the first to make a mmo out of it in the way that he did it? Anyone that knows anything about minecraft stuff care to expound?
 
Worse: his audience would be blown away and thinks he just told them something new and insightful.

Also, even having never touched minecraft, I'm highly skeptical about what he said about his server is anywhere near true. Minecraft is old as fuck by now and he's the first to make a mmo out of it in the way that he did it? Anyone that knows anything about minecraft stuff care to expound?
He's using a canned plugin and changing config files, of course he's full of shit.
 
He's using a canned plugin and changing config files, of course he's full of shit.
I figured as much. If people made a warcraft rpg mod for counter strike 1.x, why wouldn't they immediately make an mmorpg out of minecraft? All the shit he says hinges on the majority of his audience never checking his shit.
 
I figured as much. If people made a warcraft rpg mod for counter strike 1.x, why wouldn't they immediately make an mmorpg out of minecraft? All the shit he says hinges on the majority of his audience never checking his shit.
It's not even an mmo it's just a persistent server, which is what every single dedicated online Minecraft server is. People had them 15 years ago.
 
On the topic of Mald's mediocre dev skills, his real reason for not coding his game on stream (besides grifting) might be to avoid showing more dogshit code.

It's safer for him to show the MC server template code to maintain the larp on his "Q/A Game Dev" streams.
His other streams are still marathoning 10+ hours of MMO/AAA slop (currently it's Throne and Liberty).
He's also been a long-time shill of AoC (despite it being in alpha phase) which charges 120 USD just to playetest.
Memes aside, he really is an MMO-obsessed slob incapable of doing anything substantial in the indie scene.
 
Back