Guest User

LUXARH4X

a guest
Nov 30th, 2017
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 10.88 KB | None | 0 0
  1. - RBX.Lua LocalScript | Hackerman | JeffTheYouTuber_C303 | Edit By foxythetoyfoxy, profalex01.
  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.     You> 11000011001101                    
  97.  
  98.     You> 00110000011110            
  99.  
  100.     You> 1100011
  101.  
  102.     You> 000111100
  103.    
  104.     You> End(Server)
  105.  
  106.     Server> Server ended.
  107.    
  108.     Discord> Joining VoidSB Discord..
  109.  
  110.     Server> Joined VoidSB Discord!
  111.    
  112.     You > afk 99 years
  113.    
  114.     Server> You got banned for 9999 years because of afk for 99 years!
  115.                
  116.     You> 11000011001101                    
  117.  
  118.     You> 00110000011110            
  119.  
  120.     You> 1100011
  121.  
  122.     You> 000111100
  123.    
  124.     You> Delete(VoidSB)
  125.  
  126.     Server> Server deleted.
  127.  
  128.     Discord> Finding Dark Eccentric Party..
  129.     Discord> Founded Dark's Party!
  130.  
  131.     Google> Searching NASA
  132.     Google> Success!
  133.   IP : 15.90.138.102
  134.   Money : 139.1B
  135.  Phone : 202-555-0179
  136.    
  137.     You> Damn, NASA got some money.
  138.    
  139.     You> GET NASA MONEY
  140.  
  141.     You> =GETTING NASA MONEY=
  142.  
  143.     NEWS> we heard that nasa got no money
  144.  
  145.     You> Now it's time for ROBLOX
  146.  
  147.     You>  <div class="navbar navbar-default navbar-static-top"
  148.  
  149.     You> This should be happening now.
  150.  
  151.   ROBLOX> Roblox is currently under going maintence.. We'll be back up soon!
  152.  
  153.     You> I'm going to hack minecraft now.
  154.  
  155.     You> <li class="item item-fandom" data-flag=""destroy:="
  156.  
  157.     Notch> Peoples are getting premium accounts out of no where!
  158.    
  159.     You> =Uses w33b hacks=
  160.    
  161.     You> I added a new version of minecraft
  162.  
  163.     You> 1337.666
  164.  
  165.     Update : "Added Premium Mode"
  166. ]]
  167.  
  168.  
  169.  
  170. game.Lighting.GlobalShadows = false
  171. game.Lighting.Brightness = 0.25
  172.  
  173.  
  174. local function Smooth(Part)
  175.     Part.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  176.     Part.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  177.     Part.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  178.     Part.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  179.     Part.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  180.     Part.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  181. end
  182.  
  183.  
  184. local function SetLine(Line, Alpha, Beta)
  185.     local dx = Alpha.Position.X.Scale - Beta.Position.X.Scale
  186.     local dy = Alpha.Position.Y.Scale - Beta.Position.Y.Scale
  187.     local Magnitude = math.sqrt(dx^2 + dy^2)
  188.    
  189.     Line.Size = UDim2.new(Magnitude, 0, 0, 8)
  190.     Line.Position = Alpha.Position:Lerp(Beta.Position, 0.5)
  191.     Line.Rotation = math.deg(math.atan2(dy, dx))
  192. end
  193.  
  194.  
  195. local Keyboard = Instance.new("Part")
  196. Keyboard.BrickColor = BrickColor.new("Lsvender")
  197. Keyboard.Material = Enum.Material.Neon
  198. Keyboard.Transparency = 0.6
  199. Keyboard.Size = Vector3.new(5, 0, 2)
  200. Keyboard.CanCollide = false
  201. Keyboard.Locked = true
  202.  
  203. Smooth(Keyboard)
  204.  
  205. local KeyboardWeld = Instance.new("Weld")
  206. KeyboardWeld.Part0 = Torso
  207. KeyboardWeld.Part1 = Keyboard
  208. KeyboardWeld.C0 = CFrame.new(0, 0.2, -2) * CFrame.Angles(0.3, 0, 0)
  209.  
  210. KeyboardWeld.Parent = Keyboard
  211. Keyboard.Parent = Character
  212.  
  213.  
  214. local Light = Instance.new("PointLight")
  215. Light.Brightness = 1.5
  216. Light.Range = 12
  217. Light.Parent = Keyboard
  218.  
  219.  
  220. local Screen = Instance.new("Part")
  221. Screen.BrickColor = BrickColor.new("Really black")
  222. Screen.Material = Enum.Material.Neon
  223. Screen.Transparency = 0.6
  224. Screen.Size = Vector3.new(6, 4, 0)
  225. Screen.CanCollide = false
  226. Screen.Locked = true
  227.  
  228. Smooth(Screen)
  229.  
  230. local ScreenWeld = Instance.new("Weld")
  231. ScreenWeld.Part0 = Torso
  232. ScreenWeld.Part1 = Screen
  233. ScreenWeld.C0 = CFrame.new(0, 3.5, -4.5) * CFrame.Angles(0.1, 0, 0)
  234.  
  235. local animeh = Instance.new("Part")
  236. animeh.BrickColor = BrickColor.new("Really black")
  237. animeh.Material = Enum.Material.Neon
  238. animeh.Transparency = 0.6
  239. animeh.Size = Vector3.new(6, 4, 0)
  240. animeh.CanCollide = false
  241. animeh.Locked = true
  242.  
  243. local dekal = Instance.new("Decal",animeh)
  244. dekal.Texture = "http://www.roblox.com/asset/?id=626650325"
  245. dekal.Transparency = 0.15
  246. dekal.Face = "Back"
  247.  
  248. Smooth(animeh)
  249.  
  250. local animehw = Instance.new("Weld")
  251. animehw.Part0 = Torso
  252. animehw.Part1 = animeh
  253. animehw.C0 = CFrame.new(0, 8, -4) * CFrame.Angles(.5,0,0)
  254.  
  255. animehw.Parent = animeh
  256. animeh.Parent = Character
  257.  
  258. local Gui = Instance.new("SurfaceGui")
  259. Gui.Face = "Back"
  260. Gui.Adornee = Screen
  261. Gui.Parent = Screen
  262.  
  263. local Text = Instance.new("TextBox")
  264. Text.BackgroundTransparency = 1
  265. Text.Position = UDim2.new(0, 0, 0, 0)
  266. Text.Size = UDim2.new(1, 0, 1, 0)
  267. Text.TextColor3 = Color3.new(1, 1, 1)
  268. Text.Font = Enum.Font.Code
  269. Text.Active = false
  270. Text.MultiLine = true
  271. Text.TextWrapped = true
  272. Text.FontSize = Enum.FontSize.Size32
  273. Text.TextXAlignment = Enum.TextXAlignment.Left
  274. Text.TextYAlignment = Enum.TextYAlignment.Top
  275. Text.Text = ""
  276.  
  277. Text.Parent = Gui
  278.  
  279. ScreenWeld.Parent = Screen
  280. Screen.Parent = Character
  281.  
  282.  
  283.  
  284. local Screen2 = Instance.new("Part")
  285. Screen2.BrickColor = BrickColor.new("Really black")
  286. Screen2.Material = Enum.Material.Neon
  287. Screen2.Transparency = 0.6
  288. Screen2.Size = Vector3.new(6, 4, 0)
  289. Screen2.CanCollide = false
  290. Screen2.Locked = true
  291.  
  292. Smooth(Screen2)
  293.  
  294. local Screen2Weld = Instance.new("Weld")
  295. Screen2Weld.Part0 = Torso
  296. Screen2Weld.Part1 = Screen2
  297. Screen2Weld.C0 = CFrame.new(5.4, 3.4, -1.5) * CFrame.Angles(0.1, -0.9, 0)
  298.  
  299. local Gui2 = Instance.new("SurfaceGui")
  300. Gui2.Face = "Back"
  301. Gui2.Adornee = Screen2
  302. Gui2.Parent = Screen2
  303.  
  304. local Text2 = Instance.new("TextBox")
  305. Text2.BackgroundTransparency = 1
  306. Text2.Position = UDim2.new(0, 0, 0, 0)
  307. Text2.Size = UDim2.new(1, 0, 1, 0)
  308. Text2.TextColor3 = Color3.new(0, 1, 0)
  309. Text2.Font = Enum.Font.Code
  310. Text2.Active = false
  311. Text2.MultiLine = true
  312. Text2.TextWrapped = true
  313. Text2.FontSize = Enum.FontSize.Size32
  314. Text2.TextXAlignment = Enum.TextXAlignment.Left
  315. Text2.TextYAlignment = Enum.TextYAlignment.Top
  316. Text2.Text = ""
  317.  
  318. Text2.Parent = Gui2
  319.  
  320. local ImageKey = Instance.new("ImageLabel")
  321. ImageKey.BackgroundTransparency = 1
  322. ImageKey.Size = UDim2.new(0.2, 0, 0.2, 0)
  323. ImageKey.Position = UDim2.new(0.4, 0, 0.4, 0)
  324. ImageKey.Image = "http://www.roblox.com/asset/?id=0"
  325. ImageKey.ImageTransparency = 1
  326. ImageKey.Parent = Gui2
  327.  
  328. Screen2Weld.Parent = Screen2
  329. Screen2.Parent = Character
  330.  
  331.  
  332.  
  333. local Screen3 = Instance.new("Part")
  334. Screen3.BrickColor = BrickColor.new("Really black")
  335. Screen3.Material = Enum.Material.Neon
  336. Screen3.Transparency = 0.6
  337. Screen3.Size = Vector3.new(6, 4, 0)
  338. Screen3.CanCollide = false
  339. Screen3.Locked = true
  340.  
  341. local dekal = Instance.new("Decal",Screen3)
  342. dekal.Texture = "http://www.roblox.com/asset/?id=0"
  343. dekal.Transparency = 0.15
  344. dekal.Face = "Back"
  345.  
  346. Smooth(Screen3)
  347.  
  348. local Screen3Weld = Instance.new("Weld")
  349. Screen3Weld.Part0 = Torso
  350. Screen3Weld.Part1 = Screen3
  351. Screen3Weld.C0 = CFrame.new(-5.4, 3.4, -1.5) * CFrame.Angles(0.1, 0.9, 0)
  352.  
  353. local Gui3 = Instance.new("SurfaceGui")
  354. Gui3.Face = "Back"
  355. Gui3.Adornee = Screen3
  356. Gui3.Parent = Screen3
  357.  
  358. local Map = Instance.new("ImageLabel")
  359. Map.BackgroundTransparency = 1
  360. Map.Position = UDim2.new(0, 0, 0, 0)
  361. Map.Size = UDim2.new(1, 0, 1, 0)
  362. Map.Image = "http://www.roblox.com/asset/?id=121661614"
  363.  
  364. Map.Parent = Gui3
  365.  
  366. Screen3Weld.Parent = Screen3
  367. Screen3.Parent = Character
  368.  
  369. UserInputService.InputBegan:Connect(function(Input, Processed)
  370.     if Processed then return end
  371.    
  372.     if Input.UserInputType == Enum.UserInputType.Keyboard then
  373.         local KeyCode = Input.KeyCode
  374.        
  375.         if KeyCode == Enum.KeyCode.E then
  376.             Typing = not Typing
  377.         end
  378.     end
  379. end)
  380.  
  381.  
  382.  
  383. RunService.Heartbeat:Connect(function()
  384.     local Sine = math.sin(tick() * 8) / 8
  385.    
  386.     ImageKey.ImageTransparency = math.abs(math.sin(tick()))
  387.    
  388.     if Typing then
  389.         if math.random(5) == 1 then
  390.             local PressSound = Instance.new("Sound")
  391.             PressSound.SoundId = "rbxassetid://265970978"
  392.             PressSound.Pitch = 0.5 + math.random() / 5
  393.             PressSound.Volume = 3
  394.             PressSound.Parent = Keyboard
  395.             PressSound:Play()
  396.            
  397.             game:GetService("Debris"):AddItem(PressSound, 1 / 2)
  398.         end
  399.        
  400.         Neck.C0 = CFrame.new(0, 1, 0) * CFrame.Angles(-0.2 + Sine / 4, (math.random() - 0.5) / 2, 0)
  401.        
  402.         RightShoulder.C0 = CFrame.new(1, 0.6 + math.random() / 4, -math.random() * 0.7)
  403.             * CFrame.Angles(1.5 + Sine * math.random(), -Sine / 4, -(0.5 + 2 * Sine * math.random()))
  404.        
  405.         LeftShoulder.C0 = CFrame.new(-1, 0.6 + math.random() / 4, -math.random() * 0.7)
  406.             * CFrame.Angles(1.5 - Sine * math.random(), Sine / 4, 0.5 + 2 * Sine * math.random())
  407.        
  408.         if math.random(2) == 1 then
  409.             if TypingSub < #Argument then
  410.                 TypingSub = TypingSub + 1
  411.                 Text.Text = Text.Text..Argument:sub(TypingSub, TypingSub)
  412.                
  413.                 local nl = Text.Text:find("\n")
  414.                
  415.                 if nl and #Text.Text > 400 then
  416.                     Text.Text = Text.Text:sub(nl + 1)
  417.                 end
  418.                
  419.             else
  420.                 TypingSub = 1
  421.             end
  422.         end
  423.        
  424.         if math.random(3) == 1 then
  425.             if TypingSub2 < #Code then
  426.                 TypingSub2 = TypingSub2 + 1
  427.                 Text2.Text = Text2.Text..Code:sub(TypingSub2, TypingSub2)
  428.                
  429.                 local nl = Text2.Text:find("\n")
  430.                
  431.                 if nl and #Text2.Text > 400 then
  432.                     Text2.Text = Text2.Text:sub(nl + 1)
  433.                 end
  434.                
  435.             else
  436.                 TypingSub2 = 1
  437.             end
  438.         end
  439.        
  440.     else
  441.         Neck.C0 = CFrame.new(0, 1, 0)
  442.        
  443.         RightShoulder.C0 = CFrame.new(1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
  444.         LeftShoulder.C0 = CFrame.new(-1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
  445.     end
  446. end)
Add Comment
Please, Sign In to add comment