Advertisement
Guest User

Edited by BadCPP

a guest
Jul 8th, 2017
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.71 KB | None | 0 0
  1.  
  2. -- RBX.Lua LocalScript | Hackerman | xDarkScripter
  3.  
  4.  
  5. local Players = game:GetService("Players")
  6. local UserInputService = game:GetService("UserInputService")
  7. local RunService = game:GetService("RunService")
  8.  
  9. local Player = Players.LocalPlayer
  10. local Camera = workspace.CurrentCamera
  11. local Mouse = Player:GetMouse()
  12.  
  13. local Character = Player.Character
  14. local Torso = Character.Torso
  15.  
  16. local Typing = false
  17. local TypingSub = 1
  18. local TypingSub2 = 1
  19.  
  20. local Neck = Torso.Neck
  21.  
  22. Neck.C1 = CFrame.new(0, -0.5, 0)
  23.  
  24. local RightArm = Character["Right Arm"]
  25. local LeftArm = Character["Left Arm"]
  26.  
  27. local RightShoulder = Instance.new("Weld", Torso)
  28. RightShoulder.Part0 = Torso
  29. RightShoulder.Part1 = RightArm
  30.  
  31. local LeftShoulder = Instance.new("Weld", Torso)
  32. LeftShoulder.Part0 = Torso
  33. LeftShoulder.Part1 = LeftArm
  34.  
  35. RightShoulder.C1 = CFrame.new(-0.5, 0.5, 0)
  36. LeftShoulder.C1 = CFrame.new(0.5, 0.5, 0)
  37.  
  38.  
  39. local Code = [[
  40. error-261 resolved0
  41. error-340903-3455-34-5-749353230935-3095-234-9102-33-34-3-2349-02394-02934-0-2
  42. error-934-03---04966-049-5060-609-4-604-60945-9604--09-60459-045-694-43
  43. error--5-96-450---45096-4056-09-04-596-049-0956-094-0956-049-59-096-49-564-5-4506-9-045-69-094-69-04
  44. error-606904-596-00-45-69-05-96090-54-6904956094596-0495-0-9-049-49-095-96096-49
  45. error-324--9053-95-09-09-6-94056-3094-2934-092-209-409-34490-2
  46. error--4305--0906-59-0694-5064-95-394-034-93-4955-05496-239-2309-069-40965-34923043-39
  47. error-055-330904-023904-02934-09429034-09-09-29-3049-23094-0293-9-4092-3094-20934-02
  48. error-350-395-09-595-0394-509-34095-09-0304590-09-395-485-405-35093-45093495-039405
  49. error--59034-50-3095-039-09-5903-495-039-509-03094-5093-4059-03945-904-3095-3590-
  50. error-3-09-3950-39-50394-59-3409-093-09-095-0349-509359-3095-0395-093-4095-03945-0934-5
  51. error--350-0-04569-096-6409-694-06-409-0496-049-69-49-6904-9506-49069-495-6
  52. end
  53.  
  54.  
  55.  
  56.  
  57. ]]
  58.  
  59.  
  60. local Argument = [[
  61. Edited by BadCPP / Katsuki bakugou
  62. Downloading crappy exploits from v3rmillion....
  63. Using phishing free robux sites....
  64. checking log files on accounts.
  65. Hacking multiple accounts......
  66. Please wait........
  67. Hacked Builderman
  68. Hacking another account........
  69. Please wait......
  70. Hacked ROBLOX
  71. Error detected by the military.
  72. Changing VPN.......
  73. Spamming virus on forums.........
  74. Giving BadCPP 10,000 robux.
  75. Selling drugs on deep web...
  76. Selling liver on black market.....
  77. Tricking ODers to give their personal information...
  78. Shedletsky's location found.....
  79. Sending multiple attack helicopters..
  80. Compile complete.
  81. Hiring hitman to kill donald trump.....
  82. ]]
  83.  
  84.  
  85.  
  86. game.Lighting.GlobalShadows = false
  87. game.Lighting.Brightness = 0.25
  88.  
  89.  
  90. local function Smooth(Part)
  91. Part.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  92. Part.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  93. Part.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  94. Part.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  95. Part.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  96. Part.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  97. end
  98.  
  99.  
  100. local function SetLine(Line, Alpha, Beta)
  101. local dx = Alpha.Position.X.Scale - Beta.Position.X.Scale
  102. local dy = Alpha.Position.Y.Scale - Beta.Position.Y.Scale
  103. local Magnitude = math.sqrt(dx^2 + dy^2)
  104.  
  105. Line.Size = UDim2.new(Magnitude, 0, 0, 8)
  106. Line.Position = Alpha.Position:Lerp(Beta.Position, 0.5)
  107. Line.Rotation = math.deg(math.atan2(dy, dx))
  108. end
  109.  
  110.  
  111. local Keyboard = Instance.new("Part")
  112. Keyboard.BrickColor = BrickColor.new("Really black")
  113. Keyboard.Material = Enum.Material.Neon
  114. Keyboard.Transparency = 0.1
  115. Keyboard.Size = Vector3.new(5, 0, 2)
  116. Keyboard.CanCollide = false
  117. Keyboard.Locked = true
  118.  
  119. Smooth(Keyboard)
  120.  
  121. local KeyboardWeld = Instance.new("Weld")
  122. KeyboardWeld.Part0 = Torso
  123. KeyboardWeld.Part1 = Keyboard
  124. KeyboardWeld.C0 = CFrame.new(0, 0.2, -2) * CFrame.Angles(0.3, 0, 0)
  125.  
  126. KeyboardWeld.Parent = Keyboard
  127. Keyboard.Parent = Character
  128.  
  129.  
  130. local Light = Instance.new("PointLight")
  131. Light.Brightness = 1.5
  132. Light.Range = 12
  133. Light.Parent = Keyboard
  134.  
  135.  
  136. local Screen = Instance.new("Part")
  137. Screen.BrickColor = BrickColor.new("Really black")
  138. Screen.Material = Enum.Material.Neon
  139. Screen.Transparency = 0.3
  140. Screen.Size = Vector3.new(6, 4, 0)
  141. Screen.CanCollide = false
  142. Screen.Locked = true
  143.  
  144. Smooth(Screen)
  145.  
  146. local ScreenWeld = Instance.new("Weld")
  147. ScreenWeld.Part0 = Torso
  148. ScreenWeld.Part1 = Screen
  149. ScreenWeld.C0 = CFrame.new(0, 3.5, -4.5) * CFrame.Angles(0.1, 0, 0)
  150.  
  151. local Gui = Instance.new("SurfaceGui")
  152. Gui.Face = "Back"
  153. Gui.Adornee = Screen
  154. Gui.Parent = Screen
  155.  
  156. local Text = Instance.new("TextBox")
  157. Text.BackgroundTransparency = 1
  158. Text.Position = UDim2.new(0, 0, 0, 0)
  159. Text.Size = UDim2.new(1, 0, 1, 0)
  160. Text.TextColor3 = Color3.new(1, 1, 1)
  161. Text.Font = Enum.Font.Code
  162. Text.Active = false
  163. Text.MultiLine = true
  164. Text.TextWrapped = true
  165. Text.FontSize = Enum.FontSize.Size32
  166. Text.TextXAlignment = Enum.TextXAlignment.Left
  167. Text.TextYAlignment = Enum.TextYAlignment.Top
  168. Text.Text = ""
  169.  
  170. Text.Parent = Gui
  171.  
  172. ScreenWeld.Parent = Screen
  173. Screen.Parent = Character
  174.  
  175.  
  176.  
  177. local Screen2 = Instance.new("Part")
  178. Screen2.BrickColor = BrickColor.new("Really black")
  179. Screen2.Material = Enum.Material.Neon
  180. Screen2.Transparency = 0.3
  181. Screen2.Size = Vector3.new(6, 4, 0)
  182. Screen2.CanCollide = false
  183. Screen2.Locked = true
  184.  
  185. Smooth(Screen2)
  186.  
  187. local Screen2Weld = Instance.new("Weld")
  188. Screen2Weld.Part0 = Torso
  189. Screen2Weld.Part1 = Screen2
  190. Screen2Weld.C0 = CFrame.new(5.4, 3.4, -1.5) * CFrame.Angles(0.1, -0.9, 0)
  191.  
  192. local Gui2 = Instance.new("SurfaceGui")
  193. Gui2.Face = "Back"
  194. Gui2.Adornee = Screen2
  195. Gui2.Parent = Screen2
  196.  
  197. local Text2 = Instance.new("TextBox")
  198. Text2.BackgroundTransparency = 1
  199. Text2.Position = UDim2.new(0, 0, 0, 0)
  200. Text2.Size = UDim2.new(1, 0, 1, 0)
  201. Text2.TextColor3 = Color3.new(0, 1, 0)
  202. Text2.Font = Enum.Font.Code
  203. Text2.Active = false
  204. Text2.MultiLine = true
  205. Text2.TextWrapped = true
  206. Text2.FontSize = Enum.FontSize.Size32
  207. Text2.TextXAlignment = Enum.TextXAlignment.Left
  208. Text2.TextYAlignment = Enum.TextYAlignment.Top
  209. Text2.Text = ""
  210.  
  211. Text2.Parent = Gui2
  212.  
  213. local ImageKey = Instance.new("ImageLabel")
  214. ImageKey.BackgroundTransparency = 1
  215. ImageKey.Size = UDim2.new(0.2, 0, 0.2, 0)
  216. ImageKey.Position = UDim2.new(0.4, 0, 0.4, 0)
  217. ImageKey.Image = "http://www.roblox.com/asset/?id=697224414"
  218. ImageKey.ImageTransparency = 1
  219. ImageKey.Parent = Gui2
  220.  
  221. Screen2Weld.Parent = Screen2
  222. Screen2.Parent = Character
  223.  
  224.  
  225.  
  226. local Screen3 = Instance.new("Part")
  227. Screen3.BrickColor = BrickColor.new("Really black")
  228. Screen3.Material = Enum.Material.Neon
  229. Screen3.Transparency = 0.3
  230. Screen3.Size = Vector3.new(6, 4, 0)
  231. Screen3.CanCollide = false
  232. Screen3.Locked = true
  233.  
  234. Smooth(Screen3)
  235.  
  236. local Screen3Weld = Instance.new("Weld")
  237. Screen3Weld.Part0 = Torso
  238. Screen3Weld.Part1 = Screen3
  239. Screen3Weld.C0 = CFrame.new(-5.4, 3.4, -1.5) * CFrame.Angles(0.1, 0.9, 0)
  240.  
  241. local Gui3 = Instance.new("SurfaceGui")
  242. Gui3.Face = "Back"
  243. Gui3.Adornee = Screen3
  244. Gui3.Parent = Screen3
  245.  
  246. local Map = Instance.new("ImageLabel")
  247. Map.BackgroundTransparency = 1
  248. Map.Position = UDim2.new(0, 0, 0, 0)
  249. Map.Size = UDim2.new(1, 0, 1, 0)
  250. Map.Image = "http://www.roblox.com/asset/?id=121661614"
  251.  
  252. Map.Parent = Gui3
  253.  
  254. Screen3Weld.Parent = Screen3
  255. Screen3.Parent = Character
  256.  
  257. local Points = {}
  258. local Lines = {}
  259.  
  260. for i = 1, 10 do
  261. if i > 1 then
  262. local Line = Instance.new("Frame")
  263. Line.BorderSizePixel = 0
  264. Line.BackgroundColor3 = Color3.new(0.8, 0, 0)
  265. Line.AnchorPoint = Vector2.new(0.5, 0.5)
  266. Line.Parent = Gui3
  267.  
  268. Lines[i] = Line
  269. end
  270.  
  271. local Point = Instance.new("Frame")
  272. Point.BorderSizePixel = 0
  273. Point.BackgroundColor3 = Color3.new(1, 0, 0)
  274. Point.Size = UDim2.new(0, 40, 0, 40)
  275. Point.Position = UDim2.new(math.random(), 0, math.random(), 0)
  276. Point.AnchorPoint = Vector2.new(0.5, 0.5)
  277. Point.Parent = Gui3
  278.  
  279. Points[i] = {Point = Point, Position = Point.Position}
  280. end
  281.  
  282.  
  283.  
  284.  
  285. UserInputService.InputBegan:Connect(function(Input, Processed)
  286. if Processed then return end
  287.  
  288. if Input.UserInputType == Enum.UserInputType.Keyboard then
  289. local KeyCode = Input.KeyCode
  290.  
  291. if KeyCode == Enum.KeyCode.E then
  292. Typing = not Typing
  293. end
  294. end
  295. end)
  296.  
  297.  
  298.  
  299. RunService.Heartbeat:Connect(function()
  300. local Sine = math.sin(tick() * 8) / 8
  301.  
  302. for Key, Value in next, Points do
  303. Value.Point.Size = UDim2.new(0, 25 + Sine * 40, 0, 25 + Sine * 40)
  304. Value.Point.Position = Value.Point.Position:Lerp(Value.Position, 0.1)
  305.  
  306. if Key > 1 then
  307. SetLine(Lines[Key], Value.Point, Points[1].Point)
  308. end
  309. end
  310.  
  311. if math.random(100) == 1 then
  312. for _, Value in next, Points do
  313. Value.Position = UDim2.new(math.random(), 0, math.random(), 0)
  314. end
  315. end
  316.  
  317. ImageKey.ImageTransparency = math.abs(math.sin(tick()))
  318.  
  319. if Typing then
  320. if math.random(5) == 1 then
  321. local PressSound = Instance.new("Sound")
  322. PressSound.SoundId = "rbxassetid://265970978"
  323. PressSound.Pitch = 0.5 + math.random() / 5
  324. PressSound.Volume = 3
  325. PressSound.Parent = Keyboard
  326. PressSound:Play()
  327.  
  328. game:GetService("Debris"):AddItem(PressSound, 1 / 2)
  329. end
  330.  
  331. Neck.C0 = CFrame.new(0, 1, 0) * CFrame.Angles(-0.2 + Sine / 4, (math.random() - 0.5) / 2, 0)
  332.  
  333. RightShoulder.C0 = CFrame.new(1, 0.6 + math.random() / 4, -math.random() * 0.7)
  334. * CFrame.Angles(1.5 + Sine * math.random(), -Sine / 4, -(0.5 + 2 * Sine * math.random()))
  335.  
  336. LeftShoulder.C0 = CFrame.new(-1, 0.6 + math.random() / 4, -math.random() * 0.7)
  337. * CFrame.Angles(1.5 - Sine * math.random(), Sine / 4, 0.5 + 2 * Sine * math.random())
  338.  
  339. if math.random(2) == 1 then
  340. if TypingSub < #Argument then
  341. TypingSub = TypingSub + 1
  342. Text.Text = Text.Text..Argument:sub(TypingSub, TypingSub)
  343.  
  344. local nl = Text.Text:find("\n")
  345.  
  346. if nl and #Text.Text > 400 then
  347. Text.Text = Text.Text:sub(nl + 1)
  348. end
  349.  
  350. else
  351. TypingSub = 1
  352. end
  353. end
  354.  
  355. if math.random(3) == 1 then
  356. if TypingSub2 < #Code then
  357. TypingSub2 = TypingSub2 + 1
  358. Text2.Text = Text2.Text..Code:sub(TypingSub2, TypingSub2)
  359.  
  360. local nl = Text2.Text:find("\n")
  361.  
  362. if nl and #Text2.Text > 400 then
  363. Text2.Text = Text2.Text:sub(nl + 1)
  364. end
  365.  
  366. else
  367. TypingSub2 = 1
  368. end
  369. end
  370.  
  371. else
  372. Neck.C0 = CFrame.new(0, 1, 0)
  373.  
  374. RightShoulder.C0 = CFrame.new(1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
  375. LeftShoulder.C0 = CFrame.new(-1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
  376. end
  377. end)
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403. plr = game.Players.LocalPlayer
  404. mouse = plr:GetMouse()
  405. part = nil
  406. bp = nil
  407. particles = nil
  408. function clerp(a,b,c,d)
  409. for i = 0,d,.01 do
  410. a.CFrame = CFrame.new(b:lerp(c,i))
  411. wait()
  412. end
  413. end
  414. function slerp(a2,b2,c2,d2)
  415. for i2 = 0,d2,.01 do
  416. a2.CFrame = CFrame.new(b2:lerp(c2,i2))
  417. wait()
  418. end
  419. end
  420. mouse.KeyDown:connect(function(key)
  421. if key == "e" and plr.Character.Parent == workspace then
  422. plr.Character.Parent = workspace.Camera
  423. plr.Character.Archivable = true
  424. Instance.new("ForceField",plr.Character).Visible = false
  425. for y,t in pairs(plr.Character:GetChildren()) do
  426. if t:IsA("Part") and t.Name ~= "HumanoidRootPart" then
  427. t.Transparency = 1
  428. if t.Name == "Head" and t:FindFirstChild("face") then
  429. t.face.Transparency = 1
  430. end
  431. elseif t:IsA("Accessory") and t:FindFirstChild("Handle") then
  432. t.Handle.Transparency = 1
  433. end
  434. end
  435. elseif key == "z" and plr.Character.Parent == workspace.Camera and part == nil then
  436. plr.Character.Torso.CFrame = CFrame.new(Vector3.new(mouse.hit.p.X,mouse.hit.p.Y+1.5,mouse.hit.p.Z),plr.Character.Torso.CFrame.p)
  437. elseif key == "x" and plr.Character.Parent == workspace.Camera and part == nil then
  438. if plr.Character.Torso.Anchored == true then
  439. for y,t in pairs(plr.Character:GetChildren()) do
  440. if t:IsA("Part") then
  441. t.Anchored = false
  442. end
  443. end
  444. else
  445. for y,t in pairs(plr.Character:GetChildren()) do
  446. if t:IsA("Part") then
  447. t.Anchored = true
  448. end
  449. end
  450. end
  451. elseif key == "c" and plr.Character.Parent == workspace.Camera and part ~= nil then
  452. local clone = part:Clone()
  453. clone.Parent = workspace
  454. clone.Anchored = false
  455. clone:ClearAllChildren()
  456. clone.CanCollide = true
  457. bp.Parent = clone
  458. particles.Parent = clone
  459. if part.Parent:FindFirstChildOfClass("Humanoid") then
  460. part.Parent:FindFirstChildOfClass("Humanoid").PlatformStand = false
  461. end
  462. part:Destroy()
  463. part = clone
  464. elseif key == "q" and plr.Character.Parent == workspace.Camera and part == nil then
  465. plr.Character.Parent = workspace
  466. plr.Character.Archivable = false
  467. plr.Character:FindFirstChildOfClass("ForceField"):Remove()
  468. for y,t in pairs(plr.Character:GetChildren()) do
  469. if t:IsA("Part") and t.Name ~= "HumanoidRootPart" then
  470. t.Transparency = 0
  471. if t.Name == "Head" and t:FindFirstChild("face") then
  472. t.face.Transparency = 0
  473. end
  474. elseif t:IsA("Accessory") and t:FindFirstChild("Handle") then
  475. t.Handle.Transparency = 0
  476. end
  477. end
  478. end
  479. end)
  480. mouse.Button1Down:connect(function()
  481. if plr.Character.Parent == workspace.Camera then
  482. if mouse ~= nil then
  483. if mouse.Target ~= nil then
  484. part = mouse.Target
  485. bp = Instance.new("BodyPosition",part)
  486. bp.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  487. bp.Position = part.Position
  488. particles = Instance.new("ParticleEmitter",part)
  489. particles.Color = ColorSequence.new(Color3.new(0,0,0))
  490. particles.Size = NumberSequence.new(1)
  491. particles.Texture = "rbxassetid://292289455"
  492. particles.VelocitySpread = 360
  493. particles.Speed = NumberRange.new(0)
  494. particles.RotSpeed = NumberRange.new(0)
  495. particles.Rotation = NumberRange.new(0)
  496. particles.Rate = 250
  497. particles.Lifetime = NumberRange.new(.2,.4)
  498. particles.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(.12,.688,0),NumberSequenceKeypoint.new(.891,.887,0),NumberSequenceKeypoint.new(1,1,0)})
  499. dwn = true
  500. end
  501. end
  502. while dwn == true do
  503. wait()
  504. bp.Position = mouse.hit.p
  505. if part then
  506. if part.Parent:FindFirstChildOfClass("Humanoid") then
  507. part.Parent:FindFirstChildOfClass("Humanoid").PlatformStand = true
  508. end
  509. end
  510. end
  511. end
  512. end)
  513. mouse.Button1Up:connect(function()
  514. dwn = false
  515. if part then if part.Parent:FindFirstChildOfClass("Humanoid") then part.Parent:FindFirstChildOfClass("Humanoid").PlatformStand = false end part = nil end
  516. if bp then bp:Destroy() end
  517. if particles then particles:Destroy() end
  518. end)
  519. base = Instance.new("ScreenGui",plr.PlayerGui)
  520. bbg = Instance.new("BillboardGui",plr.Character.Head)
  521. bbg.Size = UDim2.new(0,200,0,50)
  522. bbg.StudsOffset = Vector3.new(0,3,0)
  523. bbgTl = Instance.new("TextLabel",bbg)
  524. bbgTl.BackgroundTransparency = 1
  525. bbgTl.Size = UDim2.new(10,0,1,0)
  526. bbgTl.Position = UDim2.new(-4.5,0,0,0)
  527. bbgTl.Font = "Code"
  528. bbgTl.Text = " "
  529. bbgTl.TextSize = 25
  530. bbgTl.TextStrokeColor3 = Color3.new(1,1,1)
  531. bbgTl.TextColor3 = Color3.new(0,0,0)
  532. bbgTl.TextStrokeTransparency = 0
  533. bbgTl.TextWrapped = true
  534. plr.Chatted:connect(function(msg)
  535. bbgTl.Text = msg
  536. wait(5)
  537. if bbgTl.Text == msg then
  538. bbgTl.Text = " "
  539. end
  540. end)
  541. touchCounter = 0
  542. while wait() do
  543. if plr.Character.Parent == workspace.Camera then
  544. local c = plr.Character:Clone()
  545. c:MakeJoints()
  546. for y,t in pairs(c:GetChildren()) do
  547. if t:IsA("Part") then
  548. t.CanCollide = false
  549. t.Anchored = true
  550. t.Transparency = .5
  551. t.TopSurface = "Smooth"
  552. t.BottomSurface = "Smooth"
  553. t.RightSurface = "Smooth"
  554. t.LeftSurface = "Smooth"
  555. t.FrontSurface = "Smooth"
  556. t.BackSurface = "Smooth"
  557. t.BrickColor = BrickColor.new("Really black")
  558. if t.Name == "Head" and t:FindFirstChild("face") then
  559. t.face:Remove()
  560. elseif t.Name == "Torso" and t:FindFirstChild("roblox") then
  561. t.roblox:Remove()
  562. elseif t.Name == "HumanoidRootPart" then
  563. t:Remove()
  564. end
  565. else
  566. t:Remove()
  567. end
  568. end
  569. c.Parent = workspace
  570. game.Debris:AddItem(c,.05)
  571. end
  572. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement