Advertisement
Guest User

Untitled

a guest
Jun 1st, 2018
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.05 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. Server Proxy Connection Initializing...
  42.  
  43. USERNAME: Zneakyblox
  44. PASSWORD: ???
  45.  
  46.  
  47. ROBLOX Server Database Connecting...
  48.  
  49.  
  50. local Proxy = Server:GetMemeData(1011101)
  51. local Tracker = {}
  52.  
  53. __INIT__ setmetatable(getmetatable(Meme), {
  54. __metatable = {};
  55. __call = function(Self, ...)
  56. Proxy:GetArgumentData(MEME.Key, select(...))
  57. end;
  58. })
  59.  
  60. Proxy:TransferData("Lifetime_OBC_Charged",
  61. "ACCVERSION_89_MEME:GetAccount()
  62. {
  63. __newindex = function(Self, Key, Value)
  64. Tracker[Key] = Value
  65. rawset(Self, Key, Value)
  66. end
  67. })
  68.  
  69. Proxy:GetTransferredData().breakAssymetricEncryption(
  70. "NEW_MEME_KEY", true, 102, false
  71. )
  72.  
  73.  
  74. ROBLOX Server Log:
  75. > 420 Robux Transferred to Snoop Dog???
  76.  
  77. Spicy Memes
  78.  
  79. ERROR<Tried to Give 69000 Robux to Dumbassbird1, Failed To Give 69000 Robux , deleting Sammy>
  80. Deleting Sammyclassicsonicfan..50%
  81. Deleting Sammyclassicsonicfan..100%
  82. Successfully deleted Sammyclassicsonicfan.
  83. Message<WHY SONIC WHY SONIC WHY SONIC!!!
  84. NASA FOUND
  85. <div role="log" aria-live="assertive" aria-relevant="additions" class="ui-helper-hidden-accessible"></div>
  86.  
  87.  
  88.  
  89.  
  90.  
  91. ]]
  92.  
  93.  
  94. local Argument = [[
  95.  
  96. 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, 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 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 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 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 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 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 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 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 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, 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.
  97. ]]
  98.  
  99.  
  100.  
  101. game.Lighting.GlobalShadows = false
  102. game.Lighting.Brightness = 0.25
  103.  
  104.  
  105. local function Smooth(Part)
  106. Part.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  107. Part.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  108. Part.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  109. Part.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  110. Part.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  111. Part.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  112. end
  113.  
  114.  
  115. local function SetLine(Line, Alpha, Beta)
  116. local dx = Alpha.Position.X.Scale - Beta.Position.X.Scale
  117. local dy = Alpha.Position.Y.Scale - Beta.Position.Y.Scale
  118. local Magnitude = math.sqrt(dx^2 + dy^2)
  119.  
  120. Line.Size = UDim2.new(Magnitude, 0, 0, 8)
  121. Line.Position = Alpha.Position:Lerp(Beta.Position, 0.5)
  122. Line.Rotation = math.deg(math.atan2(dy, dx))
  123. end
  124.  
  125.  
  126. local Keyboard = Instance.new("Part")
  127. Keyboard.BrickColor = BrickColor.new("Lsvender")
  128. Keyboard.Material = Enum.Material.Neon
  129. Keyboard.Transparency = 0.6
  130. Keyboard.Size = Vector3.new(5, 0, 2)
  131. Keyboard.CanCollide = false
  132. Keyboard.Locked = true
  133.  
  134. Smooth(Keyboard)
  135.  
  136. local KeyboardWeld = Instance.new("Weld")
  137. KeyboardWeld.Part0 = Torso
  138. KeyboardWeld.Part1 = Keyboard
  139. KeyboardWeld.C0 = CFrame.new(0, 0.2, -2) * CFrame.Angles(0.3, 0, 0)
  140.  
  141. KeyboardWeld.Parent = Keyboard
  142. Keyboard.Parent = Character
  143.  
  144.  
  145. local Light = Instance.new("PointLight")
  146. Light.Brightness = 1.5
  147. Light.Range = 12
  148. Light.Parent = Keyboard
  149.  
  150.  
  151. local Screen = Instance.new("Part")
  152. Screen.BrickColor = BrickColor.new("Really black")
  153. Screen.Material = Enum.Material.Neon
  154. Screen.Transparency = 0.6
  155. Screen.Size = Vector3.new(6, 4, 0)
  156. Screen.CanCollide = false
  157. Screen.Locked = true
  158.  
  159. Smooth(Screen)
  160.  
  161. local ScreenWeld = Instance.new("Weld")
  162. ScreenWeld.Part0 = Torso
  163. ScreenWeld.Part1 = Screen
  164. ScreenWeld.C0 = CFrame.new(0, 3.5, -4.5) * CFrame.Angles(0.1, 0, 0)
  165.  
  166. local animeh = Instance.new("Part")
  167. animeh.BrickColor = BrickColor.new("Really black")
  168. animeh.Material = Enum.Material.Neon
  169. animeh.Transparency = 0.6
  170. animeh.Size = Vector3.new(6, 4, 0)
  171. animeh.CanCollide = false
  172. animeh.Locked = true
  173.  
  174. local dekal = Instance.new("Decal",animeh)
  175. dekal.Texture = "http://www.roblox.com/asset/?id=626650325"
  176. dekal.Transparency = 0.15
  177. dekal.Face = "Back"
  178.  
  179. Smooth(animeh)
  180.  
  181. local animehw = Instance.new("Weld")
  182. animehw.Part0 = Torso
  183. animehw.Part1 = animeh
  184. animehw.C0 = CFrame.new(0, 8, -4) * CFrame.Angles(.5,0,0)
  185.  
  186. animehw.Parent = animeh
  187. animeh.Parent = Character
  188.  
  189. local Gui = Instance.new("SurfaceGui")
  190. Gui.Face = "Back"
  191. Gui.Adornee = Screen
  192. Gui.Parent = Screen
  193.  
  194. local Text = Instance.new("TextBox")
  195. Text.BackgroundTransparency = 1
  196. Text.Position = UDim2.new(0, 0, 0, 0)
  197. Text.Size = UDim2.new(1, 0, 1, 0)
  198. Text.TextColor3 = Color3.new(1, 1, 1)
  199. Text.Font = Enum.Font.Code
  200. Text.Active = false
  201. Text.MultiLine = true
  202. Text.TextWrapped = true
  203. Text.FontSize = Enum.FontSize.Size32
  204. Text.TextXAlignment = Enum.TextXAlignment.Left
  205. Text.TextYAlignment = Enum.TextYAlignment.Top
  206. Text.Text = ""
  207.  
  208. Text.Parent = Gui
  209.  
  210. ScreenWeld.Parent = Screen
  211. Screen.Parent = Character
  212.  
  213.  
  214.  
  215. local Screen2 = Instance.new("Part")
  216. Screen2.BrickColor = BrickColor.new("Really black")
  217. Screen2.Material = Enum.Material.Neon
  218. Screen2.Transparency = 0.6
  219. Screen2.Size = Vector3.new(6, 4, 0)
  220. Screen2.CanCollide = false
  221. Screen2.Locked = true
  222.  
  223. Smooth(Screen2)
  224.  
  225. local Screen2Weld = Instance.new("Weld")
  226. Screen2Weld.Part0 = Torso
  227. Screen2Weld.Part1 = Screen2
  228. Screen2Weld.C0 = CFrame.new(5.4, 3.4, -1.5) * CFrame.Angles(0.1, -0.9, 0)
  229.  
  230. local Gui2 = Instance.new("SurfaceGui")
  231. Gui2.Face = "Back"
  232. Gui2.Adornee = Screen2
  233. Gui2.Parent = Screen2
  234.  
  235. local Text2 = Instance.new("TextBox")
  236. Text2.BackgroundTransparency = 1
  237. Text2.Position = UDim2.new(0, 0, 0, 0)
  238. Text2.Size = UDim2.new(1, 0, 1, 0)
  239. Text2.TextColor3 = Color3.new(0, 1, 0)
  240. Text2.Font = Enum.Font.Code
  241. Text2.Active = false
  242. Text2.MultiLine = true
  243. Text2.TextWrapped = true
  244. Text2.FontSize = Enum.FontSize.Size32
  245. Text2.TextXAlignment = Enum.TextXAlignment.Left
  246. Text2.TextYAlignment = Enum.TextYAlignment.Top
  247. Text2.Text = ""
  248.  
  249. Text2.Parent = Gui2
  250.  
  251. local ImageKey = Instance.new("ImageLabel")
  252. ImageKey.BackgroundTransparency = 1
  253. ImageKey.Size = UDim2.new(0.2, 0, 0.2, 0)
  254. ImageKey.Position = UDim2.new(0.4, 0, 0.4, 0)
  255. ImageKey.Image = "http://www.roblox.com/asset/?id=0"
  256. ImageKey.ImageTransparency = 1
  257. ImageKey.Parent = Gui2
  258.  
  259. Screen2Weld.Parent = Screen2
  260. Screen2.Parent = Character
  261.  
  262.  
  263.  
  264. local Screen3 = Instance.new("Part")
  265. Screen3.BrickColor = BrickColor.new("Really black")
  266. Screen3.Material = Enum.Material.Neon
  267. Screen3.Transparency = 0.6
  268. Screen3.Size = Vector3.new(6, 4, 0)
  269. Screen3.CanCollide = false
  270. Screen3.Locked = true
  271.  
  272. local dekal = Instance.new("Decal",Screen3)
  273. dekal.Texture = "http://www.roblox.com/asset/?id=0"
  274. dekal.Transparency = 0.15
  275. dekal.Face = "Back"
  276.  
  277. Smooth(Screen3)
  278.  
  279. local Screen3Weld = Instance.new("Weld")
  280. Screen3Weld.Part0 = Torso
  281. Screen3Weld.Part1 = Screen3
  282. Screen3Weld.C0 = CFrame.new(-5.4, 3.4, -1.5) * CFrame.Angles(0.1, 0.9, 0)
  283.  
  284. local Gui3 = Instance.new("SurfaceGui")
  285. Gui3.Face = "Back"
  286. Gui3.Adornee = Screen3
  287. Gui3.Parent = Screen3
  288.  
  289. local Map = Instance.new("ImageLabel")
  290. Map.BackgroundTransparency = 1
  291. Map.Position = UDim2.new(0, 0, 0, 0)
  292. Map.Size = UDim2.new(1, 0, 1, 0)
  293. Map.Image = "http://www.roblox.com/asset/?id=121661614"
  294.  
  295. Map.Parent = Gui3
  296.  
  297. Screen3Weld.Parent = Screen3
  298. Screen3.Parent = Character
  299.  
  300. UserInputService.InputBegan:Connect(function(Input, Processed)
  301. if Processed then return end
  302.  
  303. if Input.UserInputType == Enum.UserInputType.Keyboard then
  304. local KeyCode = Input.KeyCode
  305.  
  306. if KeyCode == Enum.KeyCode.E then
  307. Typing = not Typing
  308. end
  309. end
  310. end)
  311.  
  312.  
  313.  
  314. RunService.Heartbeat:Connect(function()
  315. local Sine = math.sin(tick() * 8) / 8
  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)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement