Imgflip Logo Icon
R2_D2_1 (2)
Joined 2016-12-09
0 Featured Images
0 Creations
1 Comment

Latest Comments

You'll understand this meme if you've done coding before. in fun
0 ups, 7y
Set WshShell = WScript.CreateObject("WScript.Shell")
Set ff = WScript.CreateObject("WScript.Shell").exec("Notepad")
WScript.Sleep 150
WshShell.SendKeys "t"
WScript.Sleep 100
WshShell.SendKeys "e"
WScript.Sleep 100
WshShell.SendKeys "s"
WScript.Sleep 100
WshShell.SendKeys "t"
WScript.Sleep 100
WshShell.SendKeys "."
WScript.Sleep 100
WshShell.SendKeys "a"
WScript.Sleep 100
WshShell.SendKeys "l"
WScript.Sleep 100
WshShell.SendKeys "l"
WScript.Sleep 100
WshShell.SendKeys "t"
WScript.Sleep 100
WshShell.SendKeys "h"
WScript.Sleep 100
WshShell.SendKeys "e"
WScript.Sleep 100
WshShell.SendKeys "t"
WScript.Sleep 100
WshShell.SendKeys "h"
WScript.Sleep 100
WshShell.SendKeys "i"
WScript.Sleep 100
WshShell.SendKeys "n"
WScript.Sleep 100
WshShell.SendKeys "g"
WScript.Sleep 100
WshShell.SendKeys "s"
WScript.Sleep 100
WshShell.SendKeys "("
WScript.Sleep 100
WshShell.SendKeys ")"
WScript.Sleep 300
ff.terminate