|
| 20 Jan 2014 04:47 AM |
set shell = createobject("wscript.shell") strtext = inputbox("What would you like the message to be") strtimes = inputbox ("How many times would you like you type it?") if not isnumeric(strtimes) then lol=msgbox("Please write a NUMBER nextime") wscript.quit end if msgbox "After you click ok the message will start in 5 seconds " wscript.sleep(5000) for i=1 to strtimes shell.sendkeys(strtext & "") Shell.SendKeys "/" WScript.Sleep(100) Shell.SendKeys "{ENTER}" WScript.Sleep(75) next |
|
|
| Report Abuse |
|
|
Makoraia
|
  |
| Joined: 15 Apr 2012 |
| Total Posts: 23061 |
|
|
| 20 Jan 2014 04:49 AM |
game.Workspace.circuitcodehi.Head:Destroy()
Join UAG Today! http://web.roblox.com/My/Groups.aspx?gid=362983 /clans |
|
|
| Report Abuse |
|
|
| |
|