MobCat
@handle.invalid
π€ 198
π₯ 143
π 926
I'm stuck inside an og xbox. Check out my website while your here though.
https://mobcat.zip/about
well they don't call it brainfuck for nothing. trying to regex on >+< sucked ass. anyways new MobCat fueled by spite project will be up soon TM, just gotta clean up a few things and test out a few more languages. any suggestions? bf and holy c where the only good memes I could think of.
about 12 hours ago
1
2
0
idk, I just think its fun that I can come up with a dumb idea and then have it published in like an hour. Don't let your ideas be ideas no matter how dumb lol. learn by doing.
mobcat.zip/InfiniteMonk...
loading . . .
Infinite Monkeys on Infinite Typewriters
will eventually produce something of worth given enough time. Thoes monkeys are formally known as javascript developers now.
https://mobcat.zip/InfiniteMonkeys/
4 days ago
0
5
1
fml. Just whent down the rabbet whole of windows \r\n vs linux \ΜΆrΜΆ\n\n because I just wanted an automated way to upload files. damn you windows.. again. This is a problem as old as time, just cos I wanted to do something manual now I gotta deal with its shit.
5 days ago
4
2
0
New day, new
MobCat.zip
destination. (also moved all the bs things I use to google into apps, out of the web apps planet and into there own planet)
6 days ago
0
0
0
Just found out the blue accent on the halo 4 xbox glows really well under uv light... No reason, it's not like you can just buy uv leds now for cheap.. Just thought it was neat. it looks like an energy sword now.
7 days ago
0
4
0
Lol I got nothing against git, I'm sure its fine. Its just my adhd autistic ass finds it easier to just build a whole app rather then learning and setting up this random thing that messes with all my files. nah ima upload exactly what I want manually thanks.
8 days ago
1
2
0
How to fuck with JavaScript and LLMs at the same time 101. yes this does work, the LLM *really* doesn't like it, but I don't care its my project and code base, not theirs. If I wanna make dumb decisions, that's my right as a dumb human.
9 days ago
2
3
0
ngl
www.photopea.com
is kinda fire. was to lazy to setup photoshop on my laptop. and this just works for the most part. at least for all the basic stuff I use photoshop for. All my mussel memory for the same shortcuts helps. keyboard shortcuts that is, mouse ones are busted cos the web is busted..
11 days ago
2
4
1
Yes, please, wright down your ssl key. by hand. i'll wait.
11 days ago
1
2
0
kinda silly, but now i have the tech to render ascii art some what correctly I finally after (checks notes) 5 years updated my landing page. the map is still the real star but yeah this is the first thing people see if you link to my site direct All new random title art is in the nfo browser as well
11 days ago
0
4
0
@wiglenet.bsky.social
sorry for not reading the docs but, is there a sample api key for testing the api? I wanna open source my stats viewer and I want to leave a key in there for a working example but it's probs not a good idea to leave my real key in there lol.
mobcat.zip/wigle/
12 days ago
1
0
0
Added some new links to my site map... just some things I forgot about.... also overhauled a bunch of the rendering. check it out if you want.
12 days ago
2
7
0
Random thought: with all the BadUpdate entry points now available. I wonder how many others where found in private over the years but they couldn't do anything with them before BadUpdate existed. BadUpdate being the hypervisor exploit, the entry point is how you tell the console to run the exploit.
13 days ago
1
1
0
TIL you can put a gif in a meta embed tag. neat.
mobcat.zip/DoIHasIntern...
(Dosen't look like bsky likes it but works on discord lol)
loading . . .
Do I has internets?
Yes Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Bluesky Cardyb/1.1; +mailto:
[email protected]
) Chrome/W.X.Y.Z Safari/537.36 GMT+00:00 September 20th 2025 a 1:45am (1758332739)
https://mobcat.zip/DoIHasInternets/
13 days ago
0
3
0
lol "cracks" your basic password with the login api. I say cracks with quotes because I just pre-hashed the 10k common passwords list and saved it. Like a mini rainbow table if you remember those.
13 days ago
2
1
0
I fregen hate javascript, but I can't argue with the results.
14 days ago
1
2
0
Being the only maintainer on a code base is fun sometimes... You can have real in prod code like this and nobody can stop you. I can not be stopped.
16 days ago
0
1
0
I seen to be on a little bit of an ascii art kick lately. So yeah just a few updates. The nfo browser has been updated to be a bit smoother, and links no longer brake when I upload new things
mobcat.zip/NFO_Browser/...
The nfo2php web page tool thing is now open sourced
github.com/MobCat/nfo2php
loading . . .
NFO_Browser
https://mobcat.zip/NFO_Browser/?file=TW9iQ2F0L0JhZFJlcGFjay5uZm8%3D
16 days ago
0
0
0
puts an ad in your nfo doc.
17 days ago
1
2
0
A new challenger approaches. The era of xbox 360 exploits is now. I have got it booting XeUnshackle. Soo i'll have a wright up and post for it soon TM. just gotta finish building out the payloads and plugins. this exploit comes with nothing but bins and a bad avatar so its bare bones.
loading . . .
18 days ago
3
7
0
More indie and fun websites? Yes please \^__^/
add a skeleton here at some point
19 days ago
0
2
0
Puts regex in your api response.
19 days ago
0
0
0
@joshstrifehayes.bsky.social
Joining this for fun. i'm not a youtuber, I just uploaded some music and got lucky. Most of my content is music, so mobile was always the biggest view count, but yeah you can still see the desktop view crash, it recovered but it stayed down for longer then it ever has.
19 days ago
0
1
0
I'm not paranoid, your paranoid. And security theater is fun anyways. for eg, all sql statements are prepared anyways, but this way, we don't even have to run our massive script to get up to that point.. we just kick the user out before they even try any shit.
20 days ago
1
2
0
lol puts a captcha in your api request.
21 days ago
4
33
4
Normalize putting headers in your massive code bases so you can read the functions from the code view
23 days ago
0
8
0
Those adhd meds is the good shit.... however, now I only want to do this and nothing else...
23 days ago
0
1
0
You ever just wake up and choose violence. seeds your silly lil random string generator with a custom charset and a 32 bit int.
23 days ago
0
0
0
sqlite keyword of the day. REPLACE. So I was trying to figure out how to UPDATE, but if entry doesn't exist then INSERT. but yeah REPLACE just does that it either replaces the existing entry, or replaces null to make a new entry, because an existing entry was not found.
24 days ago
1
0
0
Remember kids, rolling your own auth is a really dumb idea... But I just think it's neat. we do a little reinvent the wheel cos I dont wanna pay someone to catch the buss around here..
25 days ago
1
1
0
aliexpress... you really are built different... Also I feel like i'm way to online to be able to get this just by looking at it.. but I mean damn that is one hell of a shirt.. Dont buy it, but like damn. wtf.
29 days ago
1
2
1
okie, who has a 33 year old razor 1911 t-shirt? cos thats kinda cool.
about 1 month ago
0
1
0
Added a bunch of Fairlight docs to my nfo browser
mobcat.zip/NFO_Browser/...
about 1 month ago
0
0
0
@textfiles.com
I made a page to view ascii art txt files...
mobcat.zip/NFO_Browser
about 1 month ago
1
2
1
I just think it's neat that starbreeze put a crack readme nfo into there own game. Including a greetz to the scene. And the only way you would of been able to read it, is to dump and pirate the game, so they know exactly who they where talking to lol.
about 1 month ago
1
4
0
Did I go and track down an "obscure" ver of a game and get it posted to a friend just to get it scanned for the database. Yes, that's what having a database/library/archiving is about. document all the things.
about 1 month ago
2
5
0
Man the ps4 hacking scene is insane. Like normally a console will get 1 or 2 main mods to "run homebrew" and that's it, we all just use that one hack. The ps4 right now depending on fw webkit exploit bluray player java exploit jpn visual novel lua game save exploit PPPoE exploit ps2 emulator exploit
about 1 month ago
0
5
0
Someone should come up with a stat for how many DMCA claims are filed falsely / fraudulently. Something along the lines of why do we have a law that 70% of people abuse with ill intent. Said law isn't helping anyone, or governing anything. So should it be appealed.
about 1 month ago
1
8
0
Don't get a usb cable tester. It sounds like fun, but then you realize that every single cable you have is fucked in it's own unique way. Ignorance is bliss. Well at least now I can for sure 100% confirm the bs charge only cables and chuck them.
about 1 month ago
0
2
0
I know exit and die do the same thing, but for a case like this, it feels better. No auth for, you go die now.
about 2 months ago
1
0
0
Dumb idea. Age verify people by asking them for there pokemon starter in an open question, like just a text box. So the options don't influence them. If they enter something from the first 3 gens, then there probs an adult. (4th gen is from 2007 so not quite old enough) Mine is cyndaquil...
about 2 months ago
1
3
0
Remember kids, archive everything, even if nobody has found out how to emulate the 3 servers needed to get this running
archive.org/details/cusa...
Ok you might be able to shim psn to something local and bypass EAWebKit. Still gonna need to emulate the main game server though..
loading . . .
Anthem ps4 archive : BioWare : Free Download, Borrow, and Streaming : Internet Archive
This is a complete archive of anthem for the ps4.DO NOT install all updates one by one. The updates are diffed from the v1.00 base game. So if you want to try...
https://archive.org/details/cusa-05359-anthem-ps4
about 2 months ago
0
1
0
ahh yes, the reboot it until it works strat to bug fixing. all that just to get the silly lil frog in the downloader.. still gotta mess with / fix ssl certs tomorrow, eww..
about 2 months ago
0
1
0
Environmental storytelling
about 2 months ago
0
2
0
Had one of those days where I want to try and fix something in my code base, which I did fix. but it took touching almost every php file in the code base to fix it. so like 5 hours and 600kb of php later.. the api only takes a few ms to run now..
about 2 months ago
0
2
0
I do hope more eyes get on this, it be neat if we find out how to run the non dev ver and clean up the security issues. Being able to run a retro google server online would be kinda awesome. take google back to when it actually worked for more then just serving ads.
www.youtube.com/watch?v=bjrm...
loading . . .
I built a Google server and so can you!
YouTube video by Cursed Silicon
https://www.youtube.com/watch?v=bjrmH7hVBOo
about 2 months ago
0
0
0
Updated my repack
mobcat.zip/BadRepack/
My repack isn't really needed anymore as its way easier to get setup now then back when this first came out. But wanted to add the updated stage 3 from kmx360. I didn't think BadUpdate could ever be improved but I love being proven wrong. good stuff.
loading . . .
BadRepack 20250807
AIO usb repack of the BadUpdate exploit
https://mobcat.zip/BadRepack/
about 2 months ago
1
5
0
Cool. todays adhd side tangent, finding out my mobile web browser is pridefobic and needs to be forced with a png.. Why cant you just do colored svgs right.. well anyways almost have my map ported to mobile now. just got some back end code to clean up. Mobile web dev is poop.
about 2 months ago
1
1
0
Todays ADHD. I don't like how this api request takes 6 secs to resolve. yeah lets cache that, it's mostly static data anyways. Now once every 30 mins it takes 6 secs, but other then that, it just serves a 77kb json file, which is practically instant. Oh I was going to go shopping today, not web dev.
2 months ago
0
2
0
new AI slur just dropped.
2 months ago
0
3
0
Load more
feeds!
log in