Up All Knight is back with javascript tricks, ‘hidden’ games on Macs, a YouTube easter egg, and some fun Visual Basic pranks 🙂
CODE #1
copy/paste it from here: http://textbin.com/l8001
CODE #2
do
x = 1
WHILE x <= 1
message = msgbox(“Click OK to Close this box”, x = x + 1)
wend
loop
CODE #3
Dim fso, ws, file, APP_PATH
Set ws = WScript.CreateObject(“WScript.Shell”)
APP_PATH = “””C:Program FilesInternet Exploreriexplore.exe”””
ws.run APP_PATH
do
set shl = createobject(“wscript.shell”)
shl.sendkeys “I eat donkey balls”
wscript.sleep 8000
loop
*****************
http://www.Facebook.com/VsauceGaming