Advertisement
kite232

dumb useless gui

Jan 4th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. -- Objects
  2.  
  3. local hax = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local t = Instance.new("TextLabel")
  6. local blok = Instance.new("TextButton")
  7. local tool = Instance.new("TextButton")
  8.  
  9. -- Properties
  10.  
  11. hax.Name = "hax"
  12. hax.Parent = game.CoreGui
  13.  
  14. Frame.Parent = hax
  15. Frame.Active = true
  16. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  17. Frame.Draggable = true
  18. Frame.Position = UDim2.new(0.113675743, 0, 0.33989501, 0)
  19. Frame.Size = UDim2.new(0, 322, 0, 223)
  20.  
  21. t.Name = "t"
  22. t.Parent = Frame
  23. t.BackgroundColor3 = Color3.new(1, 1, 1)
  24. t.Size = UDim2.new(0, 322, 0, 19)
  25. t.Font = Enum.Font.SourceSans
  26. t.Text = "fe toolspam and blockspam"
  27. t.TextScaled = true
  28. t.TextSize = 14
  29. t.TextWrapped = true
  30.  
  31. blok.Name = "blok"
  32. blok.Parent = Frame
  33. blok.BackgroundColor3 = Color3.new(1, 1, 1)
  34. blok.Position = UDim2.new(0.0403726697, 0, 0.147982061, 0)
  35. blok.Size = UDim2.new(0, 293, 0, 52)
  36. blok.Font = Enum.Font.SourceSans
  37. blok.Text = "blockspam"
  38. blok.TextScaled = true
  39. blok.TextSize = 14
  40. blok.TextWrapped = true
  41.  
  42. tool.Name = "tool"
  43. tool.Parent = Frame
  44. tool.BackgroundColor3 = Color3.new(1, 1, 1)
  45. tool.Position = UDim2.new(0.0450310558, 0, 0.475336313, 0)
  46. tool.Size = UDim2.new(0, 293, 0, 52)
  47. tool.Font = Enum.Font.SourceSans
  48. tool.Text = "toolspam"
  49. tool.TextScaled = true
  50. tool.TextSize = 14
  51. tool.TextWrapped = true
  52.  
  53. blok.MouseButton1Down:connect(function()
  54. local a1 = Instance.new("Part")
  55. a1.Position = game.Players.LocalPlayer.Character.Head.Position
  56. a1.Parent = workspace
  57. local a2 = Instance.new("Part")
  58. a2.Position = game.Players.LocalPlayer.Character.Head.Position
  59. local a3 = Instance.new("Part")
  60. a2.Parent = workspace
  61. a3.Position = game.Players.LocalPlayer.Character.Head.Position
  62. local a4 = Instance.new("Part")
  63. a4.Parent = workspace
  64. a4.Position = game.Players.LocalPlayer.Character.Head.Position
  65. local a5 = Instance.new("Part")
  66. a5.Parent = workspace
  67. a5.Position = game.Players.LocalPlayer.Character.Head.Position
  68. local a6 = Instance.new("Part")
  69. a6.Parent = workspace
  70. a6.Position = game.Players.LocalPlayer.Character.Head.Position
  71. local a7 = Instance.new("Part")
  72. a7.Parent = workspace
  73. a7.Position = game.Players.LocalPlayer.Character.Head.Position
  74. game.Players.LocalPlayer.Character:Destroy()
  75. wait(3)
  76. game.Players.LocalPlayer:LoadCharacter()
  77. end)
  78.  
  79. tool.MouseButton1Down:connect(function()
  80. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  81. if v.Handle then
  82. if v.Handle.Mesh then
  83. v.Handle.Mesh:Destroy()
  84. v.Handle.Parent = workspace
  85. else
  86. v.Handle.Parent = workspace
  87. end
  88. end
  89. end
  90. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement