Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---made by raul---
- local ScreenGui = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local title = Instance.new("TextLabel")
- local noslow = Instance.new("TextButton")
- local godmode = Instance.new("TextButton")
- local toprespawn = Instance.new("TextButton")
- local changeslot = Instance.new("TextButton")
- local close = Instance.new("TextButton")
- local openmain = Instance.new("Frame")
- local open = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- main.Name = "main"
- main.Parent = ScreenGui
- main.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- main.Position = UDim2.new(0.121419676, 0, 0.485010713, 0)
- main.Size = UDim2.new(0, 309, 0, 409)
- main.Visible = false
- main.Active = true
- main.Draggable = true
- title.Name = "title"
- title.Parent = main
- title.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
- title.Size = UDim2.new(0, 309, 0, 50)
- title.Font = Enum.Font.GothamBold
- title.Text = "MADE BY RAUL"
- title.TextColor3 = Color3.fromRGB(0, 0, 0)
- title.TextSize = 14.000
- noslow.Name = "noslow"
- noslow.Parent = main
- noslow.BackgroundColor3 = Color3.fromRGB(255, 0, 255)
- noslow.Position = UDim2.new(0, 0, 0.198044017, 0)
- noslow.Size = UDim2.new(0, 309, 0, 50)
- noslow.Font = Enum.Font.GothamBold
- noslow.Text = "noslow"
- noslow.TextColor3 = Color3.fromRGB(0, 0, 0)
- noslow.TextScaled = true
- noslow.TextSize = 10.000
- noslow.TextWrapped = true
- noslow.MouseButton1Down:connect(function()
- repeat wait()
- until game:IsLoaded()
- game.Players.LocalPlayer.PlayerGui:WaitForChild("HUD")
- while wait() do
- y = game.Players.LocalPlayer.Character
- for i,v in pairs(y:GetChildren()) do
- if v.Name == "Justice Combination" then
- x = y:WaitForChild("Action")
- if x then wait() x:Destroy() end end
- if v.Name == "Action" then v:Destroy() end
- if v.Name == "Attacking" then v:Destroy() end
- if v.Name == "Using" then v:Destroy() end
- if v.Name == "hyper" then v:Destroy() end
- if v.Name == "Hyper" then v:Destroy() end
- if v.Name == "heavy" then v:Destroy() end
- if v.Name == "KiBlasted" then v:Destroy() end
- if v.Name == "Tele" then v:Destroy() end
- if v.Name == "tele" then v:Destroy() end
- if v.Name == "Killed" then v:Destroy() end
- if v.Name == "Slow" then v:Destroy() end
- if v.Name == "Block" and v.Value == true then
- v.Value = false end end end
- end)
- godmode.Name = "godmode"
- godmode.Parent = main
- godmode.BackgroundColor3 = Color3.fromRGB(255, 0, 255)
- godmode.Position = UDim2.new(0, 0, 0.378973097, 0)
- godmode.Size = UDim2.new(0, 309, 0, 50)
- godmode.Font = Enum.Font.GothamBold
- godmode.Text = "godmode"
- godmode.TextColor3 = Color3.fromRGB(0, 0, 0)
- godmode.TextScaled = true
- godmode.TextSize = 14.000
- godmode.TextWrapped = true
- godmode.MouseButton1Down:connect(function()
- if not game:IsLoaded() then
- game.Loaded:Wait() end wait(2)
- game:GetService("RunService").Stepped:Connect(function()
- firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, game.Workspace.Touchy.Part, 0)
- firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, game.Workspace.Touchy.Part, 1)
- if game.Players.LocalPlayer.PlayerGui:FindFirstChild("Popup") then
- game.Players.LocalPlayer.PlayerGui.Popup:Remove()
- end end) warn'Godmode Running:'
- end)
- toprespawn.Name = "toprespawn"
- toprespawn.Parent = main
- toprespawn.BackgroundColor3 = Color3.fromRGB(255, 0, 255)
- toprespawn.Position = UDim2.new(0, 0, 0.567237139, 0)
- toprespawn.Size = UDim2.new(0, 309, 0, 50)
- toprespawn.Font = Enum.Font.GothamBold
- toprespawn.Text = "toprespawn"
- toprespawn.TextColor3 = Color3.fromRGB(0, 0, 0)
- toprespawn.TextScaled = true
- toprespawn.TextSize = 14.000
- toprespawn.TextWrapped = true
- toprespawn.MouseButton1Down:connect(function()
- Die = game.Players.LocalPlayer.Character
- lplr = game:GetService("Players").LocalPlayer
- game:GetService("RunService").RenderStepped:connect(function()
- if Die.Humanoid.Health == 1 then
- game:GetService("Players").LocalPlayer.Character.SuperAction:Destroy()
- wait(0.8)
- game:GetService("TweenService"):Create(lplr.Character.HumanoidRootPart, TweenInfo.new(0.5, Enum.EasingStyle.Linear), {CFrame = CFrame.new(100, 100, 100)}):Play()
- end
- end)
- end)
- changeslot.Name = "changeslot"
- changeslot.Parent = main
- changeslot.BackgroundColor3 = Color3.fromRGB(255, 0, 255)
- changeslot.Position = UDim2.new(0, 0, 0.738386333, 0)
- changeslot.Size = UDim2.new(0, 309, 0, 50)
- changeslot.Font = Enum.Font.GothamBold
- changeslot.Text = "changeslot"
- changeslot.TextColor3 = Color3.fromRGB(0, 0, 0)
- changeslot.TextScaled = true
- changeslot.TextSize = 14.000
- changeslot.TextWrapped = true
- changeslot.MouseButton1Down:connect(function()
- args = {
- [1] = workspace.FriendlyNPCs:FindFirstChild("Character Slot Changer")
- };
- game:GetService("Players").LocalPlayer.Backpack.ServerTraits.ChatStart:FireServer(unpack(args))
- end)
- close.Name = "close"
- close.Parent = main
- close.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
- close.Position = UDim2.new(0.867313921, 0, 0, 0)
- close.Size = UDim2.new(0, 48, 0, 50)
- close.Font = Enum.Font.GothamBlack
- close.Text = "X"
- close.TextColor3 = Color3.fromRGB(0, 0, 0)
- close.TextScaled = true
- close.TextSize = 14.000
- close.TextWrapped = true
- close.MouseButton1Down:connect(function()
- main.Visible = false
- openmain.Visible = true
- end)
- openmain.Name = "openmain"
- openmain.Parent = ScreenGui
- openmain.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- openmain.Position = UDim2.new(0, 0, 0.305139184, 0)
- openmain.Size = UDim2.new(0, 99, 0, 38)
- openmain.Active = true
- openmain.Draggable = true
- open.Name = "open"
- open.Parent = openmain
- open.BackgroundColor3 = Color3.fromRGB(42, 255, 39)
- open.Size = UDim2.new(0, 99, 0, 38)
- open.Font = Enum.Font.GothamBold
- open.Text = "OPEN"
- open.TextColor3 = Color3.fromRGB(0, 0, 0)
- open.TextScaled = true
- open.TextSize = 14.000
- open.TextWrapped = true
- open.MouseButton1Down:connect(function()
- openmain.Visible = false
- main.Visible = true
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement