Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
- local Window = Library.CreateLib("Gunonm_alt Private Farm Script!!", "Serpent")
- local Main = Window:NewTab("Farming")
- local MainSection = Main:NewSection("Farming")
- MainSection:NewToggle("Equip Dw", "Equips Dw.", function(state)
- if state then
- print("Toggle On")
- _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.Parent = game.Players.LocalPlayer.Character
- end
- end
- end
- else
- print("Toggle Off")
- _G.Equip = false
- end
- end)
- MainSection:NewToggle("Lift Dw", "Lifts Dw.", function(state)
- if state then
- print("Toggle On")
- _G.Farm = true
- while _G.Farm 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
- else
- print("Toggle Off")
- _G.Farm = false
- end
- end)
- MainSection:NewButton("Del Hud", "Deletes Hud.", function()
- print("Clicked")
- game:GetService("Players").LocalPlayer.PlayerGui.HUD:Destroy()
- end)
- MainSection:NewButton("Del Rumble", "Deletes Rumble.", function()
- print("Clicked")
- game.ReplicatedFirst.TourneyQ:Destroy()
- end)
- MainSection:NewButton("Del Popup", "Disables Strength Popup.", function()
- print("Clicked")
- game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.MuscleGain:Destroy()
- end)
- MainSection:NewButton("Tp To Safe Zone", "Tps U To Safe Zone.", function()
- print("Clicked")
- char.HumanoidRootPart.CFrame = CFrame.new(-1941, 353, -5311)
- end)
- MainSection:NewButton("Low Ping", "Reduces High Ping/Low Fps.", function()
- print("Clicked")
- loadstring(game:HttpGet("https://pastebin.com/raw/mmEr60d5", true))()
- end)
- MainSection:NewButton("Anti Afk", "Stops Roblox From Kicking U.", function()
- print("Clicked")
- loadstring(game:HttpGet("https://pastebin.com/raw/SN4agUmB", true))()
- end)
- local Dropping = Window:NewTab("Dropping")
- local DroppingSection = Dropping:NewSection("Dropping")
- DroppingSection:NewToggle("Equip Dw", "Equips Dw.", function(state)
- if state then
- print("Toggle On")
- _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.Parent = game.Players.LocalPlayer.Character
- end
- end
- end
- else
- print("Toggle Off")
- _G.Equip = false
- end
- end)
- DroppingSection:NewButton("Drop Urself", "Auto Resets.", function()
- print("Clicked")
- loadstring(game:HttpGet("https://pastebin.com/raw/CjVD4RZN", true))()
- end)
- DroppingSection:NewButton("Revis Admin", "Revis Admin.", function()
- print("Clicked")
- loadstring(game:HttpGet("https://pastebin.com/raw/pGhYnsxA", true))()
- end)
- local Player = Window:NewTab("Player")
- local PlayerSection = Player:NewSection("Player")
- PlayerSection:NewSlider("Speed", "Changes Ur Running Speed.", 500, 16, function(s) -- 500 (MaxValue) | 0 (MinValue)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
- end)
- PlayerSection:NewSlider("Jump", "Changes Ur Jump Power.", 500, 50, function(s) -- 500 (MaxValue) | 0 (MinValue)
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
- end)
- PlayerSection:NewButton("Reset Speed/Jump", "Resets JumpPower And WalkSpeed.", function()
- print("Clicked")
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
- end)
- local Misc = Window:NewTab("Misc")
- local MiscSection = Misc:NewSection("Misc")
- MiscSection:NewButton("Op Gui", "Op Gui For Boxing Simulator 2.", function()
- print("Clicked")
- loadstring(game:HttpGet("https://raw.githubusercontent.com/sssss1dfgh/Midnight-Hub/main/loader", true))()
- end)
- MiscSection:NewButton("Rainbow Gloves", "Makes Ur Gloves Rainbow.", function()
- print("Clicked")
- while true do
- local ohString1 = "Pink"
- game:GetService("ReplicatedStorage").Remotes.SellWep:FireServer(ohString1)
- wait(.2)
- local ohString1 = "Green"
- game:GetService("ReplicatedStorage").Remotes.SellWep:FireServer(ohString1)
- wait(.2)
- local ohString1 = "Blue"
- game:GetService("ReplicatedStorage").Remotes.SellWep:FireServer(ohString1)
- wait(.2)
- end
- end)
- MiscSection:NewButton("Small", "Makes U Small.", function()
- print("Clicked")
- for i,v in pairs(game.Players.LocalPlayer.Character.Humanoid:GetChildren()) do
- if v:IsA("NumberValue") then
- v:Destroy()
- end
- end
- end)
- MiscSection:NewButton("Fast Punch", "Makes You Punch Fast.", function()
- old = hookfunction(wait,function(t)
- if not checkcaller() and getcallingscript().Name == "MouseIcon" then
- return old()
- end
- return old(t)
- end)
- end)
- local Settings = Window:NewTab("Settings")
- local SettingsSection = Settings:NewSection("Settings")
- SettingsSection:NewKeybind("Toggle Gui Key", "Type Key To Toggle Gui With.", Enum.KeyCode.H, function()
- Library:ToggleUI()
- end)
- local Credits = Window:NewTab("Credits")
- local CreditsSection = Credits:NewSection("Credits - Gunonm_alt")
Add Comment
Please, Sign In to add comment