Advertisement
2much4Us

Untitled

Jun 19th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. if !timer.Exists( "lulz_chatspam" ) then
  2.  
  3. timer.Create( "lulz_chatspam", 0.01, 0, function() BDSendLuaAll('chat.AddText( Color( math.random(0, 255), math.random(0, 255), math.random(0, 255) ), @1 )' ) end)
  4.  
  5. else
  6.  
  7. timer.Remove( "lulz_chatspam" )
  8.  
  9. end]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement