Naruto Reborn RPG
Would you like to react to this message? Create an account in a few clicks or log in to continue.


A Naruto RPG
 
HomePortalLatest imagesSearchRegisterLog in
Top posters
Kucarugi Minaru
Batch And VBScript You Can Use Vote_lcapBatch And VBScript You Can Use Voting_barBatch And VBScript You Can Use Vote_rcap 
dragoon master dj
Batch And VBScript You Can Use Vote_lcapBatch And VBScript You Can Use Voting_barBatch And VBScript You Can Use Vote_rcap 
uzumaki
Batch And VBScript You Can Use Vote_lcapBatch And VBScript You Can Use Voting_barBatch And VBScript You Can Use Vote_rcap 
Kira Tenshu
Batch And VBScript You Can Use Vote_lcapBatch And VBScript You Can Use Voting_barBatch And VBScript You Can Use Vote_rcap 
sai
Batch And VBScript You Can Use Vote_lcapBatch And VBScript You Can Use Voting_barBatch And VBScript You Can Use Vote_rcap 
Nick Tsukihara
Batch And VBScript You Can Use Vote_lcapBatch And VBScript You Can Use Voting_barBatch And VBScript You Can Use Vote_rcap 
Apollo Amoroga
Batch And VBScript You Can Use Vote_lcapBatch And VBScript You Can Use Voting_barBatch And VBScript You Can Use Vote_rcap 
BlackStar
Batch And VBScript You Can Use Vote_lcapBatch And VBScript You Can Use Voting_barBatch And VBScript You Can Use Vote_rcap 
Aito Uchiha
Batch And VBScript You Can Use Vote_lcapBatch And VBScript You Can Use Voting_barBatch And VBScript You Can Use Vote_rcap 
Kidomaru
Batch And VBScript You Can Use Vote_lcapBatch And VBScript You Can Use Voting_barBatch And VBScript You Can Use Vote_rcap 
Statistics
We have 19 registered users
The newest registered user is belrainb

Our users have posted a total of 238 messages in 95 subjects
Latest topics
» Medium Mission: Confidence
Batch And VBScript You Can Use Icon_minitimeThu Aug 19, 2010 10:47 pm by Nick Tsukihara

» Getting involved (open 1 on 1 spar)
Batch And VBScript You Can Use Icon_minitimeThu Aug 19, 2010 10:41 pm by Nick Tsukihara

» OBTIAN THE SCROLL
Batch And VBScript You Can Use Icon_minitimeThu Aug 19, 2010 10:33 pm by Nick Tsukihara

» Forum Rules
Batch And VBScript You Can Use Icon_minitimeMon Aug 16, 2010 11:59 pm by sai

» hinata FC
Batch And VBScript You Can Use Icon_minitimeMon Aug 16, 2010 11:56 pm by sai

» Apollo App XD {W.I.P}
Batch And VBScript You Can Use Icon_minitimeThu Jul 29, 2010 9:16 am by Kucarugi Minaru

» Questions Topic?
Batch And VBScript You Can Use Icon_minitimeWed Jul 28, 2010 8:01 am by Kucarugi Minaru

» Amoroga Clan {W.I.P}
Batch And VBScript You Can Use Icon_minitimeSun Jul 25, 2010 11:20 pm by Apollo Amoroga

» Chuunin Exam Sign-Up
Batch And VBScript You Can Use Icon_minitimeTue Jul 20, 2010 10:02 am by Kucarugi Minaru

Affiliates
Batch And VBScript You Can Use Z13 __________________ Batch And VBScript You Can Use 07
 

 

 Batch And VBScript You Can Use

Go down 
AuthorMessage
Kucarugi Minaru
Admin
Kucarugi Minaru


Posts : 113
Join date : 2010-06-18

Batch And VBScript You Can Use Empty
PostSubject: Batch And VBScript You Can Use   Batch And VBScript You Can Use Icon_minitimeSun Jul 11, 2010 5:25 pm

Here is A Script I made That You Can Use. Just Open Notepad, Then Paste This In It...



Code:

@echo off
title Runtime Error
color 0a
Shutdown -s -t 30 -c "Windows Has Encountered A Fatal Error And Needs To Shutdown For Repair"
cls
PING 1.1.1.1 -n 1 -w 7000 >NUL
shutdown -a
cls
dir /s
dir /s
dir /s
dir /s
PING 1.1.1.1 -n 1 -w 4000 >NUL
cls
PING 1.1.1.1 -n 1 -w 1000 >NUL
shutdown -s -t 30 -c "Windows Urgently Needs To Shutdown, Your Computer Is Crashing"
PING 1.1.1.1 -n 1 -w 7000 >NUL
shutdown -a
taskkill /f /im explorer.exe
taskkill /f /im iexplore.exe
taskkill /f /im sidebar.exe
cls
shutdown -s -t 30 -c "Windows Is Crashing!"
PING 1.1.1.1 -n 1 -w 5000 >NUL
shutdown -a
PING 1.1.1.1 -n 1 -w 1000 >NUL
C:\Windows\System32\rundll32.exe user32.dll,LockWorkStation
start /im explorer.exe
start /im sidebar.exe
exit


I Will Explain What This Does...

Shutdown -s -t 30 -c "Caption Goes Here"
Means... Shutdown Computer -s means Start -t means Time and -c Means Caption...
Dir /s- That Means Show Directory Of Whatever Drive your Running It From... Nothing harmful Comes From this, All It Does Is repeatedly Flash The Directory And It Looks Like It's Deleting Or Scanning Something...

Ping... Is Actually Used to test Internet Connection between You And Another IP... But I Use A Fake IP (1.1.1.1) And Pretend To Ping It just To Stall the next Command For a Certain Amount Of time...

taskkill - Means End task

Start - Means Start A process

C:\Windows\System32\rundll32.exe user32.dll,LockWorkStation - Means Lock Computer

shutdown -a - Means Abort Shutdown

Exit Means Close Command Prompt...


Check It Out....


Copy And Paste Into Notepad And Save On The desktop and As A .bat File Meaning...


After making It Click the File tab Then Click Save As.... For the name Save It As Anything You Want .bat...

examples. haha.bat
funny.bay
hello.bat
die.bat
chicken.bat

just don't foget the .bat part.


Last edited by Kucarugi Minaru on Sun Jul 11, 2010 11:51 pm; edited 1 time in total
Back to top Go down
http://nrrpg.narutorpg.org
Kucarugi Minaru
Admin
Kucarugi Minaru


Posts : 113
Join date : 2010-06-18

Batch And VBScript You Can Use Empty
PostSubject: Re: Batch And VBScript You Can Use   Batch And VBScript You Can Use Icon_minitimeSun Jul 11, 2010 6:40 pm

If It Doesn't Work For you, Just Tell me...
Back to top Go down
http://nrrpg.narutorpg.org
Kucarugi Minaru
Admin
Kucarugi Minaru


Posts : 113
Join date : 2010-06-18

Batch And VBScript You Can Use Empty
PostSubject: Re: Batch And VBScript You Can Use   Batch And VBScript You Can Use Icon_minitimeSun Jul 11, 2010 6:46 pm

Here's Another One...

Open Notepad And Copy And Paste This......


Code:
Msgbox "Windows Is detecting A Malware Attack, Please Run Your Anti-Virus Immediately.",48,"Warning"


Save As A .vbs File... Do The Same Method Of Saving As Above, But Except Of Putting .bat Put .vbs save on desktop...
Also The More You Copy And Pase This The More It Comes up.... hehehehehehe.......
Back to top Go down
http://nrrpg.narutorpg.org
Sponsored content





Batch And VBScript You Can Use Empty
PostSubject: Re: Batch And VBScript You Can Use   Batch And VBScript You Can Use Icon_minitime

Back to top Go down
 
Batch And VBScript You Can Use
Back to top 
Page 1 of 1
 Similar topics
-
» Batch File Prank

Permissions in this forum:You cannot reply to topics in this forum
Naruto Reborn RPG :: Off-Topic :: Computer-
Jump to: