Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local DiscordLib = loadstring(game:HttpGet"https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/discord")()
- local win = DiscordLib:Window("discord library")
- local serv = win:Server("Perview", "")
- local btns = serv:Channel("Buttons")
- btns:Button("INSTANT USE", function()
- local holdconnect
- holdconnect = game:GetService("ProximityPromptService").PromptButtonHoldBegan:Connect(function(p)
- fireproximityprompt(p)
- end)
- repeat task.wait() until not flags.instapp
- holdconnect:Disconnect()
- end)
- DiscordLib:Notification("Notification", "INSTANT USE! ACTIVE", "SEXY AHH OK!")
- end)
- btns:Seperator()
- btns:Button("GODMODE NOT WORKING EVERYTIME", function()
- local Cam = workspace.CurrentCamera
- local Pos, Char = Cam.CFrame, speaker.Character
- local Human = Char and Char.FindFirstChildWhichIsA(Char, "Humanoid")
- local nHuman = Human.Clone(Human)
- nHuman.Parent, speaker.Character = Char, nil
- nHuman.SetStateEnabled(nHuman, 15, false)
- nHuman.SetStateEnabled(nHuman, 1, false)
- nHuman.SetStateEnabled(nHuman, 0, false)
- nHuman.BreakJointsOnDeath, Human = true, Human.Destroy(Human)
- speaker.Character, Cam.CameraSubject, Cam.CFrame = Char, nHuman, wait() and Pos
- nHuman.DisplayDistanceType = Enum.HumanoidDisplayDistanceType.None
- local Script = Char.FindFirstChild(Char, "Animate")
- if Script then
- Script.Disabled = true
- wait()
- Script.Disabled = false
- end
- nHuman.Health = nHuman.MaxHealth
- end)
- DiscordLib:Notification("Notification", "GODMODE! ACTIVE", "SEXY AHH Okay!")
- end)
- btns:Button("NOCLIP", function()
- Clip = false
- wait(0.1)
- local function NoclipLoop()
- if Clip == false and speaker.Character ~= nil then
- for _, child in pairs(speaker.Character:GetDescendants()) do
- if child:IsA("BasePart") and child.CanCollide == true and child.Name ~= floatName then
- child.CanCollide = false
- end
- end
- end
- end
- Noclipping = RunService.Stepped:Connect(NoclipLoop)
- end)
- DiscordLib:Notification("Notification", "NOCLIP! ACTIVE", "SEXY AHH Okay!")
- end)
- btns:Button("UNNOCLIP", function()
- if Noclipping then
- Noclipping:Disconnect()
- end
- Clip = true
- end)
- DiscordLib:Notification("Notification", "UNNOCLIP! ACTIVE", "SEXY AHH Okay!")
- end)
- btns:Button("DAD ESP and PLAYER", function()
- local.npc npc.name = DAD
- local.esp = true esp.color == rgb(255, 0, 0)
- local.npc+body = color = rgb(255, 0, 0)
- local.player=name.color = rgb(204, 255, 204)
- local.player=body=color = rgb(255, 255, 255)
- DiscordLib:Notification("Notification", "DAD ESP AND PLAYER! NOT ACTIVE", "SEXY AHH Okay!")
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement