Advertisement
spacemonkey3591

Untitled

Jul 9th, 2017
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.38 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. N00B N00B N00B
  40. N00B N00B N00B
  41. N00B N00B N00B
  42. N00B N00B N00B
  43. N00B N00B N00B
  44. N00B N00B N00B
  45. N00B N00B N00B
  46. N00B N00B N00B
  47. N00B N00B N00B
  48. N00B N00B N00B
  49. N00B N00B N00B
  50. N00B N00B N00B
  51. N00B N00B N00B
  52. N00B N00B N00B
  53. N00B N00B N00B
  54. N00B N00B N00B
  55. N00B N00B N00B
  56. N00B N00B N00B
  57. N00B N00B N00B
  58. N00B N00B N00B
  59. N00B N00B N00B
  60. N00B N00B N00B
  61. N00B N00B N00B
  62. N00B N00B N00B
  63. N00B N00B N00B
  64. N00B N00B N00B
  65. N00B N00B N00B
  66. N00B N00B N00B
  67. N00B N00B N00B
  68. N00B N00B N00B
  69. N00B N00B N00B
  70. N00B N00B N00B
  71. N00B N00B N00B
  72. N00B N00B N00B
  73. N00B N00B N00B
  74. N00B N00B N00B
  75. ]]
  76.  
  77.  
  78. local Argument = [[
  79.  
  80. You> Hello faggit
  81.  
  82. You> can you hear me faggit??
  83.  
  84. You> YOU NEED TO GO TO HOSPITAL DICK
  85.  
  86. You> I HATE THIS SERTVER
  87.  
  88. Admin>kick/anonymous
  89.  
  90. Server> You been kicked by admin
  91.  
  92. Server> Server ended.
  93.  
  94. Discord> Joining VoidSB Discord..
  95.  
  96. Server> Joined VoidSB Discord!
  97.  
  98. You > Hai motha fucka
  99.  
  100. Server> You got banned for saying bad words
  101.  
  102. You> dev/true
  103.  
  104. You> execute/0102930842
  105.  
  106. You> access_admin/true
  107.  
  108. You> im gonna delete this sorvor
  109.  
  110. You> Delete/VoidSB
  111.  
  112. Server> You been banned for hacking this server
  113.  
  114. You> FUCK!!!!!!!!
  115.  
  116. You> googlesearch/NASA
  117.  
  118.  
  119. Google> Searching MOTHA FUCKA NASA
  120. Google> HERE'S Y0U'RE ST0PID FAGGIT NASA
  121.  
  122. You> DAMN NASA GOT S00 MANY C0INS AND M0NEY
  123.  
  124. You> NASA MONEY PLS
  125. You> *STOLE NASA MONEY
  126.  
  127. NASA> WTF YOU FAGGIT YOU STOLE A NASA MONEY
  128.  
  129. NASA> Permban/anonymous
  130. Server IRC> You been perm banned : STUPID FAGGOT STOLE MONEY
  131.  
  132.  
  133. ]]
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140. local function Smooth(Part)
  141. Part.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  142. Part.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  143. Part.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  144. Part.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  145. Part.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  146. Part.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  147. end
  148.  
  149.  
  150. local function SetLine(Line, Alpha, Beta)
  151. local dx = Alpha.Position.X.Scale - Beta.Position.X.Scale
  152. local dy = Alpha.Position.Y.Scale - Beta.Position.Y.Scale
  153. local Magnitude = math.sqrt(dx^2 + dy^2)
  154.  
  155. Line.Size = UDim2.new(Magnitude, 0, 0, 8)
  156. Line.Position = Alpha.Position:Lerp(Beta.Position, 0.5)
  157. Line.Rotation = math.deg(math.atan2(dy, dx))
  158. end
  159.  
  160.  
  161. local Keyboard = Instance.new("Part")
  162. Keyboard.Size = Vector3.new(5, 0, 2)
  163. Keyboard.CanCollide = false
  164. Keyboard.Locked = true
  165.  
  166. Smooth(Keyboard)
  167.  
  168. local KeyboardWeld = Instance.new("Weld")
  169. KeyboardWeld.Part0 = Torso
  170. KeyboardWeld.Part1 = Keyboard
  171. KeyboardWeld.C0 = CFrame.new(0, 0.2, -2) * CFrame.Angles(0.3, 0, 0)
  172.  
  173. KeyboardWeld.Parent = Keyboard
  174. Keyboard.Parent = Character
  175.  
  176.  
  177.  
  178.  
  179.  
  180. local Screen = Instance.new("Part")
  181. Screen.BrickColor = BrickColor.new("Really black")
  182. Screen.Size = Vector3.new(6, 4, 0)
  183. Screen.CanCollide = false
  184. Screen.Locked = true
  185.  
  186. Smooth(Screen)
  187.  
  188. local ScreenWeld = Instance.new("Weld")
  189. ScreenWeld.Part0 = Torso
  190. ScreenWeld.Part1 = Screen
  191. ScreenWeld.C0 = CFrame.new(0, 3.5, -4.5) * CFrame.Angles(0.1, 0, 0)
  192.  
  193. local animeh = Instance.new("Part")
  194. animeh.BrickColor = BrickColor.new("Really black")
  195. animeh.Size = Vector3.new(6, 4, 0)
  196. animeh.CanCollide = false
  197. animeh.Locked = true
  198.  
  199. local dekal = Instance.new("Decal",animeh)
  200. dekal.Texture = "http://www.roblox.com/asset/?id=626650325"
  201. dekal.Transparency = 0.15
  202. dekal.Face = "Back"
  203.  
  204. Smooth(animeh)
  205.  
  206. local animehw = Instance.new("Weld")
  207. animehw.Part0 = Torso
  208. animehw.Part1 = animeh
  209. animehw.C0 = CFrame.new(0, 8, -4) * CFrame.Angles(.5,0,0)
  210.  
  211. animehw.Parent = animeh
  212. animeh.Parent = Character
  213.  
  214. local Gui = Instance.new("SurfaceGui")
  215. Gui.Face = "Back"
  216. Gui.Adornee = Screen
  217. Gui.Parent = Screen
  218.  
  219. local Text = Instance.new("TextBox")
  220. Text.BackgroundTransparency = 1
  221. Text.Position = UDim2.new(0, 0, 0, 0)
  222. Text.Size = UDim2.new(1, 0, 1, 0)
  223. Text.TextColor3 = Color3.new(1, 1, 1)
  224. Text.Font = Enum.Font.Code
  225. Text.Active = false
  226. Text.MultiLine = true
  227. Text.TextWrapped = true
  228. Text.FontSize = Enum.FontSize.Size32
  229. Text.TextXAlignment = Enum.TextXAlignment.Left
  230. Text.TextYAlignment = Enum.TextYAlignment.Top
  231. Text.Text = ""
  232.  
  233. Text.Parent = Gui
  234.  
  235. ScreenWeld.Parent = Screen
  236. Screen.Parent = Character
  237.  
  238.  
  239.  
  240. local Screen2 = Instance.new("Part")
  241. Screen2.BrickColor = BrickColor.new("Really black")
  242. Screen2.Size = Vector3.new(6, 4, 0)
  243. Screen2.CanCollide = false
  244. Screen2.Locked = true
  245.  
  246. Smooth(Screen2)
  247.  
  248. local Screen2Weld = Instance.new("Weld")
  249. Screen2Weld.Part0 = Torso
  250. Screen2Weld.Part1 = Screen2
  251. Screen2Weld.C0 = CFrame.new(5.4, 3.4, -1.5) * CFrame.Angles(0.1, -0.9, 0)
  252.  
  253. local Gui2 = Instance.new("SurfaceGui")
  254. Gui2.Face = "Back"
  255. Gui2.Adornee = Screen2
  256. Gui2.Parent = Screen2
  257.  
  258. local Text2 = Instance.new("TextBox")
  259. Text2.BackgroundTransparency = 1
  260. Text2.Position = UDim2.new(0, 0, 0, 0)
  261. Text2.Size = UDim2.new(1, 0, 1, 0)
  262. Text2.TextColor3 = Color3.new(0, 1, 0)
  263. Text2.Font = Enum.Font.Code
  264. Text2.Active = false
  265. Text2.MultiLine = true
  266. Text2.TextWrapped = true
  267. Text2.FontSize = Enum.FontSize.Size32
  268. Text2.TextXAlignment = Enum.TextXAlignment.Left
  269. Text2.TextYAlignment = Enum.TextYAlignment.Top
  270. Text2.Text = ""
  271.  
  272. Text2.Parent = Gui2
  273.  
  274. local ImageKey = Instance.new("ImageLabel")
  275. ImageKey.BackgroundTransparency = 1
  276. ImageKey.Size = UDim2.new(0.2, 0, 0.2, 0)
  277. ImageKey.Position = UDim2.new(0.4, 0, 0.4, 0)
  278. ImageKey.Image = "http://www.roblox.com/asset/?id=0"
  279. ImageKey.ImageTransparency = 1
  280. ImageKey.Parent = Gui2
  281.  
  282. Screen2Weld.Parent = Screen2
  283. Screen2.Parent = Character
  284.  
  285.  
  286.  
  287. local Screen3 = Instance.new("Part")
  288. Screen3.BrickColor = BrickColor.new("Really black")
  289. Screen3.Size = Vector3.new(6, 4, 0)
  290. Screen3.CanCollide = false
  291. Screen3.Locked = true
  292.  
  293. local dekal = Instance.new("Decal",Screen3)
  294. dekal.Texture = "http://www.roblox.com/asset/?id=0"
  295. dekal.Transparency = 0.15
  296. dekal.Face = "Back"
  297.  
  298. Smooth(Screen3)
  299.  
  300. local Screen3Weld = Instance.new("Weld")
  301. Screen3Weld.Part0 = Torso
  302. Screen3Weld.Part1 = Screen3
  303. Screen3Weld.C0 = CFrame.new(-5.4, 3.4, -1.5) * CFrame.Angles(0.1, 0.9, 0)
  304.  
  305. local Gui3 = Instance.new("SurfaceGui")
  306. Gui3.Face = "Back"
  307. Gui3.Adornee = Screen3
  308. Gui3.Parent = Screen3
  309.  
  310. local Map = Instance.new("ImageLabel")
  311. Map.BackgroundTransparency = 1
  312. Map.Position = UDim2.new(0, 0, 0, 0)
  313. Map.Size = UDim2.new(1, 0, 1, 0)
  314. Map.Image = "http://www.roblox.com/asset/?id=121661614"
  315.  
  316. Map.Parent = Gui3
  317.  
  318. Screen3Weld.Parent = Screen3
  319. Screen3.Parent = Character
  320.  
  321. UserInputService.InputBegan:Connect(function(Input, Processed)
  322. if Processed then return end
  323.  
  324. if Input.UserInputType == Enum.UserInputType.Keyboard then
  325. local KeyCode = Input.KeyCode
  326.  
  327. if KeyCode == Enum.KeyCode.E then
  328. Typing = not Typing
  329. end
  330. end
  331. end)
  332.  
  333.  
  334.  
  335. RunService.Heartbeat:Connect(function()
  336. local Sine = math.sin(tick() * 8) / 8
  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://606862847"
  344. PressSound.Pitch = 1
  345. PressSound.Volume = 0.5
  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