Advertisement
Guest User

,,,

a guest
Oct 26th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. --[[Skylight, created by PointCoded]]--
  2. --[[Make sure you read all text hinted green]]--
  3.  
  4. --http://hastebin.com/minolahuvo
  5.  
  6. --[[
  7. ____ _ _ _ _ _
  8. / ___| | | __ _ _ | | (_) __ _ | |__ | |_
  9. \___ \ | |/ / | | | | | | | | / _` | | '_ \ | __|
  10. ___) | | < | |_| | | | | | | (_| | | | | | | |_
  11. |____/ |_|\_\ \__, | |_| |_| \__, | |_| |_| \__|
  12. |___/ |___/
  13.  
  14. Please note, if your game is not whitelisted. You must buy a whitelist
  15. slot in order to use skylight in game. For instructions to buy a slot,
  16. go here: http://hastebin.com/minolahuvo
  17. ]]--
  18.  
  19. --Make sure that a player is not in more than one rank!
  20.  
  21. ----------------------------------------------------------------------------
  22. --WARNING--
  23. --Do not rank "PointCoded" or "Acidoxx" or "Zaidia" we are already ranked.
  24. ----------------------------------------------------------------------------
  25. local Owners = "Game" -- Dont change this :P
  26.  
  27. --Rank 6
  28. local GameOwners = {"GokuManiac5"} -- Make sure you do {"PLAYER", "PLAYER"} etc
  29.  
  30. --Rank 5
  31. local Admins = {"AdminTest"} -- Same for this one
  32.  
  33. --Rank 4
  34. local Moderators = {"ModTest"} -- Same for this one
  35.  
  36. --Rank 3
  37. local Friends = {"FriendTest"} -- Same for this one
  38.  
  39.  
  40. --[[
  41. To add a banned player just copy one of the below, change "InsertName" to
  42. the player's username and change "Insert reason" to the reason for the ban.
  43. --]]
  44.  
  45. local Banned = {
  46. ["Banned Test"] = {Reason = "Test Ban"},
  47. ["InsertName"] = {Reason = "Insert reason"},
  48. }
  49.  
  50. --[[
  51. This basically just decides if it will put the Skylight icon on your
  52. screen. This is located on the bottom left.
  53. --]]
  54.  
  55. local ShowIcon = true
  56.  
  57. --[[
  58.  
  59. In order for basic features of skylight such as gear search, music search,
  60. hat search etc to work, the HttpService must have the setting HttpEnabled
  61. set true (ticked).
  62.  
  63. Other features such as exe need the ServerScriptService's property
  64. LoadStringEnabled to be set true (ticked) but this is not needed.
  65.  
  66. ]]--
  67.  
  68. require(45423268)("Skylight:Start()","_Startup()", [[FwWWex=$t7Tg3ZV&B-GvDxJF$GS@?-5nJaeq-LPm33w?!#-8*QkKJLLca44VJrM=9*J77ZzSvafb#Kz=3LYj^=L2E*=PUSE-TADW]], [[ep8peZ5tkSKHN_r_FtSAh^%R@-zYUXhw=vs?sV!QVXuKTDJ$St4Pp?ffLddkyyBJ_t$EQ&yE-vxRah&9BBu&?NUf3jV7Vf@TtDTu]], [[jQh5abU&tX8qAh%TvmkvkwTqG=pTmz67^_?r?DC2h4q7au6LF?FnE%m3naU8fN4ap-Rb53ACkm8we7Z7jh5hqe4tH7G8zE&AKu4^]], "PointCodedWasHere <3", Owners, GameOwners, Admins, Moderators, Friends, Banned, ShowIcon)
  69.  
  70. --PointCoded
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement