Advertisement
Jezilas

leak script

Jun 17th, 2018
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.82 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local GUIname = Instance.new("TextLabel")
  6. local grab = Instance.new("TextButton")
  7. local _4child = Instance.new("TextButton")
  8. local MEMS = Instance.new("TextButton")
  9. local Admin = Instance.new("TextButton")
  10. local Topkek = Instance.new("TextButton")
  11. local ImageLabel = Instance.new("ImageLabel")
  12.  
  13. -- Properties
  14.  
  15. ScreenGui.Parent = game.StarterGui
  16.  
  17. Frame.Parent = ScreenGui
  18. Frame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  19. Frame.Position = UDim2.new(0.755813956, 0, 0.0131826745, 0)
  20. Frame.Size = UDim2.new(0, 209, 0, 362)
  21.  
  22. GUIname.Name = "GUIname"
  23. GUIname.Parent = Frame
  24. GUIname.BackgroundColor3 = Color3.new(0.0666667, 0, 1)
  25. GUIname.Size = UDim2.new(0, 209, 0, 50)
  26. GUIname.Font = Enum.Font.SourceSans
  27. GUIname.Text = "HaxHurt"
  28. GUIname.TextColor3 = Color3.new(1, 0, 0.0156863)
  29. GUIname.TextSize = 30
  30. GUIname.TextStrokeColor3 = Color3.new(0.164706, 0, 1)
  31.  
  32. grab.Name = "grab"
  33. grab.Parent = Frame
  34. grab.BackgroundColor3 = Color3.new(0.639216, 0.639216, 0.639216)
  35. grab.Position = UDim2.new(0, 0, 0.221789882, 0)
  36. grab.Size = UDim2.new(0, 103, 0, 50)
  37. grab.Font = Enum.Font.SourceSans
  38. grab.Text = "grab"
  39. grab.TextColor3 = Color3.new(0, 0, 0)
  40. grab.TextSize = 14
  41.  
  42. _4child.Name = "4child"
  43. _4child.Parent = Frame
  44. _4child.BackgroundColor3 = Color3.new(0.623529, 0.623529, 0.623529)
  45. _4child.Position = UDim2.new(0.564593315, 0, 0.221789896, 0)
  46. _4child.Size = UDim2.new(0, 85, 0, 50)
  47. _4child.Font = Enum.Font.SourceSans
  48. _4child.Text = "4child"
  49. _4child.TextColor3 = Color3.new(0, 0, 0)
  50. _4child.TextSize = 14
  51.  
  52. MEMS.Name = "MEMS"
  53. MEMS.Parent = Frame
  54. MEMS.BackgroundColor3 = Color3.new(0.701961, 0.701961, 0.701961)
  55. MEMS.Position = UDim2.new(0, 0, 0.359191269, 0)
  56. MEMS.Size = UDim2.new(0, 103, 0, 39)
  57. MEMS.Font = Enum.Font.SourceSans
  58. MEMS.Text = "MEMS"
  59. MEMS.TextColor3 = Color3.new(0, 0, 0)
  60. MEMS.TextSize = 18
  61. MEMS.TextWrapped = true
  62.  
  63. Admin.Name = "Admin"
  64. Admin.Parent = Frame
  65. Admin.BackgroundColor3 = Color3.new(0.619608, 0.619608, 0.619608)
  66. Admin.Position = UDim2.new(0.564593315, 0, 0.359191269, 0)
  67. Admin.Size = UDim2.new(0, 85, 0, 39)
  68. Admin.Font = Enum.Font.SourceSans
  69. Admin.Text = "admin"
  70. Admin.TextColor3 = Color3.new(0, 0, 0)
  71. Admin.TextSize = 24
  72. Admin.TextWrapped = true
  73.  
  74. Topkek.Name = "Topkek"
  75. Topkek.Parent = Frame
  76. Topkek.BackgroundColor3 = Color3.new(0.631373, 0.631373, 0.631373)
  77. Topkek.Position = UDim2.new(0, 0, 0.465851188, 0)
  78. Topkek.Size = UDim2.new(0, 103, 0, 40)
  79. Topkek.Font = Enum.Font.SourceSans
  80. Topkek.Text = "Topkek"
  81. Topkek.TextColor3 = Color3.new(0, 0, 0)
  82. Topkek.TextSize = 14
  83.  
  84. ImageLabel.Parent = Frame
  85. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  86. ImageLabel.Position = UDim2.new(0, 0, 0.65193373, 0)
  87. ImageLabel.Size = UDim2.new(0, 209, 0, 126)
  88. ImageLabel.Image = "rbxassetid://563032726"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement