Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local main = Instance.new("ScreenGui")
- local openclose = Instance.new("TextButton")
- local UICorner = Instance.new("UICorner")
- local UIGradient = Instance.new("UIGradient")
- local Frame = Instance.new("Frame")
- local Name = Instance.new("TextLabel")
- local UICorner_2 = Instance.new("UICorner")
- local lifttogetbig = Instance.new("TextButton")
- local Lifttogetstrong = Instance.new("TextButton")
- local Fps = Instance.new("TextButton")
- local EquipDw = Instance.new("TextButton")
- local Gained = Instance.new("TextButton")
- local AntiAfk = Instance.new("TextButton")
- local MadeBy = Instance.new("TextLabel")
- local DropScript = Instance.new("TextButton")
- local DelHud = Instance.new("TextButton")
- local Earned = Instance.new("TextButton")
- local Weights = Instance.new("TextButton")
- local DelHud_2 = Instance.new("TextButton")
- --Properties:
- main.Name = "main"
- main.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- openclose.Name = "open/close"
- openclose.Parent = main
- openclose.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- openclose.Position = UDim2.new(0, 0, 0.77029705, 0)
- openclose.Size = UDim2.new(0, 160, 0, 71)
- openclose.Font = Enum.Font.Creepster
- openclose.Text = "Open if ur a god at farming"
- openclose.TextColor3 = Color3.fromRGB(0, 0, 0)
- openclose.TextSize = 14.000
- UICorner.Parent = openclose
- UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(12, 44, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 255, 255))}
- UIGradient.Parent = openclose
- Frame.Parent = main
- Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Frame.Position = UDim2.new(0.627720535, 0, 0.0885357857, 0)
- Frame.Size = UDim2.new(0, 363, 0, 443)
- Frame.Visible = false
- Frame.Active = true
- Frame.Draggable = true
- Name.Name = "Name"
- Name.Parent = Frame
- Name.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Name.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Name.Position = UDim2.new(0.0303030312, 0, 0, 0)
- Name.Size = UDim2.new(0, 340, 0, 22)
- Name.Font = Enum.Font.Creepster
- Name.Text = "Abercke04's Farm Script"
- Name.TextColor3 = Color3.fromRGB(0, 0, 0)
- Name.TextSize = 30.000
- UICorner_2.CornerRadius = UDim.new(0, 15)
- UICorner_2.Parent = Frame
- lifttogetbig.Name = "lift to get big"
- lifttogetbig.Parent = Frame
- lifttogetbig.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- lifttogetbig.BorderColor3 = Color3.fromRGB(130, 203, 255)
- lifttogetbig.Position = UDim2.new(0, 0, 0.200658828, 0)
- lifttogetbig.Size = UDim2.new(0, 171, 0, 50)
- lifttogetbig.Font = Enum.Font.Creepster
- lifttogetbig.Text = "Lift to get big"
- lifttogetbig.TextColor3 = Color3.fromRGB(0, 0, 0)
- lifttogetbig.TextSize = 25.000
- lifttogetbig.MouseButton1Down:Connect(function()
- _G.Auto4 = true
- while _G.Auto4 do
- wait(0.5)
- for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- if v.Name == "Double Weight" then v:Activate() end
- end
- end
- end)
- Lifttogetstrong.Name = "Lift to get strong"
- Lifttogetstrong.Parent = Frame
- Lifttogetstrong.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Lifttogetstrong.BorderColor3 = Color3.fromRGB(130, 203, 255)
- Lifttogetstrong.Position = UDim2.new(0.528925598, 0, 0.198621303, 0)
- Lifttogetstrong.Size = UDim2.new(0, 171, 0, 50)
- Lifttogetstrong.Font = Enum.Font.Creepster
- Lifttogetstrong.Text = "Lift to get Strong"
- Lifttogetstrong.TextColor3 = Color3.fromRGB(0, 0, 0)
- Lifttogetstrong.TextSize = 25.000
- Lifttogetstrong.MouseButton1Down:Connect(function()
- _G.Auto4 = true
- while _G.Auto4 do
- wait(0.3)
- for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- if v.Name == "Double Weight" then v:Activate() end
- end
- end
- end)
- Fps.Name = "Fps"
- Fps.Parent = Frame
- Fps.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Fps.BorderColor3 = Color3.fromRGB(130, 203, 255)
- Fps.Position = UDim2.new(0, 0, 0.339495629, 0)
- Fps.Size = UDim2.new(0, 171, 0, 50)
- Fps.Font = Enum.Font.Creepster
- Fps.Text = "FPS"
- Fps.TextColor3 = Color3.fromRGB(0, 0, 0)
- Fps.TextSize = 25.000
- Fps.MouseButton1Down:Connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/mmEr60d5", true))()
- end)
- EquipDw.Name = "Equip Dw"
- EquipDw.Parent = Frame
- EquipDw.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- EquipDw.BorderColor3 = Color3.fromRGB(130, 203, 255)
- EquipDw.Position = UDim2.new(0.528925598, 0, 0.337677926, 0)
- EquipDw.Size = UDim2.new(0, 171, 0, 50)
- EquipDw.Font = Enum.Font.Creepster
- EquipDw.Text = "Equip Dw"
- EquipDw.TextColor3 = Color3.fromRGB(0, 0, 0)
- EquipDw.TextSize = 25.000
- EquipDw.MouseButton1Down:Connect(function()
- _G.Equip = true
- while _G.Equip do
- wait()
- for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
- if v.Name == "Double Weight" then v:Activate()
- v.Parent = game.Players.LocalPlayer.Character
- end
- end
- end
- end)
- Gained.Name = "Gained"
- Gained.Parent = Frame
- Gained.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Gained.BorderColor3 = Color3.fromRGB(130, 203, 255)
- Gained.Position = UDim2.new(0.528925598, 0, 0.479023814, 0)
- Gained.Size = UDim2.new(0, 171, 0, 50)
- Gained.Font = Enum.Font.Creepster
- Gained.Text = "Gained"
- Gained.TextColor3 = Color3.fromRGB(0, 0, 0)
- Gained.TextSize = 25.000
- AntiAfk.Name = "Anti Afk"
- AntiAfk.Parent = Frame
- AntiAfk.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- AntiAfk.BorderColor3 = Color3.fromRGB(130, 203, 255)
- AntiAfk.Position = UDim2.new(0, 0, 0.480621874, 0)
- AntiAfk.Size = UDim2.new(0, 171, 0, 50)
- AntiAfk.Font = Enum.Font.Creepster
- AntiAfk.Text = "Anti Afk"
- AntiAfk.TextColor3 = Color3.fromRGB(0, 0, 0)
- AntiAfk.TextSize = 25.000
- AntiAfk.MouseButton1Down:Connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/SN4agUmB", true))()
- end)
- MadeBy.Name = "Made By"
- MadeBy.Parent = Frame
- MadeBy.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- MadeBy.BorderColor3 = Color3.fromRGB(0, 0, 0)
- MadeBy.Position = UDim2.new(0.0303030312, 0, 0.949477375, 0)
- MadeBy.Size = UDim2.new(0, 340, 0, 22)
- MadeBy.Font = Enum.Font.Creepster
- MadeBy.Text = "made by: Abercke04"
- MadeBy.TextColor3 = Color3.fromRGB(0, 0, 0)
- MadeBy.TextSize = 30.000
- DropScript.Name = "Drop Script"
- DropScript.Parent = Frame
- DropScript.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- DropScript.BorderColor3 = Color3.fromRGB(130, 203, 255)
- DropScript.Position = UDim2.new(0.0964187309, 0, 0.0939051732, 0)
- DropScript.Size = UDim2.new(0, 292, 0, 28)
- DropScript.Font = Enum.Font.Creepster
- DropScript.Text = "Abercke04's Drop script"
- DropScript.TextColor3 = Color3.fromRGB(0, 0, 0)
- DropScript.TextSize = 25.000
- DropScript.MouseButton1Down:Connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/LwS6jYgW", true))()
- end)
- DelHud.Name = "Del Hud"
- DelHud.Parent = Frame
- DelHud.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- DelHud.BorderColor3 = Color3.fromRGB(130, 203, 255)
- DelHud.Position = UDim2.new(0.528925598, 0, 0.624651074, 0)
- DelHud.Size = UDim2.new(0, 171, 0, 54)
- DelHud.Font = Enum.Font.Creepster
- DelHud.Text = "Del Hud"
- DelHud.TextColor3 = Color3.fromRGB(0, 0, 0)
- DelHud.TextSize = 25.000
- DelHud.MouseButton1Down:Connect(function()
- game:GetService("Players").LocalPlayer.PlayerGui.HUD:Destroy()
- end)
- Earned.Name = "Earned"
- Earned.Parent = Frame
- Earned.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Earned.BorderColor3 = Color3.fromRGB(130, 203, 255)
- Earned.Position = UDim2.new(0, 0, 0.776992202, 0)
- Earned.Size = UDim2.new(0, 171, 0, 50)
- Earned.Font = Enum.Font.Creepster
- Earned.Text = "Total"
- Earned.TextColor3 = Color3.fromRGB(0, 0, 0)
- Earned.TextSize = 25.000
- Weights.Name = "Weights"
- Weights.Parent = Frame
- Weights.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Weights.BorderColor3 = Color3.fromRGB(130, 203, 255)
- Weights.Position = UDim2.new(0.528925598, 0, 0.776992202, 0)
- Weights.Size = UDim2.new(0, 171, 0, 50)
- Weights.Font = Enum.Font.Creepster
- Weights.Text = "Earned"
- Weights.TextColor3 = Color3.fromRGB(0, 0, 0)
- Weights.TextSize = 25.000
- DelHud_2.Name = "Del Hud"
- DelHud_2.Parent = Frame
- DelHud_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- DelHud_2.BorderColor3 = Color3.fromRGB(130, 203, 255)
- DelHud_2.Position = UDim2.new(-1.49011612e-08, 0, 0.626908362, 0)
- DelHud_2.Size = UDim2.new(0, 171, 0, 54)
- DelHud_2.Font = Enum.Font.Creepster
- DelHud_2.Text = "Del Rumble"
- DelHud_2.TextColor3 = Color3.fromRGB(0, 0, 0)
- DelHud_2.TextSize = 25.000
- DelHud_2.MouseButton1Down:Connect(function()
- game.ReplicatedFirst.TourneyQ:Destroy()
- end)
- -- Scripts:
- local function FNXD_fake_script() -- openclose.Open
- local script = Instance.new('LocalScript', openclose)
- local frame = script.Parent.Parent.Frame -- change “Test” to the name of the frane
- local open = false
- script.Parent.MouseButton1Click:Connect(function()
- if frame.Visible == false then
- frame.Visible = true
- else
- frame.Visible = false
- end
- end)
- end
- coroutine.wrap(FNXD_fake_script)()
- local function BNHPWE_fake_script() -- Name.Rainbow
- local script = Instance.new('LocalScript', Name)
- while true do
- for a = 1,360,1 do
- wait(0.1)
- script.Parent.BackgroundColor3 = Color3.fromHSV(a/360,1,1)
- end
- end
- end
- coroutine.wrap(BNHPWE_fake_script)()
- local function XUMOWFZ_fake_script() -- lifttogetbig.Rainbow
- local script = Instance.new('LocalScript', lifttogetbig)
- while true do
- for a = 1,360,1 do
- wait(0.1)
- script.Parent.BackgroundColor3 = Color3.fromHSV(a/360,1,1)
- end
- end
- end
- coroutine.wrap(XUMOWFZ_fake_script)()
- local function TYRTU_fake_script() -- Lifttogetstrong.Rainbow
- local script = Instance.new('LocalScript', Lifttogetstrong)
- while true do
- for a = 1,360,1 do
- wait(0.1)
- script.Parent.BackgroundColor3 = Color3.fromHSV(a/360,1,1)
- end
- end
- end
- coroutine.wrap(TYRTU_fake_script)()
- local function TINLLGL_fake_script() -- Fps.Rainbow
- local script = Instance.new('LocalScript', Fps)
- while true do
- for a = 1,360,1 do
- wait(0.1)
- script.Parent.BackgroundColor3 = Color3.fromHSV(a/360,1,1)
- end
- end
- end
- coroutine.wrap(TINLLGL_fake_script)()
- local function QDQKEQ_fake_script() -- EquipDw.Rainbow
- local script = Instance.new('LocalScript', EquipDw)
- while true do
- for a = 1,360,1 do
- wait(0.1)
- script.Parent.BackgroundColor3 = Color3.fromHSV(a/360,1,1)
- end
- end
- end
- coroutine.wrap(QDQKEQ_fake_script)()
- local function UCWM_fake_script() -- Gained.Rainbow
- local script = Instance.new('LocalScript', Gained)
- while true do
- for a = 1,360,1 do
- wait(0.1)
- script.Parent.BackgroundColor3 = Color3.fromHSV(a/360,1,1)
- end
- end
- end
- coroutine.wrap(UCWM_fake_script)()
- local function FIVYLZM_fake_script() -- Gained.Strength
- local script = Instance.new('LocalScript', Gained)
- local player = game.Players.LocalPlayer
- while wait() do
- script.Parent.Text = "Gained: "..player:WaitForChild("leaderstats"):FindFirstChild("Strength").Value
- end
- end
- coroutine.wrap(FIVYLZM_fake_script)()
- local function CFAOOT_fake_script() -- AntiAfk.Rainbow
- local script = Instance.new('LocalScript', AntiAfk)
- while true do
- for a = 1,360,1 do
- wait(0.1)
- script.Parent.BackgroundColor3 = Color3.fromHSV(a/360,1,1)
- end
- end
- end
- coroutine.wrap(CFAOOT_fake_script)()
- local function OMJQWQ_fake_script() -- MadeBy.Rainbow
- local script = Instance.new('LocalScript', MadeBy)
- while true do
- for a = 1,360,1 do
- wait(0.1)
- script.Parent.BackgroundColor3 = Color3.fromHSV(a/360,1,1)
- end
- end
- end
- coroutine.wrap(OMJQWQ_fake_script)()
- local function ZXYGN_fake_script() -- DropScript.Rainbow
- local script = Instance.new('LocalScript', DropScript)
- while true do
- for a = 1,360,1 do
- wait(0.1)
- script.Parent.BackgroundColor3 = Color3.fromHSV(a/360,1,1)
- end
- end
- end
- coroutine.wrap(ZXYGN_fake_script)()
- local function LEMMVC_fake_script() -- DelHud.Rainbow
- local script = Instance.new('LocalScript', DelHud)
- while true do
- for a = 1,360,1 do
- wait(0.1)
- script.Parent.BackgroundColor3 = Color3.fromHSV(a/360,1,1)
- end
- end
- end
- coroutine.wrap(LEMMVC_fake_script)()
- local function MLHQL_fake_script() -- Earned.Rainbow
- local script = Instance.new('LocalScript', Earned)
- while true do
- for a = 1,360,1 do
- wait(0.1)
- script.Parent.BackgroundColor3 = Color3.fromHSV(a/360,1,1)
- end
- end
- end
- coroutine.wrap(MLHQL_fake_script)()
- local function BUHRCQ_fake_script() -- Earned.Strength
- local script = Instance.new('LocalScript', Earned)
- local str = game:GetService("Players").LocalPlayer.leaderstats.Strength;
- local curvalue = str.Value;
- local earned = 0;
- str:GetPropertyChangedSignal("Value"):Connect(function()
- local delta = (str.Value - curvalue);
- earned += delta;
- Earned.Text = "Earned: "..earned;
- curvalue = str.Value;
- end)
- end
- coroutine.wrap(BUHRCQ_fake_script)()
- local function ZPLG_fake_script() -- Weights.Rainbow
- local script = Instance.new('LocalScript', Weights)
- while true do
- for a = 1,360,1 do
- wait(0.1)
- script.Parent.BackgroundColor3 = Color3.fromHSV(a/360,1,1)
- end
- end
- end
- coroutine.wrap(ZPLG_fake_script)()
- local function TFYTU_fake_script() -- Weights.Strength
- local script = Instance.new('LocalScript', Weights)
- repeat
- wait(.1)
- local num = 0
- for i,v in pairs(game:GetService("CoreGui").RobloxGui.Backpack.Inventory.ScrollingFrame.UIGridFrame:GetChildren()) do
- if v:IsA("TextButton") then
- num += 1
- end
- end
- Weights.Text = num.."DW"
- until num == 9999999999999
- end
- coroutine.wrap(TFYTU_fake_script)()
- local function PTUIX_fake_script() -- DelHud_2.Rainbow
- local script = Instance.new('LocalScript', DelHud_2)
- while true do
- for a = 1,360,1 do
- wait(0.1)
- script.Parent.BackgroundColor3 = Color3.fromHSV(a/360,1,1)
- end
- end
- end
- coroutine.wrap(PTUIX_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement