Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local FameSimGUI = Instance.new("ScreenGui")
- local MainThing = Instance.new("Frame")
- local Top = Instance.new("TextLabel")
- local AutoUnlock = Instance.new("TextButton")
- local BuyTeirThing = Instance.new("TextButton")
- local FarmFollowers = Instance.new("TextButton")
- local AutoClick = Instance.new("TextButton")
- local AutoBuy = Instance.new("TextButton")
- local SelectEgg = Instance.new("TextButton")
- local Stage1 = Instance.new("TextButton")
- local Stage2 = Instance.new("TextButton")
- local Stage3 = Instance.new("TextButton")
- local Stage5 = Instance.new("TextButton")
- local Stage6 = Instance.new("TextButton")
- local Stage4 = Instance.new("TextButton")
- local Shop = Instance.new("TextButton")
- local Teirs = Instance.new("ScrollingFrame")
- local UIListLayout = Instance.new("UIListLayout")
- local Teir08 = Instance.new("TextButton")
- local Teir07 = Instance.new("TextButton")
- local Teir06 = Instance.new("TextButton")
- local Teir05 = Instance.new("TextButton")
- local Teir04 = Instance.new("TextButton")
- local Teir03 = Instance.new("TextButton")
- local Teir02 = Instance.new("TextButton")
- local Teir01 = Instance.new("TextButton")
- local Exit = Instance.new("TextButton")
- local plr = game.Players.LocalPlayer -- find you in "Players"
- TeirToOpen = nil
- AutoClickOn = false
- FarmTheFollowers = false
- UnlockTheStages = false
- BuyThePhones = false
- --Properties:
- FameSimGUI.Name = "FameSimGUI"
- FameSimGUI.Parent = game.CoreGui
- MainThing.Name = "MainThing"
- MainThing.Parent = FameSimGUI
- MainThing.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
- MainThing.BorderColor3 = Color3.new(0, 0, 0)
- MainThing.BorderSizePixel = 2
- MainThing.Position = UDim2.new(0.65250963, 0, 0.320619792, 0)
- MainThing.Size = UDim2.new(0, 400, 0, 300)
- MainThing.Draggable = true
- MainThing.Active = true
- Top.Name = "Top"
- Top.Parent = MainThing
- Top.BackgroundColor3 = Color3.new(1, 1, 1)
- Top.BackgroundTransparency = 1
- Top.Position = UDim2.new(0.145009756, 0, -0.00271352124, 0)
- Top.Size = UDim2.new(0, 282, 0, 28)
- Top.Font = Enum.Font.Code
- Top.Text = "Fame Simulator OP Gui <3 by: Gerard#6969"
- Top.TextColor3 = Color3.new(0, 0, 0)
- Top.TextSize = 14
- AutoUnlock.Name = "AutoUnlock"
- AutoUnlock.Parent = MainThing
- AutoUnlock.BackgroundColor3 = Color3.new(0.784314, 0, 0.0117647)
- AutoUnlock.BorderColor3 = Color3.new(0, 0, 0)
- AutoUnlock.BorderSizePixel = 2
- AutoUnlock.Position = UDim2.new(0.560048223, 0, 0.100536294, 0)
- AutoUnlock.Size = UDim2.new(0, 150, 0, 50)
- AutoUnlock.Font = Enum.Font.Code
- AutoUnlock.Text = "Auto Unlock Stages: Off"
- AutoUnlock.TextColor3 = Color3.new(1, 1, 1)
- AutoUnlock.TextSize = 12
- BuyTeirThing.Name = "BuyTeirThing"
- BuyTeirThing.Parent = MainThing
- BuyTeirThing.BackgroundColor3 = Color3.new(0.784314, 0, 0.0117647)
- BuyTeirThing.BorderColor3 = Color3.new(0, 0, 0)
- BuyTeirThing.BorderSizePixel = 2
- BuyTeirThing.Position = UDim2.new(0.56254822, 0, 0.563869655, 0)
- BuyTeirThing.Size = UDim2.new(0, 150, 0, 50)
- BuyTeirThing.Font = Enum.Font.Code
- BuyTeirThing.Text = "<< Buy [just 1]"
- BuyTeirThing.TextColor3 = Color3.new(1, 1, 1)
- BuyTeirThing.TextSize = 14
- FarmFollowers.Name = "Farm Followers"
- FarmFollowers.Parent = MainThing
- FarmFollowers.BackgroundColor3 = Color3.new(0.784314, 0, 0.0117647)
- FarmFollowers.BorderColor3 = Color3.new(0, 0, 0)
- FarmFollowers.BorderSizePixel = 2
- FarmFollowers.Position = UDim2.new(0.560000002, 0, 0.333666623, 0)
- FarmFollowers.Size = UDim2.new(0, 150, 0, 50)
- FarmFollowers.Font = Enum.Font.Code
- FarmFollowers.Text = "Farm Followers: Off"
- FarmFollowers.TextColor3 = Color3.new(1, 1, 1)
- FarmFollowers.TextSize = 14
- AutoClick.Name = "Auto Click"
- AutoClick.Parent = MainThing
- AutoClick.BackgroundColor3 = Color3.new(0.784314, 0, 0.0117647)
- AutoClick.BorderColor3 = Color3.new(0, 0, 0)
- AutoClick.BorderSizePixel = 2
- AutoClick.Position = UDim2.new(0.0625482276, 0, 0.100536294, 0)
- AutoClick.Size = UDim2.new(0, 150, 0, 50)
- AutoClick.Font = Enum.Font.Code
- AutoClick.Text = "Auto Click: Off"
- AutoClick.TextColor3 = Color3.new(1, 1, 1)
- AutoClick.TextSize = 14
- AutoBuy.Name = "AutoBuy"
- AutoBuy.Parent = MainThing
- AutoBuy.BackgroundColor3 = Color3.new(0.784314, 0, 0.0117647)
- AutoBuy.BorderColor3 = Color3.new(0, 0, 0)
- AutoBuy.BorderSizePixel = 2
- AutoBuy.Position = UDim2.new(0.0600482263, 0, 0.333869636, 0)
- AutoBuy.Size = UDim2.new(0, 150, 0, 50)
- AutoBuy.Font = Enum.Font.Code
- AutoBuy.Text = "Auto Buy Phones: Off"
- AutoBuy.TextColor3 = Color3.new(1, 1, 1)
- AutoBuy.TextSize = 14
- SelectEgg.Name = "Select Egg"
- SelectEgg.Parent = MainThing
- SelectEgg.BackgroundColor3 = Color3.new(0, 0, 0)
- SelectEgg.BorderColor3 = Color3.new(0, 0, 0)
- SelectEgg.BorderSizePixel = 2
- SelectEgg.Position = UDim2.new(0.0625000075, 0, 0.566999972, 0)
- SelectEgg.Size = UDim2.new(0, 150, 0, 50)
- SelectEgg.Font = Enum.Font.Code
- SelectEgg.Text = "< Select Teir"
- SelectEgg.TextColor3 = Color3.new(1, 1, 1)
- SelectEgg.TextSize = 14
- Stage1.Name = "Stage1"
- Stage1.Parent = MainThing
- Stage1.BackgroundColor3 = Color3.new(0, 0.686275, 0.686275)
- Stage1.BorderColor3 = Color3.new(0, 0, 0)
- Stage1.BorderSizePixel = 2
- Stage1.Position = UDim2.new(0.157499999, 0, 0.790000021, 0)
- Stage1.Size = UDim2.new(0, 50, 0, 50)
- Stage1.Font = Enum.Font.Code
- Stage1.Text = "Stage1"
- Stage1.TextColor3 = Color3.new(0, 0, 0)
- Stage1.TextSize = 14
- Stage2.Name = "Stage2"
- Stage2.Parent = MainThing
- Stage2.BackgroundColor3 = Color3.new(0, 0.686275, 0.686275)
- Stage2.BorderColor3 = Color3.new(0, 0, 0)
- Stage2.BorderSizePixel = 2
- Stage2.Position = UDim2.new(0.297500014, 0, 0.790000021, 0)
- Stage2.Size = UDim2.new(0, 50, 0, 50)
- Stage2.Font = Enum.Font.Code
- Stage2.Text = "Stage2"
- Stage2.TextColor3 = Color3.new(0, 0, 0)
- Stage2.TextSize = 14
- Stage3.Name = "Stage3"
- Stage3.Parent = MainThing
- Stage3.BackgroundColor3 = Color3.new(0, 0.686275, 0.686275)
- Stage3.BorderColor3 = Color3.new(0, 0, 0)
- Stage3.BorderSizePixel = 2
- Stage3.Position = UDim2.new(0.43754822, 0, 0.790000021, 0)
- Stage3.Size = UDim2.new(0, 50, 0, 50)
- Stage3.Font = Enum.Font.Code
- Stage3.Text = "Stage3"
- Stage3.TextColor3 = Color3.new(0, 0, 0)
- Stage3.TextSize = 14
- Stage5.Name = "Stage5"
- Stage5.Parent = MainThing
- Stage5.BackgroundColor3 = Color3.new(0, 0.686275, 0.686275)
- Stage5.BorderColor3 = Color3.new(0, 0, 0)
- Stage5.BorderSizePixel = 2
- Stage5.Position = UDim2.new(0.717499971, 0, 0.790000021, 0)
- Stage5.Size = UDim2.new(0, 50, 0, 50)
- Stage5.Font = Enum.Font.Code
- Stage5.Text = "Stage5"
- Stage5.TextColor3 = Color3.new(0, 0, 0)
- Stage5.TextSize = 14
- Stage6.Name = "Stage6"
- Stage6.Parent = MainThing
- Stage6.BackgroundColor3 = Color3.new(0, 0.686275, 0.686275)
- Stage6.BorderColor3 = Color3.new(0, 0, 0)
- Stage6.BorderSizePixel = 2
- Stage6.Position = UDim2.new(0.857500017, 0, 0.790000021, 0)
- Stage6.Size = UDim2.new(0, 50, 0, 50)
- Stage6.Font = Enum.Font.Code
- Stage6.Text = "Stage6"
- Stage6.TextColor3 = Color3.new(0, 0, 0)
- Stage6.TextSize = 14
- Stage4.Name = "Stage4"
- Stage4.Parent = MainThing
- Stage4.BackgroundColor3 = Color3.new(0, 0.686275, 0.686275)
- Stage4.BorderColor3 = Color3.new(0, 0, 0)
- Stage4.BorderSizePixel = 2
- Stage4.Position = UDim2.new(0.577500045, 0, 0.790000021, 0)
- Stage4.Size = UDim2.new(0, 50, 0, 50)
- Stage4.Font = Enum.Font.Code
- Stage4.Text = "Stage4"
- Stage4.TextColor3 = Color3.new(0, 0, 0)
- Stage4.TextSize = 14
- Shop.Name = "Shop"
- Shop.Parent = MainThing
- Shop.BackgroundColor3 = Color3.new(0, 0.686275, 0.686275)
- Shop.BorderColor3 = Color3.new(0, 0, 0)
- Shop.BorderSizePixel = 2
- Shop.Position = UDim2.new(0.0175000001, 0, 0.790000021, 0)
- Shop.Size = UDim2.new(0, 50, 0, 50)
- Shop.Font = Enum.Font.Code
- Shop.Text = "Shop"
- Shop.TextColor3 = Color3.new(0, 0, 0)
- Shop.TextSize = 14
- Teirs.Name = "Teirs"
- Teirs.Parent = MainThing
- Teirs.BackgroundColor3 = Color3.new(1, 1, 1)
- Teirs.BackgroundTransparency = 1
- Teirs.BorderSizePixel = 2
- Teirs.Position = UDim2.new(-0.378996104, 0, -0.000190705061, 0)
- Teirs.Size = UDim2.new(0, 150, 0, 300)
- Teirs.Visible = false
- Teirs.ScrollBarThickness = 10
- UIListLayout.Parent = Teirs
- UIListLayout.HorizontalAlignment = Enum.HorizontalAlignment.Right
- UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
- UIListLayout.Padding = UDim.new(0.00999999978, 0)
- Teir08.Name = "Teir 08"
- Teir08.Parent = Teirs
- Teir08.BackgroundColor3 = Color3.new(0, 0.686275, 0.686275)
- Teir08.BorderColor3 = Color3.new(0, 0, 0)
- Teir08.BorderSizePixel = 2
- Teir08.Position = UDim2.new(0.166666672, 0, -1.01725263e-07, 0)
- Teir08.Size = UDim2.new(0, 125, 0, 50)
- Teir08.Font = Enum.Font.SourceSans
- Teir08.Text = "Teir 08"
- Teir08.TextColor3 = Color3.new(0, 0, 0)
- Teir08.TextSize = 14
- Teir07.Name = "Teir 07"
- Teir07.Parent = Teirs
- Teir07.BackgroundColor3 = Color3.new(0, 0.686275, 0.686275)
- Teir07.BorderColor3 = Color3.new(0, 0, 0)
- Teir07.BorderSizePixel = 2
- Teir07.Position = UDim2.new(0.166666672, 0, -1.01725263e-07, 0)
- Teir07.Size = UDim2.new(0, 125, 0, 50)
- Teir07.Font = Enum.Font.SourceSans
- Teir07.Text = "Teir 07"
- Teir07.TextColor3 = Color3.new(0, 0, 0)
- Teir07.TextSize = 14
- Teir06.Name = "Teir 06"
- Teir06.Parent = Teirs
- Teir06.BackgroundColor3 = Color3.new(0, 0.686275, 0.686275)
- Teir06.BorderColor3 = Color3.new(0, 0, 0)
- Teir06.BorderSizePixel = 2
- Teir06.Position = UDim2.new(0.166666672, 0, -1.01725263e-07, 0)
- Teir06.Size = UDim2.new(0, 125, 0, 50)
- Teir06.Font = Enum.Font.SourceSans
- Teir06.Text = "Teir 06"
- Teir06.TextColor3 = Color3.new(0, 0, 0)
- Teir06.TextSize = 14
- Teir05.Name = "Teir 05"
- Teir05.Parent = Teirs
- Teir05.BackgroundColor3 = Color3.new(0, 0.686275, 0.686275)
- Teir05.BorderColor3 = Color3.new(0, 0, 0)
- Teir05.BorderSizePixel = 2
- Teir05.Position = UDim2.new(0.166666672, 0, -1.01725263e-07, 0)
- Teir05.Size = UDim2.new(0, 125, 0, 50)
- Teir05.Font = Enum.Font.SourceSans
- Teir05.Text = "Teir 05"
- Teir05.TextColor3 = Color3.new(0, 0, 0)
- Teir05.TextSize = 14
- Teir04.Name = "Teir 04"
- Teir04.Parent = Teirs
- Teir04.BackgroundColor3 = Color3.new(0, 0.686275, 0.686275)
- Teir04.BorderColor3 = Color3.new(0, 0, 0)
- Teir04.BorderSizePixel = 2
- Teir04.Position = UDim2.new(0.166666672, 0, -1.01725263e-07, 0)
- Teir04.Size = UDim2.new(0, 125, 0, 50)
- Teir04.Font = Enum.Font.SourceSans
- Teir04.Text = "Teir 04"
- Teir04.TextColor3 = Color3.new(0, 0, 0)
- Teir04.TextSize = 14
- Teir03.Name = "Teir 03"
- Teir03.Parent = Teirs
- Teir03.BackgroundColor3 = Color3.new(0, 0.686275, 0.686275)
- Teir03.BorderColor3 = Color3.new(0, 0, 0)
- Teir03.BorderSizePixel = 2
- Teir03.Position = UDim2.new(0.166666672, 0, -1.01725263e-07, 0)
- Teir03.Size = UDim2.new(0, 125, 0, 50)
- Teir03.Font = Enum.Font.SourceSans
- Teir03.Text = "Teir 03"
- Teir03.TextColor3 = Color3.new(0, 0, 0)
- Teir03.TextSize = 14
- Teir02.Name = "Teir 02"
- Teir02.Parent = Teirs
- Teir02.BackgroundColor3 = Color3.new(0, 0.686275, 0.686275)
- Teir02.BorderColor3 = Color3.new(0, 0, 0)
- Teir02.BorderSizePixel = 2
- Teir02.Position = UDim2.new(0.166666672, 0, -1.01725263e-07, 0)
- Teir02.Size = UDim2.new(0, 125, 0, 50)
- Teir02.Font = Enum.Font.SourceSans
- Teir02.Text = "Teir 02"
- Teir02.TextColor3 = Color3.new(0, 0, 0)
- Teir02.TextSize = 14
- Teir01.Name = "Teir 01"
- Teir01.Parent = Teirs
- Teir01.BackgroundColor3 = Color3.new(0, 0.686275, 0.686275)
- Teir01.BorderColor3 = Color3.new(0, 0, 0)
- Teir01.BorderSizePixel = 2
- Teir01.Position = UDim2.new(0.166666672, 0, 0.0199998971, 0)
- Teir01.Size = UDim2.new(0, 125, 0, 50)
- Teir01.Font = Enum.Font.SourceSans
- Teir01.Text = "Teir 01"
- Teir01.TextColor3 = Color3.new(0, 0, 0)
- Teir01.TextSize = 14
- Exit.Name = "Exit"
- Exit.Parent = MainThing
- Exit.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
- Exit.BackgroundTransparency = 1
- Exit.BorderSizePixel = 0
- Exit.Position = UDim2.new(0.865463316, 0, -0.00271353126, 0)
- Exit.Size = UDim2.new(0, 53, 0, 27)
- Exit.Font = Enum.Font.SourceSans
- Exit.Text = "X"
- Exit.TextColor3 = Color3.new(0, 0, 0)
- Exit.TextSize = 14
- -- Scripts:
- local rs = game:GetService("RunService")
- local RRAAIINNBBOOWWSS = {}
- local function rainbowify(obj, prop)
- if type(obj) == "table" then
- for i, v in pairs(obj) do
- rainbowify(v, prop)
- end
- elseif type(prop) == "table" then
- for i, v in pairs(prop) do
- rainbowify(obj, v)
- end
- else
- table.insert(RRAAIINNBBOOWWSS, function(c)
- obj[prop] = c
- end)
- end
- end
- rs.RenderStepped:connect(function()
- local c = Color3.fromHSV((tick() / 16) % 1, 1, 1)
- for i = 1, #RRAAIINNBBOOWWSS do
- pcall(RRAAIINNBBOOWWSS[i], c)
- end
- end)
- rainbowify({
- MainThing, Top, AutoUnlock, BuyTeirThing, FarmFollowers, AutoClick, AutoBuy, SelectEgg, Stage1, Stage2, Stage3, Stage5, Stage6, Stage4, Shop, Teir08, Teir07, Teir06, Teir05, Teir04, Teir03, Teir02, Teir01, Exit,
- }, {"BorderColor3", "TextColor3",})
- SelectEgg.MouseButton1Click:connect(function()
- Teirs.Visible = not Teirs.Visible
- end)
- Exit.MouseButton1Click:connect(function()
- FameSimGUI:Destroy()
- end)
- Shop.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(27.3003368, 8.37278748, -262.831512)
- end)
- Stage1.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(29, 4.86499977, -68)
- end)
- Stage2.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(27, 4.86499977, 255)
- end)
- Stage3.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(28, 4.86499977, 661)
- end)
- Stage4.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(26, 4.86499977, 1067)
- end)
- Stage5.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(30, 4.86499977, 1441)
- end)
- Stage6.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(23.5, 4.86499977, 1859)
- end)
- Teir01.MouseButton1Click:connect(function()
- TeirToOpen = "InputS1-350"
- end)
- Teir02.MouseButton1Click:connect(function()
- TeirToOpen = "InputS2-4000"
- end)
- Teir03.MouseButton1Click:connect(function()
- TeirToOpen = "InputS3-25000"
- end)
- Teir04.MouseButton1Click:connect(function()
- TeirToOpen = "InputS4-125000"
- end)
- Teir05.MouseButton1Click:connect(function()
- TeirToOpen = "InputS5-1000000"
- end)
- Teir06.MouseButton1Click:connect(function()
- TeirToOpen = "InputS6-10000000"
- end)
- Teir07.MouseButton1Click:connect(function()
- TeirToOpen = "InputS7-40000000"
- end)
- Teir08.MouseButton1Click:connect(function()
- TeirToOpen = "InputS8-125000000"
- end)
- BuyTeirThing.MouseButton1Click:connect(function()
- game:GetService("ReplicatedStorage").Requests.Buy:FireServer(game:GetService("Workspace").Shop.ShopButtons[TeirToOpen])
- end)
- AutoClick.MouseButton1Click:connect(function()
- AutoClickOn = not AutoClickOn
- if AutoClickOn then
- print("Enabled Auto Click")
- AutoClick.Text = "Auto Click: On"
- AutoClick.BackgroundColor3 = Color3.new(0, .5, 0)
- else
- print("Disabled Auto Click")
- AutoClick.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
- AutoClick.Text = "Auto Click: Off"
- end
- AutoClickForMe()
- end)
- function AutoClickForMe()
- while AutoClickOn == true do
- wait()
- game:GetService("ReplicatedStorage").Requests.Click:FireServer() --Auto click camera
- end
- end
- AutoUnlock.MouseButton1Click:connect(function()
- UnlockTheStages = not UnlockTheStages
- if UnlockTheStages then
- print("Enabled Auto Stages")
- AutoUnlock.BackgroundColor3 = Color3.new(0, .5, 0)
- AutoUnlock.Text = "Auto Unlock Stages: On"
- else
- print("Disabled Auto Stages")
- AutoUnlock.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
- AutoUnlock.Text = "Auto Unlock Stages: Off"
- end
- UnlockMyStages()
- end)
- function UnlockMyStages()
- while UnlockTheStages == true do
- local r = game.ReplicatedStorage.Requests.Unlock
- local worlds = {}
- for i, world in pairs(workspace.Map:GetChildren()) do
- local stages = {}
- for j, stage in pairs(world:GetChildren()) do
- table.insert(stages, tonumber(stage.Name:match("%d+")))
- end
- table.sort(stages)
- worlds[tonumber(world.Name:match("%d+"))] = stages
- end
- for i, v in ipairs(worlds) do
- for j in ipairs(v) do
- r:FireServer(i, j)
- wait()
- end
- end
- end
- end
- FarmFollowers.MouseButton1Click:connect(function()
- FarmTheFollowers = not FarmTheFollowers
- if FarmTheFollowers then
- print("Enabled Auto Followers")
- FarmFollowers.BackgroundColor3 = Color3.new(0, .5, 0)
- FarmFollowers.Text = "Farm Followers: On"
- else
- print("Disabled Auto Followers")
- FarmFollowers.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
- FarmFollowers.Text = "Farm Followers: Off"
- end
- FarmMeSomeFollowers()
- end)
- function FarmMeSomeFollowers()
- while FarmTheFollowers == true do
- wait()
- local StageToFarm = plr.Info.Stage.Value -- find your current stage
- local WorldToFarm = plr.Info.World.Value -- find your current world
- game:GetService("ReplicatedStorage").Requests.Select:FireServer(game.workspace.Map["World "..WorldToFarm]["Stage "..StageToFarm].Items:GetChildren()[1]) --Farm The Pets
- end
- end
- AutoBuy.MouseButton1Click:connect(function()
- BuyThePhones = not BuyThePhones
- if BuyThePhones then
- print("Enabled Auto Buy Phones")
- AutoBuy.BackgroundColor3 = Color3.new(0, .5, 0)
- AutoBuy.Text = "Auto Buy Phones: On"
- else
- print("Disabled Auto Buy Phones")
- AutoBuy.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
- AutoBuy.Text = "Auto Buy Phones: Off"
- end
- GimmiPhones()
- end)
- function GimmiPhones()
- while BuyThePhones == true do
- for i,v in ipairs(game.Workspace.Shop.ShopButtons:GetChildren()) do
- game.ReplicatedStorage.Requests['Buy']:FireServer(v.Name)
- end
- wait()
- end
- end
Add Comment
Please, Sign In to add comment