Advertisement
Gerard_games

fame sim old gui

Jan 26th, 2019
625
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 23.98 KB | None | 0 0
  1. -- Check GUI Already Open. --
  2. for  _, a in pairs(game.CoreGui:children'') do if a.Name == "FameSimGUI" then a:Destroy'' end end --Should work.
  3. -- Farewell Infortality.
  4. -- Version: 2.82
  5. -- Instances:
  6. local FameSimGUI = Instance.new("ScreenGui")
  7. local MainThing = Instance.new("Frame")
  8. local Top = Instance.new("TextLabel")
  9. local AutoUnlock = Instance.new("TextButton")
  10. local BuyStar = Instance.new("TextButton")
  11. local Gamepasses = Instance.new("TextButton")
  12. local AutoClick = Instance.new("TextButton")
  13. local AutoBuy = Instance.new("TextButton")
  14. local SelectEgg = Instance.new("TextButton")
  15. local TeleportsFrame = Instance.new("ScrollingFrame")
  16. local UIListLayout = Instance.new("UIListLayout")
  17. local World1Stage1 = Instance.new("TextButton")
  18. local World1Stage2 = Instance.new("TextButton")
  19. local World1Shop = Instance.new("TextButton")
  20. local World1Stage3 = Instance.new("TextButton")
  21. local World1Stage4 = Instance.new("TextButton")
  22. local World1Stage5 = Instance.new("TextButton")
  23. local World1Stage6 = Instance.new("TextButton")
  24. local Exit = Instance.new("TextButton")
  25. local FarmFollowers = Instance.new("TextButton")
  26. local TeleportsButton = Instance.new("TextButton")
  27. local Teirs = Instance.new("ScrollingFrame")
  28. local UIListLayout_2 = Instance.new("UIListLayout")
  29. local Teir08 = Instance.new("TextButton")
  30. local Teir07 = Instance.new("TextButton")
  31. local Teir06 = Instance.new("TextButton")
  32. local Teir05 = Instance.new("TextButton")
  33. local Teir04 = Instance.new("TextButton")
  34. local Teir03 = Instance.new("TextButton")
  35. local Teir02 = Instance.new("TextButton")
  36. local Teir01 = Instance.new("TextButton")
  37. local Teir09 = Instance.new("TextButton")
  38. local SettingsButton = Instance.new("TextButton")
  39. local NumberOfStars = Instance.new("TextBox")
  40. local Settings = Instance.new("Frame")
  41. local RainbowSetting = Instance.new("TextButton")
  42. local plr = game.Players.LocalPlayer -- find you in "Players"
  43.  
  44. TeirToOpen = nil
  45. AutoClickOn = false
  46. FarmTheFollowers = false
  47. UnlockTheStages = false
  48. BuyThePhones = false
  49.  
  50. --Properties:
  51. FameSimGUI.Name = "FameSimGUI"
  52. FameSimGUI.Parent = game.CoreGui
  53.  
  54. MainThing.Name = "MainThing"
  55. MainThing.Parent = FameSimGUI
  56. MainThing.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  57. MainThing.BorderColor3 = Color3.new(0, 0, 0)
  58. MainThing.BorderSizePixel = 2
  59. MainThing.Position = UDim2.new(0.343617201, 0, 0.261025012, 0)
  60. MainThing.Size = UDim2.new(0, 400, 0, 400)
  61. MainThing.Draggable = true
  62. MainThing.Active = true
  63.  
  64. Top.Name = "Top"
  65. Top.Parent = MainThing
  66. Top.BackgroundColor3 = Color3.new(1, 1, 1)
  67. Top.BackgroundTransparency = 1
  68. Top.Position = UDim2.new(0.145009756, 0, -0.00271352124, 0)
  69. Top.Size = UDim2.new(0, 282, 0, 28)
  70. Top.Font = Enum.Font.Code
  71. Top.Text = "Fame Simulator OP Gui <3 by: Gerard#6969"
  72. Top.TextColor3 = Color3.new(0, 0, 0)
  73. Top.TextSize = 14
  74.  
  75. AutoUnlock.Name = "AutoUnlock"
  76. AutoUnlock.Parent = MainThing
  77. AutoUnlock.BackgroundColor3 = Color3.new(0.784314, 0, 0.0117647)
  78. AutoUnlock.BorderColor3 = Color3.new(0, 0, 0)
  79. AutoUnlock.BorderSizePixel = 2
  80. AutoUnlock.Position = UDim2.new(0.563000023, 0, 0.258845299, 0)
  81. AutoUnlock.Size = UDim2.new(0, 150, 0, 59)
  82. AutoUnlock.Font = Enum.Font.Code
  83. AutoUnlock.Text = "Auto Unlock Stages"
  84. AutoUnlock.TextColor3 = Color3.new(1, 1, 1)
  85. AutoUnlock.TextSize = 14
  86.  
  87. BuyStar.Name = "Buy Star"
  88. BuyStar.Parent = MainThing
  89. BuyStar.BackgroundColor3 = Color3.new(1, 0.54902, 0)
  90. BuyStar.BorderColor3 = Color3.new(0, 0, 0)
  91. BuyStar.BorderSizePixel = 2
  92. BuyStar.Position = UDim2.new(0.563000023, 0, 0.611535847, 0)
  93. BuyStar.Size = UDim2.new(0, 150, 0, 59)
  94. BuyStar.Font = Enum.Font.Code
  95. BuyStar.Text = "Buy Star"
  96. BuyStar.TextColor3 = Color3.new(1, 1, 1)
  97. BuyStar.TextSize = 14
  98.  
  99. Gamepasses.Name = "Gamepasses"
  100. Gamepasses.Parent = MainThing
  101. Gamepasses.BackgroundColor3 = Color3.new(0.670588, 0.231373, 0.662745)
  102. Gamepasses.BorderColor3 = Color3.new(0, 0, 0)
  103. Gamepasses.BorderSizePixel = 2
  104. Gamepasses.Position = UDim2.new(0.0619999692, 0, 0.435190588, 0)
  105. Gamepasses.Size = UDim2.new(0, 150, 0, 59)
  106. Gamepasses.Font = Enum.Font.Code
  107. Gamepasses.Text = "Gamepasses(Useless)"
  108. Gamepasses.TextColor3 = Color3.new(1, 1, 1)
  109. Gamepasses.TextSize = 14
  110.  
  111. AutoClick.Name = "Auto Click"
  112. AutoClick.Parent = MainThing
  113. AutoClick.BackgroundColor3 = Color3.new(0.784314, 0, 0.0117647)
  114. AutoClick.BorderColor3 = Color3.new(0, 0, 0)
  115. AutoClick.BorderSizePixel = 2
  116. AutoClick.Position = UDim2.new(0.0630000308, 0, 0.0825000033, 0)
  117. AutoClick.Size = UDim2.new(0, 150, 0, 59)
  118. AutoClick.Font = Enum.Font.Code
  119. AutoClick.Text = "Auto Click: Off"
  120. AutoClick.TextColor3 = Color3.new(1, 1, 1)
  121. AutoClick.TextSize = 14
  122.  
  123. AutoBuy.Name = "AutoBuy"
  124. AutoBuy.Parent = MainThing
  125. AutoBuy.BackgroundColor3 = Color3.new(0.784314, 0, 0.0117647)
  126. AutoBuy.BorderColor3 = Color3.new(0, 0, 0)
  127. AutoBuy.BorderSizePixel = 2
  128. AutoBuy.Position = UDim2.new(0.0630000308, 0, 0.258845299, 0)
  129. AutoBuy.Size = UDim2.new(0, 150, 0, 59)
  130. AutoBuy.Font = Enum.Font.Code
  131. AutoBuy.Text = "Auto Buy Phones: Off"
  132. AutoBuy.TextColor3 = Color3.new(1, 1, 1)
  133. AutoBuy.TextSize = 14
  134.  
  135. SelectEgg.Name = "Select Egg"
  136. SelectEgg.Parent = MainThing
  137. SelectEgg.BackgroundColor3 = Color3.new(0, 0, 0)
  138. SelectEgg.BorderColor3 = Color3.new(0, 0, 0)
  139. SelectEgg.BorderSizePixel = 2
  140. SelectEgg.Position = UDim2.new(0.0599999987, 0, 0.611535847, 0)
  141. SelectEgg.Size = UDim2.new(0, 150, 0, 59)
  142. SelectEgg.Font = Enum.Font.Code
  143. SelectEgg.Text = "Teir Select"
  144. SelectEgg.TextColor3 = Color3.new(1, 1, 1)
  145. SelectEgg.TextSize = 14
  146.  
  147. TeleportsFrame.Name = "TeleportsFrame"
  148. TeleportsFrame.Parent = MainThing
  149. TeleportsFrame.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  150. TeleportsFrame.BorderColor3 = Color3.new(0, 0, 0)
  151. TeleportsFrame.BorderSizePixel = 2
  152. TeleportsFrame.Position = UDim2.new(1.01600409, 0, 0, 0)
  153. TeleportsFrame.Size = UDim2.new(0, 150, 0, 400)
  154. TeleportsFrame.ScrollBarThickness = 7
  155. TeleportsFrame.Visible = false
  156.  
  157. UIListLayout.Parent = TeleportsFrame
  158. UIListLayout.HorizontalAlignment = Enum.HorizontalAlignment.Center
  159. UIListLayout.Padding = UDim.new(0.00999999978, 0)
  160.  
  161. World1Stage1.Name = "World 1, Stage 1"
  162. World1Stage1.Parent = TeleportsFrame
  163. World1Stage1.BackgroundColor3 = Color3.new(0, 0.686275, 0.686275)
  164. World1Stage1.BorderColor3 = Color3.new(0, 0, 0)
  165. World1Stage1.BorderSizePixel = 2
  166. World1Stage1.Position = UDim2.new(-0.0225000083, 0, 0.819999993, 0)
  167. World1Stage1.Size = UDim2.new(0, 125, 0, 50)
  168. World1Stage1.Font = Enum.Font.Code
  169. World1Stage1.Text = "World 1, Stage 1"
  170. World1Stage1.TextColor3 = Color3.new(0, 0, 0)
  171. World1Stage1.TextSize = 14
  172.  
  173. World1Stage2.Name = "World 1, Stage 2"
  174. World1Stage2.Parent = TeleportsFrame
  175. World1Stage2.BackgroundColor3 = Color3.new(0, 0.686275, 0.686275)
  176. World1Stage2.BorderColor3 = Color3.new(0, 0, 0)
  177. World1Stage2.BorderSizePixel = 2
  178. World1Stage2.Position = UDim2.new(0.117500007, 0, 0.819999993, 0)
  179. World1Stage2.Size = UDim2.new(0, 125, 0, 50)
  180. World1Stage2.Font = Enum.Font.Code
  181. World1Stage2.Text = "World 1, Stage 2"
  182. World1Stage2.TextColor3 = Color3.new(0, 0, 0)
  183. World1Stage2.TextSize = 14
  184.  
  185. World1Shop.Name = "World 1, Shop"
  186. World1Shop.Parent = TeleportsFrame
  187. World1Shop.BackgroundColor3 = Color3.new(0, 0.686275, 0.686275)
  188. World1Shop.BorderColor3 = Color3.new(0, 0, 0)
  189. World1Shop.BorderSizePixel = 2
  190. World1Shop.Position = UDim2.new(-0.162500009, 0, 0.819999993, 0)
  191. World1Shop.Size = UDim2.new(0, 125, 0, 50)
  192. World1Shop.Font = Enum.Font.Code
  193. World1Shop.Text = "World 1, Shop"
  194. World1Shop.TextColor3 = Color3.new(0, 0, 0)
  195. World1Shop.TextSize = 14
  196.  
  197. World1Stage3.Name = "World 1, Stage 3"
  198. World1Stage3.Parent = TeleportsFrame
  199. World1Stage3.BackgroundColor3 = Color3.new(0, 0.686275, 0.686275)
  200. World1Stage3.BorderColor3 = Color3.new(0, 0, 0)
  201. World1Stage3.BorderSizePixel = 2
  202. World1Stage3.Position = UDim2.new(0.257548213, 0, 0.819999993, 0)
  203. World1Stage3.Size = UDim2.new(0, 125, 0, 50)
  204. World1Stage3.Font = Enum.Font.Code
  205. World1Stage3.Text = "World 1, Stage 3"
  206. World1Stage3.TextColor3 = Color3.new(0, 0, 0)
  207. World1Stage3.TextSize = 14
  208.  
  209. World1Stage4.Name = "World 1, Stage 4"
  210. World1Stage4.Parent = TeleportsFrame
  211. World1Stage4.BackgroundColor3 = Color3.new(0, 0.686275, 0.686275)
  212. World1Stage4.BorderColor3 = Color3.new(0, 0, 0)
  213. World1Stage4.BorderSizePixel = 2
  214. World1Stage4.Position = UDim2.new(0.397500038, 0, 0.819999993, 0)
  215. World1Stage4.Size = UDim2.new(0, 125, 0, 50)
  216. World1Stage4.Font = Enum.Font.Code
  217. World1Stage4.Text = "World 1, Stage 4"
  218. World1Stage4.TextColor3 = Color3.new(0, 0, 0)
  219. World1Stage4.TextSize = 14
  220.  
  221. World1Stage5.Name = "World 1, Stage 5"
  222. World1Stage5.Parent = TeleportsFrame
  223. World1Stage5.BackgroundColor3 = Color3.new(0, 0.686275, 0.686275)
  224. World1Stage5.BorderColor3 = Color3.new(0, 0, 0)
  225. World1Stage5.BorderSizePixel = 2
  226. World1Stage5.Position = UDim2.new(0.537499964, 0, 0.819999993, 0)
  227. World1Stage5.Size = UDim2.new(0, 125, 0, 50)
  228. World1Stage5.Font = Enum.Font.Code
  229. World1Stage5.Text = "World 1, Stage 5"
  230. World1Stage5.TextColor3 = Color3.new(0, 0, 0)
  231. World1Stage5.TextSize = 14
  232.  
  233. World1Stage6.Name = "World 1, Stage 6"
  234. World1Stage6.Parent = TeleportsFrame
  235. World1Stage6.BackgroundColor3 = Color3.new(0, 0.686275, 0.686275)
  236. World1Stage6.BorderColor3 = Color3.new(0, 0, 0)
  237. World1Stage6.BorderSizePixel = 2
  238. World1Stage6.Position = UDim2.new(0.67750001, 0, 0.819999993, 0)
  239. World1Stage6.Size = UDim2.new(0, 125, 0, 50)
  240. World1Stage6.Font = Enum.Font.Code
  241. World1Stage6.Text = "World 1, Stage 6"
  242. World1Stage6.TextColor3 = Color3.new(0, 0, 0)
  243. World1Stage6.TextSize = 14
  244.  
  245. Exit.Name = "Exit"
  246. Exit.Parent = MainThing
  247. Exit.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  248. Exit.BackgroundTransparency = 1
  249. Exit.BorderSizePixel = 0
  250. Exit.Position = UDim2.new(0.865463316, 0, -0.00271353126, 0)
  251. Exit.Size = UDim2.new(0, 53, 0, 27)
  252. Exit.Font = Enum.Font.SourceSans
  253. Exit.Text = "X"
  254. Exit.TextColor3 = Color3.new(0, 0, 0)
  255. Exit.TextSize = 14
  256.  
  257. FarmFollowers.Name = "FarmFollowers"
  258. FarmFollowers.Parent = MainThing
  259. FarmFollowers.BackgroundColor3 = Color3.new(0.784314, 0, 0.0117647)
  260. FarmFollowers.BorderColor3 = Color3.new(0, 0, 0)
  261. FarmFollowers.BorderSizePixel = 2
  262. FarmFollowers.Position = UDim2.new(0.563000023, 0, 0.0825000033, 0)
  263. FarmFollowers.Size = UDim2.new(0, 150, 0, 59)
  264. FarmFollowers.Font = Enum.Font.Code
  265. FarmFollowers.Text = "Auto Farm Followers:Off"
  266. FarmFollowers.TextColor3 = Color3.new(1, 1, 1)
  267. FarmFollowers.TextSize = 12
  268.  
  269. TeleportsButton.Name = "Teleports"
  270. TeleportsButton.Parent = MainThing
  271. TeleportsButton.BackgroundColor3 = Color3.new(0, 0.686275, 0.686275)
  272. TeleportsButton.BorderColor3 = Color3.new(0, 0, 0)
  273. TeleportsButton.BorderSizePixel = 2
  274. TeleportsButton.Position = UDim2.new(0.563000023, 0, 0.435190588, 0)
  275. TeleportsButton.Size = UDim2.new(0, 150, 0, 59)
  276. TeleportsButton.Font = Enum.Font.Code
  277. TeleportsButton.Text = "Teleports"
  278. TeleportsButton.TextColor3 = Color3.new(0, 0, 0)
  279. TeleportsButton.TextSize = 14
  280.  
  281. Teirs.Name = "Teirs"
  282. Teirs.Parent = MainThing
  283. Teirs.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  284. Teirs.BorderColor3 = Color3.new(0, 0, 0)
  285. Teirs.BorderSizePixel = 2
  286. Teirs.Position = UDim2.new(-0.391496122, 0, -0.000190705061, 0)
  287. Teirs.Size = UDim2.new(0, 150, 0, 400)
  288. Teirs.ScrollBarThickness = 7
  289. Teirs.Visible = false
  290.  
  291. UIListLayout_2.Parent = Teirs
  292. UIListLayout_2.HorizontalAlignment = Enum.HorizontalAlignment.Center
  293. UIListLayout_2.Padding = UDim.new(0.00999999978, 0)
  294.  
  295. Teir08.Name = "Teir 08"
  296. Teir08.Parent = Teirs
  297. Teir08.BackgroundColor3 = Color3.new(0, 0.686275, 0.686275)
  298. Teir08.BorderColor3 = Color3.new(0, 0, 0)
  299. Teir08.BorderSizePixel = 2
  300. Teir08.Position = UDim2.new(0.166666672, 0, -1.01725263e-07, 0)
  301. Teir08.Size = UDim2.new(0, 125, 0, 50)
  302. Teir08.Font = Enum.Font.SourceSans
  303. Teir08.Text = "Teir 08"
  304. Teir08.TextColor3 = Color3.new(0, 0, 0)
  305. Teir08.TextSize = 14
  306.  
  307. Teir07.Name = "Teir 07"
  308. Teir07.Parent = Teirs
  309. Teir07.BackgroundColor3 = Color3.new(0, 0.686275, 0.686275)
  310. Teir07.BorderColor3 = Color3.new(0, 0, 0)
  311. Teir07.BorderSizePixel = 2
  312. Teir07.Position = UDim2.new(0.166666672, 0, -1.01725263e-07, 0)
  313. Teir07.Size = UDim2.new(0, 125, 0, 50)
  314. Teir07.Font = Enum.Font.SourceSans
  315. Teir07.Text = "Teir 07"
  316. Teir07.TextColor3 = Color3.new(0, 0, 0)
  317. Teir07.TextSize = 14
  318.  
  319. Teir06.Name = "Teir 06"
  320. Teir06.Parent = Teirs
  321. Teir06.BackgroundColor3 = Color3.new(0, 0.686275, 0.686275)
  322. Teir06.BorderColor3 = Color3.new(0, 0, 0)
  323. Teir06.BorderSizePixel = 2
  324. Teir06.Position = UDim2.new(0.166666672, 0, -1.01725263e-07, 0)
  325. Teir06.Size = UDim2.new(0, 125, 0, 50)
  326. Teir06.Font = Enum.Font.SourceSans
  327. Teir06.Text = "Teir 06"
  328. Teir06.TextColor3 = Color3.new(0, 0, 0)
  329. Teir06.TextSize = 14
  330.  
  331. Teir05.Name = "Teir 05"
  332. Teir05.Parent = Teirs
  333. Teir05.BackgroundColor3 = Color3.new(0, 0.686275, 0.686275)
  334. Teir05.BorderColor3 = Color3.new(0, 0, 0)
  335. Teir05.BorderSizePixel = 2
  336. Teir05.Position = UDim2.new(0.166666672, 0, -1.01725263e-07, 0)
  337. Teir05.Size = UDim2.new(0, 125, 0, 50)
  338. Teir05.Font = Enum.Font.SourceSans
  339. Teir05.Text = "Teir 05"
  340. Teir05.TextColor3 = Color3.new(0, 0, 0)
  341. Teir05.TextSize = 14
  342.  
  343. Teir04.Name = "Teir 04"
  344. Teir04.Parent = Teirs
  345. Teir04.BackgroundColor3 = Color3.new(0, 0.686275, 0.686275)
  346. Teir04.BorderColor3 = Color3.new(0, 0, 0)
  347. Teir04.BorderSizePixel = 2
  348. Teir04.Position = UDim2.new(0.166666672, 0, -1.01725263e-07, 0)
  349. Teir04.Size = UDim2.new(0, 125, 0, 50)
  350. Teir04.Font = Enum.Font.SourceSans
  351. Teir04.Text = "Teir 04"
  352. Teir04.TextColor3 = Color3.new(0, 0, 0)
  353. Teir04.TextSize = 14
  354.  
  355. Teir03.Name = "Teir 03"
  356. Teir03.Parent = Teirs
  357. Teir03.BackgroundColor3 = Color3.new(0, 0.686275, 0.686275)
  358. Teir03.BorderColor3 = Color3.new(0, 0, 0)
  359. Teir03.BorderSizePixel = 2
  360. Teir03.Position = UDim2.new(0.166666672, 0, -1.01725263e-07, 0)
  361. Teir03.Size = UDim2.new(0, 125, 0, 50)
  362. Teir03.Font = Enum.Font.SourceSans
  363. Teir03.Text = "Teir 03"
  364. Teir03.TextColor3 = Color3.new(0, 0, 0)
  365. Teir03.TextSize = 14
  366.  
  367. Teir02.Name = "Teir 02"
  368. Teir02.Parent = Teirs
  369. Teir02.BackgroundColor3 = Color3.new(0, 0.686275, 0.686275)
  370. Teir02.BorderColor3 = Color3.new(0, 0, 0)
  371. Teir02.BorderSizePixel = 2
  372. Teir02.Position = UDim2.new(0.166666672, 0, -1.01725263e-07, 0)
  373. Teir02.Size = UDim2.new(0, 125, 0, 50)
  374. Teir02.Font = Enum.Font.SourceSans
  375. Teir02.Text = "Teir 02"
  376. Teir02.TextColor3 = Color3.new(0, 0, 0)
  377. Teir02.TextSize = 14
  378.  
  379. Teir01.Name = "Teir 01"
  380. Teir01.Parent = Teirs
  381. Teir01.BackgroundColor3 = Color3.new(0, 0.686275, 0.686275)
  382. Teir01.BorderColor3 = Color3.new(0, 0, 0)
  383. Teir01.BorderSizePixel = 2
  384. Teir01.Position = UDim2.new(0.166666672, 0, 0.0199998971, 0)
  385. Teir01.Size = UDim2.new(0, 125, 0, 50)
  386. Teir01.Font = Enum.Font.SourceSans
  387. Teir01.Text = "Teir 01"
  388. Teir01.TextColor3 = Color3.new(0, 0, 0)
  389. Teir01.TextSize = 14
  390.  
  391. Teir09.Name = "Teir 09"
  392. Teir09.Parent = Teirs
  393. Teir09.BackgroundColor3 = Color3.new(0, 0.686275, 0.686275)
  394. Teir09.BorderColor3 = Color3.new(0, 0, 0)
  395. Teir09.BorderSizePixel = 2
  396. Teir09.Position = UDim2.new(0.126666665, 0, -0.818750083, 0)
  397. Teir09.Size = UDim2.new(0, 125, 0, 50)
  398. Teir09.Font = Enum.Font.SourceSans
  399. Teir09.Text = "Teir 09"
  400. Teir09.TextColor3 = Color3.new(0, 0, 0)
  401. Teir09.TextSize = 14
  402.  
  403. SettingsButton.Name = "SettingsButton"
  404. SettingsButton.Parent = MainThing
  405. SettingsButton.BackgroundColor3 = Color3.new(0, 0, 0)
  406. SettingsButton.BorderColor3 = Color3.new(0, 0, 0)
  407. SettingsButton.BorderSizePixel = 2
  408. SettingsButton.Position = UDim2.new(0.0599999987, 0, 0.787881136, 0)
  409. SettingsButton.Size = UDim2.new(0, 150, 0, 59)
  410. SettingsButton.Font = Enum.Font.Code
  411. SettingsButton.Text = "Settings"
  412. SettingsButton.TextColor3 = Color3.new(1, 1, 1)
  413. SettingsButton.TextSize = 14
  414.  
  415. NumberOfStars.Name = "Number Of Stars"
  416. NumberOfStars.Parent = MainThing
  417. NumberOfStars.BackgroundColor3 = Color3.new(1, 0.54902, 0)
  418. NumberOfStars.Position = UDim2.new(0.563000023, 0, 0.787418842, 0)
  419. NumberOfStars.Size = UDim2.new(0, 150, 0, 59)
  420. NumberOfStars.Font = Enum.Font.SourceSans
  421. NumberOfStars.Text = "Amount Of Stars To Open"
  422. NumberOfStars.TextColor3 = Color3.new(1, 1, 1)
  423. NumberOfStars.TextSize = 14
  424.  
  425. Settings.Name = "Settings"
  426. Settings.Parent = MainThing
  427. Settings.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  428. Settings.BorderColor3 = Color3.new(0, 0, 0)
  429. Settings.BorderSizePixel = 2
  430. Settings.Position = UDim2.new(-0.00100621581, 0, 1.01374257, 0)
  431. Settings.Size = UDim2.new(0, 400, 0, 100)
  432. Settings.Visible = false
  433.  
  434. RainbowSetting.Name = "Rainbow Setting"
  435. RainbowSetting.Parent = Settings
  436. RainbowSetting.BackgroundColor3 = Color3.new(1, 1, 1)
  437. RainbowSetting.BackgroundTransparency = 1
  438. RainbowSetting.Position = UDim2.new(-0.00100616459, 0, -0.00519073009, 0)
  439. RainbowSetting.Size = UDim2.new(0, 400, 0, 100)
  440. RainbowSetting.Font = Enum.Font.SourceSans
  441. RainbowSetting.Text = "Rainbow: Off"
  442. RainbowSetting.TextColor3 = Color3.new(0, 0, 0)
  443. RainbowSetting.TextSize = 25
  444. RainbowSetting.TextStrokeColor3 = Color3.new(1, 1, 1)
  445. RainbowSetting.TextStrokeTransparency = 0.5
  446. -- Scripts:
  447.  
  448. SelectEgg.MouseButton1Click:connect(function()
  449.     Teirs.Visible = not Teirs.Visible
  450. end)
  451.  
  452. Exit.MouseButton1Click:connect(function()
  453.     FameSimGUI:Destroy()
  454. end)
  455.  
  456. World1Shop.MouseButton1Down:connect(function()
  457.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(27.3003368, 8.37278748, -262.831512)
  458. end)
  459.  
  460. World1Stage1.MouseButton1Click:connect(function()
  461.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(29, 4.86499977, -68)
  462.  
  463. end)
  464.  
  465. World1Stage2.MouseButton1Click:connect(function()
  466.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(27, 4.86499977, 255)
  467. end)
  468.  
  469. World1Stage3.MouseButton1Click:connect(function()
  470.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(28, 4.86499977, 661)
  471. end)
  472.  
  473. World1Stage4.MouseButton1Click:connect(function()
  474.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(26, 4.86499977, 1067)
  475. end)
  476.  
  477. World1Stage5.MouseButton1Click:connect(function()
  478.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(30, 4.86499977, 1441)
  479. end)
  480.  
  481. World1Stage6.MouseButton1Click:connect(function()
  482.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(23.5, 4.86499977, 1859)
  483. end)
  484.  
  485. Teir01.MouseButton1Click:connect(function()
  486.     TeirToOpen = "InputS1-350"
  487. end)
  488.  
  489. Teir02.MouseButton1Click:connect(function()
  490.     TeirToOpen = "InputS2-4000"
  491. end)
  492.  
  493. Teir03.MouseButton1Click:connect(function()
  494.     TeirToOpen = "InputS3-25000"
  495. end)
  496.  
  497. Teir04.MouseButton1Click:connect(function()
  498.     TeirToOpen = "InputS4-125000"
  499. end)
  500.  
  501. Teir05.MouseButton1Click:connect(function()
  502.     TeirToOpen = "InputS5-1000000"
  503. end)
  504.  
  505. Teir06.MouseButton1Click:connect(function()
  506.     TeirToOpen = "InputS6-10000000"
  507. end)
  508.  
  509. Teir07.MouseButton1Click:connect(function()
  510.     TeirToOpen = "InputS7-40000000"
  511. end)
  512.  
  513. Teir08.MouseButton1Click:connect(function()
  514.     TeirToOpen = "InputS8-125000000"
  515. end)
  516.  
  517. Teir09.MouseButton1Click:connect(function()
  518.     TeirToOpen = "InputS9-500000000"
  519. end)
  520.  
  521. BuyStar.MouseButton1Click:connect(function()
  522.     for i = 1,NumberOfStars.Text do
  523.     game:GetService("ReplicatedStorage").Requests.Buy:FireServer(game:GetService("Workspace").Shop.ShopButtons[TeirToOpen])
  524.     end
  525. end)
  526.  
  527. AutoClick.MouseButton1Click:connect(function()
  528.     AutoClickOn = not AutoClickOn
  529.     if AutoClickOn then
  530.         print("Enabled Auto Click")
  531.         AutoClick.Text = "Auto Click: On"
  532.         AutoClick.BackgroundColor3 = Color3.new(0, .5, 0)
  533.     else
  534.         print("Disabled Auto Click")
  535.         AutoClick.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  536.         AutoClick.Text = "Auto Click: Off"
  537.     end
  538. AutoClickForMe()
  539. end)
  540.  
  541. function AutoClickForMe()
  542.     while AutoClickOn == true do
  543.         wait()
  544.         game:GetService("ReplicatedStorage").Requests.Click:FireServer() --Auto click camera
  545.     end
  546. end
  547.  
  548. AutoUnlock.MouseButton1Click:connect(function()
  549.     UnlockTheStages = not UnlockTheStages
  550.     if UnlockTheStages then
  551.         print("Enabled Auto Stages")
  552.         AutoUnlock.BackgroundColor3 = Color3.new(0, .5, 0)
  553.         AutoUnlock.Text = "Auto Unlock Stages: On"
  554.     else
  555.         print("Disabled Auto Stages")
  556.         AutoUnlock.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  557.         AutoUnlock.Text = "Auto Unlock Stages: Off"
  558.     end
  559. UnlockMyStages()
  560. end)
  561.  
  562. function UnlockMyStages()
  563.     while UnlockTheStages == true do
  564.         local r = game.ReplicatedStorage.Requests.Unlock
  565.  
  566. local worlds = {}
  567.  
  568. for i, world in pairs(workspace.Map:GetChildren()) do
  569.     local stages = {}
  570.     for j, stage in pairs(world:GetChildren()) do
  571.         table.insert(stages, tonumber(stage.Name:match("%d+")))
  572.     end
  573.     table.sort(stages)
  574.     worlds[tonumber(world.Name:match("%d+"))] = stages
  575. end
  576.  
  577. for i, v in ipairs(worlds) do
  578.     for j in ipairs(v) do
  579.         r:FireServer(i, j)
  580.         wait()
  581.     end
  582. end
  583. end
  584. end
  585.  
  586. FarmFollowers.MouseButton1Click:connect(function()
  587.     FarmTheFollowers = not FarmTheFollowers
  588.     if FarmTheFollowers then
  589.         print("Enabled Auto Followers")
  590.         FarmFollowers.BackgroundColor3 = Color3.new(0, .5, 0)
  591.         FarmFollowers.Text = "Farm Followers: On"
  592.     else
  593.         print("Disabled Auto Followers")
  594.                 FarmFollowers.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  595.         FarmFollowers.Text = "Farm Followers: Off"
  596.     end
  597. FarmMeSomeFollowers()
  598. end)
  599.  
  600. function FarmMeSomeFollowers()
  601.     while FarmTheFollowers == true do
  602.         wait()
  603.         local StageToFarm = plr.Info.Stage.Value -- find your current stage
  604.     local WorldToFarm = plr.Info.World.Value -- find your current world
  605.         game:GetService("ReplicatedStorage").Requests.Select:FireServer(game.workspace.Map["World "..WorldToFarm]["Stage "..StageToFarm].Items:GetChildren()[1]) --Farm The Pets
  606.     end
  607. end
  608.  
  609. AutoBuy.MouseButton1Click:connect(function()
  610.         BuyThePhones = not BuyThePhones
  611.     if BuyThePhones then
  612.         print("Enabled Auto Buy Phones")
  613.         AutoBuy.BackgroundColor3 = Color3.new(0, .5, 0)
  614.         AutoBuy.Text = "Auto Buy Phones: On"
  615.     else
  616.         print("Disabled Auto Buy Phones")
  617.         AutoBuy.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  618.         AutoBuy.Text = "Auto Buy Phones: Off"
  619.     end
  620. GimmiPhones()
  621. end)
  622.  
  623. function GimmiPhones()
  624. while BuyThePhones == true do
  625.     for i,v in ipairs(game.Workspace.Shop.ShopButtons:GetChildren()) do
  626.     game.ReplicatedStorage.Requests['Buy']:FireServer(v.Name)
  627.     end
  628.     wait()
  629. end
  630. end
  631.  
  632. TeleportsButton.MouseButton1Click:connect(function()
  633.     TeleportsFrame.Visible = not TeleportsFrame.Visible
  634. end)
  635.  
  636. SettingsButton.MouseButton1Click:connect(function()
  637.     Settings.Visible = not Settings.Visible
  638. end)
  639.  
  640. Gamepasses.MouseButton1Click:connect(function()
  641.     for i,v in pairs(game.Players.LocalPlayer.Gamepasses:GetChildren()) do
  642.     v.Value = true
  643.     end
  644. end)
  645.  
  646. local RainbowEnabled = false
  647. local rs = game:GetService("RunService")
  648. local RRAAIINNBBOOWWSS = {}
  649. local function rainbowify(obj, prop)
  650.     if type(obj) == "table" then
  651.         for i, v in pairs(obj) do
  652.             rainbowify(v, prop)
  653.         end
  654.     elseif type(prop) == "table" then
  655.         for i, v in pairs(prop) do
  656.             rainbowify(obj, v)
  657.         end
  658.     else
  659.         local ok, o = pcall(function()
  660.             return obj[prop]
  661.         end)
  662.         if ok then
  663.             table.insert(RRAAIINNBBOOWWSS, function(c)
  664.                 if c then
  665.                     obj[prop] = c
  666.                 else
  667.                     obj[prop] = o
  668.                 end
  669.             end)
  670.         end
  671.     end
  672. end
  673. do
  674.     local reset = true
  675.     rs.RenderStepped:connect(function()
  676.         if RainbowEnabled then
  677.             local c = Color3.fromHSV((tick() / 16) % 1, 1, 1)
  678.             for i = 1, #RRAAIINNBBOOWWSS do
  679.                 pcall(RRAAIINNBBOOWWSS[i], c)
  680.             end
  681.             reset = true
  682.         elseif reset then
  683.             for i = 1, #RRAAIINNBBOOWWSS do
  684.                 pcall(RRAAIINNBBOOWWSS[i], false)
  685.             end
  686.             reset = false
  687.         end
  688.     end)
  689. end
  690. rainbowify({
  691. FameSimGUI, MainThing, Top, AutoUnlock, BuyStar, Gamepasses, AutoClick, AutoBuy, SelectEgg, TeleportsFrame, World1Stage1, World1Stage2, World1Shop, World1Stage3, World1Stage4, World1Stage5, World1Stage6, Exit, FarmFollowers, TeleportsButton, Teirs, Teir08, Teir07, Teir06, Teir05, Teir04, Teir03, Teir02, Teir01, Teir09, SettingsButton, NumberOfStars, Settings, RainbowSetting,
  692. }
  693. , {"BorderColor3", "TextColor3",})
  694.  
  695. RainbowSetting.MouseButton1Click:connect(function()
  696.     RainbowEnabled = not RainbowEnabled
  697.     if RainbowEnabled then
  698.         RainbowSetting.Text = "Rainbow: On"
  699.     else
  700.         RainbowSetting.Text = "Rainbow: Off"
  701.     end
  702. end)
  703. Print("byte-chanβ„’#5250 <3 ")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement