Advertisement
Guest User

Hackerman Roblox Script

a guest
Apr 8th, 2018
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.17 KB | None | 0 0
  1.  
  2.  
  3. This Is NOT my Script Credit goes to XDarkScripter Thanks
  4. ---------------------------------------------------------
  5.  
  6. local Players = game:GetService("Players")
  7. local UserInputService = game:GetService("UserInputService")
  8. local RunService = game:GetService("RunService")
  9.  
  10. local Player = Players.LocalPlayer
  11. local Camera = workspace.CurrentCamera
  12. local Mouse = Player:GetMouse()
  13.  
  14. local Character = Player.Character
  15. local Torso = Character.Torso
  16.  
  17. local Typing = false
  18. local TypingSub = 1
  19. local TypingSub2 = 1
  20.  
  21. local Neck = Torso.Neck
  22.  
  23. Neck.C1 = CFrame.new(0, -0.5, 0)
  24.  
  25. local RightArm = Character["Right Arm"]
  26. local LeftArm = Character["Left Arm"]
  27.  
  28. local RightShoulder = Instance.new("Weld", Torso)
  29. RightShoulder.Part0 = Torso
  30. RightShoulder.Part1 = RightArm
  31.  
  32. local LeftShoulder = Instance.new("Weld", Torso)
  33. LeftShoulder.Part0 = Torso
  34. LeftShoulder.Part1 = LeftArm
  35.  
  36. RightShoulder.C1 = CFrame.new(-0.5, 0.5, 0)
  37. LeftShoulder.C1 = CFrame.new(0.5, 0.5, 0)
  38.  
  39.  
  40. local Code = [[
  41. -- I failed at stealing my mommy's credit card!
  42.  
  43. Server Proxy Connection Initializing...
  44.  
  45. USERNAME: dantdmbestfan69
  46. PASSWORD: *******************
  47.  
  48.  
  49. ROBLOX Server Database Connecting...
  50.  
  51.  
  52. local Proxy = Server:GetProxyData(1011101)
  53. local Tracker = {}
  54.  
  55. __INIT__ setmetatable(getmetatable(Proxy), {
  56. __metatable = {};
  57. __call = function(Self, ...)
  58. Proxy:GetArgumentData(Proxy.Key, select(...))
  59. end;
  60. })
  61.  
  62. Proxy:TransferData("Lifetime_OBC_Charged",
  63. "ACC_"..__VERSION.."_"..Proxy:GetAccount()
  64. {
  65. __newindex = function(Self, Key, Value)
  66. Tracker[Key] = Value
  67. rawset(Self, Key, Value)
  68. end
  69. })
  70.  
  71. Proxy:GetTransferredData().breakAssymetricEncryption(
  72. "NEW_Public_Key", true, 101, false
  73. )
  74.  
  75.  
  76. ROBLOX Server Log:
  77. > Lifetime OBC Transferred to dantdmbestfan69_*******************
  78.  
  79.  
  80.  
  81.  
  82. ]]
  83.  
  84.  
  85. local Argument = [[
  86. you> hey
  87. ...
  88. bob> hey
  89. ...
  90. bob> btw you're gay
  91. ...
  92. you> What the fuck did you just fucking say about me, you little bitch? I’ll have you know I graduated top of my class in the Navy Seals,
  93. and I’ve been involved in numerous secret raids on Al-Quaeda, and I have over 300 confirmed kills. I am trained in gorilla warfare and
  94. I’m the top sniper in the entire US armed forces. You are nothing to me but just another target. I will wipe you the fuck out with precision
  95. the likes of which has never been seen before on this Earth, mark my fucking words. You think you can get away with saying that shit to me
  96. over the Internet? Think again, fucker. As we speak I am contacting my secret network of spies across the USA and your IP is being traced
  97. right now so you better prepare for the storm, maggot. The storm that wipes out the pathetic little thing you call your life. You’re fucking
  98. dead, kid. I can be anywhere, anytime, and I can kill you in over seven hundred ways, and that’s just with my bare hands. Not only am I
  99. extensively trained in unarmed combat, but I have access to the entire arsenal of the United States Marine Corps and I will use it to its
  100. full extent to wipe your miserable ass off the face of the continent, you little shit. If only you could have known what unholy retribution
  101. your little “clever” comment was about to bring down upon you, maybe you would have held your fucking tongue. But you couldn’t, you didn’t,
  102. and now you’re paying the price, you goddamn idiot. I will shit fury all over you and you will drown in it. You’re fucking dead, kiddo.
  103. ]]
  104.  
  105.  
  106.  
  107. game.Lighting.GlobalShadows = false
  108. game.Lighting.Brightness = 0.25
  109.  
  110.  
  111. local function Smooth(Part)
  112. Part.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  113. Part.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  114. Part.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  115. Part.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  116. Part.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  117. Part.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  118. end
  119.  
  120.  
  121. local function SetLine(Line, Alpha, Beta)
  122. local dx = Alpha.Position.X.Scale - Beta.Position.X.Scale
  123. local dy = Alpha.Position.Y.Scale - Beta.Position.Y.Scale
  124. local Magnitude = math.sqrt(dx^2 + dy^2)
  125.  
  126. Line.Size = UDim2.new(Magnitude, 0, 0, 8)
  127. Line.Position = Alpha.Position:Lerp(Beta.Position, 0.5)
  128. Line.Rotation = math.deg(math.atan2(dy, dx))
  129. end
  130.  
  131.  
  132. local Keyboard = Instance.new("Part")
  133. Keyboard.BrickColor = BrickColor.new("Really black")
  134. Keyboard.Material = Enum.Material.Neon
  135. Keyboard.Transparency = 0.1
  136. Keyboard.Size = Vector3.new(5, 0, 2)
  137. Keyboard.CanCollide = false
  138. Keyboard.Locked = true
  139.  
  140. Smooth(Keyboard)
  141.  
  142. local KeyboardWeld = Instance.new("Weld")
  143. KeyboardWeld.Part0 = Torso
  144. KeyboardWeld.Part1 = Keyboard
  145. KeyboardWeld.C0 = CFrame.new(0, 0.2, -2) * CFrame.Angles(0.3, 0, 0)
  146.  
  147. KeyboardWeld.Parent = Keyboard
  148. Keyboard.Parent = Character
  149.  
  150.  
  151. local Light = Instance.new("PointLight")
  152. Light.Brightness = 1.5
  153. Light.Range = 12
  154. Light.Parent = Keyboard
  155.  
  156.  
  157. local Screen = Instance.new("Part")
  158. Screen.BrickColor = BrickColor.new("Really black")
  159. Screen.Material = Enum.Material.Neon
  160. Screen.Transparency = 0.3
  161. Screen.Size = Vector3.new(6, 4, 0)
  162. Screen.CanCollide = false
  163. Screen.Locked = true
  164.  
  165. Smooth(Screen)
  166.  
  167. local ScreenWeld = Instance.new("Weld")
  168. ScreenWeld.Part0 = Torso
  169. ScreenWeld.Part1 = Screen
  170. ScreenWeld.C0 = CFrame.new(0, 3.5, -4.5) * CFrame.Angles(0.1, 0, 0)
  171.  
  172. local Gui = Instance.new("SurfaceGui")
  173. Gui.Face = "Back"
  174. Gui.Adornee = Screen
  175. Gui.Parent = Screen
  176.  
  177. local Text = Instance.new("TextBox")
  178. Text.BackgroundTransparency = 1
  179. Text.Position = UDim2.new(0, 0, 0, 0)
  180. Text.Size = UDim2.new(1, 0, 1, 0)
  181. Text.TextColor3 = Color3.new(1, 1, 1)
  182. Text.Font = Enum.Font.Code
  183. Text.Active = false
  184. Text.MultiLine = true
  185. Text.TextWrapped = true
  186. Text.FontSize = Enum.FontSize.Size32
  187. Text.TextXAlignment = Enum.TextXAlignment.Left
  188. Text.TextYAlignment = Enum.TextYAlignment.Top
  189. Text.Text = ""
  190.  
  191. Text.Parent = Gui
  192.  
  193. ScreenWeld.Parent = Screen
  194. Screen.Parent = Character
  195.  
  196.  
  197.  
  198. local Screen2 = Instance.new("Part")
  199. Screen2.BrickColor = BrickColor.new("Really black")
  200. Screen2.Material = Enum.Material.Neon
  201. Screen2.Transparency = 0.3
  202. Screen2.Size = Vector3.new(6, 4, 0)
  203. Screen2.CanCollide = false
  204. Screen2.Locked = true
  205.  
  206. Smooth(Screen2)
  207.  
  208. local Screen2Weld = Instance.new("Weld")
  209. Screen2Weld.Part0 = Torso
  210. Screen2Weld.Part1 = Screen2
  211. Screen2Weld.C0 = CFrame.new(5.4, 3.4, -1.5) * CFrame.Angles(0.1, -0.9, 0)
  212.  
  213. local Gui2 = Instance.new("SurfaceGui")
  214. Gui2.Face = "Back"
  215. Gui2.Adornee = Screen2
  216. Gui2.Parent = Screen2
  217.  
  218. local Text2 = Instance.new("TextBox")
  219. Text2.BackgroundTransparency = 1
  220. Text2.Position = UDim2.new(0, 0, 0, 0)
  221. Text2.Size = UDim2.new(1, 0, 1, 0)
  222. Text2.TextColor3 = Color3.new(0, 1, 0)
  223. Text2.Font = Enum.Font.Code
  224. Text2.Active = false
  225. Text2.MultiLine = true
  226. Text2.TextWrapped = true
  227. Text2.FontSize = Enum.FontSize.Size32
  228. Text2.TextXAlignment = Enum.TextXAlignment.Left
  229. Text2.TextYAlignment = Enum.TextYAlignment.Top
  230. Text2.Text = ""
  231.  
  232. Text2.Parent = Gui2
  233.  
  234. local ImageKey = Instance.new("ImageLabel")
  235. ImageKey.BackgroundTransparency = 1
  236. ImageKey.Size = UDim2.new(0.2, 0, 0.2, 0)
  237. ImageKey.Position = UDim2.new(0.4, 0, 0.4, 0)
  238. ImageKey.Image = "http://www.roblox.com/asset/?id=697224414"
  239. ImageKey.ImageTransparency = 1
  240. ImageKey.Parent = Gui2
  241.  
  242. Screen2Weld.Parent = Screen2
  243. Screen2.Parent = Character
  244.  
  245.  
  246.  
  247. local Screen3 = Instance.new("Part")
  248. Screen3.BrickColor = BrickColor.new("Really black")
  249. Screen3.Material = Enum.Material.Neon
  250. Screen3.Transparency = 0.3
  251. Screen3.Size = Vector3.new(6, 4, 0)
  252. Screen3.CanCollide = false
  253. Screen3.Locked = true
  254.  
  255. Smooth(Screen3)
  256.  
  257. local Screen3Weld = Instance.new("Weld")
  258. Screen3Weld.Part0 = Torso
  259. Screen3Weld.Part1 = Screen3
  260. Screen3Weld.C0 = CFrame.new(-5.4, 3.4, -1.5) * CFrame.Angles(0.1, 0.9, 0)
  261.  
  262. local Gui3 = Instance.new("SurfaceGui")
  263. Gui3.Face = "Back"
  264. Gui3.Adornee = Screen3
  265. Gui3.Parent = Screen3
  266.  
  267. local Map = Instance.new("ImageLabel")
  268. Map.BackgroundTransparency = 1
  269. Map.Position = UDim2.new(0, 0, 0, 0)
  270. Map.Size = UDim2.new(1, 0, 1, 0)
  271. Map.Image = "http://www.roblox.com/asset/?id=121661614"
  272.  
  273. Map.Parent = Gui3
  274.  
  275. Screen3Weld.Parent = Screen3
  276. Screen3.Parent = Character
  277.  
  278. local Points = {}
  279. local Lines = {}
  280.  
  281. for i = 1, 10 do
  282. if i > 1 then
  283. local Line = Instance.new("Frame")
  284. Line.BorderSizePixel = 0
  285. Line.BackgroundColor3 = Color3.new(0.8, 0, 0)
  286. Line.AnchorPoint = Vector2.new(0.5, 0.5)
  287. Line.Parent = Gui3
  288.  
  289. Lines[i] = Line
  290. end
  291.  
  292. local Point = Instance.new("Frame")
  293. Point.BorderSizePixel = 0
  294. Point.BackgroundColor3 = Color3.new(1, 0, 0)
  295. Point.Size = UDim2.new(0, 40, 0, 40)
  296. Point.Position = UDim2.new(math.random(), 0, math.random(), 0)
  297. Point.AnchorPoint = Vector2.new(0.5, 0.5)
  298. Point.Parent = Gui3
  299.  
  300. Points[i] = {Point = Point, Position = Point.Position}
  301. end
  302.  
  303.  
  304.  
  305.  
  306. UserInputService.InputBegan:Connect(function(Input, Processed)
  307. if Processed then return end
  308.  
  309. if Input.UserInputType == Enum.UserInputType.Keyboard then
  310. local KeyCode = Input.KeyCode
  311.  
  312. if KeyCode == Enum.KeyCode.E then
  313. Typing = not Typing
  314. end
  315. end
  316. end)
  317.  
  318.  
  319.  
  320. RunService.Heartbeat:Connect(function()
  321. local Sine = math.sin(tick() * 8) / 8
  322.  
  323. for Key, Value in next, Points do
  324. Value.Point.Size = UDim2.new(0, 25 + Sine * 40, 0, 25 + Sine * 40)
  325. Value.Point.Position = Value.Point.Position:Lerp(Value.Position, 0.1)
  326.  
  327. if Key > 1 then
  328. SetLine(Lines[Key], Value.Point, Points[1].Point)
  329. end
  330. end
  331.  
  332. if math.random(100) == 1 then
  333. for _, Value in next, Points do
  334. Value.Position = UDim2.new(math.random(), 0, math.random(), 0)
  335. end
  336. end
  337.  
  338. ImageKey.ImageTransparency = math.abs(math.sin(tick()))
  339.  
  340. if Typing then
  341. if math.random(5) == 1 then
  342. local PressSound = Instance.new("Sound")
  343. PressSound.SoundId = "rbxassetid://265970978"
  344. PressSound.Pitch = 0.5 + math.random() / 5
  345. PressSound.Volume = 3
  346. PressSound.Parent = Keyboard
  347. PressSound:Play()
  348.  
  349. game:GetService("Debris"):AddItem(PressSound, 1 / 2)
  350. end
  351.  
  352. Neck.C0 = CFrame.new(0, 1, 0) * CFrame.Angles(-0.2 + Sine / 4, (math.random() - 0.5) / 2, 0)
  353.  
  354. RightShoulder.C0 = CFrame.new(1, 0.6 + math.random() / 4, -math.random() * 0.7)
  355. * CFrame.Angles(1.5 + Sine * math.random(), -Sine / 4, -(0.5 + 2 * Sine * math.random()))
  356.  
  357. LeftShoulder.C0 = CFrame.new(-1, 0.6 + math.random() / 4, -math.random() * 0.7)
  358. * CFrame.Angles(1.5 - Sine * math.random(), Sine / 4, 0.5 + 2 * Sine * math.random())
  359.  
  360. if math.random(2) == 1 then
  361. if TypingSub < #Argument then
  362. TypingSub = TypingSub + 1
  363. Text.Text = Text.Text..Argument:sub(TypingSub, TypingSub)
  364.  
  365. local nl = Text.Text:find("\n")
  366.  
  367. if nl and #Text.Text > 400 then
  368. Text.Text = Text.Text:sub(nl + 1)
  369. end
  370.  
  371. else
  372. TypingSub = 1
  373. end
  374. end
  375.  
  376. if math.random(3) == 1 then
  377. if TypingSub2 < #Code then
  378. TypingSub2 = TypingSub2 + 1
  379. Text2.Text = Text2.Text..Code:sub(TypingSub2, TypingSub2)
  380.  
  381. local nl = Text2.Text:find("\n")
  382.  
  383. if nl and #Text2.Text > 400 then
  384. Text2.Text = Text2.Text:sub(nl + 1)
  385. end
  386.  
  387. else
  388. TypingSub2 = 1
  389. end
  390. end
  391.  
  392. else
  393. Neck.C0 = CFrame.new(0, 1, 0)
  394.  
  395. RightShoulder.C0 = CFrame.new(1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
  396. LeftShoulder.C0 = CFrame.new(-1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
  397. end
  398. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement