fkn0wned.com · Programming
page 2 of 3 · 144 threads
How to Mass-Open Email Clients (mailto: Prank Thread)
A guy wants to prank-bomb his friends with a hundred email windows — the crew argues PHP vs JS vs plain HTML to make it happen.
ImmortalMadness remembers a friend's old prank site that spammed visitors with a flood of email client windows and asks the Programming subforum how to recreate it. What follows is a low-stakes, good-natured troubleshooting thread: admin ap3x tries a PHP redirect loop that just throws a parse error, security crew member t0pP8uZz offers a working JavaScript loop using window.open on mailto links, and lam3r chimes in with the plain-HTML mailto anchor tag answer — which gets gently ribbed by ap3x for being 'lame' compared to the loop version. It's a small, quintessential slice of forum life: a silly nostalgia-driven prank request turned into a mini code-golf debate among regulars.
It was a lot of fun sending the link to friends. Does anyone have this code?— ImmortalMadness
Kinda lame compared to what was posted before.— ap3x
How so? He asked for it in HTML, and I gave it in HTML...— lam3r
[PHP] SQL Query => HTML Table
A Smod drops a plug-and-play PHP snippet, gets a polite security check from the resident Security Crew.
In the Programming subforum under Tech & Security, forum staffer ap3x shared a small PHP helper function that ran a MySQL query and rendered the results as a styled HTML table, complete with alternating row colors and a result-count footer. It's a classic early-2010s forum-programming post: a reusable code snippet shared for the community's benefit. inSpired, from the Security Crew, chimed in with a friendly reminder about SQL injection risks, and lulraep dropped a quick compliment on the code before the thread went quiet.
This is a function that will take the specified SQL Query and output it to an HTML table for you. It does all the heavy lifing! (^.^/)— ap3x
Might want to add filtering to the query - SQL injection is still one of the biggest threats to website security.— inSpired
nice code though :)— lulraep
[CSS] 3 Shot Burst Script by Hatred!
Hatred! drops a burst-fire CSS script, everyone just wants the hidden code unhidden
A quick Programming-subforum post from Hatred! sharing a homemade Counter-Strike: Source burst-fire script, tucked behind a [hide] tag so replies were required to reveal it. The thread devolved into the classic forum ritual of members posting 'unhide' just to unlock the content, alongside a few genuine questions about how it worked, where to place it, and whether scripting risked a VAC ban. h4voCK chimes in to clarify scripts wouldn't get you VAC banned but were banned in tournaments, giving the thread its one substantive exchange.
unhide pls (hehe trick :D)— macman507
There is literally no chance of a VAC ban from scripts. They're not allowed in tournaments however.— h4voCK
fail— addem1234
Semi Wallhack Script for de_dust/de_dust2
A 'wallhack script' for two CS maps only, gated behind a spoiler tag, and half the thread was just people typing 'unhide'
In April 2008, user hugz` posted a limited-scope wallhack script claiming to work only on de_dust and de_dust2, with the actual script and a demo video hidden behind a spoiler tag pointing to an external link. The nine-page thread quickly filled with low-effort replies from members either thanking hugz`, dismissing it as fake ('bs waste of time', 'phail'), or simply typing 'unhide' to reveal the spoiler. It's a pretty typical snapshot of the era's cheat-sharing culture on Fkn0wned's Tech & Security > Programming board — more hype and skepticism than substance.
bs waste of time— doom49
does it really work?— arjayfunkie
unhide— zech
[BAT] System32 virus written by CandleJack
A one-line batch script promising to nuke your Windows install — and half the thread just wanted the spoiler tag unlocked to see it.
In the Tech & Security > Programming section, member CandleJack posted a batch-file script (hidden behind a spoiler/hide tag) that wiped the system drive and forced a reboot, framed with an emphatic 'educational purposes only' disclaimer. The replies are mostly low-effort curiosity: people just wanted to unhide the code, say thanks, or react with disbelief, with barely any real technical discussion. One reply from sgt_white offered an actual critique, noting the full-drive wipe would take too long and suggesting targeting specific files instead. It's a small, dated snapshot of forum-era 'edgy script' culture — more bravado and clout than genuine malware development.
I MADE THIS TOPIC FOR EDUCATIONAL PURPOSES ONLY. I HAVE NO INTENT OF HARMING ANYONE'S COMPUTER FROM THE TECHNIQUE HEREIN.— CandleJack
That would take forever to erase. So you need to target a few files instead of the whole damn system root. haha, Good luck— sgt_white
OMG IM GONNA DIE— Keke10000
Fkn WebBroser [BETA] — homemade browser project by CTSSTC
A forum member built his own web browser from scratch and dropped it in Programming for the community to poke at
CTSSTC, a regular member, shared a beta build of a custom-made web browser he called the 'Fkn WebBroser', complete with a hidden download link and screenshot. The thread is a classic low-key show-off/feedback post: a handful of members hop in with quick 'unhide' requests and one-line reactions, while joshuaxoxo gives actual constructive criticism about the clunky Paint-like GUI compared to Firefox. It's a small, friendly slice of the site's Programming subforum — more amateur hobby project than serious software release, with the usual mix of banned members, VIPs, and mods dropping by to say 'nice' or 'meh'.
unhide EDIT, u need to work on gfx man, it doesnt blend at all and the interface looks like it was made in paint... look at programs like firefox how the blend and very neat and organised. But welldone so far.— joshuaxoxo
I knowz you lie, but at least you tried lol— CTSSTC
The alpha thread looked promising, hope it's top-notch!— xXHeistXx
C# Global Keyboard Hook via DirectInput
A dev shares a slicker DirectInput trick for global keyboard hooking — replies are just people saying 'unhide!'
CTSSTC, a regular in the Programming subforum, followed up on an earlier tutorial with a simpler method for building a global keyboard hook in C# using Microsoft's DirectInput device class instead of the old approach. The whole code snippet was tucked behind a spoiler/hide tag, which drew the classic forum ritual of members posting nothing but 'unhide' to unlock the content. A brief, low-key thread typical of the Tech & Security > Programming board — more of a code-share reference post than a discussion.
lets see wts the gd thing here!— windham
unhide!— stinkaa
Jailbreaking the iPod Touch/iPhone with blackra1n (Firmware 3.1.2)
2009 called: here's how half the forum jailbroke their iPod Touch with one big red button
A member named prankster163 posted a beginner-friendly tutorial on using the blackra1n tool to jailbreak iPod Touch and iPhone devices running firmware 3.1.2, covering model number checks, the one-click 'Make it ra1n' process, and installing Cydia/Rock afterward. It's a classic snapshot of the late-2000s jailbreak scene, complete with a follow-up correction from another user about using a newer blackra1n version for 3G devices. Short, low-drama thread — just a helpful how-to and a quick thanks-and-fix exchange typical of the Tech & Security > Programming board.
Once again, make sure your iPod/iPhone is plugged in and connected! Now click "Make it ra1n."— prankster163
lol guys no dont if this is the first version of blackrain then dont try it if your ipod is a 3g— rjross2000
Steamid Converter Tool (2009)
A tiny .jar tool for looking up SteamIDs turns into a quiet reminder of the site's phishing-adjacent underbelly
KreaT!vE posted a small downloadable tool for converting Steam usernames/profiles into SteamIDs, hosted behind a hidden Rapidshare link since it capped at limited downloads. When asked the point of it, KreaT!vE admitted it was useful for speeding up account phishing by skipping the need to join a game to grab an ID. The rest of the thread is a long, low-effort chain of members saying 'unhide,' 'thanks,' and 'ty' to unlock the hidden content, with one user (pohead1234) asking about extending it to auto-detect which Steam accounts owned games. Fairly typical of the Tech & Security/Programming board — small utility tools shared casually, with an undercurrent of use for account-stealing rather than legitimate development.
If you are phishing accoutns and what not, you can get the id without going ingame, so its much faster.— KreaT!vE
am I right in saying this does NOT convert a steam username to a steam community profile ID? damn.. I need to find out how to do that so badly— pohead1234
SMS Bomber International v2.4 — Catmaster's Tool Release Thread
A regular's pet project gets its umpteenth version bump, VirusTotal scan and all.
Member Catmaster, an established poster since late 2006, dropped v2.4 of his homegrown 'SMS Bomber' tool in the Programming subforum under Tech & Security. The post is a typical release-thread from that era: download mirrors, a pasted VirusTotal scan showing a clean result across dozens of AV engines, and a casual note that he was still trying to build an auto-updater so he wouldn't have to keep starting new threads for every version. Low drama, purely a tool-drop-and-support post inviting people to PM him if they needed help.
still working on how to get an auto-updater implamented into my program so i can stop making new threads about this, but until then, thats what im doing— Catmaster
If you need help with it, either post here or PM me... either way is quick...— Catmaster
[C++ / D3D] Checkbox Menu — str1k3r21's D3D8 GUI source
A first-timer's homemade D3D8 checkbox menu, credits demanded, screenshot hosted on the ghost of Photobucket.
In the Programming subforum under Tech & Security, member str1k3r21 posted source code for a simple checkbox-style GUI menu built for D3D8 games, calling it his first attempt at a 'Mouse D3D' overlay. The post included a screenshot link (long dead, Photobucket-hosted) and asked others to credit him if they reused the code, while also crediting 'Enigma.h4x' in the source header. It's a typical slice of the era's cheat-scene programming culture: toggle menus, colored on/off boxes, and an ad for 'Project-Win' undetected CSS hacks running alongside it.
If you use my source, please give me credits for making it.— str1k3r21
P.S: this is my first Mouse D3D I ever made.— str1k3r21
[PHP] Extremely Fast Mail Bomber by ap3x
ap3x drops a homemade PHP mail bomber on the forum — and immediately gets called out for reinventing a UNIX classic
In the Programming subforum under Tech & Security, longtime admin ap3x posted a self-written PHP script that spammed a target email address with repeated messages via PHP's mail() function, sharing it after it reportedly got him kicked off a web host. The post came with a tongue-in-cheek disclaimer disclaiming responsibility for misuse. Reception was light — a couple of quick replies, one asking for the code to be unhidden and another (from veteran member lulraep) reminiscing that this was just an old trick abusing UNIX sendmail.
I wrote this from the ground up for a friend but I'm releasing it here because I love you all.— ap3x
ahhh the abuse of UNIX sendmail :D takes me back a few years...— lulraep
PrimeDll 1.0: Basic DLL Injection Skeleton
A bare-bones DLL injection skeleton, dropped for anyone who wanted to build their own game hack.
Member str1k3r21 posted a barebones C++ DLL template intended as a starting point for building game-hack DLLs, meant to be compiled and expanded with custom code before being injected into a game process. It included a hotkey toggle stub and a self-promoting message box crediting the author. The post is typical of the Programming subforum's cheat-development culture, offering a skeleton for others to build on rather than a finished tool, with a polite ask for credit if reused.
This is a basic Dynamic Library Source. Use your C++ version and compile it. Then Add your hacks, inject it in the game and hack.— str1k3r21
Give credits if you use this . Enjoy— str1k3r21
Scripting Questions (i am ghost asks: what's the difference between scripts and hacks?)
A newbie asks if scripting counts as 'hacking' — gets a genuine CS 1.6 script lesson, then a troll reply telling him to bind a fake suicide taunt
A Counter-Strike newbie named 'i am ghost' asks the Programming subforum about the difference between scripting and using .exe hacks, and how to get started with basic C++ knowledge. Regular member Christ (aka DigitalEDD) gives a genuinely detailed, patient breakdown of CS console scripting basics using a pistol quick-switch alias as an example. The thread closes out with ZighaiL posting a joke/troll script bind full of crude in-game chat lines, a classic bit of early-2000s forum humor at the newbie's expense.
Scripting != hacking— Christ AKA DigitalEDD
Extensive C++ knowledge required to use notepad...— Christ AKA DigitalEDD
Coding Hacks - Fr0Gs asks for ESP source
A trained noob asks the forum's coding heavyweight for a peek behind the ESP curtain — gets a link and a compiler small-talk instead.
A short, quiet thread in the Programming subforum where newcomer Fr0Gs politely asks veteran coder 'black ice' (posting as ICE}) for a reference ESP source to learn from, hoping to code alongside them someday. ICE} drops a link with zero fanfare, and Fr0Gs returns weeks later just to say thanks and ask what compiler they use. No drama, no fireworks — just a classic small-time learner-to-mentor exchange typical of the era's cheat-coding culture.
maybe oneday i will be coding with you— Fr0Gs
Thanks they rock what compiler do ya use— Fr0Gs
Programming Rules (pinned by PopTart)
The fine print that kept the Programming subforum from becoming a malware dumping ground.
A locked, pinned rules post for the Programming subforum under Tech & Security, posted by longtime staffer PopTart in December 2009. It lays out standard forum conduct (no flaming, no spam threads, respect for staff, no referral-link spam) plus section-specific rules requiring sourced code, code boxes, and mandatory inclusion of source when sharing executables. Notably, it explicitly permitted posting viruses, trojans, and keyloggers as non-executable code/source for educational or research purposes, reflecting the site's cheat-scene, security-curious culture while trying to keep a lid on outright malware distribution.
Virus, Trojans and Key-logger's are fine to be posted here, just not in any type of executable form.— PopTart
This stops any attempt to introduce malware.— PopTart
[PHP] RSS Feed Channel Snippet — conTagious
A veteran coder drops a working PHP RSS generator, straight from his own webhosting site's backend.
In the Programming subforum, longtime member conTagious (aka Synbitz) posted a PHP code snippet that pulled records from a MySQL database and formatted them into an RSS 2.0 feed, using his own site Webhost-Choice.com as the live example. It's a typical 'share a useful script' post from the era, offered to other members as something they could adapt for their own news pages or projects. Low-drama, purely technical post typical of the Tech & Security > Programming board.
Modify a couple of things and you get what ya need, your own little rss channel for any of your news pages/whatever lol— conTagious
[PHP] Auto String Generator by ap3x
A staff coder shares a quick PHP random-string generator, then guilt-trips the room for a 'thanks'
In the Programming subforum, longtime staffer ap3x posted a small PHP script that generates random alphanumeric strings of variable length, complete with a live preview link and copy-paste install instructions. It's a typical early-forum code-share post aimed at hobbyist coders tinkering with their own sites. The closing line grumbling about the effort taken and asking for a 'simple thanks' is a classic touch of that era's forum culture.
It took me a few hours to gather all this information and post it here, a simple thanks is too easy.— ap3x
SMS Bomber International V3.0 release thread
A Fkn0wned regular drops v3.0 of his SMS-spam tool, promises a 4.0 is coming
In this Programming subforum thread from September 2009, longtime member Catmaster released version 3.0 of his self-made 'SMS Bomber International' tool, a program he'd been iterating on across other forums (namedropping Hackforums.net as home to older versions). The thread is a typical low-effort release post: a screenshot, a virus scan reference, and a download link, followed by a string of short 'thanks'/'cool' replies from various members. Catmaster teases an upcoming 4.0 version near the end, and one member asks to be sent the link directly rather than posting publicly.
This is my very latest version of my series of SMS Bomber Internationals! (if you are wondering where the other versions below 3.0 are, they are on Hackforums.net lol)— Catmaster
thanks for feedback guys, but make sure to look for my 4.0 version !— Catmaster
send me to pm link please— kib0rg
CS 1.6 CountJump/Longjump Scripting Thread
A noob named enomine drops a custom bunnyhop/strafe script — then immediately admits his English (and his numbers) are a bit off.
New member enomine posted a set of custom CS 1.6 console scripts for automated jump-strafing (countjump/longjump binds), adapted and edited from a script originally by 'Chasy Woo', including a sideways variant. The thread is short and friendly: a couple of VIP/Crew members thank him for the script, one (NIX) questions whether such scripts even work since many servers disable them, which enomine answers apologetically in broken English. He also asks a moderator to move the misplaced thread into the scripting subforum. Low drama, just a small technical share typical of the Tech & Security / Programming section.
OMFG my englis is bad :)— enomine
Aren't scripts disabled on most servers ?— NIX
sorry bad section can someone move it to scripting please— enomine
C++ hacks - How to compile and crap
Newbie wants to compile game hacks before he even knows what a compiler is
A self-described noob named duffdude asks how to compile source code he downloaded for CS:S hacks, admitting he just started learning C++ and mainly wants to run the hack on 'cracked servers' rather than truly study it. Other members needle him for basically asking for handouts in disguise, point him toward tutorial books already posted on the forum, and give scattered beginner advice about compilers and Dev-C++. It's a pretty mundane, small thread but a good little time capsule of the era's mix of script-kiddie ambition and forum-elder eye-rolling.
I dont care if its detected i just want to study from it and use it on CSS cracked servers.— duffdude
It sounds to me like you want to pass it off as yo...— lol
rolf request section lol also please get some more...— minitureman
Auto-Talk/Spammer — the CFG bind 'tutorial' that wasn't
A guy posts a basic Counter-Strike auto-say bind and calls it a 'script' — the regulars were not fooled.
Member Beware posted a simple guide for making CS 1.6/CS:S binds auto-say text in chat, dressed up with fake 'VAC2 Proof' script credentials to sound more advanced than it was. Fellow members quickly called it out as just basic config editing rather than any real script, with Christ/DigitalEDD joking it was more of a 'how2script' post. Despite the ribbing, the thread ran long with dozens of low-effort 'thanks'/'nice'/'unhide' replies typical of the era's download threads, and laptops chimed in with his own console bind example. A snapshot of mid-2000s CS forum culture: everyone chasing easy binds, some skepticism about clickbait-y script claims, and a comment thread that devolved into filler posts.
LOL, this is more like how2script— Christ AKA DigitalEDD
i hope this isnt just some stupid tut teaching me how to bind.. i kinda already know how...— shaftorgohome
It's just editing your configs nothing else...— Beware
SMS Bomber International V4.1 release thread
Someone dropped a new SMS bomber build in 2009 and the whole reply was basically 'thx' and 'does this work in Norway?'
A member called Catmaster posted a new version (V4.1) of a tool originally made by InuyashaITB, described as a 'series of bombers' with GUI fixes and tweaked features, complete with a screenshot, a virus-scan link, and a Rapidshare download. The thread got only a handful of replies — quick thanks from a couple of VIP/banned members and a curious question about whether it worked internationally. It's a tiny, quiet snapshot of the Programming subforum's tool-sharing culture rather than any major event.
It has been a while since i released a version of my series of bombers, but this version has a lot of GUI fixes and some features that are fixed / new.— Catmaster
Does this sms bomber work in europe? like Norway.— sinder
Thankyou.— Bulle7
Some More Batch Viruses
A kid posts janky .bat 'viruses' and immediately gets told to stop spamming the board with them
In the Programming subforum, member IxPKxALL (~1337H4x0R~) shared some crude Windows batch-file scripts he called 'viruses,' one meant to mess with system files and another as a goofy 'ultimate spamzer' that just spawned a pile of command prompt windows. He openly admitted he didn't know how to do anything more advanced, like spamming porn sites, and asked for help. Other members jumped in: cedars offered a trivial tip about opening a website from a batch file, and [LiP]STicK. called him out for cluttering the forum with multiple separate threads instead of consolidating his scripts into one post. A few late replies just say 'unhide,' typical of hidden-code tags on old forums.
i still wanna learn how to Spam porn sites if sum1 know leave a msg— IxPKxALL
Dude, and stop posting multiple threads of your viruses, gather them, and post them in one thread altogether.— [LiP]STicK.
From what i can remember you just type; start http://www.website.com— cedars
ABACABB's Bounty Call for Delta Force Hacks
A member offers a mystery 'prize' to anyone who codes him anti-recoil or wallhacks — nobody ever finds out what it was.
In this short 2006 Programming board thread, veteran member ABACABB puts out a call for a coder to build anti-recoil and wallhack tools for Black Hawk Down: Delta Force, admitting he lacks the patience to make his own. Two members bite, both asking what the promised 'prize' actually is before committing any work. The thread fizzles out after three posts with no resolution shown, a classic snapshot of the forum's cheat-request culture and laid-back, joke-heavy tone.
ok, ive tryed makeing my own hacks etc bbut i have noo patience whats so ever.— ABACABB
Well it depends on the prize i just might be able to help you with that— sikwidit
ya depends what the prize dragon ?— MisFiTs666
Adobe CS3 Keygen Pack Release
DeMeNt3d drops the full Adobe CS3 keygen pack — and the thread just becomes twenty people saying thanks
A classic Fkn0wned Programming-board post from July 2008: veteran member DeMeNt3d shares a hidden-content download bundling keygens/activation tools for the entire Adobe CS3 suite (Photoshop, Dreamweaver, Flash, Premiere, After Effects, and more). The replies are the usual warez-thread ritual — members unhiding the content, saying thanks, and a couple griping that the link is dead months later. Runs from mid-2008 into 2009, a low-drama but very typical snapshot of the site's software-piracy culture.
No Problem, Just Helping out the community. :)— DeMeNt3d
this content is dead— irishash
how can i download the keygen's new member sorry xD!— Bardhu
Visual Basic Chat Spammer w/ Source (metroshake)
A noob coder shares his VB chat spammer source — then immediately botches censoring his own name in the screenshot.
In the Programming subforum, member metroshake posted a simple Visual Basic 'chat spammer' tool with source code and a screenshot for others to inspect and learn from, calling it 'super easy to do.' The thread is a small, low-drama slice of the site's amateur coding scene, with a handful of members thanking him, one VIP (XpliciteR) needling him for failing to blur his name in the screenshot, and others asking if it actually worked or planning to build on it. Typical of the era's Tech & Security board: casual code-sharing, quick replies, no real controversy.
Lol I fail'd @ censoring name.— metroshake
Ahah, fail bluring. Thank you.— XpliciteR
cool as ill work off this for my own program— Nickiller007
[VB] Source Code for Email/SMS Bomber
A Visual Basic email/SMS bomber gets shared, and half the replies are just 'ty'
In the Programming subforum, member Lipscomb posted a Visual Basic source code snippet (not his own work) for an email/SMS bomber that required a Gmail account to function, offering to help via PM if anyone hit issues. The thread mostly attracted low-effort 'thanks' replies from newer members and a couple of one-post accounts, though VIP member Baz asked a genuine follow-up question about whether it could target multiple numbers, to which Lipscomb replied he'd look for PHP code supporting that. It's a small, typical slice of the era's cheat/tool-sharing culture — low discussion, high 'gimme the code' energy.
Not by me, but if anyone wanted to make one you could use this code. Only works if you have a GMAIL account.— Lipscomb
Can't wait to play about with this and compile it. Does it just send to one address or could you send to lots?— [VIP] Baz
am w8ing to using this code hope it works— -__121__-
[VB.NET] Tutorials by lam3r
A member drops a VB.NET tutorial link, and half the Programming board spends six months just typing 'unhide'
In this Programming board thread, member lam3r shares a link to an external site offering VB.NET (and other language) programming tutorials aimed at beginners, hidden behind the forum's [hide] tags to encourage replies. The thread devolves into the classic forum ritual of members posting 'unhide' or 'ty' just to reveal the hidden link, with a smattering of genuine interest from a few coders comparing languages. lam3r bumped it himself in early 2009, keeping the low-effort reply chain going for months.
wth i kno java and c++, might as well learn vb— MillerLite
just started this shit thanks probally grave digging again :(— jbfkenpwns
Unhide, I don't if ill even want to read a lot of it but Ill see whats on there.— Necrobutcher
VB.NET Tabbed Web Browser Code Dump ('Tut')
A guy posts a 'tutorial' that's just paste-this-code, and the forum immediately calls it out
In the Programming subforum, member esw1978 shared a VB.NET code dump for building a basic tabbed web browser (Winforms controls, back/forward/refresh/stop/home buttons, address bar, tabs). It was billed as a 'tut' but was really just a copy-paste snippet with no real explanation, and other members quickly pointed that out — though most agreed the code itself was decent freebie material. A mild, good-natured back-and-forth about what counts as a real tutorial followed, with [FkN] Crew member lam3r weighing in near the end.
This isn't a Tutorial? It just says, copy and paste this and viola! Web browser. A tutorial explains each function and what it does, also explaining how to build the code from scratch.— mcm
Yeah this isn't a tutorial at all, although nice free code I guess...— lam3r
Uhh nice tut.— Unbeliveable
Sourcecodes for CSS Hacks — Rock Superstar's Compiling Struggles
Guy just wants to learn to code cheats, gets told to stop being lazy instead
Rock Superstar, a longtime member of the '500 Club' rank, asks around for old (even detected) CSS hack source code so he can teach himself C++ using Visual Studio 2008. SuperNovaAO points him toward some known public sources but quickly loses patience when Rock Superstar admits he can't get anything to compile, accusing him of expecting handouts. A short, slightly prickly back-and-forth follows about updating old code versus just downloading a working version, ending with a dry tip that an older, free version of Visual Studio might solve the compiling issue. A pretty ordinary, small-scale exchange typical of the forum's Programming subsection under Tech & Security.
It doesnt matter when they're old and detected! I want to learn coding myself— Rock Superstar
yes, people that ask everything to be done for them piss me off!— SuperNovaAO
They piss me off too :))— Rock Superstar
[BAT] Kill all running programs
A dead-simple batch script to nuke every open app on your desktop — posted back when Windows 7 still tripped it up.
In the Programming subforum of Tech & Security, member xXHeistXx shared a short .bat script that used TASKLIST/taskkill to force-close all running user programs (explicitly not services, and not Windows 7 compatible). The thread is a small, low-drama utility-sharing post typical of the era — a handful of members thanked him, one couldn't see the hidden code because the forum's 'hide' tag was glitching, and smod PopTart stepped in to repost the script in plain view for those affected. It closes with a member questioning whether it kills just the app or literally everything.
Simply kills all running programs. It isn't compatible with Windows 7. Does not kill SERVICES!— xXHeistXx
lol i know I cant see it cause hide hack is broke -.-— retsnomlc
Well since you guys need it— PopTart
Snagit Keygen Thread
A keygen drop for a screen-capture tool somehow ran for over a year on nothing but 'unhide' replies
DeMeNt3d posted a hidden-content keygen for Snagit (a screenshot utility) back in July 2008, and the thread limped on for over a year as members bumped it just to beg for the hidden link to be unlocked. Nobody seemed to know what Snagit even was at first, one member got called out by mod-ish regular irishash for posting unauthorized content without hosting it properly, and most 'replies' amount to one-word 'ty' or 'unhide' posts — a pretty typical snapshot of low-effort warez board culture on Fkn0wned's Programming subforum.
wtf is a snagit— Junnyerr
AGAIN WITH POSTING UNAUTHORISED CONTENT HOST ON RS or Megashare or similar— irishash
unhide plawx— lostprophet
[PHP] Auto-copyright Maintainer
A staff coder shares a tiny PHP snippet so nobody forgets to update the copyright year — bug and all.
In the Programming subforum, longtime staffer ap3x posted a short PHP script that auto-updates a site's copyright year notice, explaining it as a beginner-friendly example (deliberately over-using echo for clarity). A few members gave quick thanks and approval, and banned member Sasuke2525 pointed out a missing closing tag, which ap3x acknowledged and fixed. A low-key, everyday code-sharing thread typical of the Tech & Security section.
I know I over-abuse the echo tag, but it's for PHP beginners to show them how to do this shit. :D— ap3x
I think you are missing a closing tag.— Sasuke2525
Correct you are. ;) Thanks. ~updated— ap3x
Check My Web Browser Made by Me! (ghostface's VB browser project)
A member proudly debuted his homemade browser — and the forum immediately asked why it should exist.
A member named ghostface shared a basic web browser he built himself using Visual Basic, comparing it modestly to Mozilla. The reception was skeptical from the start, with other members questioning its purpose given the existing big browsers, and later replies noting the download link was broken and that it may have simply been an IE-engine wrapper. It's a small, humble slice of the forum's amateur Programming subforum, where hobbyist projects got posted and gently roasted.
Its like Mozilla but this is not soo good like that:P— ghostface
Yeah, I'm sure you've worked very hard on it; But why should people use your Web Browser, When there's: Google Chrome, Mozilla Firefox, Microsoft Internet Explorer, Opera, etc.— Nycrich67
Doesn't the fact that you made it in Visual Basic mean that it just uses the IE engine?— LordV
RQ: LongJump Script
A guy asks for a 'longjump' script in 2007 — the thread outlives him, limping on for two years as pure bump-fodder.
A member named zxczxc opened a request thread in December 2007 asking for a Counter-Strike longjump (LJ) scripting file capable of pulling off big-distance jumps, sparking a couple of genuine replies about legendary players who supposedly had scripts hitting 250-258 units. After that brief flurry of actual conversation, the thread became a graveyard: over a dozen low-post-count members trickled in across 2008 and into mid-2009, each posting nothing but the word 'unhide' in a vain attempt to reveal hidden content or bump the topic for attention. It's a classic snapshot of an unanswered request thread slowly decaying into spam.
Can some1 share with us LJ script about 250 + Units ?— zxczxc
I've seen a guy with 256 lj script.. really tight, looking for it.— hugz`
unhide— zik123
krakowwak1's MyBrute Callout Flops in the Programming Board
A new member posted a MyBrute link as a 'challenge' — the forum was not impressed.
A low-post-count member named krakowwak1 posted a link to his MyBrute (a browser-based fighting game) profile as a challenge to the forum. It landed with a thud: a VIP member called him an idiot and suggested a ban, while others just chimed in with dismissive one-liners over the following months. A minor, mostly forgotten thread in the Programming subforum that says more about forum culture than programming.
Wow dude your an idiot. Someone needs to ban him.— TheGrapist
i won— tactical101
lol— tsk09
[JS] 3000+ JavaScript Source Codes
A dusty mediafire link to 800 copy-paste JS scripts, plus 20 replies of pure 'thanks' and 'unhide'
In the Programming subforum of Tech & Security, user mongoklomp shared a hidden mediafire download claiming a huge collection of ready-to-use JavaScript source scripts, organized by category. The thread is a classic low-effort bump-fest: dozens of members just posting 'thanks', 'unhide', or 'ty' to reveal the hidden download link, with barely any actual discussion of the code itself. It's a small time capsule of forum download culture, complete with a random power-level meme and a slightly unhinged joke reply.
HIS POWER LEVEL IS OVER 9000!!!!!!!!!!!!!!!!!!— brian965
ummm i lvoe the smlly vag... i meean scripts in the morning— silentrock
thank you sir— v0nz
BadGirl v5.1 Skin
A member proudly debuts his first VB2010 'cheat skin' — and the whole thread just asks him what it actually does
SuperStaRRRRR posted a screenshot of a GUI skin he built in Visual Basic 2010 for a game cheat, labeling it 'BadGirl v5.1'. What followed was a slow-motion pile-up of confused members repeatedly asking what the thing actually did, with the author admitting it 'does shits' and currently does nothing functional. Several regulars, including a moderator and a VIP, wrote it off as pointless, with one clarifying it was likely just a skin/UI shell meant to be paired with an actual cheat later. A classic small, meandering Programming-board thread that fizzled out under a wave of shrugs and 'lol close this' comments.
I programmed my first cheat skin with vb 2010 :)— SuperStaRRRRR
this do shits...— SuperStaRRRRR
Idiots its a skin if you coded a cheat and need a skin for it i suppose? lol— [VIP] FR3QU3NCY
AV/Firewall Killer Batch File Drop
A batch file promising to kill your AV and firewall, plus twenty replies of pure 'ty' energy
Pestilence (xXHeistXx) posted a hidden batch script claiming to disable most antivirus and firewall software, gated behind the classic 'reply to see hidden content' setup. The thread devolved into the typical low-effort reply farming seen across the Programming board — a parade of one-word thank-yous, 'first' jokes, and a couple of newer members asking off-topic questions about hacking/cracking careers. No real drama, just a routine tool-drop thread padded out by reply-for-content culture.
fIRST AND YOINk— Sleeping Forest
did any one can help me i want to make a bypass for ran online... or i want to be a hacker cracker and i want to large my mind with the new technology— jimsplok
Thnx, could be handy for noobs that cant code :harhar:— cautionsniper
Need GStrafe Script for CS 1.6 Bunnyhop
A CS 1.6 bunnyhop noob asks for a gstrafe script, ends up posting his own broken attempt — thread limps on for over a year
A member named hullumuna, apologizing for his 'sad english', asks the Programming subforum for a gstrafe/duck-jump script to use on HnS (Half-Life 'Blockmaker' jump maps) servers. When no one bites, he posts his own homemade config script and asks for improvements. A couple of other members chime in with their own alias-based duck scripts over the following months, with mixed success — one poster a year later reports it just throws errors for him. The whole thread spans April 2008 to August 2009, a classic slow-burn low-traffic scripting help thread typical of the era's CS 1.6 movement/bhop scene.
Hope you understand my sad english! B)— hullumuna
makes u duck very fast so the friction dissepears.. thinks its the same the other guy posted tho ^^ hehe— CryCryNewbiE
doesnt work for me. "Unknown command: -juded..."— kms
Anti VAC2
A guy asks how to dodge VAC in 2009 — the crew basically shrugs and tells him to buy private cheats instead.
A member named fl0yd13 asks the Programming subforum how developers were handling anti-VAC detection at the time, mentioning he'd already implemented a basic PEB-hiding trick to clear his DLL's name from the target process. Replies are short and unhelpful: one regular tells him to just get private cheats, which fl0yd13 pushes back on since he's asking about writing code, not buying source. A staff member (Smod) closes out the thread saying there weren't many known methods left working against the latest updates. A quiet, low-drama technical thread typical of the site's cheat-development crowd.
Get private cheats.— vermiLLion
do u mean source code? im talking about programming here....— fl0yd13
Yeah, there's not that many ways to do so. I haven't heard of any way of doing this with the latest updates.— ap3x
AutoClicker! (dark_skillz's First Program)
A member's proud 'first program' post slowly rots into a dead-link graveyard, complete with mod lockdown.
In January 2009, longtime member dark_skillz shared a simple homemade AutoClicker tool in the Programming subforum, proudly calling it his first program. A few members asked for feature tweaks like hotkey support, but by mid-to-late 2009 the download link had died, prompting a string of 'unhide'/'link dead' replies. Admin ZoaQ eventually stepped in, confirmed the dead link, and locked the thread. It's a small, typical slice of the site's programming section — low-key hobby coding shared for community goodwill rather than any big drama.
My First Program !!! looks very simple and is easy to use:) No explanation need, You know what it is :)— dark_skillz
show? how does the beast work lol— Hatred!
Closed Dead Link.— ZoaQ
Catmaster's VB2008 Process Killer Tool
A homemade task-manager-killer that swore it could do what Task Manager couldn't.
In this Programming subforum thread from August 2009, member Catmaster shared a self-made Visual Basic 2008 tool that listed and force-terminated running processes, including hidden ones, crediting fellow member carb0n as inspiration for the original version. The post included a screenshot and virus scan link for the download. A brief, mild exchange followed with moderator ap3x questioning why this was needed over Windows Task Manager, and Catmaster explaining the tool's edge in catching hidden processes and fully killing all instances of an app.
Isn't this what Task Manager is for? Correct me if I'm wrong— ap3x
it cant always see hidden processes, this will detect hidden processes as well and FORCE stop it.— Catmaster
[C#] Fuscator — .NET Code Obfuscator Share
A quiet little share thread where CTSSTC dropped a .NET obfuscator to keep prying eyes off your source
In this Programming subforum post from October 2009, member CTSSTC shared a tool called 'Fuscator' for scrambling .NET source code to make it harder to reverse-engineer, linking out to Woodmann and a direct download host. It's a low-key, typical share thread of the era — a couple of members dropped by weeks later with brief 'lets see' and 'Thanks' replies, then it went quiet. Nothing dramatic here, just a small artifact of the site's programming/cheat-dev culture where code protection tools were casually passed around.
Scrambles .NET source code to make it very difficult to understand or reverse-engineer.— CTSSTC
lets see— tsk09
More Efficient Programmer — Windows Keyboard Shortcuts Dump
chaser drops a mega-list of Windows Run commands and keyboard shortcuts to help you ditch the mouse
In this 2009 Programming subforum post, longtime member chaser (part of the '1K' 1000-post club) shares an exhaustive reference list of Windows keyboard shortcuts, Run dialog commands, Explorer navigation tricks, and accessibility toggles aimed at speeding up general PC use and light dev work. It's a pure utility/reference post rather than a discussion, and the only replies are brief thank-yous from marz and Phayze. A tiny, low-drama corner of the forum showing the practical, tip-sharing side of the community alongside its more infamous cheat-scene reputation.
helpful thanks— marz
Thanks i could use a few of these— Phayze
longjump plz someone everyone elses got it but not me :(
A desperate CS 1.6 longjump script request that limped on for over a year, ending as pure bump-fodder
In February 2008, member pajajn288 begged the Programming board for a longjump script (a scripted movement trick used in Counter-Strike 1.6), lamenting that another user ('p5y') had it but wouldn't share and just kept deflecting. The thread barely got a real answer and instead became a slow-motion graveyard of one-word 'unhide' bumps from random noobs trickling in over the following year and a half, presumably trying to reveal hidden download content. A [FkN] Crew member eventually showed up just to mock the parade of bumpers before the thread fizzled out for good in mid-2009.
p5y getted it :( but he just keep saying ask Christ aboat it and i cant get him— pajajn288
Wtf r u n00bs unhiding ????— NIX
Kreedz Hack Request Gets Grammar-Shamed
Newbie offers a 'CJ script' and his own Steam account for a Kreedz hack — gets roasted instead
A brand-new member, ChodaBJ, posted asking for a 'Kreedz hack' (kzh, a tool tied to the Counter-Strike 1.6 kreedz/climbing scene) after seeing a YouTube clip, offering a script and his original Steam account in trade. The thread is short and mostly remembered for the reaction: one regular questioned whether it was even a game hack, and a crew member sarcastically told him to run his post through a translator due to the poor grammar. A tiny, forgettable request thread that became a mild grammar-shaming moment typical of the forum's tone toward noob posts.
i would be happy and i give 274 cj script for kzh!!! and original steam acc!— ChodaBJ
K here's what you need to do, first, type your message with good grammar in your native language in notepad. Then, go HERE and translate it to english, then post the translated message in English here ;)— lam3r
The CD Drive Prank Script
A goofy VBS script to make your CD drive pop open and shut — classic harmless-prank programming from the Fkn0wned tech board.
In this short Programming subforum thread from April 2009, longtime member conTagious shared a simple VBScript snippet that uses Windows Media Player's COM object to eject and cycle a computer's CD-ROM drive(s), calling it a fun little trick. A guest poster corrected a typo ('safe' vs 'save') but confirmed the script worked, and regular xXHeistXx chimed in calling it 'pretty sweet' to mess around with. It's a small, lighthearted post typical of the era's casual scripting culture rather than anything serious or malicious.
safe as something.vbs and your done!— conTagious
Thats pretty sweet, fun to play around with.— xXHeistXx
Coder Needed Paid — Shut Down in Two Minutes
A brand-new member tried to hire a coder for a fully loaded, VAC-proof CSS cheat with HWID licensing — got shut down in two minutes flat.
A user posting under the handle internetterrorist, fresh on the forum with just 11 posts, put out a paid job listing looking for a programmer to build an elaborate Counter-Strike: Source cheat complete with aimbot, ESP, render tricks, and a hardware-ID-locked distribution system so it could be resold on a website. The ask was ambitious — kernel-mode, 'VAC 2 proof', a full feature menu, and a backend licensing system for customers. Forum smod PopTart wasted no time shutting it down with a one-word '/closed', which was the whole rest of the thread. A quick, blunt little snapshot of the classic 'noob shows up wanting a private cheat built for free/cheap and to resell it' pattern that mod teams on these boards dealt with constantly.
This hack NEEDS to be vac 2 proof, and coded in kernel mode.— internetterrorist
/closed— PopTart