Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---Local Stuff---
- local screenGui = Instance.new("ScreenGui")
- screenGui.Parent = game.CoreGui
- local AutoCrates = Instance.new("TextButton")
- local TwitchPoints = Instance.new("TextButton")
- local Clovers = Instance.new("TextButton")
- local Speed = Instance.new("TextButton")
- local Jump = Instance.new("TextButton")
- local MaskedMan = Instance.new("TextButton")
- local Credits = Instance.new("TextButton")
- local CreditsGUI = Instance.new("ScreenGui")
- local Frame2 = Instance.new("Frame")
- local background2 = Instance.new("ImageLabel")
- local Exit2 = Instance.new("TextButton")
- local CreditsCharWar = Instance.new("TextButton")
- local CreditsXtrodinary = Instance.new("TextButton")
- local CreditsCharWar2 = Instance.new("TextButton")
- local CreditsXtrodinary2 = Instance.new("TextButton")
- local CreditsBacktalkers = Instance.new("TextButton")
- local CreditsBacktalkers2 = Instance.new("TextButton")
- local RemoteOn = Instance.new("TextButton")
- local RemoteOff = Instance.new("TextButton")
- local OpenRegular = Instance.new("TextButton")
- local TpToEgg = Instance.new("TextButton")
- local FirstlyGUI = Instance.new("TextButton")
- local OpenUnreal = Instance.new("TextButton")
- local OpenInferno = Instance.new("TextButton")
- local AutoRebirth = Instance.new("TextButton")
- local x = 0
- ---GUI---
- local scrollingFrame = Instance.new("ScrollingFrame")
- scrollingFrame.Position = UDim2.new(0, 1225, 0.75, 0)
- scrollingFrame.Size = UDim2.new(0, 140, 0, 100)
- scrollingFrame.BackgroundColor3 = BrickColor.Red().Color
- scrollingFrame.BottomImage = "rbxassetid://156476249"
- scrollingFrame.MidImage = "rbxassetid://156476256"
- scrollingFrame.TopImage = "rbxassetid://156476261"
- scrollingFrame.Parent = screenGui
- AutoCrates.Name = "AutoCrates"
- AutoCrates.Parent = scrollingFrame
- AutoCrates.Position = UDim2.new(0, 0, 0, 50)
- AutoCrates.Size = UDim2.new(0, 100, 0, 25)
- AutoCrates.Style = Enum.ButtonStyle.RobloxRoundButton
- AutoCrates.Font = Enum.Font.SciFi
- AutoCrates.FontSize = Enum.FontSize.Size14
- AutoCrates.Text = "AutoCrates"
- AutoCrates.TextSize = 15
- AutoCrates.MouseButton1Click:connect(function()
- while wait() do
- while wait(2) do
- for _,v in pairs(game.Workspace:GetChildren()) do
- if string.match(v.Name, "DiamondCrate") or string.match(v.Name, "ResearchCrate") or string.match(v.Name, "GoldenCrate") or string.match(v.Name, "CrystalCrate") or string.match(v.Name, "Pumpkin") or string.match(v.Name, "MegaPumpkin") or string.match(v.Name, "Pumpkin") or string.match(v.Name, "LuckyCrate") or string.match(v.Name, "ExecutiveCrate") or string.match(v.Name, "GiftCrate") or string.match(v.Name, "ShadowCrate")then
- v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,0,0)
- v.CanCollide = false
- v.Transparency = 1
- for _,v in pairs(game.Workspace.Shadows:GetChildren()) do
- if string.match(v.Name, "ShadowCrate") or string.match(v.Name, "MegaPumpkin") then
- v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,0,0)
- v.CanCollide = false
- v.Transparency = 1
- end
- end
- end
- end
- end
- end
- end)
- TwitchPoints.Name = "TwitchPoints"
- TwitchPoints.Parent = scrollingFrame
- TwitchPoints.Position = UDim2.new(0, 0, 0, 75)
- TwitchPoints.Size = UDim2.new(0, 100, 0, 25)
- TwitchPoints.Style = Enum.ButtonStyle.RobloxRoundButton
- TwitchPoints.Font = Enum.Font.SciFi
- TwitchPoints.FontSize = Enum.FontSize.Size14
- TwitchPoints.Text = "TwitchPoints"
- TwitchPoints.TextSize = 15
- TwitchPoints.MouseButton1Click:connect(function()
- while wait() do
- while wait(1) do
- game.Players.LocalPlayer.TwitchPoints.Value = game.Players.LocalPlayer.TwitchPoints.Value +100
- end
- end
- end)
- Clovers.Name = "Clovers"
- Clovers.Parent = scrollingFrame
- Clovers.Position = UDim2.new(0, 0, 0, 100)
- Clovers.Size = UDim2.new(0, 100, 0, 25)
- Clovers.Style = Enum.ButtonStyle.RobloxRoundButton
- Clovers.Font = Enum.Font.SciFi
- Clovers.FontSize = Enum.FontSize.Size14
- Clovers.Text = "Clovers"
- Clovers.TextSize = 15
- Clovers.MouseButton1Click:connect(function()
- while wait() do
- while wait(1) do
- game.Players.LocalPlayer.Clovers.Value = game.Players.LocalPlayer.Clovers.Value +100
- end
- end
- end)
- Speed.Name = "Speed"
- Speed.Parent = scrollingFrame
- Speed.Position = UDim2.new(0, 0, 0, 125)
- Speed.Size = UDim2.new(0, 100, 0, 25)
- Speed.Style = Enum.ButtonStyle.RobloxRoundButton
- Speed.Font = Enum.Font.SciFi
- Speed.FontSize = Enum.FontSize.Size14
- Speed.Text = "Speed"
- Speed.TextSize = 15
- Speed.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 80
- end)
- Jump.Name = "Jump"
- Jump.Parent = scrollingFrame
- Jump.Position = UDim2.new(0, 0, 0, 150)
- Jump.Size = UDim2.new(0, 100, 0, 25)
- Jump.Style = Enum.ButtonStyle.RobloxRoundButton
- Jump.Font = Enum.Font.SciFi
- Jump.FontSize = Enum.FontSize.Size14
- Jump.Text = "Jump"
- Jump.TextSize = 15
- Jump.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 180
- end)
- MaskedMan.Name = "MaskedMan"
- MaskedMan.Parent = scrollingFrame
- MaskedMan.Position = UDim2.new(0, 0, 0, 175)
- MaskedMan.Size = UDim2.new(0, 100, 0, 25)
- MaskedMan.Style = Enum.ButtonStyle.RobloxRoundButton
- MaskedMan.Font = Enum.Font.SciFi
- MaskedMan.FontSize = Enum.FontSize.Size14
- MaskedMan.Text = "MaskedMan"
- MaskedMan.TextSize = 15
- MaskedMan.MouseButton1Click:connect(function()
- thing = game.Workspace.Market.Hitfox
- thing.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(math.random(0,0),0,math.random(0,0))
- thing.Transparency = 0
- thing.BrickColor = BrickColor.new(255,0,100)
- tell = Instance.new("SurfaceGui",thing)
- tell2 = Instance.new("TextLabel",tell)
- tell2.Size = UDim2.new(0, 800, 0, 750)
- tell2.TextWrapped= true
- tell2.TextScaled = true
- tell2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- tell2.TextColor3 = Color3.fromRGB(255, 255, 255)
- tell2.Text = "Click Me!"
- end)
- Credits.Name = "Credits"
- Credits.Parent = scrollingFrame
- Credits.Position = UDim2.new(0, 0, 0, 25)
- Credits.Size = UDim2.new(0, 100, 0, 25)
- Credits.Style = Enum.ButtonStyle.RobloxRoundButton
- Credits.Font = Enum.Font.SciFi
- Credits.FontSize = Enum.FontSize.Size14
- Credits.Text = "Credits"
- Credits.TextSize = 15
- Credits.MouseButton1Click:connect(function()
- CreditsGUI.Name = "CreditsGUI"
- CreditsGUI.Parent = game.CoreGui
- Frame2.Parent = CreditsGUI
- Frame2.Active = true
- Frame2.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame2.Draggable = true
- Frame2.Position = UDim2.new(0, 400, 0, 60)
- Frame2.Size = UDim2.new(0, 150, 0, 300)
- background2.Name = "background2"
- background2.Parent = Frame2
- background2.BackgroundColor3 = Color3.new(1, 1, 1)
- background2.Size = UDim2.new(0, 150, 0, 300)
- background2.Image = "rbxassetid://584906519"
- Exit2.Name = "Exit2"
- Exit2.Parent = Frame2
- Exit2.Position = UDim2.new(0, 50, 0, 10)
- Exit2.Size = UDim2.new(0, 40, 0, 20)
- Exit2.Style = Enum.ButtonStyle.RobloxRoundButton
- Exit2.Font = Enum.Font.SciFi
- Exit2.FontSize = Enum.FontSize.Size14
- Exit2.Text = "Exit"
- Exit2.TextSize = 14
- Exit2.MouseButton1Click:connect(function()
- CreditsGUI:Destroy()
- end)
- CreditsCharWar.Name = "V3rm: CharWar"
- CreditsCharWar.Parent = Frame2
- CreditsCharWar.Position = UDim2.new(0, 5, 0, 40)
- CreditsCharWar.Size = UDim2.new(0, 140, 0, 40)
- CreditsCharWar.Style = Enum.ButtonStyle.RobloxRoundButton
- CreditsCharWar.Font = Enum.Font.SciFi
- CreditsCharWar.FontSize = Enum.FontSize.Size14
- CreditsCharWar.Text = "V3rm: CharWar"
- CreditsCharWar.TextSize = 20
- CreditsCharWar2.Name = "Discord: Jethrootje#0289"
- CreditsCharWar2.Parent = Frame2
- CreditsCharWar2.Position = UDim2.new(0, 5, 0, 80)
- CreditsCharWar2.Size = UDim2.new(0, 140, 0, 40)
- CreditsCharWar2.Style = Enum.ButtonStyle.RobloxRoundButton
- CreditsCharWar2.Font = Enum.Font.SciFi
- CreditsCharWar2.FontSize = Enum.FontSize.Size14
- CreditsCharWar2.Text = "Discord: Jethrootje#0289"
- CreditsCharWar2.TextSize = 12
- CreditsXtrodinary.Name = "V3rm: xtrodinary"
- CreditsXtrodinary.Parent = Frame2
- CreditsXtrodinary.Position = UDim2.new(0, 5, 0, 120)
- CreditsXtrodinary.Size = UDim2.new(0, 140, 0, 40)
- CreditsXtrodinary.Style = Enum.ButtonStyle.RobloxRoundButton
- CreditsXtrodinary.Font = Enum.Font.SciFi
- CreditsXtrodinary.FontSize = Enum.FontSize.Size14
- CreditsXtrodinary.Text = "V3rm: xtrodinary"
- CreditsXtrodinary.TextSize = 18
- CreditsXtrodinary2.Name = "Discord: Sesh#8128"
- CreditsXtrodinary2.Parent = Frame2
- CreditsXtrodinary2.Position = UDim2.new(0, 5, 0, 160)
- CreditsXtrodinary2.Size = UDim2.new(0, 140, 0, 40)
- CreditsXtrodinary2.Style = Enum.ButtonStyle.RobloxRoundButton
- CreditsXtrodinary2.Font = Enum.Font.SciFi
- CreditsXtrodinary2.FontSize = Enum.FontSize.Size14
- CreditsXtrodinary2.Text = "Discord: Sesh#8128"
- CreditsXtrodinary2.TextSize = 14
- CreditsBacktalkers.Name = "V3rm: Backtalkers"
- CreditsBacktalkers.Parent = Frame2
- CreditsBacktalkers.Position = UDim2.new(0, 5, 0, 200)
- CreditsBacktalkers.Size = UDim2.new(0, 140, 0, 40)
- CreditsBacktalkers.Style = Enum.ButtonStyle.RobloxRoundButton
- CreditsBacktalkers.Font = Enum.Font.SciFi
- CreditsBacktalkers.FontSize = Enum.FontSize.Size14
- CreditsBacktalkers.Text = "V3rm: Backtalkers"
- CreditsBacktalkers.TextSize = 18
- CreditsBacktalkers2.Name = "Discord: Bipper#3543"
- CreditsBacktalkers2.Parent = Frame2
- CreditsBacktalkers2.Position = UDim2.new(0, 5, 0, 240)
- CreditsBacktalkers2.Size = UDim2.new(0, 140, 0, 40)
- CreditsBacktalkers2.Style = Enum.ButtonStyle.RobloxRoundButton
- CreditsBacktalkers2.Font = Enum.Font.SciFi
- CreditsBacktalkers2.FontSize = Enum.FontSize.Size14
- CreditsBacktalkers2.Text = "Discord: Bipper#3543"
- CreditsBacktalkers2.TextSize = 14
- end)
- RemoteOn.Name = "Remote On"
- RemoteOn.Parent = scrollingFrame
- RemoteOn.Position = UDim2.new(0, 0, 0, 200)
- RemoteOn.Size = UDim2.new(0, 100, 0, 25)
- RemoteOn.Style = Enum.ButtonStyle.RobloxRoundButton
- RemoteOn.Font = Enum.Font.SciFi
- RemoteOn.FontSize = Enum.FontSize.Size14
- RemoteOn.Text = "Remote On"
- RemoteOn.TextSize = 15
- RemoteOn.MouseButton1Click:connect(function()
- x = 1;
- while(x>0) do
- wait (0.3)
- game.ReplicatedStorage.RemoteDrop:FireServer()
- end
- end)
- RemoteOff.Name = "Remote Off"
- RemoteOff.Parent = scrollingFrame
- RemoteOff.Position = UDim2.new(0, 0, 0, 225)
- RemoteOff.Size = UDim2.new(0, 100, 0, 25)
- RemoteOff.Style = Enum.ButtonStyle.RobloxRoundButton
- RemoteOff.Font = Enum.Font.SciFi
- RemoteOff.FontSize = Enum.FontSize.Size14
- RemoteOff.Text = "Remote Off"
- RemoteOff.TextSize = 14
- RemoteOff.MouseButton1Click:connect(function()
- x = 0;
- end)
- FirstlyGUI.Name = "FirstlyGUI"
- FirstlyGUI.Parent = scrollingFrame
- FirstlyGUI.Position = UDim2.new(0, 0, 0, 0)
- FirstlyGUI.Size = UDim2.new(0, 100, 0, 25)
- FirstlyGUI.Style = Enum.ButtonStyle.RobloxRoundButton
- FirstlyGUI.Font = Enum.Font.SciFi
- FirstlyGUI.FontSize = Enum.FontSize.Size14
- FirstlyGUI.Text = "-=- FirstlyGUI -=-"
- FirstlyGUI.TextSize = 14
- TpToEgg.Name = "TpCollectEgg"
- TpToEgg.Parent = scrollingFrame
- TpToEgg.Position = UDim2.new(0, 0, 0, 250)
- TpToEgg.Size = UDim2.new(0, 100, 0, 25)
- TpToEgg.Style = Enum.ButtonStyle.RobloxRoundButton
- TpToEgg.Font = Enum.Font.SciFi
- TpToEgg.FontSize = Enum.FontSize.Size14
- TpToEgg.Text = "TpCollectEgg"
- TpToEgg.TextSize = 14
- TpToEgg.MouseButton1Click:connect(function()
- plr = game.Players.LocalPlayer
- char = plr.Character
- running = false
- plr.CharacterAdded:connect(function(newChar)
- char = newChar
- end)
- eggTeleportQueue = {}
- function run()
- if running == false then
- running = true
- local torso = char.HumanoidRootPart
- oldCFrame = torso.CFrame
- while #eggTeleportQueue >= 1 do
- local egg = eggTeleportQueue[1]
- torso.CFrame = CFrame.new(egg.Position)+Vector3.new(0,5,0)
- wait(0.8)
- game.ReplicatedStorage.Click:FireServer(egg)
- wait(0.4)
- table.remove(eggTeleportQueue,1)
- end
- torso.CFrame = oldCFrame
- running = false
- end
- end
- for _,egg in pairs(game.Workspace.Eggs:GetChildren()) do
- table.insert(eggTeleportQueue,egg)
- run()
- end
- game.Workspace.Eggs.ChildAdded:connect(function(egg)
- wait(5)
- table.insert(eggTeleportQueue,egg)
- run()
- end)
- end)
- OpenRegular.Name = "OpenRegular"
- OpenRegular.Parent = scrollingFrame
- OpenRegular.Position = UDim2.new(0, 0, 0, 275)
- OpenRegular.Size = UDim2.new(0, 100, 0, 25)
- OpenRegular.Style = Enum.ButtonStyle.RobloxRoundButton
- OpenRegular.Font = Enum.Font.SciFi
- OpenRegular.FontSize = Enum.FontSize.Size14
- OpenRegular.Text = "OpenRegular"
- OpenRegular.TextSize = 14
- OpenRegular.MouseButton1Click:connect(function()
- while wait(0.05) do
- game.ReplicatedStorage.MysteryBox:InvokeServer("Regular")
- end
- end)
- OpenUnreal.Name = "OpenUnreal"
- OpenUnreal.Parent = scrollingFrame
- OpenUnreal.Position = UDim2.new(0, 0, 0, 300)
- OpenUnreal.Size = UDim2.new(0, 100, 0, 25)
- OpenUnreal.Style = Enum.ButtonStyle.RobloxRoundButton
- OpenUnreal.Font = Enum.Font.SciFi
- OpenUnreal.FontSize = Enum.FontSize.Size14
- OpenUnreal.Text = "OpenUnreal"
- OpenUnreal.TextSize = 14
- OpenUnreal.MouseButton1Click:connect(function()
- while wait(0.05) do
- game.ReplicatedStorage.MysteryBox:InvokeServer("Unreal")
- end
- end)
- OpenInferno.Name = "OpenInferno"
- OpenInferno.Parent = scrollingFrame
- OpenInferno.Position = UDim2.new(0, 0, 0, 325)
- OpenInferno.Size = UDim2.new(0, 100, 0, 25)
- OpenInferno.Style = Enum.ButtonStyle.RobloxRoundButton
- OpenInferno.Font = Enum.Font.SciFi
- OpenInferno.FontSize = Enum.FontSize.Size14
- OpenInferno.Text = "OpenInferno"
- OpenInferno.TextSize = 14
- OpenInferno.MouseButton1Click:connect(function()
- while wait(0.05) do
- game.ReplicatedStorage.MysteryBox:InvokeServer("Inferno")
- end
- end)
- AutoRebirth.Name = "AutoRebirth"
- AutoRebirth.Parent = scrollingFrame
- AutoRebirth.Position = UDim2.new(0, 0, 0, 350)
- AutoRebirth.Size = UDim2.new(0, 100, 0, 25)
- AutoRebirth.Style = Enum.ButtonStyle.RobloxRoundButton
- AutoRebirth.Font = Enum.Font.SciFi
- AutoRebirth.FontSize = Enum.FontSize.Size14
- AutoRebirth.Text = "AutoRebirth"
- AutoRebirth.TextSize = 14
- AutoRebirth.MouseButton1Click:connect(function()
- while true do
- game.ReplicatedStorage.Rebirth:InvokeServer()
- wait(0.1)
- end
- end)
Add Comment
Please, Sign In to add comment