Advertisement
LocalDuds

Untitled

Jun 13th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. --Decompiled using Santos decompiler [BETA] :)
  2.  
  3. function salute(str)
  4. str = str:gsub("you're not whitelisted", "you're whitelisted")
  5. return str
  6. end
  7.  
  8. print(salute("you're not whitelisted buddy :v"))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement