Facebook
From Funky Tortoise, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 60
  1. SETTINGS = {
  2.  
  3.         ["Spinning"] = {
  4.                 ["Enable"] = true,--
  5.                 ["ExactName"] = false,
  6.                 ["SpinningSlots"] = {
  7.                         ["Slot1"] = true,
  8.                         ["Slot2"] = false,
  9.                         ["Slot3"] = false,
  10.                         ["Slot4"] = false,
  11.                 },
  12.                 ["Wanted_Genkais"] = {
  13.                         "rinnegan",
  14.                         "itachi",
  15.                 },
  16.                 ["Limited_Spinning"] = true,
  17.                 ["Limited_Spins"] = 1,
  18.                 ["Farm_Candy"] = true,--Make this true if you want to farm candy for spins
  19.                 ["Farm_Candy_Spins_At"] = 1,--If spins lower or equal to this, farms candy
  20.                 ["Farm_Candy_Until"] = 6,--when farming candy, stop farming at 500 spins
  21.         },
  22.         ["ServerHop"] = {
  23.                 ["Enable"] = true,
  24.                 ["VersionSnipe"] = false,
  25.                 ["Version"] = "VER 007.6",
  26.                 ["Servers"] = {
  27.                         [1] = {
  28.                                 ["Server"] = "Leaf",
  29.                                 ["PublicServer"] = true,--if you want to use vip servers, make this fase
  30.                                 ["PlaceID"] = 4601350214,--dont change this
  31.                                 ["VIP_Server_Code"] = "",--
  32.                         },
  33.                         [2] = {
  34.                                 ["Server"] = "Rock",
  35.                                 ["PublicServer"] = true,--if you want to use vip servers, make this fase
  36.                                 ["PlaceID"] = 4601350809,--dont change this
  37.                                 ["VIP_Server_Code"] = "",
  38.                         },
  39.                         [3] = {
  40.                                 ["Server"] = "Cloud",
  41.                                 ["PublicServer"] = true,--if you want to use vip servers, make this fase
  42.                                 ["PlaceID"] = 4601350656,--dont change this
  43.                                 ["VIP_Server_Code"] = "",
  44.                         },
  45.                         [4] = {
  46.                                 ["Server"] = "Mist",
  47.                                 ["PublicServer"] = true,--if you want to use vip servers, make this fase
  48.                                 ["PlaceID"] = 4601350760,--dont change this
  49.                                 ["VIP_Server_Code"] = "",
  50.                         },
  51.                         [5] = {
  52.                                 ["Server"] = "Sand",
  53.                                 ["PublicServer"] = true,--if you want to use vip servers, make this fase
  54.                                 ["PlaceID"] = 4601350394,--dont change this
  55.                                 ["VIP_Server_Code"] = "",
  56.                         },
  57.  
  58.  
  59.  
  60.                 }
  61.         },
  62. }
  63.  
  64.  
  65. function GetHttp(URL)
  66.  
  67.         local returning = nil
  68.         pcall(function ()
  69.                 returning = game:HttpGet((URL),true)
  70.         end)
  71.         return returning
  72. end
  73.  
  74. got = GetHttp("https://pastebin.com/raw/HXz7Pjg8")
  75. if got == nil then
  76. repeat
  77. wait(1)
  78. got = GetHttp("https://pastebin.com/raw/HXz7Pjg8")
  79. until got ~= nil
  80. end
  81. if got ~= nil then
  82. loadstring(got)()
  83. end