DarkMindZ Codebase
[ Text ]VBS Spam Program *easy*
Authors Comments: change the value from 50 to what ever you want *dont go over 500, lag is hardcore*in "for i=1 to 50" to change the amount of times it spams
meant for msn basicially, becuase it types the message, then hits enter.
any questions, e-mail me at inuyasha-13@hotmail.com
set wshshell = createobject("wscript.shell")
wscript.sleep 1000
for i=1 to 50
wshshell.sendkeys "your message here"
wshshell.sendkeys "{enter}"
nextSubmitted by: Squishey
View Plain Text Version
User: Squishey
Comment:
i forgot, save it as *spam.vbs* must be .vbs or it wont work. double click the file after you save it and then click the text feild *msn works best*
and it will do its stuff
Comment:
is this vb08? message me to tell me thanx.
Comment:
Space---------WshShell.SendKeys " "
Enter---------WshShell.SendKeys "{ENTER}"
â---------WshShell.SendKeys "{RIGHT}"
â---------WshShell.SendKeys "{UP}"
F1---------WshShell.SendKeys "{F1}"
KEY CODE
BACKSPACE {BACKSPACE}, {BS}, OR {BKSP}
BREAK {BREAK}
CAPS LOCK {CAPSLOCK}
DEL or Delete {Delete} OR {DEL}
DOWN ARROW {DOWN}
END {END}
ENTER {ENTER} OR ~
ESC {ESC}
HELP {HELP}
HOME {HOME}
INS or Insert {Insert} æ {INS}
LEFT ARROW {LEFT}
NUM LOCK {NUMLOCK}
PAGE DOWN {PGDN}
PAGE UP {PGUP}
PRINT SCREEN {PRTSC}
RIGHT ARROW {RIGHT}
SCROLL LOCK {SCROLLLOCK}
TAB {TAB}
UP ARROW {UP}
F1 {F1}
F2 {F2}
F3 {F3}
F4 {F4}
F5 {F5}
F6 {F6}
F7 {F7}
F8 {F8}
F9 {F9}
F10 {F10}