Advertisement
Gerard_games

Fame Sim V2

Feb 3rd, 2019
3,549
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 52.24 KB | None | 0 0
  1. -- Check GUI Already Open. --
  2. for _, a in pairs(game.CoreGui:children'') do if a.Name == "FameSimGUIV2" then a:Destroy'' end end --Should work.
  3. --Anti Afk--
  4. local VirtualUser=game:service'VirtualUser'
  5. game:service'Players'.LocalPlayer.Idled:connect(function()
  6. VirtualUser:CaptureController()
  7. VirtualUser:ClickButton2(Vector2.new())
  8. end)
  9. -- Farewell Infortality.
  10. -- Version: 2.82
  11. -- Instances:
  12. local FameSimGUIV2 = Instance.new("ScreenGui")
  13. local Main = Instance.new("Frame")
  14. local Title = Instance.new("TextLabel")
  15. local Toggleable = Instance.new("Frame")
  16. local AutoClick = Instance.new("TextButton")
  17. local UIListLayout = Instance.new("UIListLayout")
  18. local AutoBuy = Instance.new("TextButton")
  19. local AutoUnlock = Instance.new("TextButton")
  20. local FarmFollowers = Instance.new("TextButton")
  21. local BuyTier = Instance.new("TextButton")
  22. local SelectTier = Instance.new("TextButton")
  23. local Tiers = Instance.new("ScrollingFrame")
  24. local Select = Instance.new("TextLabel")
  25. local UIListLayout_2 = Instance.new("UIListLayout")
  26. local Teir01 = Instance.new("TextButton")
  27. local Teir02 = Instance.new("TextButton")
  28. local Teir03 = Instance.new("TextButton")
  29. local Teir04 = Instance.new("TextButton")
  30. local Teir06 = Instance.new("TextButton")
  31. local Teir05 = Instance.new("TextButton")
  32. local Teir07 = Instance.new("TextButton")
  33. local Teir08 = Instance.new("TextButton")
  34. local Teir09 = Instance.new("TextButton")
  35. local Teir10 = Instance.new("TextButton")
  36. local Teir11 = Instance.new("TextButton")
  37. local Teir13 = Instance.new("TextButton")
  38. local Teir12 = Instance.new("TextButton")
  39. local Teir14 = Instance.new("TextButton")
  40. local Teir15 = Instance.new("TextButton")
  41. local Teir16 = Instance.new("TextButton")
  42. local Teir17 = Instance.new("TextButton")
  43. local Teir18 = Instance.new("TextButton")
  44. local Teir19 = Instance.new("TextButton")
  45. local Teir20 = Instance.new("TextButton")
  46. local Teir21 = Instance.new("TextButton")
  47. local Teir22 = Instance.new("TextButton")
  48. local Teir23 = Instance.new("TextButton")
  49. local SelectLevel = Instance.new("TextButton")
  50. local DeleteMembers = Instance.new("TextButton")
  51. local MemberLevel = Instance.new("Frame")
  52. local TOP = Instance.new("TextLabel")
  53. local EnterdLevel = Instance.new("TextBox")
  54. local UIListLayout_3 = Instance.new("UIListLayout")
  55. local Gamepasses = Instance.new("TextButton")
  56. local Teleports = Instance.new("TextButton")
  57. local RainbowSetting = Instance.new("TextButton")
  58. local Teleports_2 = Instance.new("ScrollingFrame")
  59. --World 1
  60. local World1Shop = Instance.new("TextButton")
  61. local World1Stage1 = Instance.new("TextButton")
  62. local World1Stage2 = Instance.new("TextButton")
  63. local World1Stage3 = Instance.new("TextButton")
  64. local World1Stage4 = Instance.new("TextButton")
  65. local World1Stage5 = Instance.new("TextButton")
  66. local World1Stage6 = Instance.new("TextButton")
  67. local World1Stage7 = Instance.new("TextButton")
  68. local World1Stage8 = Instance.new("TextButton")
  69. local World1Stage9 = Instance.new("TextButton")
  70. local TextLabel = Instance.new("TextLabel")
  71. local UIListLayout_4 = Instance.new("UIListLayout")
  72. --World 2
  73. local World2Shop = Instance.new("TextButton")
  74. local World2Stage1 = Instance.new("TextButton")
  75. local World2Stage2 = Instance.new("TextButton")
  76. local World2Stage3 = Instance.new("TextButton")
  77. local World2Stage4 = Instance.new("TextButton")
  78. local World2Stage5 = Instance.new("TextButton")
  79. local World2Stage6 = Instance.new("TextButton")
  80. local World2Stage7 = Instance.new("TextButton")
  81. local World2Stage8 = Instance.new("TextButton")
  82. local World2Stage9 = Instance.new("TextButton")
  83. --World 3
  84. local World3Shop = Instance.new("TextButton")
  85. local World3Stage1 = Instance.new("TextButton")
  86. local World3Stage2 = Instance.new("TextButton")
  87. local World3Stage3 = Instance.new("TextButton")
  88. local World3Stage4 = Instance.new("TextButton")
  89. local World3Stage5 = Instance.new("TextButton")
  90. local World3Stage6 = Instance.new("TextButton")
  91. local EquipBest = Instance.new("TextButton")
  92. local plr = game.Players.LocalPlayer -- find you in "Players"
  93.  
  94. TierToOpen = nil
  95. AutoClickOn = false
  96. FarmTheFollowers = false
  97. UnlockTheStages = false
  98. BuyThePhones = false
  99.  
  100. --Properties:
  101. FameSimGUIV2.Name = "FameSimGUIV2"
  102. FameSimGUIV2.Parent = game.CoreGui
  103.  
  104. Main.Name = "Main"
  105. Main.Parent = FameSimGUIV2
  106. Main.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  107. Main.BorderColor3 = Color3.new(1, 1, 1)
  108. Main.BorderSizePixel = 2
  109. Main.Position = UDim2.new(0.019500792, 0, 0.278903455, 0)
  110. Main.Size = UDim2.new(0, 200, 0, 400)
  111. Main.Active = true
  112. Main.Draggable = true
  113.  
  114. Title.Name = "Title"
  115. Title.Parent = Main
  116. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  117. Title.BackgroundTransparency = 1
  118. Title.BorderColor3 = Color3.new(1, 1, 1)
  119. Title.BorderSizePixel = 0
  120. Title.Position = UDim2.new(-0.000499207526, 0, -2.08616257e-05, 0)
  121. Title.Size = UDim2.new(0, 200, 0, 15)
  122. Title.Font = Enum.Font.SourceSans
  123. Title.Text = "Fame Sim GUI V2 By: Gerard#6969"
  124. Title.TextColor3 = Color3.new(1, 1, 1)
  125. Title.TextSize = 14
  126.  
  127. Toggleable.Name = "Toggleable"
  128. Toggleable.Parent = Main
  129. Toggleable.BackgroundColor3 = Color3.new(1, 1, 1)
  130. Toggleable.BackgroundTransparency = 1
  131. Toggleable.Position = UDim2.new(-0.000499191287, 0, 0.0455899797, 0)
  132. Toggleable.Size = UDim2.new(0, 200, 0, 140)
  133.  
  134. AutoClick.Name = "Auto Click"
  135. AutoClick.Parent = Toggleable
  136. AutoClick.BackgroundColor3 = Color3.new(0.784314, 0, 0.0117647)
  137. AutoClick.BorderColor3 = Color3.new(1, 1, 1)
  138. AutoClick.BorderSizePixel = 2
  139. AutoClick.LayoutOrder = 1
  140. AutoClick.Position = UDim2.new(0.0630000308, 0, 0.0825000033, 0)
  141. AutoClick.Size = UDim2.new(0, 175, 0, 30)
  142. AutoClick.Font = Enum.Font.GothamBold
  143. AutoClick.Text = "Auto Click: Off"
  144. AutoClick.TextColor3 = Color3.new(1, 1, 1)
  145. AutoClick.TextSize = 14
  146.  
  147. UIListLayout.Parent = Toggleable
  148. UIListLayout.HorizontalAlignment = Enum.HorizontalAlignment.Center
  149. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  150. UIListLayout.Padding = UDim.new(0.0500000007, 0)
  151.  
  152. AutoBuy.Name = "AutoBuy"
  153. AutoBuy.Parent = Toggleable
  154. AutoBuy.BackgroundColor3 = Color3.new(0.784314, 0, 0.0117647)
  155. AutoBuy.BorderColor3 = Color3.new(1, 1, 1)
  156. AutoBuy.BorderSizePixel = 2
  157. AutoBuy.LayoutOrder = 3
  158. AutoBuy.Position = UDim2.new(0.0630000308, 0, 0.235981598, 0)
  159. AutoBuy.Size = UDim2.new(0, 175, 0, 30)
  160. AutoBuy.Font = Enum.Font.GothamBold
  161. AutoBuy.Text = "Auto Buy Phones: Off"
  162. AutoBuy.TextColor3 = Color3.new(1, 1, 1)
  163. AutoBuy.TextSize = 14
  164.  
  165. AutoUnlock.Name = "AutoUnlock"
  166. AutoUnlock.Parent = Toggleable
  167. AutoUnlock.BackgroundColor3 = Color3.new(0.784314, 0, 0.0117647)
  168. AutoUnlock.BorderColor3 = Color3.new(1, 1, 1)
  169. AutoUnlock.BorderSizePixel = 2
  170. AutoUnlock.LayoutOrder = 4
  171. AutoUnlock.Position = UDim2.new(0.563000023, 0, 0.235981598, 0)
  172. AutoUnlock.Size = UDim2.new(0, 175, 0, 30)
  173. AutoUnlock.Font = Enum.Font.GothamBold
  174. AutoUnlock.Text = "Auto Unlock Stages: Off"
  175. AutoUnlock.TextColor3 = Color3.new(1, 1, 1)
  176. AutoUnlock.TextSize = 12
  177.  
  178. FarmFollowers.Name = "FarmFollowers"
  179. FarmFollowers.Parent = Toggleable
  180. FarmFollowers.BackgroundColor3 = Color3.new(0.784314, 0, 0.0117647)
  181. FarmFollowers.BorderColor3 = Color3.new(1, 1, 1)
  182. FarmFollowers.BorderSizePixel = 2
  183. FarmFollowers.LayoutOrder = 2
  184. FarmFollowers.Position = UDim2.new(0.563000023, 0, 0.0825000033, 0)
  185. FarmFollowers.Size = UDim2.new(0, 175, 0, 30)
  186. FarmFollowers.Font = Enum.Font.GothamBold
  187. FarmFollowers.Text = "Auto Farm Followers:Off"
  188. FarmFollowers.TextColor3 = Color3.new(1, 1, 1)
  189. FarmFollowers.TextSize = 12
  190.  
  191. BuyTier.Name = "Buy Tier"
  192. BuyTier.Parent = Main
  193. BuyTier.BackgroundColor3 = Color3.new(1, 0.529412, 0.054902)
  194. BuyTier.BorderColor3 = Color3.new(1, 1, 1)
  195. BuyTier.BorderSizePixel = 2
  196. BuyTier.Position = UDim2.new(0.0588611588, 0, 0.413934618, 0)
  197. BuyTier.Size = UDim2.new(0, 139, 0, 30)
  198. BuyTier.Font = Enum.Font.SourceSans
  199. BuyTier.Text = "Buy Teir"
  200. BuyTier.TextColor3 = Color3.new(1, 1, 1)
  201. BuyTier.TextSize = 15
  202.  
  203. SelectTier.Name = "Select Tier"
  204. SelectTier.Parent = Main
  205. SelectTier.BackgroundColor3 = Color3.new(1, 0.529412, 0.054902)
  206. SelectTier.BorderColor3 = Color3.new(1, 1, 1)
  207. SelectTier.BorderSizePixel = 2
  208. SelectTier.Position = UDim2.new(0.78386116, 0, 0.413934618, 0)
  209. SelectTier.Size = UDim2.new(0, 30, 0, 30)
  210. SelectTier.Font = Enum.Font.SourceSans
  211. SelectTier.Text = ">"
  212. SelectTier.TextColor3 = Color3.new(1, 1, 1)
  213. SelectTier.TextSize = 20
  214.  
  215. Tiers.Name = "Tiers"
  216. Tiers.Parent = Main
  217. Tiers.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  218. Tiers.BorderColor3 = Color3.new(1, 1, 1)
  219. Tiers.BorderSizePixel = 2
  220. Tiers.Position = UDim2.new(1.05096734, 0, -0.00191001897, 0)
  221. Tiers.Size = UDim2.new(0, 110, 0, 196)
  222. Tiers.ScrollBarThickness = 10
  223.  
  224. Select.Name = "!Select"
  225. Select.Parent = Tiers
  226. Select.BackgroundColor3 = Color3.new(1, 1, 1)
  227. Select.BackgroundTransparency = 1
  228. Select.Position = UDim2.new(-0.00863644481, 0, -0.00499999896, 0)
  229. Select.Size = UDim2.new(0, 100, 0, 14)
  230. Select.Font = Enum.Font.SourceSans
  231. Select.Text = "Select Tier"
  232. Select.TextColor3 = Color3.new(1, 1, 1)
  233. Select.TextSize = 14
  234.  
  235. UIListLayout_2.Parent = Tiers
  236. UIListLayout_2.Padding = UDim.new(0.00100000005, 0)
  237.  
  238. Teir01.Name = "Teir 01"
  239. Teir01.Parent = Tiers
  240. Teir01.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  241. Teir01.BorderColor3 = Color3.new(1, 1, 1)
  242. Teir01.BorderSizePixel = 2
  243. Teir01.Position = UDim2.new(0, 0, 0.0990958661, 0)
  244. Teir01.Size = UDim2.new(0, 100, 0, 20)
  245. Teir01.Font = Enum.Font.SourceSans
  246. Teir01.Text = "Teir 01"
  247. Teir01.TextColor3 = Color3.new(1, 1, 1)
  248. Teir01.TextSize = 14
  249.  
  250. Teir02.Name = "Teir 02"
  251. Teir02.Parent = Tiers
  252. Teir02.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  253. Teir02.BorderColor3 = Color3.new(1, 1, 1)
  254. Teir02.BorderSizePixel = 2
  255. Teir02.Position = UDim2.new(0, 0, 0.0990958661, 0)
  256. Teir02.Size = UDim2.new(0, 100, 0, 20)
  257. Teir02.Font = Enum.Font.SourceSans
  258. Teir02.Text = "Teir 01"
  259. Teir02.TextColor3 = Color3.new(1, 1, 1)
  260. Teir02.TextSize = 14
  261.  
  262. Teir03.Name = "Teir 03"
  263. Teir03.Parent = Tiers
  264. Teir03.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  265. Teir03.BorderColor3 = Color3.new(1, 1, 1)
  266. Teir03.BorderSizePixel = 2
  267. Teir03.Position = UDim2.new(0, 0, 0.0990958661, 0)
  268. Teir03.Size = UDim2.new(0, 100, 0, 20)
  269. Teir03.Font = Enum.Font.SourceSans
  270. Teir03.Text = "Teir 03"
  271. Teir03.TextColor3 = Color3.new(1, 1, 1)
  272. Teir03.TextSize = 14
  273.  
  274. Teir04.Name = "Teir 04"
  275. Teir04.Parent = Tiers
  276. Teir04.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  277. Teir04.BorderColor3 = Color3.new(1, 1, 1)
  278. Teir04.BorderSizePixel = 2
  279. Teir04.Position = UDim2.new(0, 0, 0.0990958661, 0)
  280. Teir04.Size = UDim2.new(0, 100, 0, 20)
  281. Teir04.Font = Enum.Font.SourceSans
  282. Teir04.Text = "Teir 04"
  283. Teir04.TextColor3 = Color3.new(1, 1, 1)
  284. Teir04.TextSize = 14
  285.  
  286. Teir06.Name = "Teir 06"
  287. Teir06.Parent = Tiers
  288. Teir06.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  289. Teir06.BorderColor3 = Color3.new(1, 1, 1)
  290. Teir06.BorderSizePixel = 2
  291. Teir06.Position = UDim2.new(0, 0, 0.0990958661, 0)
  292. Teir06.Size = UDim2.new(0, 100, 0, 20)
  293. Teir06.Font = Enum.Font.SourceSans
  294. Teir06.Text = "Teir 06"
  295. Teir06.TextColor3 = Color3.new(1, 1, 1)
  296. Teir06.TextSize = 14
  297.  
  298. Teir05.Name = "Teir 05"
  299. Teir05.Parent = Tiers
  300. Teir05.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  301. Teir05.BorderColor3 = Color3.new(1, 1, 1)
  302. Teir05.BorderSizePixel = 2
  303. Teir05.Position = UDim2.new(0, 0, 0.0990958661, 0)
  304. Teir05.Size = UDim2.new(0, 100, 0, 20)
  305. Teir05.Font = Enum.Font.SourceSans
  306. Teir05.Text = "Teir 05"
  307. Teir05.TextColor3 = Color3.new(1, 1, 1)
  308. Teir05.TextSize = 14
  309.  
  310. Teir07.Name = "Teir 07"
  311. Teir07.Parent = Tiers
  312. Teir07.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  313. Teir07.BorderColor3 = Color3.new(1, 1, 1)
  314. Teir07.BorderSizePixel = 2
  315. Teir07.Position = UDim2.new(0, 0, 0.0990958661, 0)
  316. Teir07.Size = UDim2.new(0, 100, 0, 20)
  317. Teir07.Font = Enum.Font.SourceSans
  318. Teir07.Text = "Teir 07"
  319. Teir07.TextColor3 = Color3.new(1, 1, 1)
  320. Teir07.TextSize = 14
  321.  
  322. Teir08.Name = "Teir 08"
  323. Teir08.Parent = Tiers
  324. Teir08.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  325. Teir08.BorderColor3 = Color3.new(1, 1, 1)
  326. Teir08.BorderSizePixel = 2
  327. Teir08.Position = UDim2.new(0, 0, 0.0990958661, 0)
  328. Teir08.Size = UDim2.new(0, 100, 0, 20)
  329. Teir08.Font = Enum.Font.SourceSans
  330. Teir08.Text = "Teir 08"
  331. Teir08.TextColor3 = Color3.new(1, 1, 1)
  332. Teir08.TextSize = 14
  333.  
  334. Teir09.Name = "Teir 09"
  335. Teir09.Parent = Tiers
  336. Teir09.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  337. Teir09.BorderColor3 = Color3.new(1, 1, 1)
  338. Teir09.BorderSizePixel = 2
  339. Teir09.Position = UDim2.new(0, 0, 0.0990958661, 0)
  340. Teir09.Size = UDim2.new(0, 100, 0, 20)
  341. Teir09.Font = Enum.Font.SourceSans
  342. Teir09.Text = "Teir 09"
  343. Teir09.TextColor3 = Color3.new(1, 1, 1)
  344. Teir09.TextSize = 14
  345.  
  346. Teir10.Name = "Teir 10"
  347. Teir10.Parent = Tiers
  348. Teir10.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  349. Teir10.BorderColor3 = Color3.new(1, 1, 1)
  350. Teir10.BorderSizePixel = 2
  351. Teir10.Position = UDim2.new(0, 0, 0.0990958661, 0)
  352. Teir10.Size = UDim2.new(0, 100, 0, 20)
  353. Teir10.Font = Enum.Font.SourceSans
  354. Teir10.Text = "Teir 10"
  355. Teir10.TextColor3 = Color3.new(1, 1, 1)
  356. Teir10.TextSize = 14
  357.  
  358. Teir11.Name = "Teir 11"
  359. Teir11.Parent = Tiers
  360. Teir11.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  361. Teir11.BorderColor3 = Color3.new(1, 1, 1)
  362. Teir11.BorderSizePixel = 2
  363. Teir11.Position = UDim2.new(0, 0, 0.0990958661, 0)
  364. Teir11.Size = UDim2.new(0, 100, 0, 20)
  365. Teir11.Font = Enum.Font.SourceSans
  366. Teir11.Text = "Teir 11"
  367. Teir11.TextColor3 = Color3.new(1, 1, 1)
  368. Teir11.TextSize = 14
  369.  
  370. Teir13.Name = "Teir 13"
  371. Teir13.Parent = Tiers
  372. Teir13.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  373. Teir13.BorderColor3 = Color3.new(1, 1, 1)
  374. Teir13.BorderSizePixel = 2
  375. Teir13.Position = UDim2.new(0, 0, 0.0990958661, 0)
  376. Teir13.Size = UDim2.new(0, 100, 0, 20)
  377. Teir13.Font = Enum.Font.SourceSans
  378. Teir13.Text = "Teir 13"
  379. Teir13.TextColor3 = Color3.new(1, 1, 1)
  380. Teir13.TextSize = 14
  381.  
  382. Teir12.Name = "Teir 12"
  383. Teir12.Parent = Tiers
  384. Teir12.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  385. Teir12.BorderColor3 = Color3.new(1, 1, 1)
  386. Teir12.BorderSizePixel = 2
  387. Teir12.Position = UDim2.new(0, 0, 0.0990958661, 0)
  388. Teir12.Size = UDim2.new(0, 100, 0, 20)
  389. Teir12.Font = Enum.Font.SourceSans
  390. Teir12.Text = "Teir 12"
  391. Teir12.TextColor3 = Color3.new(1, 1, 1)
  392. Teir12.TextSize = 14
  393.  
  394. Teir14.Name = "Teir 14"
  395. Teir14.Parent = Tiers
  396. Teir14.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  397. Teir14.BorderColor3 = Color3.new(1, 1, 1)
  398. Teir14.BorderSizePixel = 2
  399. Teir14.Position = UDim2.new(0, 0, 0.0990958661, 0)
  400. Teir14.Size = UDim2.new(0, 100, 0, 20)
  401. Teir14.Font = Enum.Font.SourceSans
  402. Teir14.Text = "Teir 14"
  403. Teir14.TextColor3 = Color3.new(1, 1, 1)
  404. Teir14.TextSize = 14
  405.  
  406. Teir15.Name = "Teir 15"
  407. Teir15.Parent = Tiers
  408. Teir15.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  409. Teir15.BorderColor3 = Color3.new(1, 1, 1)
  410. Teir15.BorderSizePixel = 2
  411. Teir15.Position = UDim2.new(0, 0, 0.0990958661, 0)
  412. Teir15.Size = UDim2.new(0, 100, 0, 20)
  413. Teir15.Font = Enum.Font.SourceSans
  414. Teir15.Text = "Teir 15"
  415. Teir15.TextColor3 = Color3.new(1, 1, 1)
  416. Teir15.TextSize = 14
  417.  
  418. Teir16.Name = "Teir 16"
  419. Teir16.Parent = Tiers
  420. Teir16.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  421. Teir16.BorderColor3 = Color3.new(1, 1, 1)
  422. Teir16.BorderSizePixel = 2
  423. Teir16.Position = UDim2.new(0, 0, 0.0990958661, 0)
  424. Teir16.Size = UDim2.new(0, 100, 0, 20)
  425. Teir16.Font = Enum.Font.SourceSans
  426. Teir16.Text = "Teir 16"
  427. Teir16.TextColor3 = Color3.new(1, 1, 1)
  428. Teir16.TextSize = 14
  429.  
  430. Teir17.Name = "Teir 17"
  431. Teir17.Parent = Tiers
  432. Teir17.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  433. Teir17.BorderColor3 = Color3.new(1, 1, 1)
  434. Teir17.BorderSizePixel = 2
  435. Teir17.Position = UDim2.new(0, 0, 0.0990958661, 0)
  436. Teir17.Size = UDim2.new(0, 100, 0, 20)
  437. Teir17.Font = Enum.Font.SourceSans
  438. Teir17.Text = "Teir 17"
  439. Teir17.TextColor3 = Color3.new(1, 1, 1)
  440. Teir17.TextSize = 14
  441.  
  442. Teir18.Name = "Teir 18"
  443. Teir18.Parent = Tiers
  444. Teir18.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  445. Teir18.BorderColor3 = Color3.new(1, 1, 1)
  446. Teir18.BorderSizePixel = 2
  447. Teir18.Position = UDim2.new(0, 0, 0.0990958661, 0)
  448. Teir18.Size = UDim2.new(0, 100, 0, 20)
  449. Teir18.Font = Enum.Font.SourceSans
  450. Teir18.Text = "Teir 18"
  451. Teir18.TextColor3 = Color3.new(1, 1, 1)
  452. Teir18.TextSize = 14
  453.  
  454. Teir19.Name = "Teir 19"
  455. Teir19.Parent = Tiers
  456. Teir19.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  457. Teir19.BorderColor3 = Color3.new(1, 1, 1)
  458. Teir19.BorderSizePixel = 2
  459. Teir19.Position = UDim2.new(0, 0, 0.0990958661, 0)
  460. Teir19.Size = UDim2.new(0, 100, 0, 20)
  461. Teir19.Font = Enum.Font.SourceSans
  462. Teir19.Text = "Teir 19"
  463. Teir19.TextColor3 = Color3.new(1, 1, 1)
  464. Teir19.TextSize = 14
  465.  
  466. Teir20.Name = "Teir 20"
  467. Teir20.Parent = Tiers
  468. Teir20.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  469. Teir20.BorderColor3 = Color3.new(1, 1, 1)
  470. Teir20.BorderSizePixel = 2
  471. Teir20.Position = UDim2.new(0, 0, 0.0990958661, 0)
  472. Teir20.Size = UDim2.new(0, 100, 0, 20)
  473. Teir20.Font = Enum.Font.SourceSans
  474. Teir20.Text = "Teir 20"
  475. Teir20.TextColor3 = Color3.new(1, 1, 1)
  476. Teir20.TextSize = 14
  477.  
  478. Teir21.Name = "Teir 21"
  479. Teir21.Parent = Tiers
  480. Teir21.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  481. Teir21.BorderColor3 = Color3.new(1, 1, 1)
  482. Teir21.BorderSizePixel = 2
  483. Teir21.Position = UDim2.new(0, 0, 0.0990958661, 0)
  484. Teir21.Size = UDim2.new(0, 100, 0, 20)
  485. Teir21.Font = Enum.Font.SourceSans
  486. Teir21.Text = "Teir 21"
  487. Teir21.TextColor3 = Color3.new(1, 1, 1)
  488. Teir21.TextSize = 14
  489.  
  490. Teir22.Name = "Teir 22"
  491. Teir22.Parent = Tiers
  492. Teir22.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  493. Teir22.BorderColor3 = Color3.new(1, 1, 1)
  494. Teir22.BorderSizePixel = 2
  495. Teir22.Position = UDim2.new(0, 0, 0.0990958661, 0)
  496. Teir22.Size = UDim2.new(0, 100, 0, 20)
  497. Teir22.Font = Enum.Font.SourceSans
  498. Teir22.Text = "Teir 22"
  499. Teir22.TextColor3 = Color3.new(1, 1, 1)
  500. Teir22.TextSize = 14
  501.  
  502. Teir23.Name = "Teir 23"
  503. Teir23.Parent = Tiers
  504. Teir23.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  505. Teir23.BorderColor3 = Color3.new(1, 1, 1)
  506. Teir23.BorderSizePixel = 2
  507. Teir23.Position = UDim2.new(0, 0, 0.0990958661, 0)
  508. Teir23.Size = UDim2.new(0, 100, 0, 20)
  509. Teir23.Font = Enum.Font.SourceSans
  510. Teir23.Text = "Teir 23"
  511. Teir23.TextColor3 = Color3.new(1, 1, 1)
  512. Teir23.TextSize = 14
  513.  
  514. SelectLevel.Name = "Select Level"
  515. SelectLevel.Parent = Main
  516. SelectLevel.BackgroundColor3 = Color3.new(0.0901961, 1, 0.0901961)
  517. SelectLevel.BorderColor3 = Color3.new(1, 1, 1)
  518. SelectLevel.BorderSizePixel = 2
  519. SelectLevel.Position = UDim2.new(0.78386116, 0, 0.501434624, 0)
  520. SelectLevel.Size = UDim2.new(0, 30, 0, 30)
  521. SelectLevel.Font = Enum.Font.SourceSans
  522. SelectLevel.Text = ">"
  523. SelectLevel.TextColor3 = Color3.new(1, 1, 1)
  524. SelectLevel.TextSize = 20
  525.  
  526. DeleteMembers.Name = "Delete Members"
  527. DeleteMembers.Parent = Main
  528. DeleteMembers.BackgroundColor3 = Color3.new(0.0901961, 1, 0.0901961)
  529. DeleteMembers.BorderColor3 = Color3.new(1, 1, 1)
  530. DeleteMembers.BorderSizePixel = 2
  531. DeleteMembers.Position = UDim2.new(0.0588611588, 0, 0.501434624, 0)
  532. DeleteMembers.Size = UDim2.new(0, 139, 0, 30)
  533. DeleteMembers.Font = Enum.Font.SourceSans
  534. DeleteMembers.Text = "Delete Members"
  535. DeleteMembers.TextColor3 = Color3.new(1, 1, 1)
  536. DeleteMembers.TextSize = 15
  537.  
  538. MemberLevel.Name = "Member Level"
  539. MemberLevel.Parent = Main
  540. MemberLevel.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  541. MemberLevel.BorderColor3 = Color3.new(1, 1, 1)
  542. MemberLevel.BorderSizePixel = 2
  543. MemberLevel.Position = UDim2.new(1.04999995, 0, 0.505999982, 0)
  544. MemberLevel.Size = UDim2.new(0, 110, 0, 45)
  545.  
  546. TOP.Name = "!!TOP"
  547. TOP.Parent = MemberLevel
  548. TOP.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  549. TOP.BackgroundTransparency = 1
  550. TOP.BorderColor3 = Color3.new(1, 1, 1)
  551. TOP.BorderSizePixel = 2
  552. TOP.Position = UDim2.new(-0.00454545021, 0, 0.0383333117, 0)
  553. TOP.Size = UDim2.new(0, 110, 0, 15)
  554. TOP.Font = Enum.Font.SourceSans
  555. TOP.Text = "MINIMUM Member Level"
  556. TOP.TextColor3 = Color3.new(1, 1, 1)
  557. TOP.TextSize = 12
  558.  
  559. EnterdLevel.Name = "EnterdLevel"
  560. EnterdLevel.Parent = MemberLevel
  561. EnterdLevel.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  562. EnterdLevel.BorderColor3 = Color3.new(1, 1, 1)
  563. EnterdLevel.BorderSizePixel = 2
  564. EnterdLevel.Position = UDim2.new(0, 0, 0.51111114, 0)
  565. EnterdLevel.Size = UDim2.new(0, 110, 0, 25)
  566. EnterdLevel.Font = Enum.Font.SourceSans
  567. EnterdLevel.Text = "85"
  568. EnterdLevel.TextColor3 = Color3.new(1, 1, 1)
  569. EnterdLevel.TextSize = 14
  570.  
  571. UIListLayout_3.Parent = MemberLevel
  572. UIListLayout_3.Padding = UDim.new(0.100000001, 0)
  573.  
  574. Gamepasses.Name = "Gamepasses"
  575. Gamepasses.Parent = Main
  576. Gamepasses.BackgroundColor3 = Color3.new(0.670588, 0.231373, 0.662745)
  577. Gamepasses.BorderColor3 = Color3.new(1, 1, 1)
  578. Gamepasses.BorderSizePixel = 2
  579. Gamepasses.Position = UDim2.new(0.0580000281, 0, 0.603481591, 0)
  580. Gamepasses.Size = UDim2.new(0, 175, 0, 30)
  581. Gamepasses.Font = Enum.Font.GothamBold
  582. Gamepasses.Text = "GamePasses"
  583. Gamepasses.TextColor3 = Color3.new(1, 1, 1)
  584. Gamepasses.TextSize = 12
  585.  
  586. Teleports.Name = "Teleports"
  587. Teleports.Parent = Main
  588. Teleports.BackgroundColor3 = Color3.new(0, 1, 1)
  589. Teleports.BorderColor3 = Color3.new(1, 1, 1)
  590. Teleports.BorderSizePixel = 2
  591. Teleports.Position = UDim2.new(0.0588611588, 0, 0.696442246, 0)
  592. Teleports.Size = UDim2.new(0, 175, 0, 30)
  593. Teleports.Font = Enum.Font.SourceSans
  594. Teleports.Text = "Teleports >"
  595. Teleports.TextColor3 = Color3.new(1, 1, 1)
  596. Teleports.TextSize = 20
  597.  
  598. EquipBest.Name = "Equip Best"
  599. EquipBest.Parent = Main
  600. EquipBest.BackgroundColor3 = Color3.new(1, 0.666667, 0.498039)
  601. EquipBest.BorderColor3 = Color3.new(1, 1, 1)
  602. EquipBest.BorderSizePixel = 2
  603. EquipBest.Position = UDim2.new(0.0580000281, 0, 0.798481584, 0)
  604. EquipBest.Size = UDim2.new(0, 175, 0, 30)
  605. EquipBest.Font = Enum.Font.GothamBold
  606. EquipBest.Text = "Equip Best Camera"
  607. EquipBest.TextColor3 = Color3.new(1, 1, 1)
  608. EquipBest.TextSize = 12
  609.  
  610. RainbowSetting.Name = "Rainbow Setting"
  611. RainbowSetting.Parent = Main
  612. RainbowSetting.BackgroundColor3 = Color3.new(1, 1, 1)
  613. RainbowSetting.BackgroundTransparency = 1
  614. RainbowSetting.Position = UDim2.new(-0.000499191287, 0, 0.875, 0)
  615. RainbowSetting.Size = UDim2.new(0, 200, 0, 50)
  616. RainbowSetting.Font = Enum.Font.SourceSans
  617. RainbowSetting.Text = "Rainbow: Off"
  618. RainbowSetting.TextColor3 = Color3.new(1, 1, 1)
  619. RainbowSetting.TextSize = 25
  620. RainbowSetting.TextStrokeColor3 = Color3.new(1, 1, 1)
  621. RainbowSetting.TextStrokeTransparency = 0.5
  622.  
  623. Teleports_2.Name = "Teleports"
  624. Teleports_2.Parent = Main
  625. Teleports_2.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  626. Teleports_2.BorderColor3 = Color3.new(1, 1, 1)
  627. Teleports_2.BorderSizePixel = 2
  628. Teleports_2.Position = UDim2.new(1.05188775, 0, 0.638679981, 0)
  629. Teleports_2.Size = UDim2.new(0, 110, 0, 144)
  630. Teleports_2.ScrollBarThickness = 10
  631.  
  632. World1Shop.Name = "World 1, Shop"
  633. World1Shop.Parent = Teleports_2
  634. World1Shop.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  635. World1Shop.BorderColor3 = Color3.new(1, 1, 1)
  636. World1Shop.BorderSizePixel = 2
  637. World1Shop.Position = UDim2.new(-0.162500009, 0, 0.819999993, 0)
  638. World1Shop.Size = UDim2.new(0, 100, 0, 20)
  639. World1Shop.Font = Enum.Font.Code
  640. World1Shop.Text = "World 1, Shop"
  641. World1Shop.TextColor3 = Color3.new(1, 1, 1)
  642. World1Shop.TextSize = 12
  643.  
  644. World1Stage1.Name = "World 1, Stage 1"
  645. World1Stage1.Parent = Teleports_2
  646. World1Stage1.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  647. World1Stage1.BorderColor3 = Color3.new(1, 1, 1)
  648. World1Stage1.BorderSizePixel = 2
  649. World1Stage1.LayoutOrder = 1
  650. World1Stage1.Position = UDim2.new(-0.0225000083, 0, 0.819999993, 0)
  651. World1Stage1.Rotation = 1
  652. World1Stage1.Size = UDim2.new(0, 100, 0, 20)
  653. World1Stage1.Font = Enum.Font.Code
  654. World1Stage1.Text = "World 1, Stage 1"
  655. World1Stage1.TextColor3 = Color3.new(1, 1, 1)
  656. World1Stage1.TextSize = 12
  657.  
  658. World1Stage2.Name = "World 1, Stage 2"
  659. World1Stage2.Parent = Teleports_2
  660. World1Stage2.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  661. World1Stage2.BorderColor3 = Color3.new(1, 1, 1)
  662. World1Stage2.BorderSizePixel = 2
  663. World1Stage2.LayoutOrder = 2
  664. World1Stage2.Position = UDim2.new(0.117500007, 0, 0.819999993, 0)
  665. World1Stage2.Size = UDim2.new(0, 100, 0, 20)
  666. World1Stage2.Font = Enum.Font.Code
  667. World1Stage2.Text = "World 1, Stage 2"
  668. World1Stage2.TextColor3 = Color3.new(1, 1, 1)
  669. World1Stage2.TextSize = 12
  670.  
  671. World1Stage3.Name = "World 1, Stage 3"
  672. World1Stage3.Parent = Teleports_2
  673. World1Stage3.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  674. World1Stage3.BorderColor3 = Color3.new(1, 1, 1)
  675. World1Stage3.BorderSizePixel = 2
  676. World1Stage3.LayoutOrder = 9
  677. World1Stage3.Position = UDim2.new(0.257548213, 0, 0.819999993, 0)
  678. World1Stage3.Size = UDim2.new(0, 100, 0, 20)
  679. World1Stage3.Font = Enum.Font.Code
  680. World1Stage3.Text = "World 1, Stage 3"
  681. World1Stage3.TextColor3 = Color3.new(1, 1, 1)
  682. World1Stage3.TextSize = 12
  683.  
  684. World1Stage4.Name = "World 1, Stage 4"
  685. World1Stage4.Parent = Teleports_2
  686. World1Stage4.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  687. World1Stage4.BorderColor3 = Color3.new(1, 1, 1)
  688. World1Stage4.BorderSizePixel = 2
  689. World1Stage4.LayoutOrder = 4
  690. World1Stage4.Position = UDim2.new(0.397500038, 0, 0.819999993, 0)
  691. World1Stage4.Size = UDim2.new(0, 100, 0, 20)
  692. World1Stage4.Font = Enum.Font.Code
  693. World1Stage4.Text = "World 1, Stage 4"
  694. World1Stage4.TextColor3 = Color3.new(1, 1, 1)
  695. World1Stage4.TextSize = 12
  696.  
  697. World1Stage5.Name = "World 1, Stage 5"
  698. World1Stage5.Parent = Teleports_2
  699. World1Stage5.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  700. World1Stage5.BorderColor3 = Color3.new(1, 1, 1)
  701. World1Stage5.BorderSizePixel = 2
  702. World1Stage5.LayoutOrder = 5
  703. World1Stage5.Position = UDim2.new(0.537499964, 0, 0.819999993, 0)
  704. World1Stage5.Size = UDim2.new(0, 100, 0, 20)
  705. World1Stage5.Font = Enum.Font.Code
  706. World1Stage5.Text = "World 1, Stage 5"
  707. World1Stage5.TextColor3 = Color3.new(1, 1, 1)
  708. World1Stage5.TextSize = 12
  709.  
  710. World1Stage6.Name = "World 1, Stage 6"
  711. World1Stage6.Parent = Teleports_2
  712. World1Stage6.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  713. World1Stage6.BorderColor3 = Color3.new(1, 1, 1)
  714. World1Stage6.BorderSizePixel = 2
  715. World1Stage6.LayoutOrder = 6
  716. World1Stage6.Position = UDim2.new(0.67750001, 0, 0.819999993, 0)
  717. World1Stage6.Size = UDim2.new(0, 100, 0, 20)
  718. World1Stage6.Font = Enum.Font.Code
  719. World1Stage6.Text = "World 1, Stage 6"
  720. World1Stage6.TextColor3 = Color3.new(1, 1, 1)
  721. World1Stage6.TextSize = 12
  722.  
  723. TextLabel.Parent = Teleports_2
  724. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  725. TextLabel.BackgroundTransparency = 1
  726. TextLabel.LayoutOrder = -1
  727. TextLabel.Position = UDim2.new(1.0540874, 0, 0.639999986, 0)
  728. TextLabel.Size = UDim2.new(0, 100, 0, 18)
  729. TextLabel.Font = Enum.Font.SourceSans
  730. TextLabel.Text = "Teleports"
  731. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  732. TextLabel.TextSize = 14
  733.  
  734. UIListLayout_4.Parent = Teleports_2
  735.  
  736. World2Shop.Name = "World 2, Shop"
  737. World2Shop.Parent = Teleports_2
  738. World2Shop.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  739. World2Shop.BorderColor3 = Color3.new(1, 1, 1)
  740. World2Shop.BorderSizePixel = 2
  741. World2Shop.LayoutOrder = 7
  742. World2Shop.Position = UDim2.new(-0.162500009, 0, 0.819999993, 0)
  743. World2Shop.Size = UDim2.new(0, 100, 0, 20)
  744. World2Shop.Font = Enum.Font.Code
  745. World2Shop.Text = "World 2, Shop"
  746. World2Shop.TextColor3 = Color3.new(1, 1, 1)
  747. World2Shop.TextSize = 12
  748.  
  749. World2Stage1.Name = "World 2, Stage 1"
  750. World2Stage1.Parent = Teleports_2
  751. World2Stage1.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  752. World2Stage1.BorderColor3 = Color3.new(1, 1, 1)
  753. World2Stage1.BorderSizePixel = 2
  754. World2Stage1.LayoutOrder = 8
  755. World2Stage1.Position = UDim2.new(-0.0225000083, 0, 0.819999993, 0)
  756. World2Stage1.Rotation = 1
  757. World2Stage1.Size = UDim2.new(0, 100, 0, 20)
  758. World2Stage1.Font = Enum.Font.Code
  759. World2Stage1.Text = "World 2, Stage 1"
  760. World2Stage1.TextColor3 = Color3.new(1, 1, 1)
  761. World2Stage1.TextSize = 12
  762.  
  763. World2Stage2.Name = "World 2, Stage 2"
  764. World2Stage2.Parent = Teleports_2
  765. World2Stage2.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  766. World2Stage2.BorderColor3 = Color3.new(1, 1, 1)
  767. World2Stage2.BorderSizePixel = 2
  768. World2Stage2.LayoutOrder = 9
  769. World2Stage2.Position = UDim2.new(0.117500007, 0, 0.819999993, 0)
  770. World2Stage2.Size = UDim2.new(0, 100, 0, 20)
  771. World2Stage2.Font = Enum.Font.Code
  772. World2Stage2.Text = "World 2, Stage 2"
  773. World2Stage2.TextColor3 = Color3.new(1, 1, 1)
  774. World2Stage2.TextSize = 12
  775.  
  776. World2Stage3.Name = "World 2, Stage 3"
  777. World2Stage3.Parent = Teleports_2
  778. World2Stage3.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  779. World2Stage3.BorderColor3 = Color3.new(1, 1, 1)
  780. World2Stage3.BorderSizePixel = 2
  781. World2Stage3.LayoutOrder = 10
  782. World2Stage3.Position = UDim2.new(0.257548213, 0, 0.819999993, 0)
  783. World2Stage3.Size = UDim2.new(0, 100, 0, 20)
  784. World2Stage3.Font = Enum.Font.Code
  785. World2Stage3.Text = "World 2, Stage 3"
  786. World2Stage3.TextColor3 = Color3.new(1, 1, 1)
  787. World2Stage3.TextSize = 12
  788.  
  789. World2Stage4.Name = "World 2, Stage 4"
  790. World2Stage4.Parent = Teleports_2
  791. World2Stage4.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  792. World2Stage4.BorderColor3 = Color3.new(1, 1, 1)
  793. World2Stage4.BorderSizePixel = 2
  794. World2Stage4.LayoutOrder = 11
  795. World2Stage4.Position = UDim2.new(0.397500038, 0, 0.819999993, 0)
  796. World2Stage4.Size = UDim2.new(0, 100, 0, 20)
  797. World2Stage4.Font = Enum.Font.Code
  798. World2Stage4.Text = "World 2, Stage 4"
  799. World2Stage4.TextColor3 = Color3.new(1, 1, 1)
  800. World2Stage4.TextSize = 12
  801.  
  802. World2Stage5.Name = "World 2, Stage 5"
  803. World2Stage5.Parent = Teleports_2
  804. World2Stage5.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  805. World2Stage5.BorderColor3 = Color3.new(1, 1, 1)
  806. World2Stage5.BorderSizePixel = 2
  807. World2Stage5.LayoutOrder = 12
  808. World2Stage5.Position = UDim2.new(0.537499964, 0, 0.819999993, 0)
  809. World2Stage5.Size = UDim2.new(0, 100, 0, 20)
  810. World2Stage5.Font = Enum.Font.Code
  811. World2Stage5.Text = "World 2, Stage 5"
  812. World2Stage5.TextColor3 = Color3.new(1, 1, 1)
  813. World2Stage5.TextSize = 12
  814.  
  815. World2Stage6.Name = "World 2, Stage 6"
  816. World2Stage6.Parent = Teleports_2
  817. World2Stage6.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  818. World2Stage6.BorderColor3 = Color3.new(1, 1, 1)
  819. World2Stage6.BorderSizePixel = 2
  820. World2Stage6.LayoutOrder = 13
  821. World2Stage6.Position = UDim2.new(0.67750001, 0, 0.819999993, 0)
  822. World2Stage6.Size = UDim2.new(0, 100, 0, 20)
  823. World2Stage6.Font = Enum.Font.Code
  824. World2Stage6.Text = "World 2, Stage 6"
  825. World2Stage6.TextColor3 = Color3.new(1, 1, 1)
  826. World2Stage6.TextSize = 12
  827.  
  828. World2Stage7.Name = "World 2, Stage 7"
  829. World2Stage7.Parent = Teleports_2
  830. World2Stage7.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  831. World2Stage7.BorderColor3 = Color3.new(1, 1, 1)
  832. World2Stage7.BorderSizePixel = 2
  833. World2Stage7.LayoutOrder = 14
  834. World2Stage7.Position = UDim2.new(0.67750001, 0, 0.819999993, 0)
  835. World2Stage7.Size = UDim2.new(0, 100, 0, 20)
  836. World2Stage7.Font = Enum.Font.Code
  837. World2Stage7.Text = "World 2, Stage 7"
  838. World2Stage7.TextColor3 = Color3.new(1, 1, 1)
  839. World2Stage7.TextSize = 12
  840.  
  841. World2Stage8.Name = "World 2, Stage 8"
  842. World2Stage8.Parent = Teleports_2
  843. World2Stage8.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  844. World2Stage8.BorderColor3 = Color3.new(1, 1, 1)
  845. World2Stage8.BorderSizePixel = 2
  846. World2Stage8.LayoutOrder = 15
  847. World2Stage8.Position = UDim2.new(0.67750001, 0, 0.819999993, 0)
  848. World2Stage8.Size = UDim2.new(0, 100, 0, 20)
  849. World2Stage8.Font = Enum.Font.Code
  850. World2Stage8.Text = "World 2, Stage 8"
  851. World2Stage8.TextColor3 = Color3.new(1, 1, 1)
  852. World2Stage8.TextSize = 12
  853.  
  854. World2Stage9.Name = "World 2, Stage 9"
  855. World2Stage9.Parent = Teleports_2
  856. World2Stage9.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  857. World2Stage9.BorderColor3 = Color3.new(1, 1, 1)
  858. World2Stage9.BorderSizePixel = 2
  859. World2Stage9.LayoutOrder = 16
  860. World2Stage9.Position = UDim2.new(0.67750001, 0, 0.819999993, 0)
  861. World2Stage9.Size = UDim2.new(0, 100, 0, 20)
  862. World2Stage9.Font = Enum.Font.Code
  863. World2Stage9.Text = "World 2, Stage 9"
  864. World2Stage9.TextColor3 = Color3.new(1, 1, 1)
  865. World2Stage9.TextSize = 12
  866.  
  867. World3Shop.Name = "World 3, Shop"
  868. World3Shop.Parent = Teleports_2
  869. World3Shop.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  870. World3Shop.BorderColor3 = Color3.new(1, 1, 1)
  871. World3Shop.BorderSizePixel = 2
  872. World3Shop.LayoutOrder = 7
  873. World3Shop.Position = UDim2.new(-0.162500009, 0, 0.819999993, 0)
  874. World3Shop.Size = UDim2.new(0, 100, 0, 20)
  875. World3Shop.Font = Enum.Font.Code
  876. World3Shop.Text = "World 3, Shop"
  877. World3Shop.TextColor3 = Color3.new(1, 1, 1)
  878. World3Shop.TextSize = 12
  879.  
  880. World3Stage1.Name = "World 3, Stage 1"
  881. World3Stage1.Parent = Teleports_2
  882. World3Stage1.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  883. World3Stage1.BorderColor3 = Color3.new(1, 1, 1)
  884. World3Stage1.BorderSizePixel = 2
  885. World3Stage1.LayoutOrder = 8
  886. World3Stage1.Position = UDim2.new(-0.0225000083, 0, 0.819999993, 0)
  887. World3Stage1.Rotation = 1
  888. World3Stage1.Size = UDim2.new(0, 100, 0, 20)
  889. World3Stage1.Font = Enum.Font.Code
  890. World3Stage1.Text = "World 3, Stage 1"
  891. World3Stage1.TextColor3 = Color3.new(1, 1, 1)
  892. World3Stage1.TextSize = 12
  893.  
  894. World3Stage2.Name = "World 3, Stage 2"
  895. World3Stage2.Parent = Teleports_2
  896. World3Stage2.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  897. World3Stage2.BorderColor3 = Color3.new(1, 1, 1)
  898. World3Stage2.BorderSizePixel = 2
  899. World3Stage2.LayoutOrder = 9
  900. World3Stage2.Position = UDim2.new(0.117500007, 0, 0.819999993, 0)
  901. World3Stage2.Size = UDim2.new(0, 100, 0, 20)
  902. World3Stage2.Font = Enum.Font.Code
  903. World3Stage2.Text = "World 3, Stage 2"
  904. World3Stage2.TextColor3 = Color3.new(1, 1, 1)
  905. World3Stage2.TextSize = 12
  906.  
  907. World3Stage3.Name = "World 3, Stage 3"
  908. World3Stage3.Parent = Teleports_2
  909. World3Stage3.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  910. World3Stage3.BorderColor3 = Color3.new(1, 1, 1)
  911. World3Stage3.BorderSizePixel = 2
  912. World3Stage3.LayoutOrder = 10
  913. World3Stage3.Position = UDim2.new(0.257548213, 0, 0.819999993, 0)
  914. World3Stage3.Size = UDim2.new(0, 100, 0, 20)
  915. World3Stage3.Font = Enum.Font.Code
  916. World3Stage3.Text = "World 3, Stage 3"
  917. World3Stage3.TextColor3 = Color3.new(1, 1, 1)
  918. World3Stage3.TextSize = 12
  919.  
  920. World3Stage4.Name = "World 3, Stage 4"
  921. World3Stage4.Parent = Teleports_2
  922. World3Stage4.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  923. World3Stage4.BorderColor3 = Color3.new(1, 1, 1)
  924. World3Stage4.BorderSizePixel = 2
  925. World3Stage4.LayoutOrder = 11
  926. World3Stage4.Position = UDim2.new(0.397500038, 0, 0.819999993, 0)
  927. World3Stage4.Size = UDim2.new(0, 100, 0, 20)
  928. World3Stage4.Font = Enum.Font.Code
  929. World3Stage4.Text = "World 3, Stage 4"
  930. World3Stage4.TextColor3 = Color3.new(1, 1, 1)
  931. World3Stage4.TextSize = 12
  932.  
  933. World3Stage5.Name = "World 3, Stage 5"
  934. World3Stage5.Parent = Teleports_2
  935. World3Stage5.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  936. World3Stage5.BorderColor3 = Color3.new(1, 1, 1)
  937. World3Stage5.BorderSizePixel = 2
  938. World3Stage5.LayoutOrder = 12
  939. World3Stage5.Position = UDim2.new(0.537499964, 0, 0.819999993, 0)
  940. World3Stage5.Size = UDim2.new(0, 100, 0, 20)
  941. World3Stage5.Font = Enum.Font.Code
  942. World3Stage5.Text = "World 3, Stage 5"
  943. World3Stage5.TextColor3 = Color3.new(1, 1, 1)
  944. World3Stage5.TextSize = 12
  945.  
  946. World3Stage6.Name = "World 3, Stage 6"
  947. World3Stage6.Parent = Teleports_2
  948. World3Stage6.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  949. World3Stage6.BorderColor3 = Color3.new(1, 1, 1)
  950. World3Stage6.BorderSizePixel = 2
  951. World3Stage6.LayoutOrder = 13
  952. World3Stage6.Position = UDim2.new(0.67750001, 0, 0.819999993, 0)
  953. World3Stage6.Size = UDim2.new(0, 100, 0, 20)
  954. World3Stage6.Font = Enum.Font.Code
  955. World3Stage6.Text = "World 3, Stage 6"
  956. World3Stage6.TextColor3 = Color3.new(1, 1, 1)
  957. World3Stage6.TextSize = 12
  958.  
  959. -- Scripts:
  960. SelectTier.MouseButton1Click:connect(function()
  961. Tiers.Visible = not Tiers.Visible
  962. end)
  963. --Teleports
  964. --Stage 1
  965. World1Shop.MouseButton1Down:connect(function()
  966. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(27.3003368, 8.37278748, -262.831512)
  967. end)
  968.  
  969. World1Stage1.MouseButton1Click:connect(function()
  970. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Map["World 1"]["Stage 1"].Floor.CFrame * CFrame.new(0,1,0)
  971. end)
  972.  
  973. World1Stage2.MouseButton1Click:connect(function()
  974. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Map["World 1"]["Stage 2"].Floor.CFrame * CFrame.new(0,1,0)
  975. end)
  976.  
  977. World1Stage3.MouseButton1Click:connect(function()
  978. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Map["World 1"]["Stage 3"].Floor.CFrame * CFrame.new(0,1,0)
  979. end)
  980.  
  981. World1Stage4.MouseButton1Click:connect(function()
  982. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Map["World 1"]["Stage 4"].Floor.CFrame * CFrame.new(0,1,0)
  983. end)
  984.  
  985. World1Stage5.MouseButton1Click:connect(function()
  986. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Map["World 1"]["Stage 5"].Floor.CFrame * CFrame.new(0,1,0)
  987. end)
  988.  
  989. World1Stage6.MouseButton1Click:connect(function()
  990. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Map["World 1"]["Stage 6"].Floor.CFrame * CFrame.new(0,1,0)
  991. end)
  992.  
  993. --Stage 2
  994. World2Shop.MouseButton1Down:connect(function()
  995. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(23.0988255, 8.37278748, 12248.1045)
  996. end)
  997.  
  998. World2Stage1.MouseButton1Click:connect(function()
  999. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Map["World 2"]["Stage 1"].Floor.CFrame * CFrame.new(0,1,0)
  1000. end)
  1001.  
  1002. World2Stage2.MouseButton1Click:connect(function()
  1003. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Map["World 2"]["Stage 2"].Floor.CFrame * CFrame.new(0,1,0)
  1004. end)
  1005.  
  1006. World2Stage3.MouseButton1Click:connect(function()
  1007. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Map["World 2"]["Stage 3"].Floor.CFrame * CFrame.new(0,1,0)
  1008. end)
  1009.  
  1010. World2Stage4.MouseButton1Click:connect(function()
  1011. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Map["World 2"]["Stage 4"].Floor.CFrame * CFrame.new(0,1,0)
  1012. end)
  1013.  
  1014. World2Stage5.MouseButton1Click:connect(function()
  1015. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Map["World 2"]["Stage 5"].Floor.CFrame * CFrame.new(0,1,0)
  1016. end)
  1017.  
  1018. World2Stage6.MouseButton1Click:connect(function()
  1019. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Map["World 2"]["Stage 6"].Floor.CFrame * CFrame.new(0,1,0)
  1020. end)
  1021.  
  1022. World2Stage7.MouseButton1Click:connect(function()
  1023. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Map["World 2"]["Stage 7"].Floor.CFrame * CFrame.new(0,1,0)
  1024. end)
  1025.  
  1026. World2Stage8.MouseButton1Click:connect(function()
  1027. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Map["World 2"]["Stage 8"].Floor.CFrame * CFrame.new(0,1,0)
  1028. end)
  1029.  
  1030. World2Stage9.MouseButton1Click:connect(function()
  1031. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Map["World 2"]["Stage 9"].Floor.CFrame * CFrame.new(0,1,0)
  1032. end)
  1033.  
  1034. --Stage 3
  1035. World3Shop.MouseButton1Down:connect(function()
  1036. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(23.2305717, 8.37278748, 62761.1367)
  1037. end)
  1038.  
  1039. World3Stage1.MouseButton1Click:connect(function()
  1040. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Map["World 3"]["Stage 1"].General.Floor.CFrame * CFrame.new(0,1,0)
  1041. end)
  1042.  
  1043. World3Stage2.MouseButton1Click:connect(function()
  1044. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Map["World 3"]["Stage 2"].General.Floor.CFrame * CFrame.new(0,1,0)
  1045. end)
  1046.  
  1047. World3Stage3.MouseButton1Click:connect(function()
  1048. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Map["World 3"]["Stage 3"].General.Floor.CFrame * CFrame.new(0,1,0)
  1049. end)
  1050.  
  1051. World3Stage4.MouseButton1Click:connect(function()
  1052. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Map["World 3"]["Stage 4"].General.Floor.CFrame * CFrame.new(0,1,0)
  1053. end)
  1054.  
  1055. World3Stage5.MouseButton1Click:connect(function()
  1056. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Map["World 3"]["Stage 5"].General.Floor.CFrame * CFrame.new(0,1,0)
  1057. end)
  1058.  
  1059. World3Stage6.MouseButton1Click:connect(function()
  1060. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Map["World 3"]["Stage 6"].General.Floor.CFrame * CFrame.new(0,1,0)
  1061. end)
  1062.  
  1063. --Teirs
  1064. Teir01.MouseButton1Click:connect(function()
  1065. TierToOpen = "InputS1-350"
  1066. end)
  1067.  
  1068. Teir02.MouseButton1Click:connect(function()
  1069. TierToOpen = "InputS2-4000"
  1070. end)
  1071.  
  1072. Teir03.MouseButton1Click:connect(function()
  1073. TierToOpen = "InputS3-25000"
  1074. end)
  1075.  
  1076. Teir04.MouseButton1Click:connect(function()
  1077. TierToOpen = "InputS4-125000"
  1078. end)
  1079.  
  1080. Teir05.MouseButton1Click:connect(function()
  1081. TierToOpen = "InputS5-1000000"
  1082. end)
  1083.  
  1084. Teir06.MouseButton1Click:connect(function()
  1085. TierToOpen = "InputS6-10000000"
  1086. end)
  1087.  
  1088. Teir07.MouseButton1Click:connect(function()
  1089. TierToOpen = "InputS7-40000000"
  1090. end)
  1091.  
  1092. Teir08.MouseButton1Click:connect(function()
  1093. TierToOpen = "InputS8-125000000"
  1094. end)
  1095.  
  1096. Teir09.MouseButton1Click:connect(function()
  1097. TierToOpen = "InputS9-500000000"
  1098. end)
  1099.  
  1100. Teir10.MouseButton1Click:connect(function()
  1101. TierToOpen = "InputS10-750"
  1102. end)
  1103.  
  1104. Teir11.MouseButton1Click:connect(function()
  1105. TierToOpen = "InputS11-15000"
  1106. end)
  1107.  
  1108. Teir12.MouseButton1Click:connect(function()
  1109. TierToOpen = "InputS12-75000"
  1110. end)
  1111.  
  1112. Teir13.MouseButton1Click:connect(function()
  1113. TierToOpen = "InputS13-1000000"
  1114. end)
  1115.  
  1116. Teir14.MouseButton1Click:connect(function()
  1117. TierToOpen = "InputS14-3000000"
  1118. end)
  1119.  
  1120. Teir15.MouseButton1Click:connect(function()
  1121. TierToOpen = "InputS15-15000000"
  1122. end)
  1123.  
  1124. Teir16.MouseButton1Click:connect(function()
  1125. TierToOpen = "InputS16-50000000"
  1126. end)
  1127.  
  1128. Teir17.MouseButton1Click:connect(function()
  1129. TierToOpen = "InputS17-125000000"
  1130. end)
  1131.  
  1132. Teir18.MouseButton1Click:connect(function()
  1133. TierToOpen = "InputS18-850000000"
  1134. end)
  1135.  
  1136. Teir19.MouseButton1Click:connect(function()
  1137. TierToOpen = "InputS19-3000000000"
  1138. end)
  1139.  
  1140. Teir20.MouseButton1Click:connect(function()
  1141. TierToOpen = "InputS20-750"
  1142. end)
  1143.  
  1144. Teir21.MouseButton1Click:connect(function()
  1145. TierToOpen = "InputS21-10000"
  1146. end)
  1147.  
  1148. Teir22.MouseButton1Click:connect(function()
  1149. TierToOpen = "InputS22-50000"
  1150. end)
  1151.  
  1152. Teir23.MouseButton1Click:connect(function()
  1153. TierToOpen = "InputS23-500000"
  1154. end)
  1155.  
  1156. BuyTier.MouseButton1Click:connect(function()
  1157. local map = workspace.Map
  1158. local part = map["World 1"]["Stage 1"].Shop.ShopButtons:FindFirstChild(TierToOpen) or map["World 2"]["Stage 1"].Shop.ShopButtons:FindFirstChild(TierToOpen) or map["World 3"]["Stage 1"].Shop.ShopButtons:FindFirstChild(TierToOpen)
  1159. if part then
  1160. game:GetService("ReplicatedStorage").Requests.Buy:FireServer(part)
  1161. end
  1162. end)
  1163.  
  1164. DeleteMembers.MouseButton1Click:connect(function()
  1165. local howmany = EnterdLevel.Text
  1166.  
  1167. for i,v in pairs(game.Players.LocalPlayer.Stats:GetChildren()) do
  1168. for match in tostring(v.Value):gmatch("%w+|%w+|(%w+)|%w+|%w+||") do
  1169. if typeof(tonumber(match)) == 'number' then
  1170. if tonumber(match) < tonumber(howmany) then
  1171. game:GetService("ReplicatedStorage").Requests.Delete:FireServer(v.Name)
  1172. end
  1173. end
  1174. end
  1175. end
  1176. end)
  1177.  
  1178. AutoClick.MouseButton1Click:connect(function()
  1179. AutoClickOn = not AutoClickOn
  1180. if AutoClickOn then
  1181. print("Enabled Auto Click")
  1182. AutoClick.Text = "Auto Click: On"
  1183. AutoClick.BackgroundColor3 = Color3.new(0, .5, 0)
  1184. else
  1185. print("Disabled Auto Click")
  1186. AutoClick.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  1187. AutoClick.Text = "Auto Click: Off"
  1188. end
  1189. AutoClickForMe()
  1190. end)
  1191.  
  1192. function AutoClickForMe()
  1193. while AutoClickOn == true do
  1194. wait()
  1195. game:GetService("ReplicatedStorage").Requests.Click:FireServer() --Auto click camera
  1196. end
  1197. end
  1198.  
  1199. AutoUnlock.MouseButton1Click:connect(function()
  1200. UnlockTheStages = not UnlockTheStages
  1201. if UnlockTheStages then
  1202. print("Enabled Auto Stages")
  1203. AutoUnlock.BackgroundColor3 = Color3.new(0, .5, 0)
  1204. AutoUnlock.Text = "Auto Unlock Stages: On"
  1205. else
  1206. print("Disabled Auto Stages")
  1207. AutoUnlock.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  1208. AutoUnlock.Text = "Auto Unlock Stages: Off"
  1209. end
  1210. UnlockMyStages()
  1211. end)
  1212.  
  1213. function UnlockMyStages()
  1214. while UnlockTheStages == true do
  1215. local r = game.ReplicatedStorage.Requests.Unlock
  1216.  
  1217. local worlds = {}
  1218.  
  1219. for i, world in pairs(workspace.Map:GetChildren()) do
  1220. local stages = {}
  1221. for j, stage in pairs(world:GetChildren()) do
  1222. table.insert(stages, tonumber(stage.Name:match("%d+")))
  1223. end
  1224. table.sort(stages)
  1225. worlds[tonumber(world.Name:match("%d+"))] = stages
  1226. end
  1227.  
  1228. for i, v in ipairs(worlds) do
  1229. for j in ipairs(v) do
  1230. r:FireServer(i, j)
  1231. wait()
  1232. end
  1233. end
  1234. end
  1235. end
  1236.  
  1237. FarmFollowers.MouseButton1Click:connect(function()
  1238. FarmTheFollowers = not FarmTheFollowers
  1239. if FarmTheFollowers then
  1240. print("Enabled Auto Followers")
  1241. FarmFollowers.BackgroundColor3 = Color3.new(0, .5, 0)
  1242. FarmFollowers.Text = "Farm Followers: On"
  1243. else
  1244. print("Disabled Auto Followers")
  1245. FarmFollowers.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  1246. FarmFollowers.Text = "Farm Followers: Off"
  1247. end
  1248. FarmMeSomeFollowers()
  1249. end)
  1250.  
  1251. function FarmMeSomeFollowers()
  1252. while FarmTheFollowers == true do
  1253. wait()
  1254. local StageToFarm = plr.Info.Stage.Value -- find your current stage
  1255. local WorldToFarm = plr.Info.World.Value -- find your current world
  1256. game:GetService("ReplicatedStorage").Requests.Select:FireServer(game.workspace.Map["World "..WorldToFarm]["Stage "..StageToFarm].Items:GetChildren()[1]) --Farm The Pets
  1257. end
  1258. end
  1259.  
  1260. AutoBuy.MouseButton1Click:connect(function()
  1261. BuyThePhones = not BuyThePhones
  1262. if BuyThePhones then
  1263. print("Enabled Auto Buy Phones")
  1264. AutoBuy.BackgroundColor3 = Color3.new(0, .5, 0)
  1265. AutoBuy.Text = "Auto Buy Phones: On"
  1266. else
  1267. print("Disabled Auto Buy Phones")
  1268. AutoBuy.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  1269. AutoBuy.Text = "Auto Buy Phones: Off"
  1270. end
  1271. GimmiPhones()
  1272. end)
  1273.  
  1274. function GimmiPhones()
  1275. while BuyThePhones == true do
  1276. print("BROKEN")
  1277. wait(5555555555555555555555555555555555555)
  1278. --World Two Phones / cams
  1279. game.ReplicatedStorage.Requests['Buy']:FireServer(game:GetService("Workspace").Map["World 3"]["Stage 1"].Shop.ShopButtons["InputP23-150000"])
  1280. game.ReplicatedStorage.Requests['Buy']:FireServer(game:GetService("Workspace").Map["World 3"]["Stage 1"].Shop.ShopButtons["InputP22-25000"])
  1281. game.ReplicatedStorage.Requests['Buy']:FireServer(game:GetService("Workspace").Map["World 3"]["Stage 1"].Shop.ShopButtons["InputP21-5000"])
  1282. game.ReplicatedStorage.Requests['Buy']:FireServer(game:GetService("Workspace").Map["World 3"]["Stage 1"].Shop.ShopButtons["InputP20-250"])
  1283.  
  1284. --World Two Phones / cams
  1285. game.ReplicatedStorage.Requests['Buy']:FireServer(game:GetService("Workspace").Map["World 2"]["Stage 1"].Shop.ShopButtons["InputP19-75000"])
  1286. game.ReplicatedStorage.Requests['Buy']:FireServer(game:GetService("Workspace").Map["World 2"]["Stage 1"].Shop.ShopButtons["InputP18-500000"])
  1287. game.ReplicatedStorage.Requests['Buy']:FireServer(game:GetService("Workspace").Map["World 2"]["Stage 1"].Shop.ShopButtons["InputP17-100000"])
  1288. game.ReplicatedStorage.Requests['Buy']:FireServer(game:GetService("Workspace").Map["World 2"]["Stage 1"].Shop.ShopButtons["InputP16-20000"])
  1289. game.ReplicatedStorage.Requests['Buy']:FireServer(game:GetService("Workspace").Map["World 2"]["Stage 1"].Shop.ShopButtons["InputP15-2000"])
  1290. game.ReplicatedStorage.Requests['Buy']:FireServer(game:GetService("Workspace").Map["World 2"]["Stage 1"].Shop.ShopButtons["InputP14-250"])
  1291.  
  1292. --World One Phones / cams
  1293. game.ReplicatedStorage.Requests['Buy']:FireServer(game:GetService("Workspace").Map["World 1"]["Stage 1"].Shop.ShopButtons["InputP13-150000000"])
  1294. game.ReplicatedStorage.Requests['Buy']:FireServer(game:GetService("Workspace").Map["World 1"]["Stage 1"].Shop.ShopButtons["InputP12-50000000"])
  1295. game.ReplicatedStorage.Requests['Buy']:FireServer(game:GetService("Workspace").Map["World 1"]["Stage 1"].Shop.ShopButtons["InputP11-15000000"])
  1296. game.ReplicatedStorage.Requests['Buy']:FireServer(game:GetService("Workspace").Map["World 1"]["Stage 1"].Shop.ShopButtons["InputP10-5000000"])
  1297. game.ReplicatedStorage.Requests['Buy']:FireServer(game:GetService("Workspace").Map["World 1"]["Stage 1"].Shop.ShopButtons["InputP9-1500000"])
  1298. game.ReplicatedStorage.Requests['Buy']:FireServer(game:GetService("Workspace").Map["World 1"]["Stage 1"].Shop.ShopButtons["InputP8-600000"])
  1299. game.ReplicatedStorage.Requests['Buy']:FireServer(game:GetService("Workspace").Map["World 1"]["Stage 1"].Shop.ShopButtons["InputP7-200000"])
  1300. game.ReplicatedStorage.Requests['Buy']:FireServer(game:GetService("Workspace").Map["World 1"]["Stage 1"].Shop.ShopButtons["InputP6-75000"])
  1301. game.ReplicatedStorage.Requests['Buy']:FireServer(game:GetService("Workspace").Map["World 1"]["Stage 1"].Shop.ShopButtons["InputP5-20000"])
  1302. game.ReplicatedStorage.Requests['Buy']:FireServer(game:GetService("Workspace").Map["World 1"]["Stage 1"].Shop.ShopButtons["InputP4-7500"])
  1303. game.ReplicatedStorage.Requests['Buy']:FireServer(game:GetService("Workspace").Map["World 1"]["Stage 1"].Shop.ShopButtons["InputP3-1000"])
  1304. game.ReplicatedStorage.Requests['Buy']:FireServer(game:GetService("Workspace").Map["World 1"]["Stage 1"].Shop.ShopButtons["InputP2-200"])
  1305. game.ReplicatedStorage.Requests['Buy']:FireServer(game:GetService("Workspace").Map["World 1"]["Stage 1"].Shop.ShopButtons["InputP1-0"])
  1306.  
  1307. wait(1)
  1308. end
  1309. end
  1310.  
  1311. EquipBest.MouseButton1Click:connect(function()
  1312. for i = 1, 18 do
  1313. game:GetService("ReplicatedStorage").Requests.CameraEquip:FireServer(i)
  1314. end
  1315. end)
  1316.  
  1317. Teleports.MouseButton1Click:connect(function()
  1318. Teleports_2.Visible = not Teleports_2.Visible
  1319. end)
  1320.  
  1321. SelectLevel.MouseButton1Click:connect(function()
  1322. MemberLevel.Visible = not MemberLevel.Visible
  1323. end)
  1324.  
  1325. Gamepasses.MouseButton1Click:connect(function()
  1326. for i,v in pairs(game.Players.LocalPlayer.Gamepasses:GetChildren()) do
  1327. v.Value = true
  1328. end
  1329. end)
  1330.  
  1331. local RainbowEnabled = false
  1332. local rs = game:GetService("RunService")
  1333. local RRAAIINNBBOOWWSS = {}
  1334. local function rainbowify(obj, prop)
  1335. if type(obj) == "table" then
  1336. for i, v in pairs(obj) do
  1337. rainbowify(v, prop)
  1338. end
  1339. elseif type(prop) == "table" then
  1340. for i, v in pairs(prop) do
  1341. rainbowify(obj, v)
  1342. end
  1343. else
  1344. local ok, o = pcall(function()
  1345. return obj[prop]
  1346. end)
  1347. if ok then
  1348. table.insert(RRAAIINNBBOOWWSS, function(c)
  1349. if c then
  1350. obj[prop] = c
  1351. else
  1352. obj[prop] = o
  1353. end
  1354. end)
  1355. end
  1356. end
  1357. end
  1358. do
  1359. local reset = true
  1360. rs.RenderStepped:connect(function()
  1361. if RainbowEnabled then
  1362. local c = Color3.fromHSV((tick() / 16) % 1, 1, 1)
  1363. for i = 1, #RRAAIINNBBOOWWSS do
  1364. pcall(RRAAIINNBBOOWWSS[i], c)
  1365. end
  1366. reset = true
  1367. elseif reset then
  1368. for i = 1, #RRAAIINNBBOOWWSS do
  1369. pcall(RRAAIINNBBOOWWSS[i], false)
  1370. end
  1371. reset = false
  1372. end
  1373. end)
  1374. end
  1375. rainbowify({
  1376. FameSimGUIV2,
  1377. Main,
  1378. Title,
  1379. Toggleable,
  1380. AutoClick,
  1381. UIListLayout,
  1382. AutoBuy,
  1383. AutoUnlock,
  1384. FarmFollowers,
  1385. BuyTier,
  1386. SelectTier,
  1387. Tiers,
  1388. Select,
  1389. UIListLayout_2,
  1390. Teir01,
  1391. Teir02,
  1392. Teir03,
  1393. Teir04,
  1394. Teir06,
  1395. Teir05,
  1396. Teir07,
  1397. Teir08,
  1398. Teir09,
  1399. Teir10,
  1400. Teir11,
  1401. Teir13,
  1402. Teir12,
  1403. Teir14,
  1404. Teir15,
  1405. Teir16,
  1406. Teir17,
  1407. Teir18,
  1408. Teir19,
  1409. Teir20,
  1410. Teir21,
  1411. Teir22,
  1412. Teir23,
  1413. SelectLevel,
  1414. DeleteMembers,
  1415. MemberLevel,
  1416. TOP,
  1417. EnterdLevel,
  1418. UIListLayout_3,
  1419. Gamepasses,
  1420. Teleports,
  1421. RainbowSetting,
  1422. Teleports_2,
  1423. World1Stage1,
  1424. World1Stage3,
  1425. World1Stage4,
  1426. World1Stage5,
  1427. World1Stage6,
  1428. TextLabel,
  1429. UIListLayout_4,
  1430. World1Stage2,
  1431. World1Shop,
  1432. World2Shop,
  1433. World2Stage1,
  1434. World2Stage2,
  1435. World2Stage3,
  1436. World2Stage4,
  1437. World2Stage5,
  1438. World2Stage6,
  1439. World2Stage7,
  1440. World2Stage8,
  1441. World2Stage9,
  1442. World3Shop,
  1443. World3Stage1,
  1444. World3Stage2,
  1445. World3Stage3,
  1446. World3Stage4,
  1447. World3Stage5,
  1448. World3Stage6,
  1449. EquipBest,}
  1450. , {"BorderColor3", "TextColor3",})
  1451.  
  1452. RainbowSetting.MouseButton1Click:connect(function()
  1453. RainbowEnabled = not RainbowEnabled
  1454. if RainbowEnabled then
  1455. RainbowSetting.Text = "Rainbow: On"
  1456. else
  1457. RainbowSetting.Text = "Rainbow: Off"
  1458. end
  1459. end)
  1460. print("byte-chanβ„’#5250 <3 ")
  1461. loadstring(game:HttpGet("https://pastebin.com/raw/ZavV5QPv", true))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement