Jun 18th, 2019
Never
First - Open any roblox game you want to exploit on (Some scripts will not work on Popular games) Second - Open 'protosmasher.exe' and insert a random username and password, as it is cracked, this will not matter. Today I am showing off a new free roblox exploit that is called SS V2 and this exploit is insane and comes with 3 fe script hubs and admin comm.
Script Executor Roblox Download
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
Good Free Script Executor Roblox
- -- Script executer script XD. Idk why you would need this, well I think i need it for quick execution without crashing and stuff like that lol. -Xyper
- local S1 = Instance.new('ScreenGui')
- local Execute = Instance.new('TextButton')
- local Input = Instance.new('TextBox')
- S1.Parent = game.Players.LocalPlayer.PlayerGui
- S1.ResetOnSpawn = false
- S1Frame.Parent = S1
- S1Frame.Position = UDim2.new(0, 0, 0.248875543, 0)
- S1Frame.Style = Enum.FrameStyle.DropShadow
- Execute.Parent = S1Frame
- Execute.Position = UDim2.new(0.00872371532, 0, 0.880995035, 0)
- Execute.Style = Enum.ButtonStyle.RobloxButtonDefault
- Execute.Text = 'Execute'
- Execute.TextScaled = true
- Execute.TextWrapped = true
- Clear.Name = 'Clear'
- Clear.BackgroundColor3 = Color3.new(1, 1, 1)
- Clear.Position = UDim2.new(0.228907213, 0, 0.880995035, 0)
- Clear.Style = Enum.ButtonStyle.RobloxButtonDefault
- Clear.Text = 'Clear'
- Clear.TextScaled = true
- Clear.TextWrapped = true
- Input.Name = 'Input'
- Input.BackgroundColor3 = Color3.new(0.0117647, 0, 0.184314)
- Input.Position = UDim2.new(0.0406618454, 0, 0.050907772, 0)
- Input.Font = Enum.Font.SourceSans
- Input.PlaceholderText = 'Code goes here'
- Input.TextColor3 = Color3.new(255, 255, 255)
- Input.TextXAlignment = Enum.TextXAlignment.Left
- -- MADE BY XYPER IN PASTEBIN
- OpenClose.Parent = S1
- OpenClose.Position = UDim2.new(0, 0, 0.88905549, 0)
- OpenClose.Style = Enum.ButtonStyle.RobloxButtonDefault
- OpenClose.Text = 'Show/Hide'
- OpenClose.TextScaled = true
- OpenClose.TextWrapped = true
- -- Scripts
- OpenClose.MouseButton1Click:Connect(function()
- S1Frame.Visible = true
- S1Frame.Visible = false
- end)
- Execute.MouseButton1Click:Connect(function()
- end)
- Clear.MouseButton1Click:Connect(function()
- end)
- -- Xyper (Pastebin)