Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Made by: XYZZAYNAY.
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local Farm = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local Close = Instance.new("TextButton")
- local Equip = Instance.new("TextButton")
- local unEquip = Instance.new("TextButton")
- local HUD = Instance.new("TextButton")
- local Rumble = Instance.new("TextButton")
- local Anti = Instance.new("TextButton")
- local LowPing = Instance.new("TextButton")
- local Toolname = Instance.new("TextBox")
- local Open = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ResetOnSpawn = false
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
- Frame.BorderColor3 = Color3.fromRGB(255, 255, 255)
- Frame.Position = UDim2.new(0.805263221, 0, 0.262518972, 0)
- Frame.Size = UDim2.new(0, 237, 0, 316)
- Frame.Visible = false
- Farm.Name = "Farm"
- Farm.Parent = Frame
- Farm.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
- Farm.BorderColor3 = Color3.fromRGB(0, 0, 255)
- Farm.Position = UDim2.new(0, 0, 0.157068998, 0)
- Farm.Size = UDim2.new(0, 237, 0, 42)
- Farm.Font = Enum.Font.Creepster
- Farm.Text = "Lift"
- Farm.TextColor3 = Color3.fromRGB(255, 85, 0)
- Farm.TextSize = 40.000
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
- TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 255)
- TextLabel.Size = UDim2.new(0, 226, 0, 50)
- TextLabel.Font = Enum.Font.Creepster
- TextLabel.Text = "Made by: XYZZAYNAY"
- TextLabel.TextColor3 = Color3.fromRGB(255, 85, 0)
- TextLabel.TextSize = 20.000
- TextLabel.TextWrapped = true
- Close.Name = "Close"
- Close.Parent = Frame
- Close.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
- Close.BorderColor3 = Color3.fromRGB(0, 0, 255)
- Close.Position = UDim2.new(0.953586519, 0, 0, 0)
- Close.Size = UDim2.new(0, 11, 0, 50)
- Close.Font = Enum.Font.Creepster
- Close.Text = "X"
- Close.TextColor3 = Color3.fromRGB(255, 85, 0)
- Close.TextScaled = true
- Close.TextSize = 14.000
- Close.TextWrapped = true
- Equip.Name = "Equip"
- Equip.Parent = Frame
- Equip.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
- Equip.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Equip.Position = UDim2.new(0, 0, 0.289178103, 0)
- Equip.Size = UDim2.new(0, 120, 0, 42)
- Equip.Font = Enum.Font.LuckiestGuy
- Equip.Text = "Equip"
- Equip.TextColor3 = Color3.fromRGB(255, 85, 0)
- Equip.TextSize = 28.000
- unEquip.Name = "unEquip"
- unEquip.Parent = Frame
- unEquip.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
- unEquip.BorderColor3 = Color3.fromRGB(0, 0, 255)
- unEquip.Position = UDim2.new(0.493670881, 0, 0.289178103, 0)
- unEquip.Size = UDim2.new(0, 120, 0, 42)
- unEquip.Font = Enum.Font.LuckiestGuy
- unEquip.Text = "unEquip"
- unEquip.TextColor3 = Color3.fromRGB(255, 85, 0)
- unEquip.TextSize = 28.000
- HUD.Name = "HUD"
- HUD.Parent = Frame
- HUD.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
- HUD.BorderColor3 = Color3.fromRGB(0, 0, 0)
- HUD.Position = UDim2.new(0, 0, 0.465546399, 0)
- HUD.Size = UDim2.new(0, 120, 0, 42)
- HUD.Font = Enum.Font.LuckiestGuy
- HUD.Text = "HUD"
- HUD.TextColor3 = Color3.fromRGB(255, 85, 0)
- HUD.TextSize = 30.000
- HUD.MouseButton1Click:connect(function()
- game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.ProteinBuy:Destroy()
- game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.OpenShop:Destroy()
- game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.OpenReb:Destroy()
- game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.ImageLabel:Destroy()
- game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.OpenPack:Destroy()
- game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.PopSound:Destroy()
- game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.BlackMarket:Destroy()
- game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.LiftRemind:Destroy()
- game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.MuscleGain:Destroy()
- game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.RebFrame:Destroy()
- game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.ShopFrame:Destroy()
- game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.OpenSkins:Destroy()
- game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.Bar:Destroy()
- game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.StrengthHolder.ImageLabel:Destroy()
- game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.StrengthHolder.TextLabel.TextLabel:Destroy()
- game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.CashHolder:Destroy()
- game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.CashButton:Destroy()
- game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.RumbleHolder:Destroy()
- end)
- Rumble.Name = "Rumble"
- Rumble.Parent = Frame
- Rumble.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
- Rumble.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Rumble.Position = UDim2.new(0.493670881, 0, 0.465546399, 0)
- Rumble.Size = UDim2.new(0, 120, 0, 42)
- Rumble.Font = Enum.Font.LuckiestGuy
- Rumble.Text = "Rumble"
- Rumble.TextColor3 = Color3.fromRGB(255, 85, 0)
- Rumble.TextSize = 20.000
- Rumble.MouseButton1Down:connect(function()
- game.ReplicatedFirst.TourneyQ:Destroy()
- end)
- Toolname.Name = "Toolname"
- Toolname.Parent = Frame
- Toolname.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
- Toolname.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Toolname.Position = UDim2.new(0, 0, 0.775316477, 0)
- Toolname.Size = UDim2.new(0, 237, 0, 71)
- Toolname.Font = Enum.Font.Creepster
- Toolname.Text = "ToolName"
- Toolname.TextColor3 = Color3.fromRGB(255, 85, 0)
- Toolname.TextSize = 40.000
- Open.Name = "Open"
- Open.Parent = ScreenGui
- Open.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
- Open.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Open.Position = UDim2.new(0.936090291, 0, 0.878603995, 0)
- Open.Size = UDim2.new(0, 84, 0, 37)
- Open.Font = Enum.Font.Creepster
- Open.Text = "Open Script"
- Open.TextColor3 = Color3.fromRGB(255, 85, 0)
- Open.TextScaled = true
- Open.TextSize = 12.000
- Open.TextWrapped = true
- -- Scripts:
- local function HXXJQPD_fake_script() -- Close.Script
- local script = Instance.new('Script', Close)
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Parent.Visible = false
- end)
- end
- coroutine.wrap(HXXJQPD_fake_script)()
- local function MMLMHSZ_fake_script() -- ScreenGui.LocalScript
- local script = Instance.new('LocalScript', ScreenGui)
- frame = script.Parent.Frame --Name of your frame
- frame.Draggable = true
- frame.Active = true
- frame.Selectable = true
- end
- coroutine.wrap(MMLMHSZ_fake_script)()
- local function EJYOOQ_fake_script() -- Open.Script
- local script = Instance.new('Script', Open)
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Parent.Frame.Visible = true
- end)
- end
- coroutine.wrap(EJYOOQ_fake_script)()
- Farm.Name = "Farm"
- Farm.Parent = Frame
- Farm.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
- Farm.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Farm.Position = UDim2.new(0, 0, 0.157068998, 0)
- Farm.Size = UDim2.new(0, 237, 0, 42)
- Farm.Font = Enum.Font.Creepster
- Farm.Text = "Lift"
- Farm.TextColor3 = Color3.fromRGB(255, 85, 0)
- Farm.TextSize = 30.000
- Farm.MouseButton1Click:connect(function()
- Farm.Visible = true
- _G.Farm = true
- while _G.Farm do
- wait(0.6)
- for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- if v.Name == Toolname.Text then v:Activate() end
- end
- end
- end)
- Equip.Name = "Equip"
- Equip.Parent = Frame
- Equip.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
- Equip.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Equip.Position = UDim2.new(0, 0, 0.289178103, 0)
- Equip.Size = UDim2.new(0, 120, 0, 42)
- Equip.Font = Enum.Font.LuckiestGuy
- Equip.Text = "Equip"
- Equip.TextColor3 = Color3.fromRGB(255, 85, 0)
- Equip.TextSize = 20.000
- Equip.MouseButton1Click:connect(function()
- Equip.Visible = true
- _G.Equip = true
- while _G.Equip do
- wait()
- for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
- if v.Name == Toolname.Text then
- v.Parent = game.Players.LocalPlayer.Character
- end
- end
- end
- end)
- unEquip.Name = "unEquip"
- unEquip.Parent = Frame
- unEquip.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
- unEquip.BorderColor3 = Color3.fromRGB(0, 0, 0)
- unEquip.Position = UDim2.new(0.493670881, 0, 0.289178103, 0)
- unEquip.Size = UDim2.new(0, 120, 0, 42)
- unEquip.Font = Enum.Font.LuckiestGuy
- unEquip.Text = "unEquip"
- unEquip.TextColor3 = Color3.fromRGB(255, 85, 0)
- unEquip.TextSize = 20.000
- unEquip.MouseButton1Click:connect(function()
- Equip.Visible = true
- unEquip.Visible = true
- _G.Equip = false
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement