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 Telespeed = 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.00493521988, 0, 0.605482697, 0)
- main.Size = UDim2.new(0, 355, 0, 189)
- main.Visible = false
- main.Draggable = true
- main.Active = true
- title.Name = "title"
- title.Parent = main
- title.BackgroundColor3 = Color3.fromRGB(36, 17, 255)
- title.Position = UDim2.new(-0.00281690131, 0, 0, 0)
- title.Size = UDim2.new(0, 355, 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, 170, 0)
- noslow.Position = UDim2.new(0.0281690136, 0, 0.428571433, 0)
- noslow.Size = UDim2.new(0, 136, 0, 53)
- noslow.Font = Enum.Font.GothamBold
- noslow.Text = "Noslow"
- noslow.TextColor3 = Color3.fromRGB(0, 0, 0)
- noslow.TextSize = 14.000
- 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)
- Telespeed.Name = "Telespeed"
- Telespeed.Parent = main
- Telespeed.BackgroundColor3 = Color3.fromRGB(155, 255, 25)
- Telespeed.Position = UDim2.new(0.563380301, 0, 0.444444448, 0)
- Telespeed.Size = UDim2.new(0, 120, 0, 50)
- Telespeed.Font = Enum.Font.GothamBold
- Telespeed.Text = "Telespeed"
- Telespeed.TextColor3 = Color3.fromRGB(0, 0, 0)
- Telespeed.TextSize = 14.000
- Telespeed.MouseButton1Click:Connect(function()
- print("SOON")
- end)
- close.Name = "close"
- close.Parent = main
- close.BackgroundColor3 = Color3.fromRGB(0, 170, 127)
- close.Position = UDim2.new(0.901408434, 0, -2.23517418e-08, 0)
- close.Size = UDim2.new(0, 34, 0, 29)
- 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.MouseButton1Click: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.00493522547, 0, 0.34564957, 0)
- openmain.Size = UDim2.new(0, 93, 0, 28)
- openmain.Active = true
- openmain.Draggable = true
- open.Name = "open"
- open.Parent = openmain
- open.BackgroundColor3 = Color3.fromRGB(255, 255, 0)
- open.Position = UDim2.new(-0.0107525215, 0, 0, 0)
- open.Size = UDim2.new(0, 126, 0, 27)
- open.Font = Enum.Font.GothamBold
- open.Text = "OPEN"
- open.TextColor3 = Color3.fromRGB(0, 0, 0)
- open.TextSize = 18.000
- open.MouseButton1Down:connect(function()
- openmain.Visible = false
- main.Visible = true
- end)
- print("thanks for using my script contact me via discord at raul22#0001")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement