Advertisement
baconhack_263

WEIRD STRICT DAD

Dec 16th, 2023 (edited)
405
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. local Lib = loadstring(game:HttpGet("https://raw.githubusercontent.com/Hosvile/Refinement/main/InfinitiveUI",true))()
  2. local Win = Lib:CreateWindow("WEIRD STRICT DAD BY BACONHACK_26",1,nil,nil)
  3.  
  4. local Tab,name = Win:CreateTab("MAIN"..tostring(i),function() warn(i) end)
  5.  
  6. Tab:CreateButton("INSTANT USE (N W E N L E)",function()
  7. if fireproximityprompt then
  8. execCmd("uninstantproximityprompts")
  9. wait(0.1)
  10. PromptButtonHoldBegan = ProximityPromptService.PromptButtonHoldBegan:Connect(function(prompt)
  11. fireproximityprompt(prompt)
  12. end)
  13. else
  14. local msg = Instance.new("Message",workspace)
  15. msg.Text = "bro get better executor"
  16. task.wait(6)
  17. msg:Destroy()
  18. end)
  19.  
  20. Tab:CreateButton("FULLBRIGHT (NO DARK)",function()
  21. if brightLoop then
  22. brightLoop:Disconnect()
  23. end
  24. local function brightFunc()
  25. Lighting.Brightness = 2
  26. Lighting.ClockTime = 14
  27. Lighting.FogEnd = 100000
  28. Lighting.GlobalShadows = false
  29. Lighting.OutdoorAmbient = Color3.fromRGB(128, 128, 128)
  30. end
  31.  
  32. brightLoop = RunService.RenderStepped:Connect(brightFunc)
  33. end)
  34.  
  35. Tab:CreateButton("NOCLIP (CAN WALK AT WALLS)",function()
  36. Clip = false
  37. wait(0.1)
  38. local function NoclipLoop()
  39. if Clip == false and speaker.Character ~= nil then
  40. for _, child in pairs(speaker.Character:GetDescendants()) do
  41. if child:IsA("BasePart") and child.CanCollide == true and child.Name ~= floatName then
  42. child.CanCollide = false
  43. end
  44. end
  45. end
  46. end
  47. Noclipping = RunService.Stepped:Connect(NoclipLoop)
  48. end
  49.  
  50. Tab:CreateButton("Console",function()
  51. game:GetService("StarterGui"):SetCore("DevConsoleVisible",true)
  52. end)
  53.  
  54. Tab:CreateButton("other script",function()
  55. loadstring(game:HttpGet("https://raw.githubusercontent.com/InfinityMercury/Scripts/main/WeirdStrictDad/loader.lua",true))()
  56. end)
  57.  
  58. local Tab,name = Win:CreateTab("OTHERS"..tostring(i),function() warn(i) end)
  59.  
  60. Tab:CreateButton("END",function()
  61. msg.Text = "END OF THE SCRIPT NOT THE GAME"
  62. task.wait(6)
  63. msg:Destroy()
  64. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement