Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Made by rewaved#6831 / rewaved @ v3rmillion.net
- -- Instances:
- local RX = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local Top = Instance.new("Frame")
- local Top_2 = Instance.new("TextLabel")
- local X = Instance.new("TextButton")
- local Buttons = Instance.new("Frame")
- local Speed = Instance.new("TextBox")
- local TP = Instance.new("TextBox")
- local NOCLIP = Instance.new("TextButton")
- local Jump = Instance.new("TextBox")
- local SpeedB = Instance.new("TextButton")
- local JumpB = Instance.new("TextButton")
- local TPB = Instance.new("TextButton")
- local Credits = Instance.new("TextLabel")
- local SideFrame = Instance.new("Frame")
- local SideButton = Instance.new("TextButton")
- local function notify(...)
- game.StarterGui:SetCore('SendNotification',...)
- end
- local nc = true
- local man = game.Players.LocalPlayer
- local running = false
- --Properties:
- RX.Name = "RX"
- RX.Parent = game.CoreGui
- RX.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Main.Name = "Main"
- Main.Parent = RX
- Main.BackgroundColor3 = Color3.new(1, 1, 1)
- Main.BackgroundTransparency = 0.40000000596046
- Main.Position = UDim2.new(0.718152881, 0, 0.383495122, 0)
- Main.Size = UDim2.new(0, 318, 0, 192)
- Main.Active =true
- Main.Draggable = true
- Top.Name = "Top"
- Top.Parent = Main
- Top.BackgroundColor3 = Color3.new(1, 0, 0)
- Top.BackgroundTransparency = 0.25
- Top.BorderColor3 = Color3.new(0, 0, 0)
- Top.BorderSizePixel = 2
- Top.Size = UDim2.new(0, 318, 0, 36)
- Top_2.Name = "Top"
- Top_2.Parent = Top
- Top_2.BackgroundColor3 = Color3.new(1, 1, 1)
- Top_2.BackgroundTransparency = 1
- Top_2.Position = UDim2.new(-0.1430545, 0, 0, 0)
- Top_2.Size = UDim2.new(0, 407, 0, 36)
- Top_2.Text = "RX V.1"
- Top_2.TextColor3 = Color3.new(1, 1, 1)
- Top_2.TextSize = 20
- Top_2.TextStrokeTransparency = 0
- Top_2.TextWrapped = true
- X.Name = "X"
- X.Parent = Top
- X.BackgroundColor3 = Color3.new(1, 1, 1)
- X.BackgroundTransparency = 1
- X.Position = UDim2.new(0.918918908, 0, 0, 0)
- X.Size = UDim2.new(0, 33, 0, 28)
- X.Font = Enum.Font.SourceSans
- X.Text = "X"
- X.TextColor3 = Color3.new(1, 1, 1)
- X.TextScaled = true
- X.TextSize = 14
- X.TextStrokeTransparency = 0
- X.TextWrapped = true
- X.MouseButton1Click:Connect(function()
- Main.Visible = false
- SideButton.Text = ">"
- end)
- Buttons.Name = "Buttons"
- Buttons.Parent = Main
- Buttons.BackgroundColor3 = Color3.new(1, 1, 1)
- Buttons.BackgroundTransparency = 1
- Buttons.BorderColor3 = Color3.new(0, 0, 0)
- Buttons.BorderSizePixel = 2
- Buttons.Position = UDim2.new(0.0415182561, 0, 0.239583328, 0)
- Buttons.Size = UDim2.new(0, 291, 0, 117)
- Speed.Name = "Speed"
- Speed.Parent = Buttons
- Speed.BackgroundColor3 = Color3.new(1, 1, 1)
- Speed.BorderColor3 = Color3.new(0, 0, 0)
- Speed.BorderSizePixel = 2
- Speed.Position = UDim2.new(0.0935665071, 0, 0.0916030779, 0)
- Speed.Size = UDim2.new(0, 94, 0, 33)
- Speed.Font = Enum.Font.Cartoon
- Speed.PlaceholderColor3 = Color3.new(1, 1, 1)
- Speed.PlaceholderText = "Enter WalkSpeed here..."
- Speed.Text = ""
- Speed.TextColor3 = Color3.new(1, 1, 1)
- Speed.TextScaled = true
- Speed.TextSize = 14
- Speed.TextStrokeTransparency = 0
- Speed.TextWrapped = true
- TP.Name = "TP"
- TP.Parent = Buttons
- TP.BackgroundColor3 = Color3.new(1, 1, 1)
- TP.BorderColor3 = Color3.new(0, 0, 0)
- TP.BorderSizePixel = 2
- TP.Position = UDim2.new(0.553275228, 0, 0.0916030779, 0)
- TP.Size = UDim2.new(0, 94, 0, 33)
- TP.Font = Enum.Font.Cartoon
- TP.PlaceholderColor3 = Color3.new(1, 1, 1)
- TP.PlaceholderText = "TP to player..."
- TP.Text = ""
- TP.TextColor3 = Color3.new(1, 1, 1)
- TP.TextScaled = true
- TP.TextSize = 14
- TP.TextStrokeTransparency = 0
- TP.TextWrapped = true
- NOCLIP.Name = "NOCLIP"
- NOCLIP.Parent = Buttons
- NOCLIP.BackgroundColor3 = Color3.new(1, 0, 0)
- NOCLIP.BackgroundTransparency = 0.30000001192093
- NOCLIP.BorderColor3 = Color3.new(0, 0, 0)
- NOCLIP.BorderSizePixel = 2
- NOCLIP.Position = UDim2.new(0.552050292, 0, 0.589743614, 0)
- NOCLIP.Size = UDim2.new(0, 94, 0, 33)
- NOCLIP.Font = Enum.Font.Cartoon
- NOCLIP.Text = "Noclip toggle"
- NOCLIP.TextColor3 = Color3.new(1, 1, 1)
- NOCLIP.TextSize = 14
- NOCLIP.TextStrokeTransparency = 0
- NOCLIP.MouseButton1Click:Connect(function()
- nc = not nc
- if nc == true then
- running = true
- notify({Title="RX Notification";Text="Noclip enabled";Duration=2})
- game:GetService("RunService").Stepped:Connect(function()
- if running == true and man.Character ~= nil then
- for _,v in pairs(man.Character:GetDescendants()) do
- if v.ClassName == "Part" and v.CanCollide == true then
- v.CanCollide = false
- NOCLIP.BackgroundColor3 = Color3.new(0,255,0)
- end
- end
- end
- end)
- elseif nc == false then
- running = false
- man.Character.Torso.CanCollide = true
- man.Character.Head.CanCollide = true
- notify({Title="RX Notification";Text="Noclip disabled";Duration=2;})
- NOCLIP.BackgroundColor3 = Color3.new(1, 0, 0)
- end
- end)
- Jump.Name = "Jump"
- Jump.Parent = Buttons
- Jump.BackgroundColor3 = Color3.new(1, 1, 1)
- Jump.BorderColor3 = Color3.new(0, 0, 0)
- Jump.BorderSizePixel = 2
- Jump.Position = UDim2.new(0.0935665071, 0, 0.591113508, 0)
- Jump.Size = UDim2.new(0, 94, 0, 33)
- Jump.Font = Enum.Font.Cartoon
- Jump.PlaceholderColor3 = Color3.new(1, 1, 1)
- Jump.PlaceholderText = "Enter jump height here..."
- Jump.Text = ""
- Jump.TextColor3 = Color3.new(1, 1, 1)
- Jump.TextScaled = true
- Jump.TextSize = 14
- Jump.TextStrokeTransparency = 0
- Jump.TextWrapped = true
- SpeedB.Name = "SpeedB"
- SpeedB.Parent = Buttons
- SpeedB.BackgroundColor3 = Color3.new(0, 0, 0)
- SpeedB.BorderColor3 = Color3.new(0, 0, 0)
- SpeedB.BorderSizePixel = 0
- SpeedB.Position = UDim2.new(0.0935664773, 0, 0.373654366, 0)
- SpeedB.Size = UDim2.new(0, 93, 0, 16)
- SpeedB.Font = Enum.Font.Cartoon
- SpeedB.Text = "Change speed"
- SpeedB.TextColor3 = Color3.new(1, 1, 1)
- SpeedB.TextSize = 14
- SpeedB.TextStrokeTransparency = 0
- SpeedB.MouseButton1Down:Connect(function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = SpeedB.Parent.Speed.Text
- notify({Title="RX Notification";Text="Walkspeed set to"..SpeedB.Parent.Speed.Text;})
- end)
- JumpB.Name = "JumpB"
- JumpB.Parent = Buttons
- JumpB.BackgroundColor3 = Color3.new(0, 0, 0)
- JumpB.BorderColor3 = Color3.new(0, 0, 0)
- JumpB.BorderSizePixel = 0
- JumpB.Position = UDim2.new(0.0906487629, 0, 0.863504827, 0)
- JumpB.Size = UDim2.new(0, 93, 0, 16)
- JumpB.Font = Enum.Font.Cartoon
- JumpB.Text = "Change jump"
- JumpB.TextColor3 = Color3.new(1, 1, 1)
- JumpB.TextSize = 14
- JumpB.TextStrokeTransparency = 0
- JumpB.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = JumpB.Parent.Jump.Text
- notify({Title="RX Notification";Text="Jump height set to"..JumpB.Parent.Jump.Text;})
- end)
- TPB.Name = "TPB"
- TPB.Parent = Buttons
- TPB.BackgroundColor3 = Color3.new(0, 0, 0)
- TPB.BorderColor3 = Color3.new(0, 0, 0)
- TPB.BorderSizePixel = 0
- TPB.Position = UDim2.new(0.554566264, 0, 0.367778301, 0)
- TPB.Size = UDim2.new(0, 93, 0, 16)
- TPB.Font = Enum.Font.Cartoon
- TPB.Text = "TP"
- TPB.TextColor3 = Color3.new(1, 1, 1)
- TPB.TextSize = 14
- TPB.TextStrokeTransparency = 0
- TPB.MouseButton1Click:Connect(function()
- local Target = TPB.Parent.TP.Text
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
- game.Players[Target].Character.HumanoidRootPart.CFrame
- notify({Title="RX Notification";Text="Teleported to"..TPB.Parent.TP.Text;})
- end)
- Credits.Name = "Credits"
- Credits.Parent = Main
- Credits.BackgroundColor3 = Color3.new(1, 1, 1)
- Credits.BackgroundTransparency = 1
- Credits.Position = UDim2.new(0, 0, 0.864583313, 0)
- Credits.Size = UDim2.new(0, 318, 0, 26)
- Credits.Text = "Made by rewaved#6831 / rewaved @ v3rmillion.net"
- Credits.TextColor3 = Color3.new(0, 0, 0)
- Credits.TextStrokeColor3 = Color3.new(1, 1, 1)
- Credits.TextStrokeTransparency = 0
- Credits.TextWrapped = true
- SideFrame.Name = "SideFrame"
- SideFrame.Parent = RX
- SideFrame.BackgroundColor3 = Color3.new(1, 1, 1)
- SideFrame.Position = UDim2.new(-0.00955414027, 0, 0.45631063, 0)
- SideFrame.Size = UDim2.new(0, 44, 0, 40)
- SideFrame.Style = Enum.FrameStyle.RobloxRound
- SideButton.Name = "SideButton"
- SideButton.Parent = SideFrame
- SideButton.BackgroundColor3 = Color3.new(1, 1, 1)
- SideButton.BackgroundTransparency = 1
- SideButton.Position = UDim2.new(-0.0334335044, 0, -0.540906072, 0)
- SideButton.Size = UDim2.new(0, 39, 0, 50)
- SideButton.Font = Enum.Font.SourceSans
- SideButton.Text = "<"
- SideButton.TextColor3 = Color3.new(0, 0, 0)
- SideButton.TextScaled = true
- SideButton.TextSize = 14
- SideButton.TextStrokeColor3 = Color3.new(1, 1, 1)
- SideButton.TextStrokeTransparency = 0
- SideButton.TextWrapped = true
- SideButton.MouseButton1Click:Connect(function()
- Main.Visible = true
- SideButton.Text = "<"
- end)
Add Comment
Please, Sign In to add comment