Advertisement
Guest User

robloks gui script thingy xddddd vouch pls

a guest
Jul 18th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1. -- Special thanks too XxBillyTheNoscoperxX for his rlly narly script!111 vouch to him on v3rm!1
  2. -- Thanks to me i xdd48484j makin dis gui!111 vouch to me also pl0x
  3. -- i dont know how to make it stay when you die so u gotta keep executing this so yea i know its useless
  4. -- but reply to dis on how i can fix it!111
  5.  
  6.  
  7.  
  8.  
  9. -- Instances:
  10. local Core = Instance.new("ScreenGui")
  11. local Open = Instance.new("TextButton")
  12. local MainGUI = Instance.new("Frame")
  13. local btn1 = Instance.new("TextButton")
  14. local add1 = Instance.new("Frame")
  15. local GiveCredit = Instance.new("TextLabel")
  16. --Properties:
  17. Core.Name = "Core"
  18. Core.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  19.  
  20. Open.Name = "Open"
  21. Open.Parent = Core
  22. Open.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  23. Open.Position = UDim2.new(0, 0, 0.450199217, 0)
  24. Open.Size = UDim2.new(0, 94, 0, 50)
  25. Open.Style = Enum.ButtonStyle.RobloxRoundButton
  26. Open.Font = Enum.Font.SourceSans
  27. Open.Text = "OPEN"
  28. Open.TextColor3 = Color3.new(0, 0, 0)
  29. Open.TextScaled = true
  30. Open.TextSize = 14
  31. Open.TextWrapped = true
  32. Open.MouseButton1Down:connect(function()
  33. Open.Visible = false
  34. MainGUI.Visible = true
  35. end)
  36.  
  37. MainGUI.Name = "MainGUI"
  38. MainGUI.Parent = Core
  39. MainGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  40. MainGUI.Position = UDim2.new(0.101190478, 0, 0.193227097, 0)
  41. MainGUI.Size = UDim2.new(0, 284, 0, 308)
  42. MainGUI.Visible = false
  43. MainGUI.Style = Enum.FrameStyle.DropShadow
  44.  
  45. btn1.Name = "btn 1"
  46. btn1.Parent = MainGUI
  47. btn1.BackgroundColor3 = Color3.new(0, 0, 0)
  48. btn1.BorderSizePixel = 0
  49. btn1.Position = UDim2.new(0.102112673, 0, 0.431818187, 0)
  50. btn1.Size = UDim2.new(0, 200, 0, 50)
  51. btn1.Font = Enum.Font.SourceSans
  52. btn1.Text = "Kill all"
  53. btn1.TextColor3 = Color3.new(1, 1, 1)
  54. btn1.TextScaled = true
  55. btn1.TextSize = 14
  56. btn1.TextStrokeColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  57. btn1.TextStrokeTransparency = 0
  58. btn1.TextWrapped = true
  59.  
  60. add1.Name = "add1"
  61. add1.Parent = MainGUI
  62. add1.BackgroundColor3 = Color3.new(0, 0, 0)
  63. add1.BorderSizePixel = 0
  64. add1.Position = UDim2.new(0.0140845077, 0, 0, 0)
  65. add1.Size = UDim2.new(0, 259, 0, 59)
  66.  
  67. GiveCredit.Name = "GiveCredit"
  68. GiveCredit.Parent = MainGUI
  69. GiveCredit.BackgroundColor3 = Color3.new(1, 1, 1)
  70. GiveCredit.BackgroundTransparency = 1
  71. GiveCredit.Position = UDim2.new(0.126760557, 0, 0.0162337646, 0)
  72. GiveCredit.Size = UDim2.new(0, 200, 0, 51)
  73. GiveCredit.Font = Enum.Font.SourceSans
  74. GiveCredit.Text = "Thanks too XxBillyTheNoscoperxX on v3rm for his kill script"
  75. GiveCredit.TextColor3 = Color3.new(1, 1, 1)
  76. GiveCredit.TextScaled = true
  77. GiveCredit.TextSize = 14
  78. GiveCredit.TextWrapped = true
  79. --scripts
  80. btn1.MouseButton1Down:connect(function()
  81. while true do
  82. wait()
  83. for i,v in pairs(game.Players:GetChildren()) do
  84. wait()
  85. if v.Name ~= game.Players.LocalPlayer.Character.Name then
  86. game.ReplicatedStorage.Remotes.WeaponFire:FireServer(v.Character.Humanoid)
  87. end
  88. end
  89. end
  90. end)
  91. -- done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement