Guest User

Edited hacker computer script

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