Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Objects
- local BorkGui = Instance.new("ScreenGui")
- local OpenClose = Instance.new("Frame")
- local OC = Instance.new("TextButton")
- local Main = Instance.new("Frame")
- local Title = Instance.new("TextLabel")
- local AutoRebirth = Instance.new("TextLabel")
- local AutoRebirthOff = Instance.new("TextButton")
- local AutoRebirthOn = Instance.new("TextButton")
- local UpgraderCframe = Instance.new("TextButton")
- local Other = Instance.new("TextLabel")
- local CrateTeleportOn = Instance.new("TextButton")
- local CrateTeleportOff = Instance.new("TextButton")
- local FakeCrateSpam = Instance.new("TextLabel")
- local CrateSpamOn = Instance.new("TextButton")
- local CrateSpamOff = Instance.new("TextButton")
- local RemoteClicker = Instance.new("TextLabel")
- local RemoteClickerOn = Instance.new("TextButton")
- local RemoteClickerOff = Instance.new("TextButton")
- local FactoryTeleport = Instance.new("TextLabel")
- local Factory1 = Instance.new("TextButton")
- local Factory2 = Instance.new("TextButton")
- local Factory3 = Instance.new("TextButton")
- local Factory4 = Instance.new("TextButton")
- local Factory5 = Instance.new("TextButton")
- local Factory6 = Instance.new("TextButton")
- local CrateTeleport = Instance.new("TextLabel")
- local LuckyClover = Instance.new("TextButton")
- local TwitchPoints = Instance.new("TextButton")
- local MaskedMan = Instance.new("TextButton")
- local Boxman = Instance.new("TextButton")
- local Santa = Instance.new("TextButton")
- local InfInfuse = Instance.new("TextLabel")
- local InfInfuseOn = Instance.new("TextButton")
- local InfInfuseOff = Instance.new("TextButton")
- local FacOwner = Instance.new("TextButton")
- local BuyCrate = Instance.new("TextButton")
- local Speed = Instance.new("TextButton")
- local Jump = Instance.new("TextButton")
- local Night = Instance.new("TextButton")
- local Day = Instance.new("TextButton")
- _G.BorkInfInfuse = false
- _G.FBorkInfInfuse = true
- _G.FBorkAutoRebirth = true
- _G.FBorkRemoteClicker = true
- _G.FBorkCrateTeleport = true
- _G.BorkCrateTeleport = nil
- _G.BorkRemoteClicker = nil
- _G.BorkAutoRebirth = nil
- -- Properties
- BorkGui.Name = "BorkGui"
- BorkGui.Parent = game.CoreGui
- OpenClose.Name = "OpenClose"
- OpenClose.Parent = BorkGui
- OpenClose.BackgroundColor3 = Color3.new(1, 1, 1)
- OpenClose.BackgroundTransparency = 1
- OpenClose.Position = UDim2.new(0.683441579, 0, 0.873536348, 0)
- OpenClose.Size = UDim2.new(0, 100, 0, 100)
- OC.Name = "OC"
- OC.Parent = OpenClose
- OC.BackgroundColor3 = Color3.new(0, 0, 0)
- OC.Position = UDim2.new(0.680890799, 0, 0.8438797, 0)
- OC.Size = UDim2.new(0, 31, 0, 11)
- OC.Font = Enum.Font.SourceSans
- OC.Text = "Close"
- OC.TextColor3 = Color3.new(1, 1, 1)
- OC.TextSize = 14
- Main.Name = "Main"
- Main.Parent = BorkGui
- Main.Active = true
- Main.BackgroundColor3 = Color3.new(0, 0, 0)
- Main.BackgroundTransparency = 0
- Main.Position = UDim2.new(1, -10, 1, -10)
- Main.Selectable = true
- Main.Size = UDim2.new(0, 420, 0, 225)
- Main.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
- Main.AnchorPoint = Vector2.new(1, 1)
- Title.Name = "Title"
- Title.Parent = Main
- Title.BackgroundColor3 = Color3.new(0, 0, 0)
- Title.Position = UDim2.new(0, 0, 0, -15)
- Title.Size = UDim2.new(1, 0, 0, 25)
- Title.Font = Enum.Font.SourceSansBold
- Title.Text = "Bork's Miner's Haven Gui V1"
- Title.TextColor3 = Color3.new(1, 1, 1)
- Title.TextSize = 14
- Title.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
- Title.TextWrapped = true
- Title.BorderSizePixel = 0
- Title.BackgroundTransparency = -3
- AutoRebirth.Name = "AutoRebirth"
- AutoRebirth.Parent = Main
- AutoRebirth.BackgroundColor3 = Color3.new(1, 1, 1)
- AutoRebirth.BackgroundTransparency = 0.75
- AutoRebirth.Position = UDim2.new(0, 0, 0.057777781, 0)
- AutoRebirth.Size = UDim2.new(0, 100, 0, 20)
- AutoRebirth.Font = Enum.Font.SourceSansBold
- AutoRebirth.Text = "Auto Rebirth"
- AutoRebirth.TextColor3 = Color3.new(0, 0, 0)
- AutoRebirth.TextSize = 14
- AutoRebirthOff.Name = "AutoRebirthOff"
- AutoRebirthOff.Parent = Main
- AutoRebirthOff.BackgroundColor3 = Color3.new(1, 1, 1)
- AutoRebirthOff.BackgroundTransparency = 0.75
- AutoRebirthOff.Position = UDim2.new(0.118698202, 0, 0.144569337, 0)
- AutoRebirthOff.Size = UDim2.new(0, 50, 0, 20)
- AutoRebirthOff.Font = Enum.Font.SourceSans
- AutoRebirthOff.Text = "Off"
- AutoRebirthOff.TextColor3 = Color3.new(0, 0, 0)
- AutoRebirthOff.TextSize = 14
- AutoRebirthOn.Name = "AutoRebirthOn"
- AutoRebirthOn.Parent = Main
- AutoRebirthOn.BackgroundColor3 = Color3.new(1, 1, 1)
- AutoRebirthOn.BackgroundTransparency = 0.75
- AutoRebirthOn.Position = UDim2.new(-0.00350081874, 0, 0.144569337, 0)
- AutoRebirthOn.Size = UDim2.new(0, 50, 0, 20)
- AutoRebirthOn.Font = Enum.Font.SourceSans
- AutoRebirthOn.Text = "On"
- AutoRebirthOn.TextColor3 = Color3.new(0, 0, 0)
- AutoRebirthOn.TextSize = 14
- UpgraderCframe.Name = "UpgraderCFrame"
- UpgraderCframe.Parent = Main
- UpgraderCframe.BackgroundColor3 = Color3.new(1, 1, 1)
- UpgraderCframe.BackgroundTransparency = 0.75
- UpgraderCframe.Position = UDim2.new(0.492302865, 0, 0.322347015, 0)
- UpgraderCframe.Size = UDim2.new(0, 95, 0, 20)
- UpgraderCframe.Font = Enum.Font.SourceSans
- UpgraderCframe.Text = "Upgrader CFrame"
- UpgraderCframe.TextColor3 = Color3.new(0, 0, 0)
- UpgraderCframe.TextSize = 12
- Other.Name = "Other"
- Other.Parent = Main
- Other.BackgroundColor3 = Color3.new(1, 1, 1)
- Other.BackgroundTransparency = 0.75
- Other.Position = UDim2.new(0.492302835, 0, 0.0577777773, 0)
- Other.Size = UDim2.new(0, 190, 0, 20)
- Other.Font = Enum.Font.SourceSansBold
- Other.Text = "Other"
- Other.TextColor3 = Color3.new(0, 0, 0)
- Other.TextSize = 14
- CrateTeleportOn.Name = "CrateTeleportOn"
- CrateTeleportOn.Parent = Main
- CrateTeleportOn.BackgroundColor3 = Color3.new(1, 1, 1)
- CrateTeleportOn.BackgroundTransparency = 0.75
- CrateTeleportOn.Position = UDim2.new(-0.00350081921, 0, 0.389013797, 0)
- CrateTeleportOn.Size = UDim2.new(0, 50, 0, 20)
- CrateTeleportOn.Font = Enum.Font.SourceSans
- CrateTeleportOn.Text = "On"
- CrateTeleportOn.TextColor3 = Color3.new(0, 0, 0)
- CrateTeleportOn.TextSize = 14
- CrateTeleportOff.Name = "CrateTeleportOff"
- CrateTeleportOff.Parent = Main
- CrateTeleportOff.BackgroundColor3 = Color3.new(1, 1, 1)
- CrateTeleportOff.BackgroundTransparency = 0.75
- CrateTeleportOff.Position = UDim2.new(0.118698202, 0, 0.389013797, 0)
- CrateTeleportOff.Size = UDim2.new(0, 50, 0, 20)
- CrateTeleportOff.Font = Enum.Font.SourceSans
- CrateTeleportOff.Text = "Off"
- CrateTeleportOff.TextColor3 = Color3.new(0, 0, 0)
- CrateTeleportOff.TextSize = 14
- FakeCrateSpam.Name = "FakeCrateSpam"
- FakeCrateSpam.Parent = Main
- FakeCrateSpam.BackgroundColor3 = Color3.new(1, 1, 1)
- FakeCrateSpam.BackgroundTransparency = 0.75
- FakeCrateSpam.Position = UDim2.new(-1.02445483e-08, 0, 0.546666682, 0)
- FakeCrateSpam.Size = UDim2.new(0, 100, 0, 20)
- FakeCrateSpam.Font = Enum.Font.SourceSansBold
- FakeCrateSpam.Text = "Fake Crate Spam"
- FakeCrateSpam.TextColor3 = Color3.new(0, 0, 0)
- FakeCrateSpam.TextSize = 14
- CrateSpamOn.Name = "CrateSpamOn"
- CrateSpamOn.Parent = Main
- CrateSpamOn.BackgroundColor3 = Color3.new(1, 1, 1)
- CrateSpamOn.BackgroundTransparency = 0.75
- CrateSpamOn.Position = UDim2.new(-0.00350081874, 0, 0.633458257, 0)
- CrateSpamOn.Size = UDim2.new(0, 50, 0, 20)
- CrateSpamOn.Font = Enum.Font.SourceSans
- CrateSpamOn.Text = "On"
- CrateSpamOn.TextColor3 = Color3.new(0, 0, 0)
- CrateSpamOn.TextSize = 14
- CrateSpamOff.Name = "CrateSpamOff"
- CrateSpamOff.Parent = Main
- CrateSpamOff.BackgroundColor3 = Color3.new(1, 1, 1)
- CrateSpamOff.BackgroundTransparency = 0.75
- CrateSpamOff.Position = UDim2.new(0.118698202, 0, 0.633458257, 0)
- CrateSpamOff.Size = UDim2.new(0, 50, 0, 20)
- CrateSpamOff.Font = Enum.Font.SourceSans
- CrateSpamOff.Text = "Off"
- CrateSpamOff.TextColor3 = Color3.new(0, 0, 0)
- CrateSpamOff.TextSize = 14
- RemoteClicker.Name = "RemoteClicker"
- RemoteClicker.Parent = Main
- RemoteClicker.BackgroundColor3 = Color3.new(1, 1, 1)
- RemoteClicker.BackgroundTransparency = 0.75
- RemoteClicker.Position = UDim2.new(0, 0, 0.791111171, 0)
- RemoteClicker.Size = UDim2.new(0, 100, 0, 20)
- RemoteClicker.Font = Enum.Font.SourceSansBold
- RemoteClicker.Text = "Auto Remote"
- RemoteClicker.TextColor3 = Color3.new(0, 0, 0)
- RemoteClicker.TextSize = 14
- RemoteClickerOn.Name = "RemoteClickerOn"
- RemoteClickerOn.Parent = Main
- RemoteClickerOn.BackgroundColor3 = Color3.new(1, 1, 1)
- RemoteClickerOn.BackgroundTransparency = 0.75
- RemoteClickerOn.Position = UDim2.new(-0.00350081921, 0, 0.877902746, 0)
- RemoteClickerOn.Size = UDim2.new(0, 50, 0, 20)
- RemoteClickerOn.Font = Enum.Font.SourceSans
- RemoteClickerOn.Text = "On"
- RemoteClickerOn.TextColor3 = Color3.new(0, 0, 0)
- RemoteClickerOn.TextSize = 14
- RemoteClickerOff.Name = "RemoteClickerOff"
- RemoteClickerOff.Parent = Main
- RemoteClickerOff.BackgroundColor3 = Color3.new(1, 1, 1)
- RemoteClickerOff.BackgroundTransparency = 0.75
- RemoteClickerOff.Position = UDim2.new(0.118698232, 0, 0.877902627, 0)
- RemoteClickerOff.Size = UDim2.new(0, 50, 0, 20)
- RemoteClickerOff.Font = Enum.Font.SourceSans
- RemoteClickerOff.Text = "Off"
- RemoteClickerOff.TextColor3 = Color3.new(0, 0, 0)
- RemoteClickerOff.TextSize = 14
- FactoryTeleport.Name = "FactoryTeleport"
- FactoryTeleport.Parent = Main
- FactoryTeleport.BackgroundColor3 = Color3.new(1, 1, 1)
- FactoryTeleport.BackgroundTransparency = 0.75
- FactoryTeleport.Position = UDim2.new(0.497087538, 0, 0.871111095, 0)
- FactoryTeleport.Size = UDim2.new(0, 46, 0, 21)
- FactoryTeleport.Font = Enum.Font.SourceSansBold
- FactoryTeleport.Text = "Factory Tp"
- FactoryTeleport.TextColor3 = Color3.new(0, 0, 0)
- FactoryTeleport.TextSize = 12
- Factory1.Name = "Factory1"
- Factory1.Parent = Main
- Factory1.BackgroundColor3 = Color3.new(1, 1, 1)
- Factory1.BackgroundTransparency = 0.75
- Factory1.Position = UDim2.new(0.609527767, 0, 0.871111095, 0)
- Factory1.Size = UDim2.new(0, 23, 0, 21)
- Factory1.Font = Enum.Font.SourceSans
- Factory1.Text = "1"
- Factory1.TextColor3 = Color3.new(0, 0, 0)
- Factory1.TextSize = 14
- Factory2.Name = "Factory2"
- Factory2.Parent = Main
- Factory2.BackgroundColor3 = Color3.new(1, 1, 1)
- Factory2.BackgroundTransparency = 0.75
- Factory2.Position = UDim2.new(0.66646564, 0, 0.871111155, 0)
- Factory2.Size = UDim2.new(0, 23, 0, 21)
- Factory2.Font = Enum.Font.SourceSans
- Factory2.Text = "2"
- Factory2.TextColor3 = Color3.new(0, 0, 0)
- Factory2.TextSize = 14
- Factory3.Name = "Factory3"
- Factory3.Parent = Main
- Factory3.BackgroundColor3 = Color3.new(1, 1, 1)
- Factory3.BackgroundTransparency = 0.75
- Factory3.Position = UDim2.new(0.723403335, 0, 0.871111095, 0)
- Factory3.Size = UDim2.new(0, 23, 0, 21)
- Factory3.Font = Enum.Font.SourceSans
- Factory3.Text = "3"
- Factory3.TextColor3 = Color3.new(0, 0, 0)
- Factory3.TextSize = 14
- Factory4.Name = "Factory4"
- Factory4.Parent = Main
- Factory4.BackgroundColor3 = Color3.new(1, 1, 1)
- Factory4.BackgroundTransparency = 0.75
- Factory4.Position = UDim2.new(0.779384196, 0, 0.871111095, 0)
- Factory4.Size = UDim2.new(0, 23, 0, 21)
- Factory4.Font = Enum.Font.SourceSans
- Factory4.Text = "4"
- Factory4.TextColor3 = Color3.new(0, 0, 0)
- Factory4.TextSize = 14
- Factory5.Name = "Factory5"
- Factory5.Parent = Main
- Factory5.BackgroundColor3 = Color3.new(1, 1, 1)
- Factory5.BackgroundTransparency = 0.75
- Factory5.Position = UDim2.new(0.836322129, 0, 0.871111155, 0)
- Factory5.Size = UDim2.new(0, 23, 0, 21)
- Factory5.Font = Enum.Font.SourceSans
- Factory5.Text = "5"
- Factory5.TextColor3 = Color3.new(0, 0, 0)
- Factory5.TextSize = 14
- Factory6.Name = "Factory6"
- Factory6.Parent = Main
- Factory6.BackgroundColor3 = Color3.new(1, 1, 1)
- Factory6.BackgroundTransparency = 0.75
- Factory6.Position = UDim2.new(0.893259823, 0, 0.871111035, 0)
- Factory6.Size = UDim2.new(0, 23, 0, 21)
- Factory6.Font = Enum.Font.SourceSans
- Factory6.Text = "6"
- Factory6.TextColor3 = Color3.new(0, 0, 0)
- Factory6.TextSize = 14
- CrateTeleport.Name = "CrateTeleport"
- CrateTeleport.Parent = Main
- CrateTeleport.BackgroundColor3 = Color3.new(1, 1, 1)
- CrateTeleport.BackgroundTransparency = 0.75
- CrateTeleport.Position = UDim2.new(0, 0, 0.302222222, 0)
- CrateTeleport.Size = UDim2.new(0, 100, 0, 20)
- CrateTeleport.Font = Enum.Font.SourceSansBold
- CrateTeleport.Text = "Crate Teleport"
- CrateTeleport.TextColor3 = Color3.new(0, 0, 0)
- CrateTeleport.TextSize = 14
- LuckyClover.Name = "LuckyClover"
- LuckyClover.Parent = Main
- LuckyClover.BackgroundColor3 = Color3.new(1, 1, 1)
- LuckyClover.BackgroundTransparency = 0.75
- LuckyClover.Position = UDim2.new(0.492302805, 0, 0.144569233, 0)
- LuckyClover.Size = UDim2.new(0, 95, 0, 20)
- LuckyClover.Font = Enum.Font.SourceSans
- LuckyClover.Text = "Lucky Clovers"
- LuckyClover.TextColor3 = Color3.new(0, 0, 0)
- LuckyClover.TextSize = 12
- TwitchPoints.Name = "TwitchPoints"
- TwitchPoints.Parent = Main
- TwitchPoints.BackgroundColor3 = Color3.new(1, 1, 1)
- TwitchPoints.BackgroundTransparency = 0.75
- TwitchPoints.BorderColor3 = Color3.new(0, 0, 0)
- TwitchPoints.Position = UDim2.new(0.719575584, 0, 0.144569233, 0)
- TwitchPoints.Size = UDim2.new(0, 95, 0, 20)
- TwitchPoints.Font = Enum.Font.SourceSans
- TwitchPoints.Text = "Twitch Points"
- TwitchPoints.TextColor3 = Color3.new(0, 0, 0)
- TwitchPoints.TextSize = 12
- MaskedMan.Name = "MaskedMan"
- MaskedMan.Parent = Main
- MaskedMan.BackgroundColor3 = Color3.new(1, 1, 1)
- MaskedMan.BackgroundTransparency = 0.75
- MaskedMan.Position = UDim2.new(0.492302865, 0, 0.233458117, 0)
- MaskedMan.Size = UDim2.new(0, 95, 0, 20)
- MaskedMan.Font = Enum.Font.SourceSans
- MaskedMan.Text = "Masked Man"
- MaskedMan.TextColor3 = Color3.new(0, 0, 0)
- MaskedMan.TextSize = 12
- Boxman.Name = "Boxman"
- Boxman.Parent = Main
- Boxman.BackgroundColor3 = Color3.new(1, 1, 1)
- Boxman.BackgroundTransparency = 0.75
- Boxman.Position = UDim2.new(0.719575584, 0, 0.233458117, 0)
- Boxman.Size = UDim2.new(0, 95, 0, 20)
- Boxman.Font = Enum.Font.SourceSans
- Boxman.Text = "Box Man"
- Boxman.TextColor3 = Color3.new(0, 0, 0)
- Boxman.TextSize = 12
- Santa.Name = "Santa"
- Santa.Parent = Main
- Santa.BackgroundColor3 = Color3.new(1, 1, 1)
- Santa.BackgroundTransparency = 0.75
- Santa.Position = UDim2.new(0.718618572, 0, 0.322347015, 0)
- Santa.Size = UDim2.new(0, 95, 0, 20)
- Santa.Font = Enum.Font.SourceSans
- Santa.Text = "Santa"
- Santa.TextColor3 = Color3.new(0, 0, 0)
- Santa.TextSize = 12
- InfInfuse.Name = "InfInfuse"
- InfInfuse.Parent = Main
- InfInfuse.BackgroundColor3 = Color3.new(1, 1, 1)
- InfInfuse.BackgroundTransparency = 0.75
- InfInfuse.Position = UDim2.new(0.239234447, 0, 0.0577777922, 0)
- InfInfuse.Size = UDim2.new(0, 100, 0, 20)
- InfInfuse.Font = Enum.Font.SourceSansBold
- InfInfuse.Text = "Unlimited Infuses"
- InfInfuse.TextColor3 = Color3.new(0, 0, 0)
- InfInfuse.TextSize = 14
- InfInfuseOn.Name = "InfInfuseOn"
- InfInfuseOn.Parent = Main
- InfInfuseOn.BackgroundColor3 = Color3.new(1, 1, 1)
- InfInfuseOn.BackgroundTransparency = 0.75
- InfInfuseOn.Position = UDim2.new(0.238125965, 0, 0.144569337, 0)
- InfInfuseOn.Size = UDim2.new(0, 50, 0, 20)
- InfInfuseOn.Font = Enum.Font.SourceSans
- InfInfuseOn.Text = "On"
- InfInfuseOn.TextColor3 = Color3.new(0, 0, 0)
- InfInfuseOn.TextSize = 14
- InfInfuseOff.Name = "InfInfuseOff"
- InfInfuseOff.Parent = Main
- InfInfuseOff.BackgroundColor3 = Color3.new(1, 1, 1)
- InfInfuseOff.BackgroundTransparency = 0.75
- InfInfuseOff.Position = UDim2.new(0.357932627, 0, 0.144569337, 0)
- InfInfuseOff.Size = UDim2.new(0, 50, 0, 20)
- InfInfuseOff.Font = Enum.Font.SourceSans
- InfInfuseOff.Text = "Off"
- InfInfuseOff.TextColor3 = Color3.new(0, 0, 0)
- InfInfuseOff.TextSize = 14
- FacOwner.Name = "FacOwner"
- FacOwner.Parent = Main
- FacOwner.BackgroundColor3 = Color3.new(1, 1, 1)
- FacOwner.BackgroundTransparency = 0.75
- FacOwner.Position = UDim2.new(0.492302865, 0, 0.411235899, 0)
- FacOwner.Size = UDim2.new(0, 95, 0, 20)
- FacOwner.Font = Enum.Font.SourceSans
- FacOwner.Text = "Print Factory Owners"
- FacOwner.TextColor3 = Color3.new(0, 0, 0)
- FacOwner.TextSize = 12
- BuyCrate.Name = "BuyCrate"
- BuyCrate.Parent = Main
- BuyCrate.BackgroundColor3 = Color3.new(1, 1, 1)
- BuyCrate.BackgroundTransparency = 0.75
- BuyCrate.Position = UDim2.new(0.718618572, 0, 0.411235899, 0)
- BuyCrate.Size = UDim2.new(0, 95, 0, 20)
- BuyCrate.Font = Enum.Font.SourceSans
- BuyCrate.Text = "Buy Crate Items"
- BuyCrate.TextColor3 = Color3.new(0, 0, 0)
- BuyCrate.TextSize = 12
- Speed.Name = "Speed"
- Speed.Parent = Main
- Speed.BackgroundColor3 = Color3.new(1, 1, 1)
- Speed.BackgroundTransparency = 0.75
- Speed.Position = UDim2.new(0.492302865, 0, 0.500124812, 0)
- Speed.Size = UDim2.new(0, 96, 0, 20)
- Speed.Font = Enum.Font.SourceSans
- Speed.Text = "+10 Speed"
- Speed.TextColor3 = Color3.new(0, 0, 0)
- Speed.TextSize = 12
- Jump.Name = "Jump"
- Jump.Parent = Main
- Jump.BackgroundColor3 = Color3.new(1, 1, 1)
- Jump.BackgroundTransparency = 0.75
- Jump.Position = UDim2.new(0.721967936, 0, 0.500124812, 0)
- Jump.Size = UDim2.new(0, 94, 0, 20)
- Jump.Font = Enum.Font.SourceSans
- Jump.Text = "+10 Jump"
- Jump.TextColor3 = Color3.new(0, 0, 0)
- Jump.TextSize = 12
- Night.Name = "Night"
- Night.Parent = Main
- Night.BackgroundColor3 = Color3.new(1, 1, 1)
- Night.BackgroundTransparency = 0.75
- Night.Position = UDim2.new(0.492302865, 0, 0.589013696, 0)
- Night.Size = UDim2.new(0, 96, 0, 20)
- Night.Font = Enum.Font.SourceSans
- Night.Text = "Set To Night"
- Night.TextColor3 = Color3.new(0, 0, 0)
- Night.TextSize = 12
- Day.Name = "Day"
- Day.Parent = Main
- Day.BackgroundColor3 = Color3.new(1, 1, 1)
- Day.BackgroundTransparency = 0.75
- Day.Position = UDim2.new(0.721489549, 0, 0.589013696, 0)
- Day.Size = UDim2.new(0, 94, 0, 20)
- Day.Font = Enum.Font.SourceSans
- Day.Text = "Set To Day"
- Day.TextColor3 = Color3.new(0, 0, 0)
- Day.TextSize = 12
- for i,child in pairs(Main:GetChildren()) do
- if child:IsA("TextLabel") or child:IsA("TextButton") then
- child.TextScaled = true;
- child.TextWrapped = true;
- child.TextColor3 = Color3.fromRGB(255, 255, 255)
- child.BorderSizePixel = 0
- if child.BackgroundTransparency <= -1 then
- else
- child.BackgroundTransparency = 1
- end
- if child:IsA("TextButton") then
- child.Font = Enum.Font.SourceSans
- else
- child.Font = Enum.Font.SourceSansBold
- end
- end
- end
- --Functions--
- Santa.MouseButton1Down:connect(function()
- game.ReplicatedStorage.Click:FireServer(game.Workspace.Map.Santa.Hitfox)
- end)
- Boxman.MouseButton1Down:connect(function()
- game.ReplicatedStorage.Click:FireServer(game.Workspace.Map.Boxman.Hitbox)
- end)
- MaskedMan.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.PlayerGui.GUI.EventShop.Visible = true
- end)
- TwitchPoints.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Clovers.Value = 100000
- end)
- LuckyClover.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Clovers.Value = 100000
- end)
- Factory1.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.FakeBases.Factory1.CFrame*CFrame.new(0,50,0)
- end)
- Factory2.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.FakeBases.Factory2.CFrame*CFrame.new(0,50,0)
- end)
- Factory3.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.FakeBases.Factory3.CFrame*CFrame.new(0,50,0)
- end)
- Factory4.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.FakeBases.Factory4.CFrame*CFrame.new(0,50,0)
- end)
- Factory5.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.FakeBases.Factory5.CFrame*CFrame.new(0,50,0)
- end)
- Factory6.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.FakeBases.Factory6.CFrame*CFrame.new(0,50,0)
- end)
- UpgraderCframe.MouseButton1Down:connect(function()
- game.ReplicatedStorage.DestroyAll:InvokeServer()
- local Tycoon = workspace.Tycoons:FindFirstChild(tostring(game.Players.LocalPlayer.PlayerTycoon.Value))
- local PlaceItem = game.ReplicatedStorage.PlaceItem
- local placehere = CFrame.new(0, 2, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1) + Tycoon:FindFirstChild("Base").Position
- PlaceItem:InvokeServer("Basic Conveyor", placehere)
- wait(0.01)
- for i,v in pairs(game.Workspace.Tycoons:GetDescendants()) do
- if v.Name == "Big Bad Blaster" or v.Name == "Flaming Schrodinger" or v.Name == "Schrodinger Evaluator" or v.Name == "Super Schrodinger" or v.Name == "Ore Illuminator" or v.Name == "Ore Crane" or v.Name == "Portable Flamethrower" or v.Name == "Flaming Ore Scanner" or v.Name == "Chemical Refiner" or v.Name == "Pirate Cove" or v.Name == "Dragonglass Blaster" or v.Name == "Dragon Blaster" or v.Name == "Clover Blaster" or v.Name == "Hydra Blaster" or v.Name == "Aether Schrodinger" or v.Name == "Ore Indoctrinator" or v.Name == "Arcane Lightning" then
- v:Remove()
- end
- end
- for i,v in pairs(game.Workspace.Tycoons:GetDescendants()) do
- if v.Name == "Upgrade" then
- v.CFrame = game.Players.LocalPlayer.PlayerTycoon.Value["Basic Conveyor"].Hitbox.CFrame
- end
- end
- end)
- AutoRebirthOn.MouseButton1Down:connect(function()
- _G.BorkAutoRebirth = true
- if _G.FBorkAutoRebirth == true then
- _G.FBorkAutoRebirth = false
- while wait(1) do
- if _G.BorkAutoRebirth == true then
- game.ReplicatedStorage.Rebirth:InvokeServer()
- end
- end
- end
- end)
- AutoRebirthOff.MouseButton1Down:connect(function()
- _G.BorkAutoRebirth = false
- end)
- RemoteClickerOn.MouseButton1Down:connect(function()
- _G.BorkRemoteClicker = true
- if _G.FBorkRemoteClicker == true then
- _G.FBorkRemoteClicker = false
- while wait(1) do
- if _G.BorkRemoteClicker == true then
- game.ReplicatedStorage.RemoteDrop:FireServer()
- end
- end
- end
- end)
- RemoteClickerOff.MouseButton1Down:connect(function()
- _G.BorkRemoteClicker = false
- end)
- CrateSpamOn.MouseButton1Down:connect(function()
- for i,v in pairs(game.Workspace:GetDescendants()) do
- if v:IsA("Part") then
- game.ReplicatedStorage.FakeCrate:InvokeServer(v.CFrame)
- end
- end
- end)
- CrateSpamOff.MouseButton1Down:connect(function()
- _G.BorkCrateSpam = false
- end)
- CrateTeleportOn.MouseButton1Down:connect(function()
- _G.BorkCrateTeleport = true
- if _G.FBorkCrateTeleport == true then
- _G.FBorkCrateTeleport = false
- while wait(1) do
- if _G.BorkCrateTeleport == true then
- for i,v in pairs(game.Workspace:GetChildren()) do
- if v.Name == "ResearchCrate" or v.Name == "CrystalCrate" or v.Name == "LuckyCrate" or v.Name == "ExecutiveCrate" or v.Name == "GiftCrate" or v.Name == "ShadowCrate" or v.Name == "GoldCrate" then
- v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- end
- end
- for i,v in pairs(game.Workspace.Shadows:GetChildren()) do
- if v.Name == "ShadowCrate" then
- v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- end
- end
- end
- end
- end
- end)
- CrateTeleportOff.MouseButton1Down:connect(function()
- _G.BorkCrateTeleport = false
- end)
- BuyCrate.MouseButton1Down:connect(function()
- game.ReplicatedStorage.BuyItem:InvokeServer("Ore Zapper", 1)
- game.ReplicatedStorage.BuyItem:InvokeServer("Ore Winder", 1)
- game.ReplicatedStorage.BuyItem:InvokeServer("Ore Hoister", 1)
- game.ReplicatedStorage.BuyItem:InvokeServer("Rush Upgrader", 1)
- game.ReplicatedStorage.BuyItem:InvokeServer("Ore Recliner", 1)
- game.ReplicatedStorage.BuyItem:InvokeServer("Satellite Beam", 1)
- game.ReplicatedStorage.BuyItem:InvokeServer("Endpoint Refiner", 1)
- game.ReplicatedStorage.BuyItem:InvokeServer("Orbitable Upgrader", 1)
- game.ReplicatedStorage.BuyItem:InvokeServer("Portable Ore Stopper", 1)
- game.ReplicatedStorage.BuyItem:InvokeServer("Ore Steamer", 1)
- game.ReplicatedStorage.BuyItem:InvokeServer("Overhang Upgrader", 1)
- game.ReplicatedStorage.BuyItem:InvokeServer("Heat Condenser", 1)
- game.ReplicatedStorage.BuyItem:InvokeServer("Ore Recliner", 1)
- game.ReplicatedStorage.BuyItem:InvokeServer("Industrial Ore Welder", 1)
- game.ReplicatedStorage.BuyItem:InvokeServer("Portable Ore Enhancer", 1)
- game.ReplicatedStorage.BuyItem:InvokeServer("Drone Upgrader", 1)
- end)
- FacOwner.MouseButton1Down:connect(function()
- for i,v in pairs(game.Workspace.Tycoons:GetChildren()) do
- if v:IsA("Model") then
- if v:FindFirstChild("Owner") then
- if v.Owner.Value == "" then
- v.Owner.Value = "empty"
- end
- end
- end
- end
- for i,v in pairs(game.Workspace.Tycoons:GetChildren()) do
- if v:IsA("Model") then
- if v:FindFirstChild("Owner") then
- print(v.Name, v.Owner.Value)
- end
- end
- end
- end)
- Speed.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed + 10
- end)
- Jump.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = game.Players.LocalPlayer.Character.Humanoid.JumpPower + 10
- end)
- Night.MouseButton1Down:connect(function()
- game.ReplicatedStorage.NightTime.Value = true
- end)
- Day.MouseButton1Down:connect(function()
- game.ReplicatedStorage.NightTime.Value = false
- end)
- InfInfuseOn.MouseButton1Down:connect(function()
- _G.BorkInfInfuse = true
- if _G.FBorkInfInfuse == true then
- _G.FBorkInfInfuse = false
- while wait(1) do
- if _G.InfInfuse == true then
- while wait(0.25) do
- for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- if v.Name == "Infusion" or v.Name == "2ndInfuse" then
- v:Remove()
- end
- end
- end
- end
- end
- end
- end)
- CrateTeleportOff.MouseButton1Down:connect(function()
- _G.BorkCrateTeleport = false
- end)
Advertisement
Add Comment
Please, Sign In to add comment