Advertisement
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("Little Plz Steal Gui", "GrapeTheme")
- -- MAIN
- local Main = Window:NewTab("Main")
- local MainSection = Main:NewSection("Main Hack")
- MainSection:NewSlider("Speed hack", "make you run fast or slow", 500, 16, function(s) -- 500 (MaxValue) | 0 (MinValue)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
- end)
- MainSection:NewSlider("JumpPower", "jump high", 350, 50, function(s) -- 500 (MaxValue) | 0 (MinValue)
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
- end)
- MainSection:NewButton("JP & WS reset", "reset", function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
- end)
- MainSection:NewButton("Inf admin", "admin cmds", function()
- --BROUGHT TO YOU BY RSCRIPTS.NET--
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- end)
- MainSection:NewButton("darkdex", "have fun", function()
- -- Dark Dex --
- if game:GetService'CoreGui':FindFirstChild'Dex' then
- game:GetService'CoreGui'.Dex:Destroy();
- end
- math.randomseed(tick())
- local charset = {}
- for i = 48, 57 do table.insert(charset, string.char(i)) end
- for i = 65, 90 do table.insert(charset, string.char(i)) end
- for i = 97, 122 do table.insert(charset, string.char(i)) end
- function RandomCharacters(length)
- if length > 0 then
- return RandomCharacters(length - 1) .. charset[math.random(1, #charset)]
- else
- return ""
- end
- end
- local Dex = game:GetObjects("rbxassetid://3567096419")[1]
- Dex.Name = RandomCharacters(math.random(5, 20))
- Dex.Parent = game:GetService("CoreGui")
- local function Load(Obj, Url)
- local function GiveOwnGlobals(Func, Script)
- local Fenv = {}
- local RealFenv = {script = Script}
- local FenvMt = {}
- FenvMt.__index = function(a,b)
- if RealFenv[b] == nil then
- return getfenv()[b]
- else
- return RealFenv[b]
- end
- end
- FenvMt.__newindex = function(a, b, c)
- if RealFenv[b] == nil then
- getfenv()[b] = c
- else
- RealFenv[b] = c
- end
- end
- setmetatable(Fenv, FenvMt)
- setfenv(Func, Fenv)
- return Func
- end
- local function LoadScripts(Script)
- if Script.ClassName == "Script" or Script.ClassName == "LocalScript" then
- spawn(function()
- GiveOwnGlobals(loadstring(Script.Source, "=" .. Script:GetFullName()), Script)()
- end)
- end
- for i,v in pairs(Script:GetChildren()) do
- LoadScripts(v)
- end
- end
- LoadScripts(Obj)
- end
- Load(Dex)
- end)
- MainSection:NewButton("Rejoin server", "rejoin", function()
- local ts = game:GetService("TeleportService")
- local p = game:GetService("Players").LocalPlayer
- ts:Teleport(game.PlaceId, p)
- end)
- -- CUP HACK
- local Cuphack = Window:NewTab("Cup hack")
- local CuphackSection = Cuphack:NewSection("only delete the cup that dont have the diamond")
- CuphackSection:NewToggle("Delete cup 1", "delete cup", function(state)
- if state then
- local Descendants = workspace:GetDescendants()
- for i, value in pairs(Descendants) do
- if value.Name == "Important" then
- local cups = value:GetDescendants()
- for i, e in pairs (cups) do
- if e.Name == "Detail" then
- local v = e.Parent.Parent
- v["1"].Detail.Transparency = 1
- v["1"].Primary.Transparency = 1
- end
- end
- end
- end
- else
- local Descendants = workspace:GetDescendants()
- for i, value in pairs(Descendants) do
- if value.Name == "Important" then
- local cups = value:GetDescendants()
- for i, e in pairs (cups) do
- if e.Name == "Detail" then
- local v = e.Parent.Parent
- v["1"].Detail.Transparency = 0
- v["1"].Primary.Transparency = 0
- end
- end
- end
- end
- end
- end)
- CuphackSection:NewToggle("Delete cup 2", "delete cup", function(state)
- if state then
- local Descendants = workspace:GetDescendants()
- for i, value in pairs(Descendants) do
- if value.Name == "Important" then
- local cups = value:GetDescendants()
- for i, e in pairs (cups) do
- if e.Name == "Detail" then
- local v = e.Parent.Parent
- v["2"].Detail.Transparency = 1
- v["2"].Primary.Transparency = 1
- end
- end
- end
- end
- else
- local Descendants = workspace:GetDescendants()
- for i, value in pairs(Descendants) do
- if value.Name == "Important" then
- local cups = value:GetDescendants()
- for i, e in pairs (cups) do
- if e.Name == "Detail" then
- local v = e.Parent.Parent
- v["2"].Detail.Transparency = 0
- v["2"].Primary.Transparency = 0
- end
- end
- end
- end
- end
- end)
- CuphackSection:NewToggle("Delete cup 3", "delete cup", function(state)
- if state then
- local Descendants = workspace:GetDescendants()
- for i, value in pairs(Descendants) do
- if value.Name == "Important" then
- local cups = value:GetDescendants()
- for i, e in pairs (cups) do
- if e.Name == "Detail" then
- local v = e.Parent.Parent
- v["3"].Detail.Transparency = 1
- v["3"].Primary.Transparency = 1
- end
- end
- end
- end
- else
- local Descendants = workspace:GetDescendants()
- for i, value in pairs(Descendants) do
- if value.Name == "Important" then
- local cups = value:GetDescendants()
- for i, e in pairs (cups) do
- if e.Name == "Detail" then
- local v = e.Parent.Parent
- v["3"].Detail.Transparency = 0
- v["3"].Primary.Transparency = 0
- end
- end
- end
- end
- end
- end)
- CuphackSection:NewToggle("Delete cup 4", "delete cup", function(state)
- if state then
- local Descendants = workspace:GetDescendants()
- for i, value in pairs(Descendants) do
- if value.Name == "Important" then
- local cups = value:GetDescendants()
- for i, e in pairs (cups) do
- if e.Name == "Detail" then
- local v = e.Parent.Parent
- v["4"].Detail.Transparency = 1
- v["4"].Primary.Transparency = 1
- end
- end
- end
- end
- else
- local Descendants = workspace:GetDescendants()
- for i, value in pairs(Descendants) do
- if value.Name == "Important" then
- local cups = value:GetDescendants()
- for i, e in pairs (cups) do
- if e.Name == "Detail" then
- local v = e.Parent.Parent
- v["4"].Detail.Transparency = 0
- v["4"].Primary.Transparency = 0
- end
- end
- end
- end
- end
- end)
- CuphackSection:NewToggle("Delete cup 5", "delete cup", function(state)
- if state then
- local Descendants = workspace:GetDescendants()
- for i, value in pairs(Descendants) do
- if value.Name == "Important" then
- local cups = value:GetDescendants()
- for i, e in pairs (cups) do
- if e.Name == "Detail" then
- local v = e.Parent.Parent
- v["5"].Detail.Transparency = 1
- v["5"].Primary.Transparency = 1
- end
- end
- end
- end
- else
- local Descendants = workspace:GetDescendants()
- for i, value in pairs(Descendants) do
- if value.Name == "Important" then
- local cups = value:GetDescendants()
- for i, e in pairs (cups) do
- if e.Name == "Detail" then
- local v = e.Parent.Parent
- v["5"].Detail.Transparency = 0
- v["5"].Primary.Transparency = 0
- end
- end
- end
- end
- end
- end)
- CuphackSection:NewButton("Reset all cup", "ButtonInfo", function()
- local Descendants = workspace:GetDescendants()
- for i, value in pairs(Descendants) do
- if value.Name == "Important" then
- local cups = value:GetDescendants()
- for i, e in pairs (cups) do
- if e.Name == "Detail" then
- local v = e.Parent.Parent
- v["1"].Detail.Transparency = 0
- v["1"].Primary.Transparency = 0
- v["2"].Detail.Transparency = 0
- v["2"].Primary.Transparency = 0
- v["3"].Detail.Transparency = 0
- v["3"].Primary.Transparency = 0
- v["4"].Detail.Transparency = 0
- v["4"].Primary.Transparency = 0
- v["5"].Detail.Transparency = 0
- v["5"].Primary.Transparency = 0
- end
- end
- end
- end
- end)
- -- eye contest hack
- local eyecontesthack = Window:NewTab("eye contest hack")
- local eyecontesthackSection = eyecontesthack:NewSection("eye contest hack")
- eyecontesthackSection:NewButton("anti afk gui", "bypass 20 min disconnect", function()
- loadstring(game:HttpGet(("https://pastebin.com/raw/bwP4bmed"), true))()
- end)
- local Credit = Window:NewTab("Credit")
- local CreditSection = Credit:NewSection("Credit")
- CreditSection:NewLabel("credit to Uwerz on youtube for cup script")
- CreditSection:NewLabel("credit to 1 F0 on youtube for free gui model")
- CreditSection:NewLabel("credit to owner of anti afk script (idk owner, sorry")
- CreditSection:NewLabel("credit to me (little) for putting this together")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement