Advertisement
PaymentOption

DDoS Install Disk

Jul 31st, 2012
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. shell.run( "copy", "disk/DDoS_Client", "startup" )
  2.  
  3. tSides = { 1 = "front", 2 = "back", 3 = "bottom", 4 = "top", 5 = "right", 6 = "left" }
  4.  
  5. for i=1, #tSides do
  6.     if disk.isPreset( tSides[i] ) then shell.run( "eject", tSides[i] ); break end
  7. end
  8. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement