PG_MCVN

Fame Simulator

Jan 26th, 2019
4,548
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.64 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local FameSimGUI = Instance.new("ScreenGui")
  5. local MainThing = Instance.new("Frame")
  6. local Top = Instance.new("TextLabel")
  7. local AutoUnlock = Instance.new("TextButton")
  8. local BuyTeirThing = Instance.new("TextButton")
  9. local FarmFollowers = Instance.new("TextButton")
  10. local AutoClick = Instance.new("TextButton")
  11. local AutoBuy = Instance.new("TextButton")
  12. local SelectEgg = Instance.new("TextButton")
  13. local Stage1 = Instance.new("TextButton")
  14. local Stage2 = Instance.new("TextButton")
  15. local Stage3 = Instance.new("TextButton")
  16. local Stage5 = Instance.new("TextButton")
  17. local Stage6 = Instance.new("TextButton")
  18. local Stage4 = Instance.new("TextButton")
  19. local Shop = Instance.new("TextButton")
  20. local Teirs = Instance.new("ScrollingFrame")
  21. local UIListLayout = Instance.new("UIListLayout")
  22. local Teir08 = Instance.new("TextButton")
  23. local Teir07 = Instance.new("TextButton")
  24. local Teir06 = Instance.new("TextButton")
  25. local Teir05 = Instance.new("TextButton")
  26. local Teir04 = Instance.new("TextButton")
  27. local Teir03 = Instance.new("TextButton")
  28. local Teir02 = Instance.new("TextButton")
  29. local Teir01 = Instance.new("TextButton")
  30. local Exit = Instance.new("TextButton")
  31. local plr = game.Players.LocalPlayer -- find you in "Players"
  32.  
  33. TeirToOpen = nil
  34. AutoClickOn = false
  35. FarmTheFollowers = false
  36. UnlockTheStages = false
  37. BuyThePhones = false
  38.  
  39. --Properties:
  40. FameSimGUI.Name = "FameSimGUI"
  41. FameSimGUI.Parent = game.CoreGui
  42.  
  43. MainThing.Name = "MainThing"
  44. MainThing.Parent = FameSimGUI
  45. MainThing.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  46. MainThing.BorderColor3 = Color3.new(0, 0, 0)
  47. MainThing.BorderSizePixel = 2
  48. MainThing.Position = UDim2.new(0.65250963, 0, 0.320619792, 0)
  49. MainThing.Size = UDim2.new(0, 400, 0, 300)
  50. MainThing.Draggable = true
  51. MainThing.Active = true
  52.  
  53. Top.Name = "Top"
  54. Top.Parent = MainThing
  55. Top.BackgroundColor3 = Color3.new(1, 1, 1)
  56. Top.BackgroundTransparency = 1
  57. Top.Position = UDim2.new(0.145009756, 0, -0.00271352124, 0)
  58. Top.Size = UDim2.new(0, 282, 0, 28)
  59. Top.Font = Enum.Font.Code
  60. Top.Text = "Fame Simulator OP Gui <3 by: Gerard#6969"
  61. Top.TextColor3 = Color3.new(0, 0, 0)
  62. Top.TextSize = 14
  63.  
  64. AutoUnlock.Name = "AutoUnlock"
  65. AutoUnlock.Parent = MainThing
  66. AutoUnlock.BackgroundColor3 = Color3.new(0.784314, 0, 0.0117647)
  67. AutoUnlock.BorderColor3 = Color3.new(0, 0, 0)
  68. AutoUnlock.BorderSizePixel = 2
  69. AutoUnlock.Position = UDim2.new(0.560048223, 0, 0.100536294, 0)
  70. AutoUnlock.Size = UDim2.new(0, 150, 0, 50)
  71. AutoUnlock.Font = Enum.Font.Code
  72. AutoUnlock.Text = "Auto Unlock Stages: Off"
  73. AutoUnlock.TextColor3 = Color3.new(1, 1, 1)
  74. AutoUnlock.TextSize = 12
  75.  
  76. BuyTeirThing.Name = "BuyTeirThing"
  77. BuyTeirThing.Parent = MainThing
  78. BuyTeirThing.BackgroundColor3 = Color3.new(0.784314, 0, 0.0117647)
  79. BuyTeirThing.BorderColor3 = Color3.new(0, 0, 0)
  80. BuyTeirThing.BorderSizePixel = 2
  81. BuyTeirThing.Position = UDim2.new(0.56254822, 0, 0.563869655, 0)
  82. BuyTeirThing.Size = UDim2.new(0, 150, 0, 50)
  83. BuyTeirThing.Font = Enum.Font.Code
  84. BuyTeirThing.Text = "<< Buy [just 1]"
  85. BuyTeirThing.TextColor3 = Color3.new(1, 1, 1)
  86. BuyTeirThing.TextSize = 14
  87.  
  88. FarmFollowers.Name = "Farm Followers"
  89. FarmFollowers.Parent = MainThing
  90. FarmFollowers.BackgroundColor3 = Color3.new(0.784314, 0, 0.0117647)
  91. FarmFollowers.BorderColor3 = Color3.new(0, 0, 0)
  92. FarmFollowers.BorderSizePixel = 2
  93. FarmFollowers.Position = UDim2.new(0.560000002, 0, 0.333666623, 0)
  94. FarmFollowers.Size = UDim2.new(0, 150, 0, 50)
  95. FarmFollowers.Font = Enum.Font.Code
  96. FarmFollowers.Text = "Farm Followers: Off"
  97. FarmFollowers.TextColor3 = Color3.new(1, 1, 1)
  98. FarmFollowers.TextSize = 14
  99.  
  100. AutoClick.Name = "Auto Click"
  101. AutoClick.Parent = MainThing
  102. AutoClick.BackgroundColor3 = Color3.new(0.784314, 0, 0.0117647)
  103. AutoClick.BorderColor3 = Color3.new(0, 0, 0)
  104. AutoClick.BorderSizePixel = 2
  105. AutoClick.Position = UDim2.new(0.0625482276, 0, 0.100536294, 0)
  106. AutoClick.Size = UDim2.new(0, 150, 0, 50)
  107. AutoClick.Font = Enum.Font.Code
  108. AutoClick.Text = "Auto Click: Off"
  109. AutoClick.TextColor3 = Color3.new(1, 1, 1)
  110. AutoClick.TextSize = 14
  111.  
  112. AutoBuy.Name = "AutoBuy"
  113. AutoBuy.Parent = MainThing
  114. AutoBuy.BackgroundColor3 = Color3.new(0.784314, 0, 0.0117647)
  115. AutoBuy.BorderColor3 = Color3.new(0, 0, 0)
  116. AutoBuy.BorderSizePixel = 2
  117. AutoBuy.Position = UDim2.new(0.0600482263, 0, 0.333869636, 0)
  118. AutoBuy.Size = UDim2.new(0, 150, 0, 50)
  119. AutoBuy.Font = Enum.Font.Code
  120. AutoBuy.Text = "Auto Buy Phones: Off"
  121. AutoBuy.TextColor3 = Color3.new(1, 1, 1)
  122. AutoBuy.TextSize = 14
  123.  
  124. SelectEgg.Name = "Select Egg"
  125. SelectEgg.Parent = MainThing
  126. SelectEgg.BackgroundColor3 = Color3.new(0, 0, 0)
  127. SelectEgg.BorderColor3 = Color3.new(0, 0, 0)
  128. SelectEgg.BorderSizePixel = 2
  129. SelectEgg.Position = UDim2.new(0.0625000075, 0, 0.566999972, 0)
  130. SelectEgg.Size = UDim2.new(0, 150, 0, 50)
  131. SelectEgg.Font = Enum.Font.Code
  132. SelectEgg.Text = "< Select Teir"
  133. SelectEgg.TextColor3 = Color3.new(1, 1, 1)
  134. SelectEgg.TextSize = 14
  135.  
  136. Stage1.Name = "Stage1"
  137. Stage1.Parent = MainThing
  138. Stage1.BackgroundColor3 = Color3.new(0, 0.686275, 0.686275)
  139. Stage1.BorderColor3 = Color3.new(0, 0, 0)
  140. Stage1.BorderSizePixel = 2
  141. Stage1.Position = UDim2.new(0.157499999, 0, 0.790000021, 0)
  142. Stage1.Size = UDim2.new(0, 50, 0, 50)
  143. Stage1.Font = Enum.Font.Code
  144. Stage1.Text = "Stage1"
  145. Stage1.TextColor3 = Color3.new(0, 0, 0)
  146. Stage1.TextSize = 14
  147.  
  148. Stage2.Name = "Stage2"
  149. Stage2.Parent = MainThing
  150. Stage2.BackgroundColor3 = Color3.new(0, 0.686275, 0.686275)
  151. Stage2.BorderColor3 = Color3.new(0, 0, 0)
  152. Stage2.BorderSizePixel = 2
  153. Stage2.Position = UDim2.new(0.297500014, 0, 0.790000021, 0)
  154. Stage2.Size = UDim2.new(0, 50, 0, 50)
  155. Stage2.Font = Enum.Font.Code
  156. Stage2.Text = "Stage2"
  157. Stage2.TextColor3 = Color3.new(0, 0, 0)
  158. Stage2.TextSize = 14
  159.  
  160. Stage3.Name = "Stage3"
  161. Stage3.Parent = MainThing
  162. Stage3.BackgroundColor3 = Color3.new(0, 0.686275, 0.686275)
  163. Stage3.BorderColor3 = Color3.new(0, 0, 0)
  164. Stage3.BorderSizePixel = 2
  165. Stage3.Position = UDim2.new(0.43754822, 0, 0.790000021, 0)
  166. Stage3.Size = UDim2.new(0, 50, 0, 50)
  167. Stage3.Font = Enum.Font.Code
  168. Stage3.Text = "Stage3"
  169. Stage3.TextColor3 = Color3.new(0, 0, 0)
  170. Stage3.TextSize = 14
  171.  
  172. Stage5.Name = "Stage5"
  173. Stage5.Parent = MainThing
  174. Stage5.BackgroundColor3 = Color3.new(0, 0.686275, 0.686275)
  175. Stage5.BorderColor3 = Color3.new(0, 0, 0)
  176. Stage5.BorderSizePixel = 2
  177. Stage5.Position = UDim2.new(0.717499971, 0, 0.790000021, 0)
  178. Stage5.Size = UDim2.new(0, 50, 0, 50)
  179. Stage5.Font = Enum.Font.Code
  180. Stage5.Text = "Stage5"
  181. Stage5.TextColor3 = Color3.new(0, 0, 0)
  182. Stage5.TextSize = 14
  183.  
  184. Stage6.Name = "Stage6"
  185. Stage6.Parent = MainThing
  186. Stage6.BackgroundColor3 = Color3.new(0, 0.686275, 0.686275)
  187. Stage6.BorderColor3 = Color3.new(0, 0, 0)
  188. Stage6.BorderSizePixel = 2
  189. Stage6.Position = UDim2.new(0.857500017, 0, 0.790000021, 0)
  190. Stage6.Size = UDim2.new(0, 50, 0, 50)
  191. Stage6.Font = Enum.Font.Code
  192. Stage6.Text = "Stage6"
  193. Stage6.TextColor3 = Color3.new(0, 0, 0)
  194. Stage6.TextSize = 14
  195.  
  196. Stage4.Name = "Stage4"
  197. Stage4.Parent = MainThing
  198. Stage4.BackgroundColor3 = Color3.new(0, 0.686275, 0.686275)
  199. Stage4.BorderColor3 = Color3.new(0, 0, 0)
  200. Stage4.BorderSizePixel = 2
  201. Stage4.Position = UDim2.new(0.577500045, 0, 0.790000021, 0)
  202. Stage4.Size = UDim2.new(0, 50, 0, 50)
  203. Stage4.Font = Enum.Font.Code
  204. Stage4.Text = "Stage4"
  205. Stage4.TextColor3 = Color3.new(0, 0, 0)
  206. Stage4.TextSize = 14
  207.  
  208. Shop.Name = "Shop"
  209. Shop.Parent = MainThing
  210. Shop.BackgroundColor3 = Color3.new(0, 0.686275, 0.686275)
  211. Shop.BorderColor3 = Color3.new(0, 0, 0)
  212. Shop.BorderSizePixel = 2
  213. Shop.Position = UDim2.new(0.0175000001, 0, 0.790000021, 0)
  214. Shop.Size = UDim2.new(0, 50, 0, 50)
  215. Shop.Font = Enum.Font.Code
  216. Shop.Text = "Shop"
  217. Shop.TextColor3 = Color3.new(0, 0, 0)
  218. Shop.TextSize = 14
  219.  
  220. Teirs.Name = "Teirs"
  221. Teirs.Parent = MainThing
  222. Teirs.BackgroundColor3 = Color3.new(1, 1, 1)
  223. Teirs.BackgroundTransparency = 1
  224. Teirs.BorderSizePixel = 2
  225. Teirs.Position = UDim2.new(-0.378996104, 0, -0.000190705061, 0)
  226. Teirs.Size = UDim2.new(0, 150, 0, 300)
  227. Teirs.Visible = false
  228. Teirs.ScrollBarThickness = 10
  229.  
  230. UIListLayout.Parent = Teirs
  231. UIListLayout.HorizontalAlignment = Enum.HorizontalAlignment.Right
  232. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  233. UIListLayout.Padding = UDim.new(0.00999999978, 0)
  234.  
  235. Teir08.Name = "Teir 08"
  236. Teir08.Parent = Teirs
  237. Teir08.BackgroundColor3 = Color3.new(0, 0.686275, 0.686275)
  238. Teir08.BorderColor3 = Color3.new(0, 0, 0)
  239. Teir08.BorderSizePixel = 2
  240. Teir08.Position = UDim2.new(0.166666672, 0, -1.01725263e-07, 0)
  241. Teir08.Size = UDim2.new(0, 125, 0, 50)
  242. Teir08.Font = Enum.Font.SourceSans
  243. Teir08.Text = "Teir 08"
  244. Teir08.TextColor3 = Color3.new(0, 0, 0)
  245. Teir08.TextSize = 14
  246.  
  247. Teir07.Name = "Teir 07"
  248. Teir07.Parent = Teirs
  249. Teir07.BackgroundColor3 = Color3.new(0, 0.686275, 0.686275)
  250. Teir07.BorderColor3 = Color3.new(0, 0, 0)
  251. Teir07.BorderSizePixel = 2
  252. Teir07.Position = UDim2.new(0.166666672, 0, -1.01725263e-07, 0)
  253. Teir07.Size = UDim2.new(0, 125, 0, 50)
  254. Teir07.Font = Enum.Font.SourceSans
  255. Teir07.Text = "Teir 07"
  256. Teir07.TextColor3 = Color3.new(0, 0, 0)
  257. Teir07.TextSize = 14
  258.  
  259. Teir06.Name = "Teir 06"
  260. Teir06.Parent = Teirs
  261. Teir06.BackgroundColor3 = Color3.new(0, 0.686275, 0.686275)
  262. Teir06.BorderColor3 = Color3.new(0, 0, 0)
  263. Teir06.BorderSizePixel = 2
  264. Teir06.Position = UDim2.new(0.166666672, 0, -1.01725263e-07, 0)
  265. Teir06.Size = UDim2.new(0, 125, 0, 50)
  266. Teir06.Font = Enum.Font.SourceSans
  267. Teir06.Text = "Teir 06"
  268. Teir06.TextColor3 = Color3.new(0, 0, 0)
  269. Teir06.TextSize = 14
  270.  
  271. Teir05.Name = "Teir 05"
  272. Teir05.Parent = Teirs
  273. Teir05.BackgroundColor3 = Color3.new(0, 0.686275, 0.686275)
  274. Teir05.BorderColor3 = Color3.new(0, 0, 0)
  275. Teir05.BorderSizePixel = 2
  276. Teir05.Position = UDim2.new(0.166666672, 0, -1.01725263e-07, 0)
  277. Teir05.Size = UDim2.new(0, 125, 0, 50)
  278. Teir05.Font = Enum.Font.SourceSans
  279. Teir05.Text = "Teir 05"
  280. Teir05.TextColor3 = Color3.new(0, 0, 0)
  281. Teir05.TextSize = 14
  282.  
  283. Teir04.Name = "Teir 04"
  284. Teir04.Parent = Teirs
  285. Teir04.BackgroundColor3 = Color3.new(0, 0.686275, 0.686275)
  286. Teir04.BorderColor3 = Color3.new(0, 0, 0)
  287. Teir04.BorderSizePixel = 2
  288. Teir04.Position = UDim2.new(0.166666672, 0, -1.01725263e-07, 0)
  289. Teir04.Size = UDim2.new(0, 125, 0, 50)
  290. Teir04.Font = Enum.Font.SourceSans
  291. Teir04.Text = "Teir 04"
  292. Teir04.TextColor3 = Color3.new(0, 0, 0)
  293. Teir04.TextSize = 14
  294.  
  295. Teir03.Name = "Teir 03"
  296. Teir03.Parent = Teirs
  297. Teir03.BackgroundColor3 = Color3.new(0, 0.686275, 0.686275)
  298. Teir03.BorderColor3 = Color3.new(0, 0, 0)
  299. Teir03.BorderSizePixel = 2
  300. Teir03.Position = UDim2.new(0.166666672, 0, -1.01725263e-07, 0)
  301. Teir03.Size = UDim2.new(0, 125, 0, 50)
  302. Teir03.Font = Enum.Font.SourceSans
  303. Teir03.Text = "Teir 03"
  304. Teir03.TextColor3 = Color3.new(0, 0, 0)
  305. Teir03.TextSize = 14
  306.  
  307. Teir02.Name = "Teir 02"
  308. Teir02.Parent = Teirs
  309. Teir02.BackgroundColor3 = Color3.new(0, 0.686275, 0.686275)
  310. Teir02.BorderColor3 = Color3.new(0, 0, 0)
  311. Teir02.BorderSizePixel = 2
  312. Teir02.Position = UDim2.new(0.166666672, 0, -1.01725263e-07, 0)
  313. Teir02.Size = UDim2.new(0, 125, 0, 50)
  314. Teir02.Font = Enum.Font.SourceSans
  315. Teir02.Text = "Teir 02"
  316. Teir02.TextColor3 = Color3.new(0, 0, 0)
  317. Teir02.TextSize = 14
  318.  
  319. Teir01.Name = "Teir 01"
  320. Teir01.Parent = Teirs
  321. Teir01.BackgroundColor3 = Color3.new(0, 0.686275, 0.686275)
  322. Teir01.BorderColor3 = Color3.new(0, 0, 0)
  323. Teir01.BorderSizePixel = 2
  324. Teir01.Position = UDim2.new(0.166666672, 0, 0.0199998971, 0)
  325. Teir01.Size = UDim2.new(0, 125, 0, 50)
  326. Teir01.Font = Enum.Font.SourceSans
  327. Teir01.Text = "Teir 01"
  328. Teir01.TextColor3 = Color3.new(0, 0, 0)
  329. Teir01.TextSize = 14
  330.  
  331. Exit.Name = "Exit"
  332. Exit.Parent = MainThing
  333. Exit.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  334. Exit.BackgroundTransparency = 1
  335. Exit.BorderSizePixel = 0
  336. Exit.Position = UDim2.new(0.865463316, 0, -0.00271353126, 0)
  337. Exit.Size = UDim2.new(0, 53, 0, 27)
  338. Exit.Font = Enum.Font.SourceSans
  339. Exit.Text = "X"
  340. Exit.TextColor3 = Color3.new(0, 0, 0)
  341. Exit.TextSize = 14
  342. -- Scripts:
  343.  
  344. local rs = game:GetService("RunService")
  345. local RRAAIINNBBOOWWSS = {}
  346. local function rainbowify(obj, prop)
  347. if type(obj) == "table" then
  348. for i, v in pairs(obj) do
  349. rainbowify(v, prop)
  350. end
  351. elseif type(prop) == "table" then
  352. for i, v in pairs(prop) do
  353. rainbowify(obj, v)
  354. end
  355. else
  356. table.insert(RRAAIINNBBOOWWSS, function(c)
  357. obj[prop] = c
  358. end)
  359. end
  360. end
  361. rs.RenderStepped:connect(function()
  362. local c = Color3.fromHSV((tick() / 16) % 1, 1, 1)
  363. for i = 1, #RRAAIINNBBOOWWSS do
  364. pcall(RRAAIINNBBOOWWSS[i], c)
  365. end
  366. end)
  367.  
  368. rainbowify({
  369. MainThing, Top, AutoUnlock, BuyTeirThing, FarmFollowers, AutoClick, AutoBuy, SelectEgg, Stage1, Stage2, Stage3, Stage5, Stage6, Stage4, Shop, Teir08, Teir07, Teir06, Teir05, Teir04, Teir03, Teir02, Teir01, Exit,
  370. }, {"BorderColor3", "TextColor3",})
  371.  
  372. SelectEgg.MouseButton1Click:connect(function()
  373. Teirs.Visible = not Teirs.Visible
  374. end)
  375.  
  376. Exit.MouseButton1Click:connect(function()
  377. FameSimGUI:Destroy()
  378. end)
  379.  
  380. Shop.MouseButton1Down:connect(function()
  381. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(27.3003368, 8.37278748, -262.831512)
  382. end)
  383.  
  384. Stage1.MouseButton1Click:connect(function()
  385. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(29, 4.86499977, -68)
  386.  
  387. end)
  388.  
  389. Stage2.MouseButton1Click:connect(function()
  390. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(27, 4.86499977, 255)
  391. end)
  392.  
  393. Stage3.MouseButton1Click:connect(function()
  394. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(28, 4.86499977, 661)
  395. end)
  396.  
  397. Stage4.MouseButton1Click:connect(function()
  398. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(26, 4.86499977, 1067)
  399. end)
  400.  
  401. Stage5.MouseButton1Click:connect(function()
  402. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(30, 4.86499977, 1441)
  403. end)
  404.  
  405. Stage6.MouseButton1Click:connect(function()
  406. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(23.5, 4.86499977, 1859)
  407. end)
  408.  
  409. Teir01.MouseButton1Click:connect(function()
  410. TeirToOpen = "InputS1-350"
  411. end)
  412.  
  413. Teir02.MouseButton1Click:connect(function()
  414. TeirToOpen = "InputS2-4000"
  415. end)
  416.  
  417. Teir03.MouseButton1Click:connect(function()
  418. TeirToOpen = "InputS3-25000"
  419. end)
  420.  
  421. Teir04.MouseButton1Click:connect(function()
  422. TeirToOpen = "InputS4-125000"
  423. end)
  424.  
  425. Teir05.MouseButton1Click:connect(function()
  426. TeirToOpen = "InputS5-1000000"
  427. end)
  428.  
  429. Teir06.MouseButton1Click:connect(function()
  430. TeirToOpen = "InputS6-10000000"
  431. end)
  432.  
  433. Teir07.MouseButton1Click:connect(function()
  434. TeirToOpen = "InputS7-40000000"
  435. end)
  436.  
  437. Teir08.MouseButton1Click:connect(function()
  438. TeirToOpen = "InputS8-125000000"
  439. end)
  440.  
  441. BuyTeirThing.MouseButton1Click:connect(function()
  442. game:GetService("ReplicatedStorage").Requests.Buy:FireServer(game:GetService("Workspace").Shop.ShopButtons[TeirToOpen])
  443. end)
  444.  
  445. AutoClick.MouseButton1Click:connect(function()
  446. AutoClickOn = not AutoClickOn
  447. if AutoClickOn then
  448. print("Enabled Auto Click")
  449. AutoClick.Text = "Auto Click: On"
  450. AutoClick.BackgroundColor3 = Color3.new(0, .5, 0)
  451. else
  452. print("Disabled Auto Click")
  453. AutoClick.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  454. AutoClick.Text = "Auto Click: Off"
  455. end
  456. AutoClickForMe()
  457. end)
  458.  
  459. function AutoClickForMe()
  460. while AutoClickOn == true do
  461. wait()
  462. game:GetService("ReplicatedStorage").Requests.Click:FireServer() --Auto click camera
  463. end
  464. end
  465.  
  466. AutoUnlock.MouseButton1Click:connect(function()
  467. UnlockTheStages = not UnlockTheStages
  468. if UnlockTheStages then
  469. print("Enabled Auto Stages")
  470. AutoUnlock.BackgroundColor3 = Color3.new(0, .5, 0)
  471. AutoUnlock.Text = "Auto Unlock Stages: On"
  472. else
  473. print("Disabled Auto Stages")
  474. AutoUnlock.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  475. AutoUnlock.Text = "Auto Unlock Stages: Off"
  476. end
  477. UnlockMyStages()
  478. end)
  479.  
  480. function UnlockMyStages()
  481. while UnlockTheStages == true do
  482. local r = game.ReplicatedStorage.Requests.Unlock
  483.  
  484. local worlds = {}
  485.  
  486. for i, world in pairs(workspace.Map:GetChildren()) do
  487. local stages = {}
  488. for j, stage in pairs(world:GetChildren()) do
  489. table.insert(stages, tonumber(stage.Name:match("%d+")))
  490. end
  491. table.sort(stages)
  492. worlds[tonumber(world.Name:match("%d+"))] = stages
  493. end
  494.  
  495. for i, v in ipairs(worlds) do
  496. for j in ipairs(v) do
  497. r:FireServer(i, j)
  498. wait()
  499. end
  500. end
  501. end
  502. end
  503.  
  504. FarmFollowers.MouseButton1Click:connect(function()
  505. FarmTheFollowers = not FarmTheFollowers
  506. if FarmTheFollowers then
  507. print("Enabled Auto Followers")
  508. FarmFollowers.BackgroundColor3 = Color3.new(0, .5, 0)
  509. FarmFollowers.Text = "Farm Followers: On"
  510. else
  511. print("Disabled Auto Followers")
  512. FarmFollowers.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  513. FarmFollowers.Text = "Farm Followers: Off"
  514. end
  515. FarmMeSomeFollowers()
  516. end)
  517.  
  518. function FarmMeSomeFollowers()
  519. while FarmTheFollowers == true do
  520. wait()
  521. local StageToFarm = plr.Info.Stage.Value -- find your current stage
  522. local WorldToFarm = plr.Info.World.Value -- find your current world
  523. game:GetService("ReplicatedStorage").Requests.Select:FireServer(game.workspace.Map["World "..WorldToFarm]["Stage "..StageToFarm].Items:GetChildren()[1]) --Farm The Pets
  524. end
  525. end
  526.  
  527. AutoBuy.MouseButton1Click:connect(function()
  528. BuyThePhones = not BuyThePhones
  529. if BuyThePhones then
  530. print("Enabled Auto Buy Phones")
  531. AutoBuy.BackgroundColor3 = Color3.new(0, .5, 0)
  532. AutoBuy.Text = "Auto Buy Phones: On"
  533. else
  534. print("Disabled Auto Buy Phones")
  535. AutoBuy.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  536. AutoBuy.Text = "Auto Buy Phones: Off"
  537. end
  538. GimmiPhones()
  539. end)
  540.  
  541. function GimmiPhones()
  542. while BuyThePhones == true do
  543. for i,v in ipairs(game.Workspace.Shop.ShopButtons:GetChildren()) do
  544. game.ReplicatedStorage.Requests['Buy']:FireServer(v.Name)
  545. end
  546. wait()
  547. end
  548. end
Add Comment
Please, Sign In to add comment