Advertisement
SkyRedgamerHDYT

Cha0sploit (MADE BY ME)

Dec 13th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 KB | None | 0 0
  1. -- Objects and this gui was made by krypt0_Cha0s (SkyRedGamerHDYT). Test it in the sb
  2.  
  3. local Cha0sploit = Instance.new("ScreenGui")
  4. local UI = Instance.new("Frame")
  5. local Clear = Instance.new("TextButton")
  6. local Execute = Instance.new("TextButton")
  7. local Open = Instance.new("TextButton")
  8. local TextField = Instance.new("TextBox")
  9. local TextBox = Instance.new("TextBox")
  10. local RoXploit = Instance.new("TextButton")
  11. local x = Instance.new("TextButton")
  12.  
  13. -- Properties
  14.  
  15. Cha0sploit.Name = "Cha0sploit"
  16. Cha0sploit.Parent = game.Workspace
  17.  
  18. UI.Name = "UI"
  19. UI.Parent = Cha0sploit
  20. UI.BackgroundColor3 = Color3.new(0.611765, 0, 0)
  21. UI.BorderColor3 = Color3.new(1, 0, 0)
  22. UI.Draggable = true
  23. UI.Position = UDim2.new(0, 0, 0, 175)
  24. UI.Size = UDim2.new(0, 230, 0, 243)
  25.  
  26. Clear.Name = "Clear"
  27. Clear.Parent = UI
  28. Clear.BackgroundColor3 = Color3.new(0, 0, 0)
  29. Clear.BorderColor3 = Color3.new(1, 0, 0)
  30. Clear.Position = UDim2.new(0, 158, 0, 218)
  31. Clear.Size = UDim2.new(0, 71, 0, 25)
  32. Clear.Font = Enum.Font.SourceSans
  33. Clear.FontSize = Enum.FontSize.Size14
  34. Clear.Text = "Clear"
  35. Clear.TextColor3 = Color3.new(1, 0, 0)
  36. Clear.TextSize = 14
  37.  
  38. Execute.Name = "Execute"
  39. Execute.Parent = UI
  40. Execute.BackgroundColor3 = Color3.new(0, 0, 0)
  41. Execute.BorderColor3 = Color3.new(1, 0, 0)
  42. Execute.Position = UDim2.new(0, 81, 0, 218)
  43. Execute.Size = UDim2.new(0, 74, 0, 25)
  44. Execute.Font = Enum.Font.SourceSans
  45. Execute.FontSize = Enum.FontSize.Size14
  46. Execute.Text = "Execute"
  47. Execute.TextColor3 = Color3.new(1, 0, 0)
  48. Execute.TextSize = 14
  49.  
  50. Open.Name = "Open"
  51. Open.Parent = UI
  52. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  53. Open.BorderColor3 = Color3.new(1, 0, 0)
  54. Open.Position = UDim2.new(0, 0, 0, 218)
  55. Open.Size = UDim2.new(0, 77, 0, 25)
  56. Open.Font = Enum.Font.SourceSans
  57. Open.FontSize = Enum.FontSize.Size14
  58. Open.Text = "Open"
  59. Open.TextColor3 = Color3.new(1, 0, 0)
  60. Open.TextSize = 14
  61.  
  62. TextField.Name = "TextField"
  63. TextField.Parent = UI
  64. TextField.BackgroundColor3 = Color3.new(1, 1, 1)
  65. TextField.BackgroundTransparency = 1
  66. TextField.Position = UDim2.new(0, 0, 0, 28)
  67. TextField.Size = UDim2.new(0, 229, 0, 186)
  68. TextField.ClearTextOnFocus = false
  69. TextField.Font = Enum.Font.SourceSans
  70. TextField.FontSize = Enum.FontSize.Size14
  71. TextField.MultiLine = true
  72. TextField.Text = "print(\"Hello World!\")"
  73. TextField.TextSize = 14
  74. TextField.TextXAlignment = Enum.TextXAlignment.Left
  75. TextField.TextYAlignment = Enum.TextYAlignment.Top
  76.  
  77. TextBox.Parent = UI
  78. TextBox.BackgroundColor3 = Color3.new(0, 0, 0)
  79. TextBox.Selectable = false
  80. TextBox.Size = UDim2.new(0, 229, 0, 23)
  81. TextBox.Font = Enum.Font.Bodoni
  82. TextBox.FontSize = Enum.FontSize.Size14
  83. TextBox.ShowNativeInput = false
  84. TextBox.Text = "Cha0sploit"
  85. TextBox.TextColor3 = Color3.new(1, 0, 0)
  86. TextBox.TextSize = 14
  87.  
  88. RoXploit.Name = "Ro-Xploit"
  89. RoXploit.Parent = UI
  90. RoXploit.BackgroundColor3 = Color3.new(1, 1, 1)
  91. RoXploit.BackgroundTransparency = 1
  92. RoXploit.Position = UDim2.new(0, 0, 0, 243)
  93. RoXploit.Size = UDim2.new(0, 230, 0, 21)
  94. RoXploit.ZIndex = 10
  95. RoXploit.Font = Enum.Font.SourceSans
  96. RoXploit.FontSize = Enum.FontSize.Size14
  97. RoXploit.Text = "CLICK FOR ROSPLOIT!"
  98. RoXploit.TextSize = 14
  99.  
  100. x.Name = "x"
  101. x.Parent = UI
  102. x.BackgroundColor3 = Color3.new(1, 1, 1)
  103. x.BackgroundTransparency = 1
  104. x.Position = UDim2.new(0, 205, 0, 0)
  105. x.Size = UDim2.new(0, 25, 0, 19)
  106. x.ZIndex = 4
  107. x.Font = Enum.Font.SourceSans
  108. x.FontSize = Enum.FontSize.Size14
  109. x.Text = "X"
  110. x.TextSize = 14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement