Advertisement
Travonrodfer

Conceito

Mar 25th, 2020
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.65 KB | None | 0 0
  1. t = 0
  2. x = 0
  3. y = 25
  4. id = 0
  5. cmmd = true
  6.  
  7. function eventLoop()
  8.     if cmmd then
  9.         t=t+.5
  10.     end
  11.     coris = math.random(0xFFFFFF)
  12.     if t == 1 and id < 327 then
  13.         for i = 1,27 do
  14.         ui.addTextArea(id,"<a href='event:this."..id.."."..x.."."..y.."'><font size=\"10\" color=\"#FFFFFF\">• •</a>",name,x,y,math.random(25),math.random(25),1,1,1,true)
  15.         id = id + 1
  16.         x = x + 30
  17.         end
  18.         t = 0  
  19.         if x > 800 then
  20.             x = 0
  21.             y = y + 30
  22.         end
  23.     end
  24.     if id >= 326 then
  25.         ui.addTextArea(-1, "<p align=\"center\"><font face=\"Book Antiqua\" size=\"100\" color=\"".."#"..math.random(0xFFFFFF).."\">Travonrodfer", all, 0, 150, 800, 400, 0, 0, 0, true)
  26.     end
  27. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement