GabeTheDog

Hacker V2 roblox

Mar 19th, 2018
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.87 KB | None | 0 0
  1. --Made By GabeTheDog/Bartus2009_Bro
  2. --Discord: Gabe#2408
  3.  
  4. CV="White"
  5.  
  6. p = game.Players.LocalPlayer
  7. char = p.Character
  8. local txt = Instance.new("BillboardGui", char)
  9. txt.Adornee = char .Head
  10. txt.Name = "_status"
  11. txt.Size = UDim2.new(2, 0, 1.2, 0)
  12. txt.StudsOffset = Vector3.new(-9, 8, 0)
  13. local text = Instance.new("TextLabel", txt)
  14. text.Size = UDim2.new(10, 0, 7, 0)
  15. text.FontSize = "Size24"
  16. text.TextScaled = true
  17. text.TextTransparency = 0
  18. text.BackgroundTransparency = 1
  19. text.TextTransparency = 0
  20. text.TextStrokeTransparency = 1
  21. text.Font = "Arial"
  22. text.TextStrokeColor3 = Color3.new(0,0,0)
  23.  
  24. v=Instance.new("Part")
  25. v.Name = "ColorBrick"
  26. v.Parent=p.Character
  27. v.FormFactor="Symmetric"
  28. v.Anchored=true
  29. v.CanCollide=false
  30. v.BottomSurface="Smooth"
  31. v.TopSurface="Smooth"
  32. v.Size=Vector3.new(10,5,3)
  33. v.Transparency=1
  34. v.CFrame=char.Torso.CFrame
  35. v.BrickColor=BrickColor.new(CV)
  36. v.Transparency=1
  37. text.TextColor3 = Color3.new(0,0,0)
  38. v.Shape="Block"
  39. text.Text = "¿???Hacker???¿ V2"
  40. wait(1 / 60)
  41.  
  42. --Define le values list by victiny1223
  43. lplr = game.Players.LocalPlayer
  44. lchar = lplr.Character
  45. lhum = lchar:FindFirstChild("Humanoid")
  46. lrootpart = lhum:FindFirstChild("HumanoidRootPart")
  47. torso = lchar:FindFirstChild("Torso")
  48. animator = lhum.Animator
  49. backpack = lplr.Backpack
  50. ls = torso:FindFirstChild("Left Shoulder")
  51. ra = lchar:FindFirstChild("Right Arm")
  52. lh = torso:FindFirstChild("Left Hip")
  53. la = lchar:FindFirstChild("Left Arm")
  54. rs = torso:FindFirstChild("Right Shoulder")
  55. rh = torso:FindFirstChild("Right Hip")
  56. rl = lchar:FindFirstChild("Right Leg")
  57. ll = lchar:FindFirstChild("Left Leg")
  58. neck = torso:FindFirstChild("Neck")
  59. v3 = Vector3.new
  60. cf = CFrame
  61. create = Instance.new
  62. pgui = lplr.PlayerGui --game.CoreGui
  63. --[[To do:
  64. 1. Make a working FE kill gui
  65. a) Position to bottom right [./]
  66. b) Finish it :)
  67. 2. Add tp into it (tp to other player)
  68.  
  69. --]]
  70. local gui = Instance.new("ScreenGui")
  71. gui.Parent = pgui
  72. local generalframe = Instance.new("Frame")
  73. generalframe.Size = UDim2.new(0, 350, 0, 140)
  74. generalframe.Position = UDim2.new(0.75, 0, 0.75, 0)
  75. generalframe.BackgroundColor3 = BrickColor.new("Really black").Color
  76. generalframe.BorderSizePixel = 5
  77. generalframe.BorderColor3 = BrickColor.new("Institutional white").Color
  78. generalframe.Transparency = 0.25
  79. generalframe.Active = true
  80. generalframe.Draggable = true
  81. generalframe.Parent = gui
  82. local plrBox = Instance.new("TextBox")
  83. plrBox.Parent = generalframe
  84. plrBox.Size = UDim2.new(0, 300, 0, 42.5)
  85. plrBox.Position = UDim2.new(0.075, 0, 0.2, 0)
  86. plrBox.BackgroundColor3 = BrickColor.new("Really black").Color
  87. plrBox.BorderSizePixel = 5
  88. plrBox.BorderColor3 = BrickColor.new("Institutional white").Color
  89. plrBox.FontSize = Enum.FontSize.Size28
  90. plrBox.Font = "SciFi"
  91. plrBox.TextColor3 = Color3.new(255, 255, 255)
  92. plrBox.Transparency = 0.175
  93. plrBox.Text = "Type your victim's name"
  94. local execbutton = Instance.new("TextButton")
  95. execbutton.Size = UDim2.new(0, 300, 0, 27.5)
  96. execbutton.Position = plrBox.Position + UDim2.new(0, 0, 0, 54)
  97. execbutton.BackgroundColor3 = BrickColor.new("Really black").Color
  98. execbutton.BorderSizePixel = 5
  99. execbutton.BorderColor3 = BrickColor.new("Institutional white").Color
  100. execbutton.Font = "SciFi"
  101. execbutton.FontSize = Enum.FontSize.Size18
  102. execbutton.TextColor3 = Color3.new(255, 255, 255)
  103. execbutton.Transparency = 0.175
  104. execbutton.Text = "Execute"
  105. execbutton.Parent = generalframe
  106. --[[Function/s being made!]]
  107.  
  108. local function getPlayerByString(name)
  109. for _, Player in pairs(game:service'Players':GetPlayers()) do
  110. if Player.Name:sub(1, #name):lower() == name:lower() then
  111. return Player
  112. end
  113. end
  114. end
  115.  
  116. function FeKill(Target)
  117. if plrBox.Text:lower() == "all" or "others" then
  118. local lpChar = game.Players.LocalPlayer.Character.Torso
  119.  
  120.  
  121. for i,plr in pairs (game.Players:GetChildren()) do
  122. if plr.Name ~= game.Players.LocalPlayer.Name then
  123. for i,v in pairs (game.Players.LocalPlayer.Character:GetChildren()) do
  124. if v.ClassName == 'Part' then
  125. if v.Name ~= 'Head' then
  126. v.Anchored = true
  127. end
  128. end
  129. end
  130. local w = Instance.new("Weld", lpChar)
  131. w.Part0 = lpChar
  132. w.Part1 = plr.Character.Torso
  133. w.C0 = lpChar.CFrame
  134. w.C1 = lpChar.CFrame * CFrame.new(0, -10000, 0)
  135. wait(0.1)
  136. w:Destroy()
  137. for i,v in pairs (game.Players.LocalPlayer.Character:GetChildren()) do
  138. if v.ClassName == 'Part' then
  139. if v.Name ~= 'Head' then
  140. v.Anchored = false
  141. end
  142. end
  143. end
  144. end
  145. end
  146. else
  147. local chosen = getPlayerByString(Target)
  148. local plr = chosen
  149. local lpChar = game.Players.LocalPlayer.Character.Torso
  150.  
  151. for i,v in pairs (game.Players.LocalPlayer.Character:GetChildren()) do
  152. if v.ClassName == 'Part' then
  153. if v.Name ~= 'Head' then
  154. v.Anchored = true
  155. end
  156. end
  157. end
  158. local w = Instance.new("Weld", lpChar)
  159. w.Part0 = lpChar
  160. w.Part1 = plr.Character.Torso
  161. w.C0 = lpChar.CFrame
  162. w.C1 = lpChar.CFrame * CFrame.new(0, -10000, 0)
  163. wait(0.1)
  164. w:Destroy()
  165. for i,v in pairs (game.Players.LocalPlayer.Character:GetChildren()) do
  166. if v.ClassName == 'Part' then
  167. if v.Name ~= 'Head' then
  168. v.Anchored = false
  169. end
  170. end
  171. end
  172. end
  173.  
  174. end
  175.  
  176. function rekt(Target)
  177. if plrBox.Text:lower() == "all" then
  178. for i, v in pairs (game.Players:GetChildren()) do
  179. local char = v.Character
  180. if char then
  181. char:BreakJoints()
  182. end
  183. end
  184. elseif plrBox.Text:lower() == "others" then
  185. for i, v in pairs (game.Players:GetChildren()) do
  186. if v.Name ~= lplr.Name then
  187. local char = v.Character
  188. if char then
  189. char:BreakJoints()
  190. end
  191. end
  192. end
  193. else
  194. local prehum = getPlayerByString(Target)
  195. local hum = prehum.Character
  196. if hum then
  197. hum:BreakJoints()
  198. end
  199. end
  200.  
  201.  
  202. end
  203. --[[Connecting functions!]]
  204. execbutton.MouseButton1Down:connect(function()
  205. if game.Workspace.FilteringEnabled == true then
  206. FeKill(plrBox.Text)
  207. elseif game.Workspace.FilteringEnabled ~= true then
  208. rekt(plrBox.Text)
  209. end
  210. end)
Add Comment
Please, Sign In to add comment