video thumbnail 3:16
6 MORE Tricks, Hacks, and Pranks -- "Up All Knight" Episode 3

2010-09-02

[public] 743K views, 6.08K likes, 113 dislikes audio only

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 Files\Internet Explorer\iexplore.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