Advertisement
baconhack_263

WEIRD STRICT DAD

Nov 23rd, 2023 (edited)
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. local DiscordLib = loadstring(game:HttpGet"https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/discord")()
  2.  
  3. local win = DiscordLib:Window("discord library")
  4.  
  5. local serv = win:Server("Perview", "")
  6.  
  7. local btns = serv:Channel("Buttons")
  8.  
  9. btns:Button("INSTANT USE", function()
  10. local holdconnect
  11. holdconnect = game:GetService("ProximityPromptService").PromptButtonHoldBegan:Connect(function(p)
  12. fireproximityprompt(p)
  13. end)
  14.  
  15. repeat task.wait() until not flags.instapp
  16. holdconnect:Disconnect()
  17. end)
  18. DiscordLib:Notification("Notification", "INSTANT USE! ACTIVE", "SEXY AHH OK!")
  19. end)
  20.  
  21. btns:Seperator()
  22.  
  23. btns:Button("GODMODE NOT WORKING EVERYTIME", function()
  24. local Cam = workspace.CurrentCamera
  25. local Pos, Char = Cam.CFrame, speaker.Character
  26. local Human = Char and Char.FindFirstChildWhichIsA(Char, "Humanoid")
  27. local nHuman = Human.Clone(Human)
  28. nHuman.Parent, speaker.Character = Char, nil
  29. nHuman.SetStateEnabled(nHuman, 15, false)
  30. nHuman.SetStateEnabled(nHuman, 1, false)
  31. nHuman.SetStateEnabled(nHuman, 0, false)
  32. nHuman.BreakJointsOnDeath, Human = true, Human.Destroy(Human)
  33. speaker.Character, Cam.CameraSubject, Cam.CFrame = Char, nHuman, wait() and Pos
  34. nHuman.DisplayDistanceType = Enum.HumanoidDisplayDistanceType.None
  35. local Script = Char.FindFirstChild(Char, "Animate")
  36. if Script then
  37. Script.Disabled = true
  38. wait()
  39. Script.Disabled = false
  40. end
  41. nHuman.Health = nHuman.MaxHealth
  42. end)
  43. DiscordLib:Notification("Notification", "GODMODE! ACTIVE", "SEXY AHH Okay!")
  44. end)
  45.  
  46. btns:Button("NOCLIP", function()
  47. Clip = false
  48. wait(0.1)
  49. local function NoclipLoop()
  50. if Clip == false and speaker.Character ~= nil then
  51. for _, child in pairs(speaker.Character:GetDescendants()) do
  52. if child:IsA("BasePart") and child.CanCollide == true and child.Name ~= floatName then
  53. child.CanCollide = false
  54. end
  55. end
  56. end
  57. end
  58. Noclipping = RunService.Stepped:Connect(NoclipLoop)
  59. end)
  60. DiscordLib:Notification("Notification", "NOCLIP! ACTIVE", "SEXY AHH Okay!")
  61. end)
  62.  
  63. btns:Button("UNNOCLIP", function()
  64. if Noclipping then
  65. Noclipping:Disconnect()
  66. end
  67. Clip = true
  68. end)
  69. DiscordLib:Notification("Notification", "UNNOCLIP! ACTIVE", "SEXY AHH Okay!")
  70. end)
  71.  
  72. btns:Button("DAD ESP and PLAYER", function()
  73. local.npc npc.name = DAD
  74. local.esp = true esp.color == rgb(255, 0, 0)
  75. local.npc+body = color = rgb(255, 0, 0)
  76. local.player=name.color = rgb(204, 255, 204)
  77. local.player=body=color = rgb(255, 255, 255)
  78. DiscordLib:Notification("Notification", "DAD ESP AND PLAYER! NOT ACTIVE", "SEXY AHH Okay!")
  79. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement