Sinister_Garbage

Edited hackerman laptop v.2 (credit for the original

Feb 17th, 2018
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.44 KB | None | 0 0
  1. -- RBX.Lua LocalScript | Hackerman | xDarkScripter | Edit By Skips2267, triggerednolie.
  2.  
  3.  
  4. local Players = game:GetService("Players")
  5. local UserInputService = game:GetService("UserInputService")
  6. local RunService = game:GetService("RunService")
  7.  
  8. local Player = Players.LocalPlayer
  9. local Camera = workspace.CurrentCamera
  10. local Mouse = Player:GetMouse()
  11.  
  12. local Character = Player.Character
  13. local Torso = Character.Torso
  14.  
  15. local Typing = false
  16. local TypingSub = 1
  17. local TypingSub2 = 1
  18.  
  19. local Neck = Torso.Neck
  20.  
  21. Neck.C1 = CFrame.new(0, -0.5, 0)
  22.  
  23. local RightArm = Character["Right Arm"]
  24. local LeftArm = Character["Left Arm"]
  25.  
  26. local RightShoulder = Instance.new("Weld", Torso)
  27. RightShoulder.Part0 = Torso
  28. RightShoulder.Part1 = RightArm
  29.  
  30. local LeftShoulder = Instance.new("Weld", Torso)
  31. LeftShoulder.Part0 = Torso
  32. LeftShoulder.Part1 = LeftArm
  33.  
  34. RightShoulder.C1 = CFrame.new(-0.5, 0.5, 0)
  35. LeftShoulder.C1 = CFrame.new(0.5, 0.5, 0)
  36.  
  37.  
  38. local Code = [[
  39. -- I failed at downloading ssf2
  40.  
  41. Somebody once told me the world is gonna roll me
  42. I ain't the sharpest tool in the shed
  43. She was looking kind of dumb with her finger and her thumb
  44. In the shape of an "L" on her forehead
  45.  
  46. Well, the years start coming and they don't stop coming
  47. Fed to the rules and I hit the ground running
  48. Didn't make sense not to live for fun
  49. Your brain gets smart but your head gets dumb
  50.  
  51. So much to do, so much to see
  52. So what's wrong with taking the back streets?
  53. You'll never know if you don't go
  54. You'll never shine if you don't glow
  55.  
  56. [Chorus:]
  57. Hey, now, you're an All Star, get your game on, go play
  58. Hey, now, you're a Rock Star, get the show on, get paid
  59. And all that glitters is gold
  60. Only shooting stars break the mold
  61.  
  62. It's a cool place and they say it gets colder
  63. You're bundled up now wait 'til you get older
  64. But the meteor men beg to differ
  65. Judging by the hole in the satellite picture
  66.  
  67. The ice we skate is getting pretty thin
  68. The water's getting warm so you might as well swim
  69. My world's on fire. How about yours?
  70. That's the way I like it and I'll never get bored.
  71.  
  72. [Chorus 2x]
  73.  
  74. Somebody once asked could I spare some change for gas
  75. I need to get myself away from this place
  76. I said yep, what a concept
  77. I could use a little fuel myself
  78. And we could all use a little change
  79.  
  80. Well, the years start coming and they don't stop coming
  81. Fed to the rules and I hit the ground running
  82. Didn't make sense not to live for fun
  83. Your brain gets smart but your head gets dumb
  84.  
  85. So much to do, so much to see
  86. So what's wrong with taking the back streets?
  87. You'll never know if you don't go
  88. You'll never shine if you don't glow.
  89.  
  90. [Chorus]
  91.  
  92. And all that glitters is gold
  93. Only shooting stars break the mold
  94.  
  95.  
  96.  
  97.  
  98. ]]
  99.  
  100.  
  101. local Argument = [[
  102.  
  103. number 15: Burger king foot lettuce. The last thing you'd want in your Burger King burger is someone's foot fungus. But as it turns out, that might be what you get. A ♥♥♥♥♥ner uploaded a photo anonymously to the site showcasing his feet in a plastic bin of lettuce. With the statement: "This is the lettuce you eat at Burger King." Admittedly, he had shoes on.
  104.  
  105. But that's even worse.
  106.  
  107. The post went live at 11:38 PM on July 16, and a mere 20 minutes later, the Burger King in question was alerted to the rogue employee. At least, I hope he's rogue. How did it happen? Well, the BK employee hadn't removed the Exif data from the uploaded photo, which suggested the culprit was somewhere in Mayfield Heights, Ohio. This was at 11:47. Three minutes later at 11:50, the Burger King branch address was posted with wishes of happy unemployment. 5 minutes later, the news station was contacted by another ♥♥♥♥♥ner. And three minutes later, at 11:58, a link was posted: BK's "Tell us about us" online forum. The foot photo, otherwise known as exhibit A, was attached. Cleveland Scene Magazine contacted the BK in question the next day. When questioned, the breakfast shift manager said "Oh, I know who that is. He's getting fired." Mystery solved, by ♥♥♥♥♥. Now we can all go back to eating our fast food in peace.
  108. ]]
  109.  
  110.  
  111.  
  112. game.Lighting.GlobalShadows = false
  113. game.Lighting.Brightness = 0.25
  114.  
  115.  
  116. local function Smooth(Part)
  117. Part.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  118. Part.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  119. Part.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  120. Part.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  121. Part.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  122. Part.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  123. end
  124.  
  125.  
  126. local function SetLine(Line, Alpha, Beta)
  127. local dx = Alpha.Position.X.Scale - Beta.Position.X.Scale
  128. local dy = Alpha.Position.Y.Scale - Beta.Position.Y.Scale
  129. local Magnitude = math.sqrt(dx^2 + dy^2)
  130.  
  131. Line.Size = UDim2.new(Magnitude, 0, 0, 8)
  132. Line.Position = Alpha.Position:Lerp(Beta.Position, 0.5)
  133. Line.Rotation = math.deg(math.atan2(dy, dx))
  134. end
  135.  
  136.  
  137. local Keyboard = Instance.new("Part")
  138. Keyboard.BrickColor = BrickColor.new("Lsvender")
  139. Keyboard.Material = Enum.Material.Neon
  140. Keyboard.Transparency = 0.6
  141. Keyboard.Size = Vector3.new(5, 0, 2)
  142. Keyboard.CanCollide = false
  143. Keyboard.Locked = true
  144.  
  145. Smooth(Keyboard)
  146.  
  147. local KeyboardWeld = Instance.new("Weld")
  148. KeyboardWeld.Part0 = Torso
  149. KeyboardWeld.Part1 = Keyboard
  150. KeyboardWeld.C0 = CFrame.new(0, 0.2, -2) * CFrame.Angles(0.3, 0, 0)
  151.  
  152. KeyboardWeld.Parent = Keyboard
  153. Keyboard.Parent = Character
  154.  
  155.  
  156. local Light = Instance.new("PointLight")
  157. Light.Brightness = 1.5
  158. Light.Range = 12
  159. Light.Parent = Keyboard
  160.  
  161.  
  162. local Screen = Instance.new("Part")
  163. Screen.BrickColor = BrickColor.new("Really black")
  164. Screen.Material = Enum.Material.Neon
  165. Screen.Transparency = 0.6
  166. Screen.Size = Vector3.new(6, 4, 0)
  167. Screen.CanCollide = false
  168. Screen.Locked = true
  169.  
  170. Smooth(Screen)
  171.  
  172. local ScreenWeld = Instance.new("Weld")
  173. ScreenWeld.Part0 = Torso
  174. ScreenWeld.Part1 = Screen
  175. ScreenWeld.C0 = CFrame.new(0, 3.5, -4.5) * CFrame.Angles(0.1, 0, 0)
  176.  
  177. local animeh = Instance.new("Part")
  178. animeh.BrickColor = BrickColor.new("Really black")
  179. animeh.Material = Enum.Material.Neon
  180. animeh.Transparency = 0.6
  181. animeh.Size = Vector3.new(6, 4, 0)
  182. animeh.CanCollide = false
  183. animeh.Locked = true
  184.  
  185. local dekal = Instance.new("Decal",animeh)
  186. dekal.Texture = "http://www.roblox.com/asset/?id=626650325"
  187. dekal.Transparency = 0.15
  188. dekal.Face = "Back"
  189.  
  190. Smooth(animeh)
  191.  
  192. local animehw = Instance.new("Weld")
  193. animehw.Part0 = Torso
  194. animehw.Part1 = animeh
  195. animehw.C0 = CFrame.new(0, 8, -4) * CFrame.Angles(.5,0,0)
  196.  
  197. animehw.Parent = animeh
  198. animeh.Parent = Character
  199.  
  200. local Gui = Instance.new("SurfaceGui")
  201. Gui.Face = "Back"
  202. Gui.Adornee = Screen
  203. Gui.Parent = Screen
  204.  
  205. local Text = Instance.new("TextBox")
  206. Text.BackgroundTransparency = 1
  207. Text.Position = UDim2.new(0, 0, 0, 0)
  208. Text.Size = UDim2.new(1, 0, 1, 0)
  209. Text.TextColor3 = Color3.new(1, 1, 1)
  210. Text.Font = Enum.Font.Code
  211. Text.Active = false
  212. Text.MultiLine = true
  213. Text.TextWrapped = true
  214. Text.FontSize = Enum.FontSize.Size32
  215. Text.TextXAlignment = Enum.TextXAlignment.Left
  216. Text.TextYAlignment = Enum.TextYAlignment.Top
  217. Text.Text = ""
  218.  
  219. Text.Parent = Gui
  220.  
  221. ScreenWeld.Parent = Screen
  222. Screen.Parent = Character
  223.  
  224.  
  225.  
  226. local Screen2 = Instance.new("Part")
  227. Screen2.BrickColor = BrickColor.new("Really black")
  228. Screen2.Material = Enum.Material.Neon
  229. Screen2.Transparency = 0.6
  230. Screen2.Size = Vector3.new(6, 4, 0)
  231. Screen2.CanCollide = false
  232. Screen2.Locked = true
  233.  
  234. Smooth(Screen2)
  235.  
  236. local Screen2Weld = Instance.new("Weld")
  237. Screen2Weld.Part0 = Torso
  238. Screen2Weld.Part1 = Screen2
  239. Screen2Weld.C0 = CFrame.new(5.4, 3.4, -1.5) * CFrame.Angles(0.1, -0.9, 0)
  240.  
  241. local Gui2 = Instance.new("SurfaceGui")
  242. Gui2.Face = "Back"
  243. Gui2.Adornee = Screen2
  244. Gui2.Parent = Screen2
  245.  
  246. local Text2 = Instance.new("TextBox")
  247. Text2.BackgroundTransparency = 1
  248. Text2.Position = UDim2.new(0, 0, 0, 0)
  249. Text2.Size = UDim2.new(1, 0, 1, 0)
  250. Text2.TextColor3 = Color3.new(0, 1, 0)
  251. Text2.Font = Enum.Font.Code
  252. Text2.Active = false
  253. Text2.MultiLine = true
  254. Text2.TextWrapped = true
  255. Text2.FontSize = Enum.FontSize.Size32
  256. Text2.TextXAlignment = Enum.TextXAlignment.Left
  257. Text2.TextYAlignment = Enum.TextYAlignment.Top
  258. Text2.Text = ""
  259.  
  260. Text2.Parent = Gui2
  261.  
  262. local ImageKey = Instance.new("ImageLabel")
  263. ImageKey.BackgroundTransparency = 1
  264. ImageKey.Size = UDim2.new(0.2, 0, 0.2, 0)
  265. ImageKey.Position = UDim2.new(0.4, 0, 0.4, 0)
  266. ImageKey.Image = "http://www.roblox.com/asset/?id=0"
  267. ImageKey.ImageTransparency = 1
  268. ImageKey.Parent = Gui2
  269.  
  270. Screen2Weld.Parent = Screen2
  271. Screen2.Parent = Character
  272.  
  273.  
  274.  
  275. local Screen3 = Instance.new("Part")
  276. Screen3.BrickColor = BrickColor.new("Really black")
  277. Screen3.Material = Enum.Material.Neon
  278. Screen3.Transparency = 0.6
  279. Screen3.Size = Vector3.new(6, 4, 0)
  280. Screen3.CanCollide = false
  281. Screen3.Locked = true
  282.  
  283. local dekal = Instance.new("Decal",Screen3)
  284. dekal.Texture = "http://www.roblox.com/asset/?id=0"
  285. dekal.Transparency = 0.15
  286. dekal.Face = "Back"
  287.  
  288. Smooth(Screen3)
  289.  
  290. local Screen3Weld = Instance.new("Weld")
  291. Screen3Weld.Part0 = Torso
  292. Screen3Weld.Part1 = Screen3
  293. Screen3Weld.C0 = CFrame.new(-5.4, 3.4, -1.5) * CFrame.Angles(0.1, 0.9, 0)
  294.  
  295. local Gui3 = Instance.new("SurfaceGui")
  296. Gui3.Face = "Back"
  297. Gui3.Adornee = Screen3
  298. Gui3.Parent = Screen3
  299.  
  300. local Map = Instance.new("ImageLabel")
  301. Map.BackgroundTransparency = 1
  302. Map.Position = UDim2.new(0, 0, 0, 0)
  303. Map.Size = UDim2.new(1, 0, 1, 0)
  304. Map.Image = "http://www.roblox.com/asset/?id=121661614"
  305.  
  306. Map.Parent = Gui3
  307.  
  308. Screen3Weld.Parent = Screen3
  309. Screen3.Parent = Character
  310.  
  311. UserInputService.InputBegan:Connect(function(Input, Processed)
  312. if Processed then return end
  313.  
  314. if Input.UserInputType == Enum.UserInputType.Keyboard then
  315. local KeyCode = Input.KeyCode
  316.  
  317. if KeyCode == Enum.KeyCode.E then
  318. Typing = not Typing
  319. end
  320. end
  321. end)
  322.  
  323.  
  324.  
  325. RunService.Heartbeat:Connect(function()
  326. local Sine = math.sin(tick() * 8) / 8
  327.  
  328. ImageKey.ImageTransparency = math.abs(math.sin(tick()))
  329.  
  330. if Typing then
  331. if math.random(5) == 1 then
  332. local PressSound = Instance.new("Sound")
  333. PressSound.SoundId = "rbxassetid://265970978"
  334. PressSound.Pitch = 0.5 + math.random() / 5
  335. PressSound.Volume = 3
  336. PressSound.Parent = Keyboard
  337. PressSound:Play()
  338.  
  339. game:GetService("Debris"):AddItem(PressSound, 1 / 2)
  340. end
  341.  
  342. Neck.C0 = CFrame.new(0, 1, 0) * CFrame.Angles(-0.2 + Sine / 4, (math.random() - 0.5) / 2, 0)
  343.  
  344. RightShoulder.C0 = CFrame.new(1, 0.6 + math.random() / 4, -math.random() * 0.7)
  345. * CFrame.Angles(1.5 + Sine * math.random(), -Sine / 4, -(0.5 + 2 * Sine * math.random()))
  346.  
  347. LeftShoulder.C0 = CFrame.new(-1, 0.6 + math.random() / 4, -math.random() * 0.7)
  348. * CFrame.Angles(1.5 - Sine * math.random(), Sine / 4, 0.5 + 2 * Sine * math.random())
  349.  
  350. if math.random(2) == 1 then
  351. if TypingSub < #Argument then
  352. TypingSub = TypingSub + 1
  353. Text.Text = Text.Text..Argument:sub(TypingSub, TypingSub)
  354.  
  355. local nl = Text.Text:find("\n")
  356.  
  357. if nl and #Text.Text > 400 then
  358. Text.Text = Text.Text:sub(nl + 1)
  359. end
  360.  
  361. else
  362. TypingSub = 1
  363. end
  364. end
  365.  
  366. if math.random(3) == 1 then
  367. if TypingSub2 < #Code then
  368. TypingSub2 = TypingSub2 + 1
  369. Text2.Text = Text2.Text..Code:sub(TypingSub2, TypingSub2)
  370.  
  371. local nl = Text2.Text:find("\n")
  372.  
  373. if nl and #Text2.Text > 400 then
  374. Text2.Text = Text2.Text:sub(nl + 1)
  375. end
  376.  
  377. else
  378. TypingSub2 = 1
  379. end
  380. end
  381.  
  382. else
  383. Neck.C0 = CFrame.new(0, 1, 0)
  384.  
  385. RightShoulder.C0 = CFrame.new(1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
  386. LeftShoulder.C0 = CFrame.new(-1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
  387. end
  388. end)
Add Comment
Please, Sign In to add comment