Post: I know i have to many questions
12-17-2009, 09:45 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); *Please help i know i ask alot but please someone atleast answer this question out of the last 5 i have posted*

Once again a question to do with notepad coding batch files or whatever it is they are called. so here it is im trying to make a "fake" virus to send to my mates and this is the idea of it: Some messages about the virus entering the system and then some "ghost" typing by "hacker" so i tried to just add 2 codes together why isnt it working?

@echo off
echo WARNING!: Virus Threat Detected
pause
echo WARNING!: Windows firewall is scanning for the infected files...
pause
echo WARNING!: Windows firewall has been disabled!

echo WARNING!: Do you wish to delete all files Yes/No? Enter Answer...
set /p yes/no=
echo WARNING1: Request failed. Try again? Yes/No Enter Answer...
set /p yes/no=
echo WARNING!: Enter your name for validation.
set /p Name=
pause
echo WARNING!: Trojan infection could not be prevented
pause
set wshshell = wscript.CreateObject("wscript.shell")
WshShell.SendKeys "HA"
WScript.Sleep 500
WshShell.SendKeys "HA"
WScript.Sleep 500
WshShell.SendKeys "HA"
WScript.Sleep 500
WshShell.SendKeys "! "
WScript.Sleep 500
WshShell.SendKeys "Yo"
WScript.Sleep 500
WshShell.SendKeys "u "
WScript.Sleep 500
WshShell.SendKeys "Ha"
WScript.Sleep 500
WshShell.SendKeys "ve"
WScript.Sleep 500
WshShell.SendKeys " B"
WScript.Sleep 500
WshShell.SendKeys "ee"
WScript.Sleep 500
WshShell.SendKeys "n "
WScript.Sleep 500
WshShell.SendKeys "Ha"
WScript.Sleep 500
WshShell.SendKeys "ck"
WScript.Sleep 500
WshShell.SendKeys "ed"
WScript.Sleep 500
HAHAHA! You have just been hacked %name%, Stupid Noob
pause

ok so the bottom line is the ghost typed message but how can i get the name to appear in the ghost message and how can i get it to work at the moment it ends along the lines of, 'wshscript is not recognised as a internal or external command operable program or batch file.

what have i done wrong how can i change this, bare in mind i am a complete noob to this and have just been mixing and matching very basic stuff off this forum.

thanks,
(adsbygoogle = window.adsbygoogle || []).push({});
12-18-2009, 04:59 PM #2
sorry for double post but i think its because ive used two separate codes from .vbs and .bat stuff

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo