JkleoMDS

Raindrop by greg24hack

Jan 24th, 2018
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. -- Objects
  2.  
  3. local Raindropbygreg24hack = Instance.new("ScreenGui")
  4. local Raindrop = Instance.new("Frame")
  5. local GUIName = Instance.new("TextLabel")
  6. local ExucuteScript = Instance.new("TextButton")
  7. local ScriptHere = Instance.new("TextBox")
  8.  
  9. -- Properties
  10.  
  11. Raindropbygreg24hack.Name = "Raindrop by greg24hack"
  12. Raindropbygreg24hack.Parent = game.PlayerGui
  13.  
  14. Raindrop.Name = "Raindrop"
  15. Raindrop.Parent = Raindropbygreg24hack
  16. Raindrop.BackgroundColor3 = Color3.new(0, 0, 0)
  17. Raindrop.Position = UDim2.new(0.0470879786, 0, 0.187747031, 0)
  18. Raindrop.Size = UDim2.new(0, 393, 0, 253)
  19.  
  20. GUIName.Name = "GUIName"
  21. GUIName.Parent = Raindrop
  22. GUIName.BackgroundColor3 = Color3.new(0.666667, 1, 1)
  23. GUIName.Position = UDim2.new(0, 0, -0.0197628457, 0)
  24. GUIName.Size = UDim2.new(0, 393, 0, 52)
  25. GUIName.Font = Enum.Font.SciFi
  26. GUIName.FontSize = Enum.FontSize.Size24
  27. GUIName.Text = "Raindrop"
  28. GUIName.TextColor3 = Color3.new(1, 1, 1)
  29. GUIName.TextSize = 21
  30. GUIName.TextStrokeColor3 = Color3.new(0, 1, 1)
  31.  
  32. ExucuteScript.Name = "ExucuteScript"
  33. ExucuteScript.Parent = Raindrop
  34. ExucuteScript.BackgroundColor3 = Color3.new(0.666667, 1, 1)
  35. ExucuteScript.Position = UDim2.new(0.162849873, 0, 0.802371562, 0)
  36. ExucuteScript.Size = UDim2.new(0, 255, 0, 50)
  37. ExucuteScript.Font = Enum.Font.SciFi
  38. ExucuteScript.FontSize = Enum.FontSize.Size24
  39. ExucuteScript.Text = "Exucute"
  40. ExucuteScript.TextColor3 = Color3.new(1, 1, 1)
  41. ExucuteScript.TextSize = 19
  42.  
  43. ScriptHere.Name = "ScriptHere"
  44. ScriptHere.Parent = Raindrop
  45. ScriptHere.BackgroundColor3 = Color3.new(1, 1, 1)
  46. ScriptHere.Position = UDim2.new(0.0356234089, 0, 0.229249015, 0)
  47. ScriptHere.Size = UDim2.new(0, 365, 0, 133)
  48. ScriptHere.Font = Enum.Font.SourceSans
  49. ScriptHere.FontSize = Enum.FontSize.Size14
  50. ScriptHere.Text = ""
  51. ScriptHere.TextSize = 14
Add Comment
Please, Sign In to add comment