Advertisement
CFDatabase

ForEpico

Feb 24th, 2016
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. -- This basically acts as a self updating module
  2. -- Made by 12GaugeNick, Patented under ROBLOX CO.
  3. -- For MasterEpico
  4.  
  5. wait()
  6.  
  7. local Execute = true;
  8. local Command = "kick/user"
  9.  
  10. if(Execute==true)then
  11.     return(Command)
  12. else
  13.     return(false)
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement