Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if game.PlaceId == 2440500124 then do
- loadstring(game:HttpGet(("https://raw.githubusercontent.com/REDzHUB/LibraryV2/main/redzLib")))()
- MakeWindow({
- Hub = {
- Title = "Bacon v4",
- Animation = "by : Baconhack_26"
- },
- Key = {
- KeySystem = true,
- Title = "Key System",
- Description = "get the key now",
- KeyLink = "",
- Keys = {"12345678"},
- Notifi = {
- Notifications = true,
- CorrectKey = "Running the Script...",
- Incorrectkey = "The key is incorrect",
- CopyKeyLink = "Copied to Clipboard"
- }
- }
- })
- local Main = MakeTab({Name = "Main"})
- local section = AddSection(Main, {"Main"})
- AddButton(Main, {
- Name = "GODMODE",
- Callback = function()
- game:GetService("Players").LocalPlayer.Character.Health:Destroy()
- game:GetService("Players").LocalPlayer.Character.Sheesh:Destroy()
- end
- })
- AddButton(Main, {
- Name = "FULLBRIGHT",
- Callback = function()
- game:GetService("Lighting").Brightness = 1
- game:GetService("Lighting").ClockTime = 12
- game:GetService("Lighting").FogEnd = 300
- game:GetService("Lighting").GlobalShadows = false
- game:GetService("Lighting").OutdoorAmbient = Color3.fromRGB(0.47, 0.47, 0.47)
- end
- })
- AddButton(Main, {
- Name = "NOCLIP (LAGGY)",
- Callback = 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)
- end
- })
- AddButton(Main, {
- Name = "FIELD OF VIEW",
- Callback = function()
- local FovNumber = 120
- local Camera = workspace.CurrentCamera
- Camera.FieldOfView = FovNumber
- end
- })
- AddButton(Main, {
- Name = "SPEED BOOSTS",
- Callback = function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 21.5
- end
- })
- if not fireproximityprompt then
- local msg = Instance.new("Message",workspace)
- msg.Text = "you have fireproximityprompt function bro get better executor"
- task.wait(6)
- msg:Destroy()
- error("no prox")
- end
- local entityinfo = game.ReplicatedStorage:WaitForChild("EntityInfo")
- function message(text)
- local msg = Instance.new("Message",workspace)
- msg.Text = tostring(text)
- task.wait(5)
- msg:Destroy()
- --firesignal(entityinfo.Caption.OnClientEvent,tostring(text))
- end
- AddButton(Main, {
- Name = "INSTANT USE",
- Callback = function()
- local holdconnect
- holdconnect = game:GetService("ProximityPromptService").PromptButtonHoldBegan:Connect(function(p)
- fireproximityprompt(p)
- end)
- repeat task.wait() until not flags.instapp
- holdconnect:Disconnect()
- end)
- end
- })
- local HUBM = MakeTab({Name = "HUB MOBILE"})
- local section = AddSection(HUBM, {"HUB MOBILE"})
- AddButton(HUBM, {
- Name = "POOP DOORS SCRIPT",
- Callback = function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/zoophiliaphobic/POOPDOORS/main/script.lua'))()
- end
- })
- AddButton(HUBM, {
- Name = "DARKRAI-X SCRIPT",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/GamingScripter/Darkrai-X/main/Games/Doors"))()
- end
- })
- AddButton(HUBM, {
- Name = "BACONHACK_26 SCRIPT",
- Callback = function()
- loadstring(game:HttpGetAsync("https://pastebin.com/raw/xYHE287w"))()
- end
- })
- local HUBP = MakeTab({Name = "HUB PC"})
- local section = AddSection(HUBP, {"HUB PC"})
- AddButton(Main, {
- Name = "VYNXIUS SCRIPT",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Vynixius/main/Doors/Script.lua"))()
- end
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement