Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local AutoFarm = Instance.new("ScreenGui")
- local MainFrame = Instance.new("Frame")
- local TitleFrame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- local StopButton = Instance.new("TextButton")
- local StartButton = Instance.new("TextButton")
- AutoFarm.Name = "AutoFarm"
- AutoFarm.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- MainFrame.Name = "MainFrame"
- MainFrame.Parent = AutoFarm
- MainFrame.Active = true
- MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- MainFrame.BorderColor3 = Color3.new(0.207843, 0, 0)
- MainFrame.BorderSizePixel = 2
- MainFrame.Position = UDim2.new(0.0802469105, 0, 0.285012275, 0)
- MainFrame.Selectable = true
- MainFrame.Size = UDim2.new(0, 402, 0, 221)
- TitleFrame.Name = "TitleFrame"
- TitleFrame.Parent = MainFrame
- TitleFrame.BackgroundColor3 = Color3.new(1, 1, 1)
- TitleFrame.BorderColor3 = Color3.new(0.207843, 0, 0)
- TitleFrame.Size = UDim2.new(0, 402, 0, 48)
- TextLabel.Parent = TitleFrame
- TextLabel.BackgroundColor3 = Color3.new(0, 0.952941, 1)
- TextLabel.BorderSizePixel = 0
- TextLabel.Size = UDim2.new(0, 402, 0, 48)
- TextLabel.Font = Enum.Font.Garamond
- TextLabel.Text = "Universe Destruction Simulator Auto-Farm"
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 20
- TextLabel.TextWrapped = true
- TextLabel_2.Parent = TitleFrame
- TextLabel_2.BackgroundColor3 = Color3.new(0, 1, 1)
- TextLabel_2.BorderSizePixel = 0
- TextLabel_2.Position = UDim2.new(0, 0, 4.10416651, 0)
- TextLabel_2.Size = UDim2.new(0, 402, 0, 24)
- TextLabel_2.Font = Enum.Font.SourceSans
- TextLabel_2.Text = "Made by PhilipSCA"
- TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
- TextLabel_2.TextSize = 14
- StopButton.Name = "StopButton"
- StopButton.Parent = MainFrame
- StopButton.BackgroundColor3 = Color3.new(1, 1, 1)
- StopButton.Position = UDim2.new(0.248756215, 0, 0.628959298, 0)
- StopButton.Size = UDim2.new(0, 202, 0, 26)
- StopButton.Font = Enum.Font.SourceSans
- StopButton.Text = "Stop Auto-Farm"
- StopButton.TextColor3 = Color3.new(0, 0, 0)
- StopButton.TextSize = 14
- StopButton.MouseButton1Down:connect(function()
- _G.combatfarm = false
- _G.start = false
- end)
- StartButton.Name = "StartButton"
- StartButton.Parent = MainFrame
- StartButton.BackgroundColor3 = Color3.new(1, 1, 1)
- StartButton.Position = UDim2.new(0.2487562, 0, 0.371040732, 0)
- StartButton.Size = UDim2.new(0, 202, 0, 26)
- StartButton.Font = Enum.Font.SourceSans
- StartButton.Text = "Start Auto-Farm"
- StartButton.TextColor3 = Color3.new(0, 0, 0)
- StartButton.TextSize = 14
- StartButton.MouseButton1Down:connect(function()
- local playername = game.Players.LocalPlayer.Name
- game.Workspace[playername].HumanoidRootPart.CFrame = CFrame.new(155.994614, 127.611755, -4.15816545)
- _G.combatfarm = true -- turn on strengthFarm
- while _G.combatfarm == true do
- local Remote = game.Workspace['Combat']
- local Arguments = {
- }
- Remote:FireServer(unpack(Arguments))
- wait(0.5)
- local playername = game.Players.LocalPlayer.Name
- game.Workspace[playername].HumanoidRootPart.CFrame = CFrame.new(155.994614, 127.611755, -4.15816545)
- end
- _G.start = true
- while _G.start do
- wait(1)
- if(game.Players.LocalPlayer.Character.Humanoid.Health < 50) then
- local playername = game.Players.LocalPlayer.Name
- game.Workspace[playername].HumanoidRootPart.CFrame = CFrame.new(-238, 125, -15)
- _G.combatfarm = false
- end
- if(game.Players.LocalPlayer.Character.Humanoid.Health > 90) then
- local playername = game.Players.LocalPlayer.Name
- game.Workspace[playername].HumanoidRootPart.CFrame = CFrame.new(155.994614, 127.611755, -4.15816545)
- _G.combatfarm = true
- end
- end
- end)
- function SCRIPT_RZWI75_FAKESCRIPT() -- MainFrame.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = MainFrame
- script.parent.Draggable = true
- end
- coroutine.resume(coroutine.create(SCRIPT_RZWI75_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement