Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Lib = loadstring(game:HttpGet("https://raw.githubusercontent.com/Hosvile/Refinement/main/InfinitiveUI",true))()
- local Win = Lib:CreateWindow("WEIRD STRICT DAD BY BACONHACK_26",1,nil,nil)
- local Tab,name = Win:CreateTab("MAIN"..tostring(i),function() warn(i) end)
- Tab:CreateButton("INSTANT USE (N W E N L E)",function()
- if fireproximityprompt then
- execCmd("uninstantproximityprompts")
- wait(0.1)
- PromptButtonHoldBegan = ProximityPromptService.PromptButtonHoldBegan:Connect(function(prompt)
- fireproximityprompt(prompt)
- end)
- else
- local msg = Instance.new("Message",workspace)
- msg.Text = "bro get better executor"
- task.wait(6)
- msg:Destroy()
- end)
- Tab:CreateButton("FULLBRIGHT (NO DARK)",function()
- if brightLoop then
- brightLoop:Disconnect()
- end
- local function brightFunc()
- Lighting.Brightness = 2
- Lighting.ClockTime = 14
- Lighting.FogEnd = 100000
- Lighting.GlobalShadows = false
- Lighting.OutdoorAmbient = Color3.fromRGB(128, 128, 128)
- end
- brightLoop = RunService.RenderStepped:Connect(brightFunc)
- end)
- Tab:CreateButton("NOCLIP (CAN WALK AT WALLS)",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
- Tab:CreateButton("Console",function()
- game:GetService("StarterGui"):SetCore("DevConsoleVisible",true)
- end)
- Tab:CreateButton("other script",function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/InfinityMercury/Scripts/main/WeirdStrictDad/loader.lua",true))()
- end)
- local Tab,name = Win:CreateTab("OTHERS"..tostring(i),function() warn(i) end)
- Tab:CreateButton("END",function()
- msg.Text = "END OF THE SCRIPT NOT THE GAME"
- task.wait(6)
- msg:Destroy()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement