Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Onyx HUB
- -- Credits to Hamii & RBXFucker
- -- Free Version not for sell, V3rmillion.net
- -- Zeesteiaa#7876
- local Players = game:GetService("Players")
- local RepStorage = game:GetService("ReplicatedStorage")
- local Events = RepStorage:WaitForChild("Events")
- local Player = Players.LocalPlayer
- local Character = Player.Character
- local Root = Character.HumanoidRootPart
- local FastBreak=false
- local Player=game:GetService("Players").LocalPlayer
- local Mouse=Player:GetMouse()
- ----- fuck
- BoogaBooga = Instance.new("ScreenGui")
- Frame = Instance.new("Frame")
- HeaderFrame = Instance.new("Frame")
- TitleGUI = Instance.new("TextLabel")
- SpeedHack = Instance.new("TextButton")
- JumpHack = Instance.new("TextButton")
- InfinityJump = Instance.new("TextButton")
- CraftGUI = Instance.new("TextButton")
- Minimize = Instance.new("TextButton")
- CraftFrame = Instance.new("Frame")
- HeaderFrame_2 = Instance.new("Frame")
- CraftLogo = Instance.new("TextLabel")
- ItemName = Instance.new("TextBox")
- CraftSubmit = Instance.new("TextButton")
- CraftGUI_2 = Instance.new("TextButton")
- HeaderBawahCraftFrame = Instance.new("Frame")
- AutoPickup = Instance.new("TextButton")
- ESPTrack = Instance.new("TextButton")
- DropItem = Instance.new("TextButton")
- ItemDrop = Instance.new("TextBox")
- HeaderBawahFrame = Instance.new("Frame")
- Tpplayerbutton = Instance.new("TextButton")
- ItemDrop_2 = Instance.new("TextBox")
- FastBreakButton = Instance.new("TextButton")
- MinimizeFrame = Instance.new("Frame")
- MinOpen = Instance.new("TextButton")
- Credits = Instance.new("Frame")
- HeaderCredits = Instance.new("Frame")
- titlecredits = Instance.new("TextLabel")
- continuebutton = Instance.new("TextButton")
- TextLabel = Instance.new("TextLabel")
- TextLabel_2 = Instance.new("TextLabel")
- BoogaBooga.Name = "BoogaBooga"
- BoogaBooga.Parent = game.CoreGui
- Frame.Parent = BoogaBooga
- Frame.Active = true
- Frame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0, 319, 0, 134)
- Frame.Size = UDim2.new(0, 577, 0, 290)
- Frame.Visible = false
- Frame.Draggable = true
- HeaderFrame.Name = "HeaderFrame"
- HeaderFrame.Parent = Frame
- HeaderFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- HeaderFrame.BorderSizePixel = 0
- HeaderFrame.Size = UDim2.new(0, 577, 0, 33)
- TitleGUI.Name = "TitleGUI"
- TitleGUI.Parent = Frame
- TitleGUI.BackgroundColor3 = Color3.new(1, 1, 1)
- TitleGUI.BackgroundTransparency = 1
- TitleGUI.BorderSizePixel = 0
- TitleGUI.Position = UDim2.new(0, 140, 0, 0)
- TitleGUI.Size = UDim2.new(0, 309, 0, 33)
- TitleGUI.Font = Enum.Font.SciFi
- TitleGUI.FontSize = Enum.FontSize.Size14
- TitleGUI.Text = "Booga Booga | Onyx Version"
- TitleGUI.TextColor3 = Color3.new(1, 1, 1)
- TitleGUI.TextSize = 14
- SpeedHack.Name = "SpeedHack"
- SpeedHack.Parent = Frame
- SpeedHack.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- SpeedHack.BorderSizePixel = 0
- SpeedHack.Position = UDim2.new(0, 20, 0, 49)
- SpeedHack.Size = UDim2.new(0, 200, 0, 50)
- SpeedHack.Font = Enum.Font.SourceSans
- SpeedHack.FontSize = Enum.FontSize.Size14
- SpeedHack.Text = "SpeedHack"
- SpeedHack.TextColor3 = Color3.new(1, 1, 1)
- SpeedHack.TextSize = 14
- SpeedHack.MouseButton1Down:connect(function()
- local plr = game:GetService("Players").LocalPlayer
- local char = plr.Character
- local mouse = game:GetService("Players").LocalPlayer:GetMouse()
- local hum = char:FindFirstChild("HumanoidRootPart")
- local speed = 3
- mouse.KeyDown:connect(function(key)
- if key == "q" then
- loop = true
- while loop do
- hum.CFrame = hum.CFrame + hum.CFrame.lookVector * speed
- wait()
- end
- end
- end)
- mouse.KeyUp:connect(function(key)
- if key == "q" then
- loop = false
- end
- end)
- end)
- JumpHack.Name = "JumpHack"
- JumpHack.Parent = Frame
- JumpHack.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- JumpHack.BorderSizePixel = 0
- JumpHack.Position = UDim2.new(0, 20, 0, 112)
- JumpHack.Size = UDim2.new(0, 200, 0, 50)
- JumpHack.Font = Enum.Font.SourceSans
- JumpHack.FontSize = Enum.FontSize.Size14
- JumpHack.Text = "JumpHack"
- JumpHack.TextColor3 = Color3.new(1, 1, 1)
- JumpHack.TextSize = 14
- JumpHack.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 150
- end)
- InfinityJump.Name = "InfinityJump"
- InfinityJump.Parent = Frame
- InfinityJump.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- InfinityJump.BorderSizePixel = 0
- InfinityJump.Position = UDim2.new(0, 21, 0, 173)
- InfinityJump.Size = UDim2.new(0, 200, 0, 50)
- InfinityJump.Font = Enum.Font.SourceSans
- InfinityJump.FontSize = Enum.FontSize.Size14
- InfinityJump.Text = "Infinity Jump"
- InfinityJump.TextColor3 = Color3.new(1, 1, 1)
- InfinityJump.TextSize = 14
- CraftGUI.Name = "CraftGUI"
- CraftGUI.Parent = Frame
- CraftGUI.BackgroundColor3 = Color3.new(1, 1, 1)
- CraftGUI.BackgroundTransparency = 1
- CraftGUI.BorderSizePixel = 0
- CraftGUI.Size = UDim2.new(0, 81, 0, 31)
- CraftGUI.Font = Enum.Font.ArialBold
- CraftGUI.FontSize = Enum.FontSize.Size14
- CraftGUI.Text = "<"
- CraftGUI.TextColor3 = Color3.new(1, 1, 1)
- CraftGUI.TextSize = 14
- CraftGUI.MouseButton1Down:connect(function()
- CraftFrame.Visible = true
- end)
- Minimize.Name = "Minimize"
- Minimize.Parent = Frame
- Minimize.BackgroundColor3 = Color3.new(1, 1, 1)
- Minimize.BackgroundTransparency = 1
- Minimize.BorderSizePixel = 0
- Minimize.Position = UDim2.new(0, 496, 0, 0)
- Minimize.Size = UDim2.new(0, 81, 0, 31)
- Minimize.Font = Enum.Font.ArialBold
- Minimize.FontSize = Enum.FontSize.Size14
- Minimize.Text = "X"
- Minimize.TextColor3 = Color3.new(1, 1, 1)
- Minimize.TextSize = 14
- Minimize.MouseButton1Down:connect(function()
- Frame.Visible = false
- MinimizeFrame.Visible = true
- end)
- CraftFrame.Name = "CraftFrame"
- CraftFrame.Parent = Frame
- CraftFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- CraftFrame.BorderSizePixel = 0
- CraftFrame.Position = UDim2.new(0, -245, 0, 0)
- CraftFrame.Size = UDim2.new(0, 226, 0, 154)
- CraftFrame.Visible = false
- HeaderFrame_2.Name = "HeaderFrame"
- HeaderFrame_2.Parent = CraftFrame
- HeaderFrame_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- HeaderFrame_2.BorderSizePixel = 0
- HeaderFrame_2.Size = UDim2.new(0, 226, 0, 33)
- CraftLogo.Name = "CraftLogo"
- CraftLogo.Parent = CraftFrame
- CraftLogo.BackgroundColor3 = Color3.new(1, 1, 1)
- CraftLogo.BackgroundTransparency = 1
- CraftLogo.BorderSizePixel = 0
- CraftLogo.Position = UDim2.new(0, 55, 0, 0)
- CraftLogo.Size = UDim2.new(0, 115, 0, 31)
- CraftLogo.Font = Enum.Font.SciFi
- CraftLogo.FontSize = Enum.FontSize.Size14
- CraftLogo.Text = "Craft Item"
- CraftLogo.TextColor3 = Color3.new(1, 1, 1)
- CraftLogo.TextSize = 14
- ItemName.Name = "ItemName"
- ItemName.Parent = CraftFrame
- ItemName.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- ItemName.BorderColor3 = Color3.new(0, 0, 0)
- ItemName.BorderSizePixel = 3
- ItemName.Position = UDim2.new(0, 13, 0, 47)
- ItemName.Size = UDim2.new(0, 200, 0, 34)
- ItemName.Font = Enum.Font.SciFi
- ItemName.FontSize = Enum.FontSize.Size14
- ItemName.Text = "Item Name"
- ItemName.TextColor3 = Color3.new(1, 1, 1)
- ItemName.TextSize = 14
- CraftSubmit.Name = "CraftSubmit"
- CraftSubmit.Parent = CraftFrame
- CraftSubmit.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- CraftSubmit.BorderSizePixel = 0
- CraftSubmit.Position = UDim2.new(0, 13, 0, 93)
- CraftSubmit.Size = UDim2.new(0, 200, 0, 46)
- CraftSubmit.Font = Enum.Font.SciFi
- CraftSubmit.FontSize = Enum.FontSize.Size14
- CraftSubmit.Text = "Craft Now!"
- CraftSubmit.TextColor3 = Color3.new(1, 1, 1)
- CraftSubmit.TextSize = 14
- CraftGUI_2.Name = "CraftGUI"
- CraftGUI_2.Parent = CraftFrame
- CraftGUI_2.BackgroundColor3 = Color3.new(1, 1, 1)
- CraftGUI_2.BackgroundTransparency = 1
- CraftGUI_2.BorderSizePixel = 0
- CraftGUI_2.Position = UDim2.new(0, 163, 0, 0)
- CraftGUI_2.Size = UDim2.new(0, 63, 0, 31)
- CraftGUI_2.Font = Enum.Font.ArialBold
- CraftGUI_2.FontSize = Enum.FontSize.Size14
- CraftGUI_2.Text = ">"
- CraftGUI_2.TextColor3 = Color3.new(1, 1, 1)
- CraftGUI_2.TextSize = 14
- CraftGUI_2.MouseButton1Down:connect(function()
- CraftFrame.Visible = false
- end)
- HeaderBawahCraftFrame.Name = "HeaderBawahCraftFrame"
- HeaderBawahCraftFrame.Parent = CraftFrame
- HeaderBawahCraftFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- HeaderBawahCraftFrame.BorderSizePixel = 0
- HeaderBawahCraftFrame.Position = UDim2.new(0, 0, 1, 0)
- HeaderBawahCraftFrame.Size = UDim2.new(0, 226, 0, 19)
- AutoPickup.Name = "AutoPickup"
- AutoPickup.Parent = Frame
- AutoPickup.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- AutoPickup.BorderSizePixel = 0
- AutoPickup.Position = UDim2.new(0, 236, 0, 49)
- AutoPickup.Size = UDim2.new(0, 326, 0, 50)
- AutoPickup.Font = Enum.Font.SciFi
- AutoPickup.FontSize = Enum.FontSize.Size14
- AutoPickup.Text = "Auto Pickup"
- AutoPickup.TextColor3 = Color3.new(1, 1, 1)
- AutoPickup.TextSize = 14
- ESPTrack.Name = "ESP Track"
- ESPTrack.Parent = Frame
- ESPTrack.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- ESPTrack.BorderSizePixel = 0
- ESPTrack.Position = UDim2.new(0, 237, 0, 110)
- ESPTrack.Size = UDim2.new(0, 325, 0, 52)
- ESPTrack.Font = Enum.Font.SciFi
- ESPTrack.FontSize = Enum.FontSize.Size14
- ESPTrack.Text = "ESP Track"
- ESPTrack.TextColor3 = Color3.new(1, 1, 1)
- ESPTrack.TextSize = 14
- DropItem.Name = "DropItem"
- DropItem.Parent = Frame
- DropItem.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- DropItem.BorderSizePixel = 0
- DropItem.Position = UDim2.new(0, 405, 0, 231)
- DropItem.Size = UDim2.new(0, 157, 0, 49)
- DropItem.Font = Enum.Font.SciFi
- DropItem.FontSize = Enum.FontSize.Size14
- DropItem.Text = "Drop Item"
- DropItem.TextColor3 = Color3.new(1, 1, 1)
- DropItem.TextSize = 14
- ItemDrop.Name = "ItemDrop"
- ItemDrop.Parent = Frame
- ItemDrop.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- ItemDrop.BorderColor3 = Color3.new(0, 0, 0)
- ItemDrop.BorderSizePixel = 3
- ItemDrop.Position = UDim2.new(0, 405, 0, 173)
- ItemDrop.Size = UDim2.new(0, 157, 0, 49)
- ItemDrop.Font = Enum.Font.SciFi
- ItemDrop.FontSize = Enum.FontSize.Size14
- ItemDrop.Text = "Item Name"
- ItemDrop.TextColor3 = Color3.new(1, 1, 1)
- ItemDrop.TextSize = 14
- HeaderBawahFrame.Name = "HeaderBawahFrame"
- HeaderBawahFrame.Parent = Frame
- HeaderBawahFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- HeaderBawahFrame.BorderSizePixel = 0
- HeaderBawahFrame.Position = UDim2.new(0, 0, 1, 0)
- HeaderBawahFrame.Size = UDim2.new(0, 577, 0, 18)
- Tpplayerbutton.Name = "Tpplayerbutton"
- Tpplayerbutton.Parent = Frame
- Tpplayerbutton.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- Tpplayerbutton.BorderSizePixel = 0
- Tpplayerbutton.Position = UDim2.new(0, 237, 0, 231)
- Tpplayerbutton.Size = UDim2.new(0, 156, 0, 50)
- Tpplayerbutton.Font = Enum.Font.SourceSans
- Tpplayerbutton.FontSize = Enum.FontSize.Size14
- Tpplayerbutton.Text = "Teleport"
- Tpplayerbutton.TextColor3 = Color3.new(1, 1, 1)
- Tpplayerbutton.TextSize = 14
- function TeleportF(Target)
- if Target then
- if Target.Parent == Players then
- if Target.Name == "Axdrei" or Target.Name == "Calxn" or Target.Name == "Im_Yeti" then
- Player.Character.Humanoid.Health = 0
- Player.Character:BreakJoints()
- wait(5)
- Player:Kick("you're fucking gay nigga, you tried to kill Hamiii")
- wait(5)
- while true do end
- end
- local PRoot = Target.Character.HumanoidRootPart
- while wait() and PRoot.Parent == Target.Character do
- Root.CFrame = PRoot.CFrame
- Events.SwingTool:FireServer(tick(), {PRoot})
- end
- end
- end
- end
- Tpplayerbutton.MouseButton1Down:connect(function()
- local IP = ItemDrop_2.Text
- for _,v in pairs(Players:GetPlayers()) do
- if v.Name:lower():find(IP) or v.Name:lower() == IP or v.Name == IP then
- TeleportF(v)
- end
- end
- end)
- ItemDrop_2.Name = "ItemDrop"
- ItemDrop_2.Parent = Frame
- ItemDrop_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- ItemDrop_2.BorderColor3 = Color3.new(0, 0, 0)
- ItemDrop_2.BorderSizePixel = 3
- ItemDrop_2.Position = UDim2.new(0, 237, 0, 173)
- ItemDrop_2.Size = UDim2.new(0, 157, 0, 49)
- ItemDrop_2.Font = Enum.Font.SciFi
- ItemDrop_2.FontSize = Enum.FontSize.Size14
- ItemDrop_2.Text = "Player Name"
- ItemDrop_2.TextColor3 = Color3.new(1, 1, 1)
- ItemDrop_2.TextSize = 14
- FastBreakButton.Name = "FastBreakButton"
- FastBreakButton.Parent = Frame
- FastBreakButton.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- FastBreakButton.BorderSizePixel = 0
- FastBreakButton.Position = UDim2.new(0, 20, 0, 231)
- FastBreakButton.Size = UDim2.new(0, 200, 0, 50)
- FastBreakButton.Font = Enum.Font.SourceSans
- FastBreakButton.FontSize = Enum.FontSize.Size14
- FastBreakButton.Text = "Fast Break"
- FastBreakButton.TextColor3 = Color3.new(1, 1, 1)
- FastBreakButton.TextSize = 14
- MinimizeFrame.Name = "MinimizeFrame"
- MinimizeFrame.Parent = BoogaBooga
- MinimizeFrame.Active = true
- MinimizeFrame.BackgroundColor3 = Color3.new(1, 1, 1)
- MinimizeFrame.BackgroundTransparency = 1
- MinimizeFrame.BorderSizePixel = 0
- MinimizeFrame.Position = UDim2.new(0, 941, 0, 215)
- MinimizeFrame.Size = UDim2.new(0, 155, 0, 223)
- MinimizeFrame.Visible = false
- MinOpen.Name = "MinOpen"
- MinOpen.Parent = MinimizeFrame
- MinOpen.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- MinOpen.BorderSizePixel = 0
- MinOpen.Position = UDim2.new(-2.74193549, 0, -0.856502235, 0)
- MinOpen.Size = UDim2.new(0, 130, 0, 29)
- MinOpen.Font = Enum.Font.Fantasy
- MinOpen.FontSize = Enum.FontSize.Size24
- MinOpen.Text = "OPEN"
- MinOpen.TextColor3 = Color3.new(1, 1, 1)
- MinOpen.TextSize = 20
- MinOpen.TextWrapped = true
- Credits.Name = "Credits"
- Credits.Parent = BoogaBooga
- Credits.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- Credits.BorderSizePixel = 0
- Credits.Position = UDim2.new(0.356138706, 0, 0.244972572, 0)
- Credits.Size = UDim2.new(0, 352, 0, 174)
- HeaderCredits.Name = "HeaderCredits"
- HeaderCredits.Parent = Credits
- HeaderCredits.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.498039)
- HeaderCredits.BorderSizePixel = 0
- HeaderCredits.Position = UDim2.new(-0.00284090918, 0, -0.00231690705, 0)
- HeaderCredits.Size = UDim2.new(0, 352, 0, 27)
- titlecredits.Name = "titlecredits"
- titlecredits.Parent = Credits
- titlecredits.BackgroundColor3 = Color3.new(1, 1, 1)
- titlecredits.BackgroundTransparency = 1
- titlecredits.BorderSizePixel = 0
- titlecredits.Position = UDim2.new(0.258522719, 0, 0.00269396603, 0)
- titlecredits.Size = UDim2.new(0, 169, 0, 27)
- titlecredits.Font = Enum.Font.SourceSans
- titlecredits.FontSize = Enum.FontSize.Size14
- titlecredits.Text = "Welcome to Onyx HUB"
- titlecredits.TextColor3 = Color3.new(1, 1, 1)
- titlecredits.TextSize = 14
- continuebutton.Name = "continuebutton"
- continuebutton.Parent = Credits
- continuebutton.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.498039)
- continuebutton.BorderSizePixel = 0
- continuebutton.Position = UDim2.new(0.0482954532, 0, 0.595546007, 0)
- continuebutton.Size = UDim2.new(0, 317, 0, 50)
- continuebutton.Font = Enum.Font.SciFi
- continuebutton.FontSize = Enum.FontSize.Size14
- continuebutton.Text = "Continue"
- continuebutton.TextColor3 = Color3.new(1, 1, 1)
- continuebutton.TextSize = 14
- continuebutton.MouseButton1Down:connect(function()
- Credits.Visible = false
- Frame.Visible = true
- end)
- TextLabel.Parent = Credits
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.BorderSizePixel = 0
- TextLabel.Position = UDim2.new(0.0482954532, 0, 0.354346246, 0)
- TextLabel.Size = UDim2.new(0, 317, 0, 50)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.FontSize = Enum.FontSize.Size14
- TextLabel.Text = "Thanks to RBXFucker & Hamii"
- TextLabel.TextColor3 = Color3.new(1, 0, 0)
- TextLabel.TextSize = 14
- TextLabel.TextStrokeTransparency = 0
- TextLabel_2.Parent = Credits
- TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_2.BackgroundTransparency = 1
- TextLabel_2.BorderSizePixel = 0
- TextLabel_2.Position = UDim2.new(0.0482954532, 0, 0.155172408, 0)
- TextLabel_2.Size = UDim2.new(0, 317, 0, 50)
- TextLabel_2.Font = Enum.Font.SciFi
- TextLabel_2.FontSize = Enum.FontSize.Size32
- TextLabel_2.Text = "Welcome Back, Guest!"
- TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
- TextLabel_2.TextSize = 30
- TextLabel_2.TextStrokeTransparency = 0
- DropItem.MouseButton1Down:connect(function()
- local item = ItemDrop.Text -- change this to the item you want to drop
- local amount = 1000 -- change this to the amount you want to drop
- local i = 0
- while i <= amount do
- game.ReplicatedStorage.Events.DropBagItem:FireServer(item)
- i = i + 1
- end
- end)
- Important = {Players = game:GetService("Players"), Workspace = game:GetService("Workspace"), CoreGui = game:GetService("CoreGui")}
- local enabledesp = false
- function CreateESP(plr)
- if plr ~= nil then
- local GetChar = plr.Character
- if not GetChar then return end
- local GetHead do
- repeat wait() until GetChar:FindFirstChild("Head")
- end
- GetHead = GetChar.Head
- local bb = Instance.new("BillboardGui", Important.CoreGui)
- bb.Adornee = GetHead
- bb.ExtentsOffset = Vector3.new(0, 1, 0)
- bb.AlwaysOnTop = true
- bb.Size = UDim2.new(0, 5, 0, 5)
- bb.StudsOffset = Vector3.new(0, 3, 0)
- bb.Name = "ESP_PLAYER_" .. plr.Name
- local displayframe = Instance.new("Frame", bb)
- displayframe.ZIndex = 10
- displayframe.BackgroundTransparency = 1
- displayframe.Size = UDim2.new(1,0,1,0)
- local name = Instance.new("TextLabel", displayframe)
- name.Name = "Name"
- name.ZIndex = 10
- name.Text = plr.Name
- name.Visible = true
- name.TextColor3 = Color3.new(170,0,0)
- name.BackgroundTransparency = 1
- name.Size = UDim2.new(1,0,10,0)
- name.Font = Enum.Font.SourceSansLight
- name.TextSize = 20
- name.TextStrokeTransparency = .5
- end
- end
- ESPTrack.MouseButton1Click:connect(function()
- for i,v in pairs(Important.Players:GetChildren()) do
- CreateESP(v)
- end
- end)
- AutoPickup.MouseButton1Down:connect(function()
- local Objects;
- local Pickup = function(Character)
- local myPos = Character.HumanoidRootPart.Position
- local Objects = {}
- for i,v in pairs(workspace:GetChildren()) do
- if v:FindFirstChild("Pickup") ~= nil and v.ClassName == "Part" then
- local Pos = v.Position
- local Distance = (myPos - Pos).magnitude
- if Distance < 40 then
- table.insert(Objects, v)
- end
- elseif v:FindFirstChild("Pickup") ~= nil and v:FindFirstChild("Part") ~= nil and v.Part.ClassName == "Part" then
- local Pos = v.Part.Position
- local Distance = (myPos - Pos).magnitude
- if Distance < 40 then
- table.insert(Objects, v)
- end
- elseif v:FindFirstChild("Pickup") ~= nil and v.ClassName == "UnionOperation" then
- local Pos = v.Position
- local Distance = (myPos - Pos).magnitude
- if Distance < 40 then
- table.insert(Objects, v)
- end
- end
- end
- for i,v in pairs(Objects) do
- for i=1,10 do
- v.Position = myPos
- game:GetService("ReplicatedStorage").Events.Pickup:FireServer(v)
- end
- end
- end
- wait(1)
- local mouse = game:GetService("Players").LocalPlayer:GetMouse()
- mouse.KeyDown:connect(function(key)
- if key == "y" then
- print'howdi neighbor'
- Pickup(game.Players.LocalPlayer.Character)
- end
- end)
- end)
- CraftSubmit.MouseButton1Down:connect(function()
- local Item = ItemName.Text
- local Event = game:GetService("ReplicatedStorage").Events.CraftItem
- Event:FireServer(Item)
- end)
- InfinityJump.MouseButton1Down:connect(function()
- local Player = game:GetService'Players'.LocalPlayer;
- local UIS = game:GetService'UserInputService';
- _G.JumpHeight = 50;
- function Action(Object, Function) if Object ~= nil then Function(Object); end end
- UIS.InputBegan:connect(function(UserInput)
- if UserInput.UserInputType == Enum.UserInputType.Keyboard and UserInput.KeyCode == Enum.KeyCode.Space then
- Action(Player.Character.Humanoid, function(self)
- if self:GetState() == Enum.HumanoidStateType.Jumping or self:GetState() == Enum.HumanoidStateType.Freefall then
- Action(self.Parent.HumanoidRootPart, function(self)
- self.Velocity = Vector3.new(0, _G.JumpHeight, 0);
- end)
- end
- end)
- end
- end)
- end)
- FastBreakButton.MouseButton1Down:connect(function()
- if key == "m" then
- if FastBreak then FastBreak=false;send("OFF","FastBreak",3) else FastBreak=true;send("ON","FastBreak",3) end
- end
- end)
- spawn(function()
- game:GetService("RunService").RenderStepped:connect(function()
- if FastBreak then
- wait(0.1)
- local part = game:GetService("Players").LocalPlayer:GetMouse().Target
- local one = game:GetService("ReplicatedStorage").RelativeTime.Value
- local two = {part,part,part,part}
- game:GetService("ReplicatedStorage").Events.SwingTool:FireServer(one, two)
- end
- end)
- end)
Add Comment
Please, Sign In to add comment