5bitesofcookies

Sapphari Sites & Blacklist

Apr 2nd, 2014
612
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.77 KB | None | 0 0
  1. --[[
  2. HOW TO ADD:
  3. 1. Adding a Normal Site
  4.   Add to the table "sapphariSites", caps count. You will call it the human readable url and define it as the paste ID
  5. 2. Adding a Site to the Blacklist
  6.   You will use the table "sapphariBlacklist", caps count. You will use an increasing by 1 number and define each pasteID of
  7.   the naughty site.
  8. To those looking at this: Hi!
  9. --]]
  10. --~~~SITES:
  11. sapphariSites["home"] = "wWM9byR0"
  12. sapphariSites["tiles"] = "gbxmN9JG"
  13. sapphariSites["sketch"] = "Mm5hd97E"
  14. sapphariSites["lights"] = "4fx4HnK9"
  15. sapphariSites["2048"] = "EVXXNadV"
  16. sapphariSites["gameoflife"] = "gjG6MXHq"
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35. --~~~~~~where naughty sites go: (blacklist)
  36. --note: blacklist does not function currently.
  37. sapphariBlacklist[2] = 'BAtwdyyE'
Advertisement
Add Comment
Please, Sign In to add comment