Advertisement
Boeing747-8

Fuzzy Is Afk

Mar 20th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.54 KB | None | 0 0
  1. t = 0
  2. function eventLoop()
  3.  
  4.    t = t + 1
  5.  
  6.  if t == 2 then
  7.        
  8.      ui.addTextArea(1, "<font size='150'><font face='Calibri'>FUZZY", nil, 185, 84, 671, 209, 0x324650, 0x000000, 0, true)
  9.  
  10.  elseif t == 4 then
  11.      
  12.      ui.addTextArea(1, "<font size='150'><font face='Calibri'>IS", nil, 300, 84, 671, 209, 0x324650, 0x000000, 0, true)
  13.  
  14.  elseif t == 6 then
  15.  
  16.      ui.addTextArea(1, "<font size='150'><font face='Calibri'>AFK", nil, 252, 84, 671, 209, 0x324650, 0x000000, 0, true)
  17.    t = 0
  18.  
  19.              end
  20.                   end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement