koreanhackerman

SS Executor ROBLOX

Dec 3rd, 2019
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.24 KB | None | 0 0
  1. local aa=Instance.new("ScreenGui")
  2. local ba=Instance.new("Frame")local ca=Instance.new("TextButton")
  3. local da=Instance.new("TextButton")local _b=Instance.new("TextBox")aa.Name="Exploit SS"
  4. aa.Parent=game.CoreGui;aa.ZIndexBehavior=Enum.ZIndexBehavior.Sibling;ba.Name="skidded"
  5. ba.Parent=aa;ba.BackgroundColor3=Color3.new(0.352941,1,0.956863)
  6. ba.Position=UDim2.new(0.0971659869,0,0.335380852,0)ba.Size=UDim2.new(0,358,0,292)ca.Name="Execute"ca.Parent=ba
  7. ca.BackgroundColor3=Color3.new(0.6,1,0.411765)ca.Position=UDim2.new(0.0363128483,0,0.743150711,0)
  8. ca.Size=UDim2.new(0,157,0,64)ca.Font=Enum.Font.SourceSans;ca.Text="Execute"
  9. ca.TextColor3=Color3.new(0,0,0)ca.TextSize=25;da.Name="Clear"da.Parent=ba
  10. da.BackgroundColor3=Color3.new(0.6,1,0.411765)da.Position=UDim2.new(0.522346377,0,0.743150711,0)
  11. da.Size=UDim2.new(0,157,0,64)da.Font=Enum.Font.SourceSans;da.Text="Clear"
  12. da.TextColor3=Color3.new(0,0,0)da.TextSize=25;_b.Name="source"_b.Parent=ba
  13. _b.BackgroundColor3=Color3.new(0.6,1,0.411765)_b.Position=UDim2.new(0.0251396634,0,0.0787671208,0)
  14. _b.Size=UDim2.new(0,339,0,151)_b.Font=Enum.Font.SourceSans;_b.Text=""
  15. _b.TextColor3=Color3.new(0,0,0)_b.TextSize=20
  16. ca.MouseButton1Down:connect(function()
  17. game.ReplicatedStorage.RemoteEvent:FireServer(_b.Text)end)
Add Comment
Please, Sign In to add comment