Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- LightingZ
- -- Version: 0.04
- -- Instances:
- local LightingZHUB = Instance.new("ScreenGui")
- local DragFrame = Instance.new("Frame")
- local GamesFrame = Instance.new("Frame")
- local Games = Instance.new("ScrollingFrame")
- local ArsenalButton = Instance.new("TextButton")
- local Shade = Instance.new("Frame")
- local Title = Instance.new("TextLabel")
- local SidePart = Instance.new("Frame")
- local GamesButton = Instance.new("TextButton")
- local CreditsButton = Instance.new("TextButton")
- local CreditsFrame = Instance.new("Frame")
- local Credits = Instance.new("ScrollingFrame")
- local TextLabel = Instance.new("TextLabel")
- --Properties:
- LightingZHUB.Name = "LightingZ | HUB"
- LightingZHUB.Parent = game:GetService("Players").LocalPlayer.PlayerGui
- LightingZHUB.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- DragFrame.Name = "DragFrame"
- DragFrame.Parent = LightingZHUB
- DragFrame.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
- DragFrame.BorderSizePixel = 0
- DragFrame.Position = UDim2.new(0.309838474, 0, 0.298833817, 0)
- DragFrame.Selectable = true
- DragFrame.Size = UDim2.new(0, 165, 0, 25)
- DragFrame.ZIndex = 10
- GamesFrame.Name = "GamesFrame"
- GamesFrame.Parent = DragFrame
- GamesFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- GamesFrame.BorderSizePixel = 0
- GamesFrame.Position = UDim2.new(1.00017166, 0, 0, 0)
- GamesFrame.Size = UDim2.new(0, 416, 0, 277)
- Games.Name = "Games"
- Games.Parent = GamesFrame
- Games.Active = true
- Games.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Games.BackgroundTransparency = 1.000
- Games.BorderSizePixel = 0
- Games.Size = UDim2.new(0, 416, 0, 277)
- Games.ZIndex = 10
- ArsenalButton.Name = "ArsenalButton"
- ArsenalButton.Parent = Games
- ArsenalButton.BackgroundColor3 = Color3.fromRGB(66, 66, 66)
- ArsenalButton.BorderSizePixel = 0
- ArsenalButton.Position = UDim2.new(0.234828502, 0, 0.0907173008, 0)
- ArsenalButton.Size = UDim2.new(0, 200, 0, 50)
- ArsenalButton.ZIndex = 10
- ArsenalButton.Font = Enum.Font.GothamBlack
- ArsenalButton.Text = "Arsenal"
- ArsenalButton.TextColor3 = Color3.fromRGB(255, 255, 255)
- ArsenalButton.TextScaled = true
- ArsenalButton.TextSize = 14.000
- ArsenalButton.TextWrapped = true
- Shade.Name = "Shade"
- Shade.Parent = ArsenalButton
- Shade.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- Shade.BorderSizePixel = 0
- Shade.Position = UDim2.new(0, 0, 1, 0)
- Shade.Size = UDim2.new(0, 200, 0, 11)
- Shade.ZIndex = 10
- Title.Name = "Title"
- Title.Parent = GamesFrame
- Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Title.BackgroundTransparency = 1.000
- Title.Size = UDim2.new(0, 416, 0, 30)
- Title.ZIndex = 10
- Title.Font = Enum.Font.GothamBlack
- Title.Text = "Games"
- Title.TextColor3 = Color3.fromRGB(255, 255, 255)
- Title.TextScaled = true
- Title.TextSize = 14.000
- Title.TextWrapped = true
- SidePart.Name = "SidePart"
- SidePart.Parent = DragFrame
- SidePart.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
- SidePart.BorderSizePixel = 0
- SidePart.Position = UDim2.new(0, 0, 1.01328373, 0)
- SidePart.Size = UDim2.new(0, 165, 0, 251)
- GamesButton.Name = "GamesButton"
- GamesButton.Parent = SidePart
- GamesButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- GamesButton.BackgroundTransparency = 1.000
- GamesButton.Position = UDim2.new(0, 0, 0.0654205158, 0)
- GamesButton.Size = UDim2.new(0, 165, 0, 28)
- GamesButton.ZIndex = 10
- GamesButton.Font = Enum.Font.GothamBlack
- GamesButton.Text = "🎮 Games"
- GamesButton.TextColor3 = Color3.fromRGB(255, 255, 255)
- GamesButton.TextScaled = true
- GamesButton.TextSize = 14.000
- GamesButton.TextWrapped = true
- CreditsButton.Name = "CreditsButton"
- CreditsButton.Parent = SidePart
- CreditsButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- CreditsButton.BackgroundTransparency = 1.000
- CreditsButton.Position = UDim2.new(0, 0, 0.228767127, 0)
- CreditsButton.Size = UDim2.new(0, 165, 0, 28)
- CreditsButton.ZIndex = 10
- CreditsButton.Font = Enum.Font.GothamBlack
- CreditsButton.Text = "©️ Credits"
- CreditsButton.TextColor3 = Color3.fromRGB(255, 255, 255)
- CreditsButton.TextScaled = true
- CreditsButton.TextSize = 14.000
- CreditsButton.TextWrapped = true
- CreditsFrame.Name = "CreditsFrame"
- CreditsFrame.Parent = DragFrame
- CreditsFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- CreditsFrame.BorderSizePixel = 0
- CreditsFrame.Position = UDim2.new(1.00017166, 0, 0, 0)
- CreditsFrame.Size = UDim2.new(0, 416, 0, 277)
- CreditsFrame.Visible = false
- CreditsFrame.ZIndex = 10
- Credits.Name = "Credits"
- Credits.Parent = CreditsFrame
- Credits.Active = true
- Credits.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Credits.BackgroundTransparency = 1.000
- Credits.BorderSizePixel = 0
- Credits.Size = UDim2.new(0, 416, 0, 277)
- Credits.ZIndex = 10
- TextLabel.Parent = Credits
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.BackgroundTransparency = 1.000
- TextLabel.Size = UDim2.new(0, 404, 0, 69)
- TextLabel.ZIndex = 10
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "This has all been made by Tatastic and SkeletonBloxYT nothing has been tooken from toolbox. Some bits are from youtube! I hope you enjoy!"
- TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 40.000
- TextLabel.TextWrapped = true
- -- Scripts:
- local function OSOMAG_fake_script() -- ArsenalButton.LocalScript
- local script = Instance.new('LocalScript', ArsenalButton)
- script.Parent.MouseButton1Click:Connect(function()
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local LightingZArsenal = Instance.new("ScreenGui")
- local DragFrame = Instance.new("Frame")
- local GamesFrame = Instance.new("Frame")
- local Games = Instance.new("ScrollingFrame")
- local AimbotButton = Instance.new("TextButton")
- local Shade = Instance.new("Frame")
- local ESPButton = Instance.new("TextButton")
- local Shade_2 = Instance.new("Frame")
- local Title = Instance.new("TextLabel")
- local SidePart = Instance.new("Frame")
- --Properties:
- LightingZArsenal.Name = "LightingZ | Arsenal"
- LightingZArsenal.Parent = game:GetService("Players").LocalPlayer.PlayerGui
- LightingZArsenal.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- DragFrame.Name = "DragFrame"
- DragFrame.Parent = LightingZArsenal
- DragFrame.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
- DragFrame.BorderSizePixel = 0
- DragFrame.Position = UDim2.new(0.520244002, 0, 0.312175632, 0)
- DragFrame.Selectable = true
- DragFrame.Size = UDim2.new(0, 130, 0, 25)
- DragFrame.ZIndex = 10
- GamesFrame.Name = "GamesFrame"
- GamesFrame.Parent = DragFrame
- GamesFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- GamesFrame.BorderSizePixel = 0
- GamesFrame.Position = UDim2.new(-0.0058889389, 0, 1, 0)
- GamesFrame.Size = UDim2.new(0, 416, 0, 277)
- GamesFrame.ZIndex = 10
- Games.Name = "Games"
- Games.Parent = GamesFrame
- Games.Active = true
- Games.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Games.BackgroundTransparency = 1.000
- Games.BorderSizePixel = 0
- Games.Size = UDim2.new(0, 416, 0, 277)
- Games.ZIndex = 10
- AimbotButton.Name = "AimbotButton"
- AimbotButton.Parent = Games
- AimbotButton.BackgroundColor3 = Color3.fromRGB(66, 66, 66)
- AimbotButton.BorderSizePixel = 0
- AimbotButton.Position = UDim2.new(0.258866966, 0, 0.0907173008, 0)
- AimbotButton.Size = UDim2.new(0, 200, 0, 50)
- AimbotButton.ZIndex = 10
- AimbotButton.Font = Enum.Font.GothamBlack
- AimbotButton.Text = "Aimbot: OFF"
- AimbotButton.TextColor3 = Color3.fromRGB(255, 0, 0)
- AimbotButton.TextScaled = true
- AimbotButton.TextSize = 14.000
- AimbotButton.TextWrapped = true
- Shade.Name = "Shade"
- Shade.Parent = AimbotButton
- Shade.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- Shade.BorderSizePixel = 0
- Shade.Position = UDim2.new(0, 0, 1, 0)
- Shade.Size = UDim2.new(0, 200, 0, 11)
- ESPButton.Name = "ESPButton"
- ESPButton.Parent = Games
- ESPButton.BackgroundColor3 = Color3.fromRGB(66, 66, 66)
- ESPButton.BorderSizePixel = 0
- ESPButton.Position = UDim2.new(0.268482357, 0, 0.23692669, 0)
- ESPButton.Size = UDim2.new(0, 200, 0, 50)
- ESPButton.ZIndex = 10
- ESPButton.Font = Enum.Font.GothamBlack
- ESPButton.Text = "ESP: OFF"
- ESPButton.TextColor3 = Color3.fromRGB(255, 0, 0)
- ESPButton.TextScaled = true
- ESPButton.TextSize = 14.000
- ESPButton.TextWrapped = true
- Shade_2.Name = "Shade"
- Shade_2.Parent = ESPButton
- Shade_2.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- Shade_2.BorderSizePixel = 0
- Shade_2.Position = UDim2.new(0, 0, 1, 0)
- Shade_2.Size = UDim2.new(0, 200, 0, 11)
- Title.Name = "Title"
- Title.Parent = GamesFrame
- Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Title.BackgroundTransparency = 1.000
- Title.Size = UDim2.new(0, 416, 0, 30)
- Title.Font = Enum.Font.GothamBlack
- Title.Text = "Arsenal"
- Title.TextColor3 = Color3.fromRGB(255, 255, 255)
- Title.TextScaled = true
- Title.TextSize = 14.000
- Title.TextWrapped = true
- SidePart.Name = "SidePart"
- SidePart.Parent = DragFrame
- SidePart.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
- SidePart.BorderSizePixel = 0
- SidePart.Position = UDim2.new(0.993939459, 0, 0, 0)
- SidePart.Size = UDim2.new(0, 286, 0, 25)
- SidePart.ZIndex = 10
- -- Scripts:
- local function ABPDMO_fake_script() -- AimbotButton.AIMBOT
- local script = Instance.new('LocalScript', AimbotButton)
- _G.aimbot = false
- local camera = game.Workspace.CurrentCamera
- local localplayer = game:GetService("Players").LocalPlayer
- script.Parent.MouseButton1Click:Connect(function()
- if _G.aimbot == false then
- _G.aimbot = true
- script.Parent.TextColor3 = Color3.fromRGB(0, 255, 0)
- script.Parent.Text = "Aimbot: ON"
- function closestplayer()
- local dist = math.huge
- local target = nil
- for i,v in pairs (game:GetService("Players"):GetPlayers()) do
- if v ~= localplayer then
- if v.Character and v.Character:FindFirstChild("Head") and v.TeamColor ~= localplayer.TeamColor and _G.aimbot then
- local magnitude = (v.Character.Head.Position - localplayer.Character.Head.Position).magnitude
- if magnitude < dist then
- dist = magnitude
- target = v
- end
- end
- end
- end
- return target
- end
- else
- _G.aimbot = false
- script.Parent.TextColor3 = Color3.fromRGB(255, 0, 0)
- script.Parent.Text = "Aimbot: OFF"
- end
- end)
- local settings = {
- keybind = Enum.UserInputType.MouseButton2
- }
- local UIS = game:GetService("UserInputService")
- local aiming = false
- UIS.InputBegan:Connect(function(inp)
- if inp.UserInputType == settings.keybind then
- aiming = true
- end
- end)
- UIS.InputEnded:Connect(function(inp)
- if inp.UserInputType == settings.keybind then
- aiming = false
- end
- end)
- game:GetService("RunService").RenderStepped:Connect(function()
- if aiming then
- camera.CFrame = CFrame.new(camera.CFrame.Position,closestplayer().Character.Head.Position)
- end
- end)
- end
- coroutine.wrap(ABPDMO_fake_script)()
- local function CXFPBNM_fake_script() -- ESPButton.ESP SCRIPT
- local script = Instance.new('LocalScript', ESPButton)
- _G.ESP = false
- local Players = game:GetService("Players")
- script.Parent.MouseButton1Click:Connect(function()
- if _G.ESP == false then
- _G.ESP = true
- script.Parent.TextColor3 = Color3.fromRGB(0, 255, 0)
- script.Parent.Text = "ESP: ON"
- function CreateGui(head,parent,face)
- local SurfaceGui = Instance.new("SurfaceGui", parent)
- SurfaceGui.Parent = parent
- SurfaceGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui.Face = Enum.NormalId[face]
- SurfaceGui.LightInfluence = 0
- SurfaceGui.ResetOnSpawn = false
- SurfaceGui.Name = "name"
- SurfaceGui.AlwaysOnTop = true
- local Frame = Instance.new("Frame",SurfaceGui)
- Frame.BackgroundColor3 = Color3.fromRGB(59, 59, 59)
- Frame.Size = UDim2.new(1,0,1,0)
- end
- while wait(1) do
- for i,v in pairs(Players:GetPlayers()) do
- if v ~= Players.LocalPlayer and v.Character ~= nil and v.Character:FindFirstChild("Head") and _G.ESP and v.Character.Head:FindFirstChild("ESP") == nil then
- for i,v in pairs(v.Character:GetChildren()) do
- if v:IsA("MeshPart") or v.Name == "Head" then
- CreateGui("ESP",v,"Back")
- CreateGui("ESP",v,"Front")
- CreateGui("ESP",v,"Top")
- CreateGui("ESP",v,"Bottom")
- CreateGui("ESP",v,"Right")
- CreateGui("ESP",v,"Left")
- end
- end
- end
- end
- end
- else
- _G.ESP = false
- script.Parent.TextColor3 = Color3.fromRGB(255, 0, 0)
- script.Parent.Text = "ESP: OFF"
- end
- end)
- end
- coroutine.wrap(CXFPBNM_fake_script)()
- local function GTTPK_fake_script() -- DragFrame.Drag
- local script = Instance.new('LocalScript', DragFrame)
- local UserInputService = game:GetService("UserInputService")
- local gui = script.Parent
- local dragging
- local dragInput
- local dragStart
- local startPos
- local function update(input)
- local delta = input.Position - dragStart
- gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
- end
- gui.InputBegan:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
- dragging = true
- dragStart = input.Position
- startPos = gui.Position
- input.Changed:Connect(function()
- if input.UserInputState == Enum.UserInputState.End then
- dragging = false
- end
- end)
- end
- end)
- gui.InputChanged:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
- dragInput = input
- end
- end)
- UserInputService.InputChanged:Connect(function(input)
- if input == dragInput and dragging then
- update(input)
- end
- end)
- end
- coroutine.wrap(GTTPK_fake_script)()
- end)
- end
- coroutine.wrap(OSOMAG_fake_script)()
- local function DPQGOCB_fake_script() -- GamesButton.LocalScript
- local script = Instance.new('LocalScript', GamesButton)
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Parent.Parent.GamesFrame.Visible = true
- script.Parent.Parent.Parent.CreditsFrame.Visible = false
- end)
- end
- coroutine.wrap(DPQGOCB_fake_script)()
- local function WEVD_fake_script() -- CreditsButton.LocalScript
- local script = Instance.new('LocalScript', CreditsButton)
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Parent.Parent.GamesFrame.Visible = false
- script.Parent.Parent.Parent.CreditsFrame.Visible = true
- end)
- end
- coroutine.wrap(WEVD_fake_script)()
- local function UCTX_fake_script() -- DragFrame.Drag
- local script = Instance.new('LocalScript', DragFrame)
- local UserInputService = game:GetService("UserInputService")
- local gui = script.Parent
- local dragging
- local dragInput
- local dragStart
- local startPos
- local function update(input)
- local delta = input.Position - dragStart
- gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
- end
- gui.InputBegan:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
- dragging = true
- dragStart = input.Position
- startPos = gui.Position
- input.Changed:Connect(function()
- if input.UserInputState == Enum.UserInputState.End then
- dragging = false
- end
- end)
- end
- end)
- gui.InputChanged:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
- dragInput = input
- end
- end)
- UserInputService.InputChanged:Connect(function(input)
- if input == dragInput and dragging then
- update(input)
- end
- end)
- end
- coroutine.wrap(UCTX_fake_script)()
Add Comment
Please, Sign In to add comment