Advertisement
FurkyYT

Fame Simulator GUI

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