#Hacker Reporting Thread

1 messages · Page 36 of 1

wild goblet
#

I always wondered what team rainy night and team sunny day were

bold path
#

Yeah

bleak solstice
#

this is one crash i fixed basically at the source

#

well kinda

#

all i did was validate that the performerIdx wasnt less than 0

#

since that makes the game crash when it tries to get the performer by its ID

manic dune
#

wdym by less than zero, so a too large number? assuming u mean -1 and stuff

bleak solstice
#

ye

#

by default in s1's version of what i assume is PlayerTrouble

#

the attacker's performerIdx is

#

-1

manic dune
#

what about other high numbers

dull nimbus
bleak solstice
#

pretty sure the game just returns null for the performer which is checked usually everywhere if its too high

bleak solstice
dull nimbus
bleak solstice
#

this is just plain fucking stupid

#

checks for null
does jack shit if its null

dull nimbus
#

its if they rushed the fix.

manic dune
bleak solstice
#

hmmmm... yes, yes! i will compare r28 for 0, branch to this location if it is 0, where i will then load from r28

#

actually horrible

manic dune
bleak solstice
#

there's many of these in other places in the code

#

they check for null and decided to not handle it

manic dune
#

it reads a invalid collision and stores 0 as a pointer in memory & then jumps to where it reads off of 0

dull nimbus
#

oh they just straight up rushed the programming

bleak solstice
#

also GHS is abysmal

#

so this is probably ghs's fault

wild goblet
#

🦅

uncut cairn
#

I was in a MK8 lobby then when it said the course has been selected my wii u just bricked up and froze and made a loud noise
there was 1 other person in the lobby i dont know his name i only have image of his mii

floral iron
#

is crashing like a common thing or are these just a bunch of weird niche cases? my brain is hurting reading all of this lmao

manic dune
#

very common, they barely account for hackers to abuse anything

bleak solstice
#

oh

#

should i dare mention that ive seen the compiler have a stroke a few times

#
cmpwi r3, 0
beq _whateverlabel
cmpwi r3, 0
bew _whateverlabel```
#

what the fuck is this

#

ghs

manic dune
#

still find it hilarious that MK7 checks for the mode & if it's a specific one, it just stores a different one into the register lmao

floral iron
#

so would all these fixes being worked on be patched into the game through pretendo or (I'm assuming more likely) would they need to be manually installed through like a plugin or smth?

manic dune
#

either or, has to happen on client side unless pretendo makes the step to distribute custom updates for games which patch these things :P

bleak solstice
#

most of my crash fixes for s1 are available somewhere in either my raw published codes or an aroma plugin with them all in one

wild goblet
#

Thats what i was thinking would happen

#

Modified update files that you install to patch the game

manic dune
#

custom updates would be cool, it would make sure everyone runs the fixes

wild goblet
#

And if you were running the lastest patch pretendo could snatch your verison number and not let you play

manic dune
#

yeah, like the regular games already do, mk7 at least

bleak solstice
stuck obsidian
manic dune
#

imagine not naming the function tho

bleak solstice
#

dont know what it is

#

just that it runs on the results screen

stuck obsidian
#

fun

bleak solstice
#

crash is here btw

#

good compiler

manic dune
#

what type of crash?

bleak solstice
#

null ptr

#

r31 is 0

#

BECAUSE IT FUCKING SETS R31 TO ZERO

#

this compiler is brain dead

wild goblet
#

compiler moment

bleak solstice
#

you know why this happens

#

it tries to place more than 4 opponents somewhere

#

and they just didnt fucking care to handle it properly

bleak solstice
manic dune
bleak solstice
manic dune
#

🗿

bleak solstice
#

so if you're in a 5v3 (impossible)

#

crash

manic dune
#

okay splatoon is aids

bleak solstice
#

cause 5 opponents

stuck obsidian
#

Splatoon is running under dreams and hopes

bleak solstice
#

on results screen

stuck obsidian
#

🥰

bleak solstice
#

(they're never shown)

#

makes the game set r31 to 0 and try to store to r31

#

splatoon is absolute fucking aids

#

theres like

#

objects they create in all modes

ionic kayak
bleak solstice
#

so, there's two objs in particular (technically 3) i will give examples of

#

one is the zapfish you collect at the end of a mission

#

the other is the kettle/boss kettle you enter to enter a stage

#

guess which one crashes the game

wind brook
#

Kettle

bleak solstice
#

ding ding ding

#

correct

stuck obsidian
#

i was gonna

bleak solstice
#

in the zapfish obj code

stuck obsidian
#

say the answer!!

bleak solstice
#

they check

#

if MainMgrMission exists

#

if it doesnt, it does NOTHING when touched

ionic kayak
#

Why does it crash

bleak solstice
#

however

#

the kettles

#

do not check if MainMgrWorld exists

#

in any capacity

#

🗿

#

why fucking load this object

#

IN ALL MODES

stuck obsidian
#

tank uuu code

bleak solstice
#

guess what this is

wind brook
#

Does it use kettle for podium in mp or something

bleak solstice
stuck obsidian
bleak solstice
#

the name is wrong

ionic kayak
bleak solstice
#

its a PaintMgr step event

#

crash

#

but whatever

bleak solstice
wind brook
#

The ket in kettle is for ketamine because they were clearly on it making that decision

floral iron
wind brook
#

Terraria aah optimisation

bleak solstice
#

do not

wind brook
#

By all means

#

Start

#

I'm bored and can't sleep

#

Because it's 50 bajillion degrees

bleak solstice
wild goblet
ionic kayak
#

I love this conversation even tho I have no knowledge of coding

bleak solstice
#

i am stopping there

#

there's

#

too much

#

bad code

#

in this game

wild goblet
#

me when code

#

:"!$

wind brook
#

Me when python uses normal colons

wind brook
bleak solstice
#

im not even going to

#

scroll

#

you just get the scroll bar

wind brook
#

Lmao

bleak solstice
#

scroll bar

#

oh yes

stuck obsidian
#

Do they hardcode everything

bleak solstice
#

can i mention

stuck obsidian
#

bro wtf

bleak solstice
#

the spectale of

wind brook
#

Why doesn't it just have that once and then apply it to classes of NPCs

bleak solstice
#

when the game recieves the message to create a new projectile

#

get this

wind brook
#

The classes being templated

bleak solstice
#

right.

#

so.

#

there's a method called

ionic kayak
#

But

bleak solstice
#

Projectile.NewProjectile

#

what does the game do when it recieves the message that a projectile was spawned?

#

IT FUCKING CREATES THE PROJECTILE IN THE MESSAGE BUFFER

wild goblet
#

me when terraria mod making

wind brook
#

Lol 100% that's debug code or something

stuck obsidian
#

amazingly fire...

bleak solstice
#

im not even going to show any more than this

#

and one more ss

wind brook
#

Like are they using the chat bog as debug lmao

bleak solstice
#

this is the code for new projectile....

#

in message. buffer.....

#

why.

wind brook
#

Good game 👍

wild goblet
#

terriaiamfkamaokf calalamity mdodd

#

🤑 🤑 🤑 🤑 🤑 🤑 🤑 🤑 🤑 🤑

stuck obsidian
#

coding is my passion

manic dune
bold path
#

Who's wii3ds

#

On mk7

#

Ik they're malicious but

stuck obsidian
#

I don't play MK7 on pretendo as i don't have my current 3DS linked on pretendo

#

i had a red 3ds before which i whitelisted, apparently it isn't whitelisted anymore when i submitted a whitelist removal 😭

#

either way i never play 3ds on pretendo

#

so

bold path
#

My game is lagging on please wait

#

What the fuck

#

Are the hackers like

stuck obsidian
#

oh that's cool

#

friend service now works

#

i'm happy about that now

#

this name is

#

something

ionic kayak
#

Ban speed run

sullen stream
#

A friend sent it to me, it was in a match today.

stuck obsidian
#

Another cheater...

misty sandal
timid fable
stuck obsidian
#

huh

#

what kill ui

timid fable
#

wait nvm im just a big dumb

#

it looked diff than stock so i was like

ivory breach
stuck obsidian
#

how fun

ionic kayak
#

@stuck obsidian sorry I sucked

ivory breach
#

It was decent

stuck obsidian
ivory breach
#

But the name is questionable

stuck obsidian
#

It's turf war, no need to be sorry

ionic kayak
stuck obsidian
#

still, dw 😭

quasi sedge
ivory breach
quasi sedge
#

You THREW?1??1

quasi sedge
ivory breach
#

Yeah

#

It’s “interesting”

quasi sedge
#

😭

dull nimbus
quasi sedge
#

Oh

dull nimbus
#

will include it in the list. but were they cheating?

quasi sedge
#

Whoops

#

Im not sure

quasi sedge
#

Or was it just an interesting name?

stuck obsidian
#

they didn't cheat

ionic kayak
stuck obsidian
#

he's joking dw lol

ionic kayak
#

😭

quasi sedge
#

Yea i was joking 😭 mb

ivory breach
quasi sedge
edgy scroll
red oak
#

i got in a game with womp womp

quasi sedge
#

I remember womp womp!

edgy scroll
#

he's back

quasi sedge
#

Wait

#

Cheating?

red oak
#

oh

#

disconnected before the match even began

quasi sedge
#

So what if i pinged someone named womp womp 🤔

red oak
quasi sedge
red oak
#

and I’ve seen them reported multiple times here already

red oak
quasi sedge
red oak
#

yesss

thick geyser
#

I have played with womp womp and seemed to be playing good and legit this time, btw, it seems that wompwomp and Womp Womp are different players

#

And the Womp Womp I reported, was because he was throwing ranked matches and not disconnecting from them

quasi sedge
#

Ohhhhhhh

peak heron
#

guy named zac is teleporting onto first and finished the race while the group was in like lap 3 on babypark so the race ended a lap later (pnip BouncyBety)

#

mk8

peak heron
#

tryna do it rn

#

u can't see the crown on mktv so im just trying to capture his perspective ig

#

so he's not teleporting himself physically, just his rank were 1 after 3 laps

bold path
#

That Ivan guy always seems to have a star activated even though it never says he says one on the item thing

bold path
#

Yeah

modern gust
#

This hacker was odd crashed everyone in the game except me and was able to kill me while they were dead I can’t find any match of his splatoon user on my friend lists recently played anywhere

ionic kayak
#

Looks like I can’t splatoon

stuck obsidian
#

oh come on

#

another crasher???

#

fucking pathetic

modern gust
#

I can’t find this mf anywhere

#

His splatoon user is on that video but I can’t find his pnid

stuck obsidian
#

if i join him i'm getting his PID

thick geyser
#

Cant load the video due to slow internet

nocturne quartz
#

:0

jolly jetty
thick geyser
stuck obsidian
modern gust
stuck obsidian
#

look in ur sd for log.txt

#

should be in macchiato/programs/SDL Grabber

modern gust
#

I just got the plug in after i was in a match with that hacker you sure it’s gonna be on here

#

He was able to crash me a minute after he crashed everyone else idk how he couldn’t do it before

#

He’s not on here

modern gust
jolly jetty
#

Oh no

#

They are crashing now?

stuck obsidian
#

what does that mean

#

oh

jolly jetty
#

Stupid autocorrect

stuck obsidian
#

idk if they're on ranked or not

#

i haven't met them on turf yet

jolly jetty
#

They are not online

modern gust
stuck obsidian
jolly jetty
#

I sent them a request and they accepted it

#

Like 2 days ago

stuck obsidian
#

then send their pnid lol

jolly jetty
#

Already reported

#

But here it is anyways

modern gust
#

Do we ping imora or something that’s usually what I do when I go to report a hacker

jolly jetty
#

No

#

They have been reported

modern gust
#

Oh ok

stuck obsidian
#

bro stop superjumping and standing for no reason

#

bro wtf

wild goblet
#

why hack lol

#

Its like

#

You can only get 1 pretendo account

#

if you get banned then they ip ban you and hardware ban you

twilit spoke
#

Man, there’s many dumbass hackers. They’re ruining the fun

stuck obsidian
wild goblet
#

well they should

#

so if you get another wii u you get banned trying to make an account

stuck obsidian
#

because if someone requests their ISP an ip changing then ip banning is useless

#

because asking ur ISP is basically bypassing ip bans

wild goblet
#

ah yes i almost forgot about that

stuck obsidian
wild goblet
#

well hardware ban is enough

stuck obsidian
wild goblet
#

since there arent many wii u's going around anyways

twilit spoke
wild goblet
#

fr

stuck obsidian
#

just buy a wii u with nothing except the console and sell ur old one trolled

modern gust
#

Why are there so many people with weird usernames in splatoon everytime I play I think I’m in a match with multiple hackers

twilit spoke
stuck obsidian
modern gust
#

I should make a pretendo account dedicated to that

twilit spoke
modern gust
stuck obsidian
twilit spoke
jolly jetty
wild goblet
wooden holly
wild goblet
#

turn off ur console

wooden holly
#

too late

wild goblet
#

💀

modern gust
nocturne quartz
wild goblet
#

How did u break it tho

nocturne quartz
#

Oh

wild goblet
#

did u smash it with ur hand?

modern gust
jolly jetty
#

Maybe you can fix it

nocturne quartz
#

Just a small scratch

stuck obsidian
modern gust
stuck obsidian
#

unless u got aroma

modern gust
#

I know how to open a gamepad and all that bullshit I’m just scared of that fucking tiny ribbon cable

modern gust
twilit spoke
modern gust
#

I’ve seen guides on how to do it but I don’t have tweezers

#

So I gotta use my fingers on that tiny ribbon cable

wild goblet
#

knee rage moment

modern gust
#

This gamepad is just gonna be used for spare parts if this new gamepad I’m gonna get starts to fail

#

Still mad at myself for breaking my gamepad like a idiot 😔

wild goblet
#

eh you'll be fine

#

What was the moment that made u rage so bad anyways

#

did u get schooled

modern gust
#

Getting shit on by mini gun players and annoying slosher players that use the burst bomb 😔

#

And dynamo rollers

wild goblet
#

do you use wasabi splattershot?

modern gust
#

I use the berry splattershot pro rn

wild goblet
#

ah

modern gust
#

I was using the splash o matic before

wild goblet
#

whats ur sense

modern gust
#

?

#

What do you mean

wild goblet
#

ur sensitivity

#

mines inbetween 3 and 4

modern gust
#

I’m not used to high sensitivity yet hold on

#

Idk if I can even check since the gamepad screen is fucked

#

Oh swip swap me is a thing

#

It’s on 1

thick geyser
jolly jetty
#

Yeah

#

I remember that one

wild goblet
#

But it was so slow

#

I couldnt catch up to people in time before they shot me

#

Are you are stick or a motion aimer?

modern gust
#

Stick

wild goblet
#

same

modern gust
#

It’s pretty quick for me

#

I’ll just go up to 2 and see if I do good on that

thick geyser
# modern gust It’s pretty quick for me

From my switch experience, motion controlls feels sensitive, but once you get used to it, is waaaaay better than stick. You can perform movements that on stick would be impossible

#

I wish I could use motion on wii U as well, but I didnt like the one that the gamepad has

tawdry wharf
#

His hacker too

stuck obsidian
#

both of them hacked

wild goblet
#

guys pls dont ban this guy he really is a good dude

#

He was hack-

#

Banned

#

both of em

#

💥

#

die

#

Ez

#

🦅

thick geyser
#

Ex cheaters begging for a unban

#

Regretful with their past actions

#

We will see that here in the future

#

As well

#

And share some laughs

wild goblet
#

lel

tawdry wharf
thick geyser
#

Although I reported Womp Womp, not as a cheater, but as a thrower

#

Purposely staying idle in the spawn for the whole ranked match (2 times)

#

Without disconnecting

red oak
tawdry wharf
#

I have one question: is FF (friendly fire?) subject to reporting?
I know one Japanese who persistently FFs mate.

stuck obsidian
#

every cheats that can affect the gameplay are bannable

#

only cosmetic cheats are fine to use

tawdry wharf
stuck marsh
#

Soon™️

balmy oasis
#

I need a 2nd opinion on this, this guy hit weird shots all game, respawned instantly when I got him back, then their entire spawn was covered

#

the kill could've been ping delay but everything else made me suspicious

stuck obsidian
#

That respawn is too crazy to be lag

balmy oasis
#

Yeah

#

Okay I opened the SDL tool and someone has a negative weapon set id

#

its not the same guy tho

#
AgentJ, Area: 1293025280, Index: 5, Gender: 2, Skin Tone: 4, Eye Color: 8, Weapon Set ID: -25184, Main Weapon ID: 111, Sub Weapon ID: 1, Special Weapon ID: 0```
stuck obsidian
#

WeaponSet ID editing doesn’t really matter lol

#

If it’s from an original weapon with its original kit, it should be fine to use

balmy oasis
stuck obsidian
#

I’m guessing it’s to have the splat bomb icon

balmy oasis
#

I'll be perectly honest I'm stupid and didn't know what this meant

stuck obsidian
#

Nah Dw

balmy oasis
#

thanks for clarifying though

broken tinsel
cursive ore
#

Neko SplatBomb Icon Aroma Plugin

#

We all finna get reported in the end because of it

broken tinsel
#

🫡

wind brook
timber crystal
#

not a hacker but

quasi sedge
#

💀

#

The way thats just some kid thinking their funny too 💀

vocal wasp
broken tinsel
cursive ore
misty sandal
#

from juxt

timber crystal
ivory basalt
#

The hacker doesn't have a name

stuck obsidian
#

can you please send his plaza npc screenshot

#

like go to the plaza and take a photo of his npc

timber crystal
ivory basalt
#

I'm on it

timber crystal
#

ofc my recent player list didnt update

#

🤗🤗

ivory basalt
stuck obsidian
#

i'm guessing this is ur dude?

bleak solstice
#

but ive swapped screens before

#

its really annoying

ivory basalt
timber crystal
timber crystal
#

pnid: cvbnm—kk089

#

wait no

#

lmao

stuck obsidian
#

how fun

timber crystal
#

nvm tes it is

modern gust
bleak solstice
#

yeah, new ones a better idea

#

while ur at it

#

if u got the money

modern gust
#

I’m broke af

bleak solstice
#

buy a pickle power battery for the gamepad

#

its ~20usd

modern gust
#

Wtf is pickle power 💀

bleak solstice
#

brand i guess

#

of

#

gamepad batteries on amazon

#

that are really good

#

they dont die in 30 minutes, they last for hours

modern gust
#

I already have a battery that I bought off I fix it for my broken gamepad before it broke but that battery lasts a very long time

#

It’s one of those big ones

timber crystal
#

01-01-1970

stuck obsidian
#

wtf and i could have played in 1970...

bold barn
bold barn
#

what even is that?

timber crystal
bold barn
#

makes me think of the Wii Startup Disc

timber crystal
#

everyone enjoys playing some update disc.

stuck obsidian
bold barn
timber crystal
#

i think it comes in games like mk8

bold barn
#

huh

timber crystal
#

splatoon doesnt have any system update stuff tho

bold barn
#

none of my games ever game with update discs, not even Mario Kart 8

#

maybe the update data was embedded into the disc like on some Wii titles

timber crystal
bold barn
#

but is that also the update disc?

timber crystal
#

didnt this also happen on switch

bold barn
#

maybe.

timber crystal
#

ive seen it on reddit

bold barn
#

therefore it's on version 5.5.6

#

imagine if Nintendo actually releases a 5.6.0

#

post-eShop full shutdown (to where games can't even be re-downloaded)

timber crystal
#

oh nice someone documented all that

bold barn
#

neat.

timber crystal
modern gust
#

My battery that I have doesn’t last as long as what all these other people are saying

languid musk
languid musk
#

and then i have to report it?

acoustic rock
bleak solstice
#

bruh

#

blinking invincible

#

the lamest kind

acoustic rock
bold barn
#

who is "hacking"?

#

the Mii player doesn't seem to be hacking; they must just be a really good player

#

I see it now

#

the Yoshi player is using item hacks.

#

@acoustic rock grab their PID and paste it

acoustic rock
#

I don't know how

bold barn
#

🤦‍♂️

#

do you have the PID Grabber tool at least.

acoustic rock
#

No

bold barn
#

in the meantime I'll see if I can't catch that hacker for you.

#

note that my Internet may be unstable since I'm on the road as a passenger (moving)

#

question is, will I connect with that player?

#

I think I got them.

stuck igloo
bold barn
#

I SURE DID – HANG ON Y'ALL!

fossil gate
#

I was gonna come here and report them but it seems like you guys got it

bold barn
#

I won't be able to get a higher quality recording; you'll have to use that shaky video as proof since I don't feel comfortable recording my 3DS's screen from my phone, plus it would be especially difficult to do so

#

-# I might get some screenshots though

bold barn
#

15 VR. What a terrible-at-the-game player.

bold barn
fossil gate
bold barn
#

actually...

#

wait a sec, みとけよみとけよれ stopped hacking and their VR got reset...

fossil gate
bold barn
#

and correction: the hacker's username is actually みとけよみとけよォ

bold barn
#

if I knew how I'd go and crash みとけよみとけよォ's 3DS

#

with permission, of course

#

Please wait and try again later.```
#

and they're offline.

fossil gate
#

Nice

bold barn
#

and I crashed, but not because of a hacker

#

that's new, Debug event

#

in the gsp process

#

I saved the log just in case

#

Look, look, look, they're back!

#

don't have the knowledge/permissions to torture them

#

they're using a Mii now

#

and are very clearly hacking

#

lots of Bullet Bill hacks

#

saving a bunch of screenshots with the X button

#

and look, look, look, you're gonna get error 002-0102 soon~!

sand cedarBOT
bold barn
#

found another hacker! proof will be uploaded in the form of screenshots soon.

fossil gate
fossil gate
bold barn
#

one moment.

fossil gate
#

They were much better than looklooklook

bold barn
#

yeah.

fossil gate
#

My whole game slowed down when I was on neo Bowser city

bold barn
#

wenko was using item hacks and speed hacks (finished the race while everyone else was only ⅓ of the way through lap 2), and みとけよみとけよォ used item hacks, albeit very poorly once again.

#

both players will surely receive 0102 soon!

#

in that third screenshot it kinda looks like my character threw the shells 😂

I assure you I didn't do that; if I did I'd confess

bold barn
bold barn
bold path
bold barn
bold path
#

The one in the picture

#

He sent

fossil gate
fossil gate
bold path
#

Anyway I'm just gonna hop on mk7 or something to catch a hacker possibly

fossil gate
#

I downloaded the plugin so you won't be the only one catching hackers

bold barn
#

time for some Smash Run; ping me if y'all encounter any more new hackers

bold path
#

Why are they all mario?

fossil gate
#

Idk lol

#

I got disconnected immediately

bold path
#

Waiting for my 2ds to charge

fossil gate
#

But it still continued for like a solid 10 secs before it disconnected but I wasn't in control but still moving

bold path
#

Oh

bold path
#

I wonder if that no name bitch is banned or something

#

(There was a yoshi who hacked on maple treeway twice)

#

He had like a Japanese name

fossil gate
#

Yeah expertgem got them

bold path
#

YES

#

FINALLY

bold path
#

Or was it another one

fossil gate
#

There was two apparently

bold path
#

Oh

fossil gate
#

But I have seen the Yosh multiple times

#

Like a few days a go on and off

bold path
#

Oh

#

Iirc there was another toad

fossil gate
# bold barn

I just realized that we have the same kart and character layout

bold path
#

(Was using that combo to mock them)

#

I think you were there too Nova

#

Hopefully they're online

#

The C japanese guy

fossil gate
#

Hold on I got disconnected

bold path
#

Getting online rn

tawdry wharf
bold path
#

And another vid of proof
Cだお♪

bold barn
bold path
#

Should be enough right?

fossil gate
#

I think so

languid musk
bold path
#

Cool

#

I have more vids of people from yesterday

bold barn
bold path
#

Was speed hacking

fossil gate
#

So many hackers smh

bold path
#

Fr

languid musk
bold path
#

I got them all

fossil gate
#

Same guy

bold path
#

Yoshi?

fossil gate
#

Mhm

bold path
#

Hold up

#

I'm getting on

fossil gate
#

Same guy

bold path
#

Why is it always the Japanese

#

I thought they were "pros" at games

fossil gate
#

If he is actually Japanese, he can go to prison

bold path
#

Now every hacker on pretendo has had a Japanese name

#

Oh

#

I never knew that

#

Wow

fossil gate
#

How do we actually report people

fossil gate
bold path
#

Oh

#

So technically I could've been arrested when I was playing online in japan

#

If pretendo can cause arrests people over there

misty sandal
#

#pretendo message this idiot is bragging to spoof and to hack in Mario Kart 7

bold path
#

Oh boy

fossil gate
misty sandal
#

SSSL should be fine in Japan

bold path
#

Is the room with the hacker still open?

fossil gate
fossil gate
bold path
#

Oop

#

Wenko's back

fossil gate
#

Did we already caught this guy?

bold path
#

I repeat

#

He used a bullet bill

lost cypress
#

106-0502

bold path
fossil gate
bold path
#

2

#

I even got the pid

#

Name

#

Wenko

#

@bold barn

misty sandal
#

@twilit shuttle get a life

bold path
#

Lmao

#

4tw in 2024 is insane

misty sandal
#

How to ruin fun on Pretendo

bold path
#

I have multiple

#

Vids of this man cheating

#

He's still here

#

He's gone

teal ocean
bold path
#

I even have the pid

bold barn
bold path
#

@bold barn

#

He's back

bold barn
#

then I'll ping them.

bold path
bold barn
#

@twilit shuttle you can hack all you want, but soon you won't be able to at all! you will soon be getting error 002-0102 on your 3DS or 2DS, and you'll never be able to use the Pretendo Network ever again!

sand cedarBOT
bold path
bold barn
#

so you may as well apologize now. it could MAYBE get you out of this about 12 months later.

#

THEY'RE RESPONDING

twilit shuttle
bold path
#

What?

bold barn
#

do you mean—

#

is this a threat to Pretendo Network's very existence?!

bold path
#

Probably

ionic kayak
twilit shuttle
ionic kayak
bold path
#

So true

twilit shuttle
bold path
#

So is this guy getting banned orrrr

#

Yet again still being a fucking 4tw

remote wedge
#

Hipablo_troll

bold path
#

I hate 4tw

#

Like bro ur banned

#

It's ggs

#

G E T O U T

#

@bold barn fuck em up

#

Please man I just want to finish a race

bold barn
#

I don't use obscenities, but Ima still scare them into shutting down. Not like they're not getting banned anyway.

#

but if I wanted to do illegal things like dark hat hacking, I could find the real identity of Wenko.

#

I'm not that evil though.

bold path
#

Damn

bold barn
#

@twilit shuttle still. just because this is not a Nintendo server doesn't mean you should ruin the fun for everyone else. if you want to use hacks, create private rooms with other players who will allow the use of hacks.

tawdry wharf
# bold path I thought they were "pros" at games

In my opinion, Japanese gamers used to be people who truly loved games, but today's Japanese gamers, unable to live well in the real world, seek their place in the virtual one (the game world) and just relieve their daily frustrations there.
I personally think that there are not many people in Japan who truly love games like you do.

bold barn
#

anyway, I really shouldn't taunt you any more.

#

or else I may get kicked by moderation myself

#

I just hope you learn your lesson.😊

bold path
#

Cuz he's still fucking doing it

bold barn
#

whatever. won't change the fact that their console will be banned.

bold barn
bold path
#

Told you

bold barn
misty sandal
bold barn
#

I can't enforce anything, just encourage for/against actions.

bold barn
misty sandal
bold barn
bold path
#

And they're 4tw

nimble wing
#

Imagine being so trash at fucking Mario Kart that you have to hack
It's not even a difficult game, it's made for literal children

bold path
#

Damn

misty sandal
#

@dull nimbus you might enjoy roasting this hacker

bold barn
misty sandal
bold path
#

@remote wedge

remote wedge
bold barn
bold path
#

Crashing time

twilit shuttle
bold path
#

Didn't you say you could like crash people?

bold barn
misty sandal
bold barn
#

hackers can crash other players.

cursive ore
#

@twilit shuttle t un trdc lvdm

bold path
#

Can I hack this one time

#

Please

misty sandal
#

don't hack in public

cursive ore
#

HackerRDumb ask to hack wtf

bold barn
misty sandal
#

for whatever reason

bold path
#

It's the only way to stop him

cursive ore
#

No

misty sandal
#

people can report you

cursive ore
#

It's the only way to get u reported and banned

misty sandal
#

and get you banned as well

cursive ore
bold barn
#

nice. now we have a reputable user from the same region! this could get interesting...

bold path
#

Good point ig

misty sandal
#

there is a french cheater

cursive ore
#

What's the name

languid musk
misty sandal
#

@twilit shuttle

languid musk
#

i think

bold barn
bold path
#

Wenkass

bold barn
twilit shuttle
cursive ore
#

@twilit shuttle t'es vraiment un imbécile

twilit shuttle
misty sandal
#

They are spoofing anyways

cursive ore
#

Tu va vraiment bz une 3ds psq t con ?

remote wedge
#

What are the requirements?

bold barn
misty sandal
#

@manic dune we need the anti spoof asap :((

misty sandal
bold barn
bold path
#

Wow

ionic kayak
#

What’s happening

bold path
#

Wenko is still hacking

ionic kayak
#

Oh

remote wedge
#

The person who called me, please tell me your requirements again.

bold barn
grim ivy
#

whats happening?

misty sandal
#

Wenko is cheating

#

They are here

cursive ore
#

Brick their 3ds 🗿

bold path
#

I thought you said you could

grim ivy
#

wenko stop cheating

cursive ore
misty sandal
#

doubt it

bold path
#

Tried that alr

grim ivy
#

wenko cheat if your life has no meaning

remote wedge
fresh scroll
#

do we have proof of them banning

grim ivy
#

theyre either gonna stop or were gonna have to call betterhelp

tawdry wharf
bold barn
fresh scroll
# bold path

damn
so why cant they ban them and just move on?

bold path
#

Idk

bold barn
#

only a select few people have banning capabilities.

fresh scroll
#

wouldnt be that hard

misty sandal
misty sandal
#

And they are probably spoofing their PID

twilit shuttle
grim ivy
#

public execution

fresh scroll
bold barn
remote wedge
#

I don't know. If there's a hacker, it will crash. That's it.

nimble wing
grim ivy
misty sandal
fresh scroll
#

just dont give him any more attention, if we have proof then surely the devs will take care of it in 5 business days (so 2 years :trol:)
-# /j on the 2 years part im sure they'll be be able to do it sooner

grim ivy
#

pretendo ban should lowkey fake brick the console

twilit shuttle
remote wedge
misty sandal
twilit shuttle
#

Me

fresh scroll
misty sandal
#

All the we need is 002-0102 on their 3DS

sand cedarBOT
remote wedge
#

An.OK

bold barn
#

okay, I'm going to play Splatoon Legends; let's hope this dies down before my New 3DS crashes

remote wedge
#

But we can't do anything until we find his room.

misty sandal
remote wedge
#

I don't know, but I'm going to go online to try out some new plugins. If I come across him, I'll take action.

bold path
#

Coward went offline

#

Cmon go back online

#

U scared?

remote wedge
#

The bottom screen is replaced with a Mii character to make it easier to identify.

misty sandal
#

in case of spoofs

remote wedge
misty sandal
#

and we can compare to the reported one

remote wedge
bold path
#

I want that globe thing

bold barn
#

I'm just gonna play CTGP-7

#

this time don't ping me when new hackers are found

bold path
#

I'm gonna go play poke black

misty sandal
#

1292850145 is the decimal PID, we dont know if its spoofed

remote wedge
bold path
misty sandal
#

Should be 0x4D0F53E1

#

The one reported

remote wedge
misty sandal
#

i dont know

#

according to @ main we know that a PID is linked to a unique FC

remote wedge
misty sandal
#

Nice

bold path
#

Hey that flame guy is back

urban roost
#

MK7 user called zFlame[house character]uwu written in fancy letters keep getting the same items
Once againI couldn't get a vid of it

misty sandal
#

Get video evidence

misty sandal
#

and the PID

remote wedge
misty sandal
bold path
#

Patience

misty sandal
urban roost
bold path
#

Flame got a star twice it seems

misty sandal
#

Their FC is 5123-9395-8369 unless they spoofed it

bold path
#

They have a blinking hack too

#

It seems

remote wedge
#

There is no room.🤪

misty sandal
#

001-0502 awesome

#

101-0502

sand cedarBOT
misty sandal
#

First time ever I am getting the error

remote wedge
misty sandal
#

Who are you reporting

bold path
#

Somewhere

misty sandal
#

Oh the guy with 23343 VR

bold path
misty sandal
#

Try posting the PID

#

Let's check if it's the same

lost cypress
jolly jetty
bold path
misty sandal
#

Let's convert it to hex

bold path
#

Lmao

twilit shuttle
#

Yo

remote wedge
#

Ggs P2

misty sandal
#

5B0A1B68

bold path
lost cypress
misty sandal
misty sandal
lost cypress
remote wedge
bold path
#

Well I got the Flame person

urban roost
remote wedge
bold path
misty sandal
#

hope they get 002-0102

sand cedarBOT
remote wedge
#

My 3DS is only at 19% charge

urban roost
#

There are so many cheaters playing this game might as well just allow cheating

bold path
#

"And bumblebee! Ahh reaction

#

Ok that was stupid

misty sandal
ionic kayak
bold barn
#

welp, here's what I'm gonna do until my 3DS dies:

Play 99 laps In Miku's Bday Speculator, as per how it feels to be in a train by Deutsche Bahn.
If you are CY64, you're a total moron!
Have fun! ówò [?]

(that's literally what the description of the mission Deutscher Bahn-Modus says.)

bold path
#

CY64???

bold path
#

Oh

remote wedge
bold barn
#

look, I didn't make that mission, so...

remote wedge
#

Cy64

manic dune
#

gonna push the other features in a different update, so it can drop faster

manic dune
astral cairn
remote wedge
#

It's a simple formula. I'll fix it now.

astral cairn
#

I currently hold the WR.

remote wedge
#

It's a pain to have to put effort into this game now.😭

manic dune
#

yeah it was mainly easy to make cuz i already had hours of research on it lol

#

so much to do but so little time, being an adult sux

manic dune
remote wedge
#

You use unusual and cute stamps🤣

manic dune
remote wedge
#

wwww

manic dune
#

@remote wedge use this instead of OSD

bold barn
#

98 minutes?

#

(Maximum time required for 10 points: 99:00.000)

remote wedge
astral cairn
bold path
#

99

#

Damn

dense goblet
#

I remember that

#

I also did it but lost the objective

dense goblet
#

Over 99 minutes

astral cairn
#

My hands were hurting after this one for like 2 days lol.

#

So much spamming...

dense goblet
#

Do you know the bgm you used btw?

astral cairn
dense goblet
#

you replaced mbs bgm