Guest User

Hacker Script - Roblox

a guest
Feb 23rd, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.88 KB | None | 0 0
  1. local Players = game:GetService("Players")
  2. local UserInputService = game:GetService("UserInputService")
  3. local RunService = game:GetService("RunService")
  4.  
  5. local Player = Players.LocalPlayer
  6. local Camera = workspace.CurrentCamera
  7. local Mouse = Player:GetMouse()
  8.  
  9. local Character = Player.Character
  10. local Torso = Character.Torso
  11.  
  12. local Typing = false
  13. local TypingSub = 1
  14. local TypingSub2 = 1
  15.  
  16. local Neck = Torso.Neck
  17.  
  18. Neck.C1 = CFrame.new(0, -0.5, 0)
  19.  
  20. local RightArm = Character["Right Arm"]
  21. local LeftArm = Character["Left Arm"]
  22.  
  23. local RightShoulder = Instance.new("Weld", Torso)
  24. RightShoulder.Part0 = Torso
  25. RightShoulder.Part1 = RightArm
  26.  
  27. local LeftShoulder = Instance.new("Weld", Torso)
  28. LeftShoulder.Part0 = Torso
  29. LeftShoulder.Part1 = LeftArm
  30.  
  31. RightShoulder.C1 = CFrame.new(-0.5, 0.5, 0)
  32. LeftShoulder.C1 = CFrame.new(0.5, 0.5, 0)
  33.  
  34.  
  35. local Code = [[
  36. -- I failed at downloading ssf2
  37.  
  38. Server Proxy Connection Initializing...
  39.  
  40. USERNAME: Zneakyblox
  41. PASSWORD: ???
  42.  
  43.  
  44. ROBLOX Server Database Connecting...
  45.  
  46.  
  47. local Proxy = Server:GetMemeData(1011101)
  48. local Tracker = {}
  49.  
  50. __INIT__ setmetatable(getmetatable(Meme), {
  51. __metatable = {};
  52. __call = function(Self, ...)
  53. Proxy:GetArgumentData(MEME.Key, select(...))
  54. end;
  55. })
  56.  
  57. Proxy:TransferData("Lifetime_OBC_Charged",
  58. "ACCVERSION_89_MEME:GetAccount()
  59. {
  60. __newindex = function(Self, Key, Value)
  61. Tracker[Key] = Value
  62. rawset(Self, Key, Value)
  63. end
  64. })
  65.  
  66. Proxy:GetTransferredData().breakAssymetricEncryption(
  67. "NEW_MEME_KEY", true, 102, false
  68. )
  69.  
  70.  
  71. ROBLOX Server Log:
  72. > 420 Robux Transferred to Snoop Dog???
  73.  
  74. Spicy Memes
  75.  
  76. ERROR<Tried to Give 69000 Robux to Dumbassbird1, Failed To Give 69000 Robux , deleting Sammy>
  77. Deleting Sammyclassicsonicfan..50%
  78. Deleting Sammyclassicsonicfan..100%
  79. Successfully deleted Sammyclassicsonicfan.
  80. Message<WHY SONIC WHY SONIC WHY SONIC!!!
  81. NASA FOUND
  82. <div role="log" aria-live="assertive" aria-relevant="additions" class="ui-helper-hidden-accessible"></div>
  83.  
  84.  
  85.  
  86.  
  87.  
  88. ]]
  89.  
  90.  
  91. local Argument = [[
  92.  
  93. geting inside to the Shcool web...
  94.  
  95. 11101010101010101
  96.  
  97. 1010101010101010
  98.  
  99. 01010110100101
  100. Teacher ID: "376.237.4545"
  101. Date joined: 2/7/2015
  102. Last zionists in science:
  103.  
  104. Kris: 78%
  105.  
  106. Maya: 99%
  107.  
  108. Arik: 65%
  109.  
  110. 10111010100
  111.  
  112. 01101010110001
  113.  
  114. Teacher."376.237.4545".Password.View = true
  115.  
  116. Web.376.237.4545.zionists.science.Arik = 100%
  117.  
  118. Entrance approved!!
  119.  
  120. Text Made By: 0LOLORLOL0
  121. ]]
  122.  
  123.  
  124.  
  125. game.Lighting.GlobalShadows = false
  126. game.Lighting.Brightness = 0.25
  127.  
  128.  
  129. local function Smooth(Part)
  130. Part.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  131. Part.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  132. Part.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  133. Part.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  134. Part.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  135. Part.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  136. end
  137.  
  138.  
  139. local function SetLine(Line, Alpha, Beta)
  140. local dx = Alpha.Position.X.Scale - Beta.Position.X.Scale
  141. local dy = Alpha.Position.Y.Scale - Beta.Position.Y.Scale
  142. local Magnitude = math.sqrt(dx^2 + dy^2)
  143.  
  144. Line.Size = UDim2.new(Magnitude, 0, 0, 8)
  145. Line.Position = Alpha.Position:Lerp(Beta.Position, 0.5)
  146. Line.Rotation = math.deg(math.atan2(dy, dx))
  147. end
  148.  
  149.  
  150. local Keyboard = Instance.new("Part")
  151. Keyboard.BrickColor = BrickColor.new("Lsvender")
  152. Keyboard.Material = Enum.Material.Neon
  153. Keyboard.Transparency = 0.6
  154. Keyboard.Size = Vector3.new(5, 0, 2)
  155. Keyboard.CanCollide = false
  156. Keyboard.Locked = true
  157.  
  158. Smooth(Keyboard)
  159.  
  160. local KeyboardWeld = Instance.new("Weld")
  161. KeyboardWeld.Part0 = Torso
  162. KeyboardWeld.Part1 = Keyboard
  163. KeyboardWeld.C0 = CFrame.new(0, 0.2, -2) * CFrame.Angles(0.3, 0, 0)
  164.  
  165. KeyboardWeld.Parent = Keyboard
  166. Keyboard.Parent = Character
  167.  
  168.  
  169. local Light = Instance.new("PointLight")
  170. Light.Brightness = 1.5
  171. Light.Range = 12
  172. Light.Parent = Keyboard
  173.  
  174.  
  175. local Screen = Instance.new("Part")
  176. Screen.BrickColor = BrickColor.new("Really black")
  177. Screen.Material = Enum.Material.Neon
  178. Screen.Transparency = 0.6
  179. Screen.Size = Vector3.new(6, 4, 0)
  180. Screen.CanCollide = false
  181. Screen.Locked = true
  182.  
  183. Smooth(Screen)
  184.  
  185. local ScreenWeld = Instance.new("Weld")
  186. ScreenWeld.Part0 = Torso
  187. ScreenWeld.Part1 = Screen
  188. ScreenWeld.C0 = CFrame.new(0, 3.5, -4.5) * CFrame.Angles(0.1, 0, 0)
  189.  
  190. local animeh = Instance.new("Part")
  191. animeh.BrickColor = BrickColor.new("Really black")
  192. animeh.Material = Enum.Material.Neon
  193. animeh.Transparency = 0.6
  194. animeh.Size = Vector3.new(6, 4, 0)
  195. animeh.CanCollide = false
  196. animeh.Locked = true
  197.  
  198. local dekal = Instance.new("Decal",animeh)
  199. dekal.Texture = "http://www.roblox.com/asset/?id=626650325"
  200. dekal.Transparency = 0.15
  201. dekal.Face = "Back"
  202.  
  203. Smooth(animeh)
  204.  
  205. local animehw = Instance.new("Weld")
  206. animehw.Part0 = Torso
  207. animehw.Part1 = animeh
  208. animehw.C0 = CFrame.new(0, 8, -4) * CFrame.Angles(.5,0,0)
  209.  
  210. animehw.Parent = animeh
  211. animeh.Parent = Character
  212.  
  213. local Gui = Instance.new("SurfaceGui")
  214. Gui.Face = "Back"
  215. Gui.Adornee = Screen
  216. Gui.Parent = Screen
  217.  
  218. local Text = Instance.new("TextBox")
  219. Text.BackgroundTransparency = 1
  220. Text.Position = UDim2.new(0, 0, 0, 0)
  221. Text.Size = UDim2.new(1, 0, 1, 0)
  222. Text.TextColor3 = Color3.new(1, 1, 1)
  223. Text.Font = Enum.Font.Code
  224. Text.Active = false
  225. Text.MultiLine = true
  226. Text.TextWrapped = true
  227. Text.FontSize = Enum.FontSize.Size32
  228. Text.TextXAlignment = Enum.TextXAlignment.Left
  229. Text.TextYAlignment = Enum.TextYAlignment.Top
  230. Text.Text = ""
  231.  
  232. Text.Parent = Gui
  233.  
  234. ScreenWeld.Parent = Screen
  235. Screen.Parent = Character
  236.  
  237.  
  238.  
  239. local Screen2 = Instance.new("Part")
  240. Screen2.BrickColor = BrickColor.new("Really black")
  241. Screen2.Material = Enum.Material.Neon
  242. Screen2.Transparency = 0.6
  243. Screen2.Size = Vector3.new(6, 4, 0)
  244. Screen2.CanCollide = false
  245. Screen2.Locked = true
  246.  
  247. Smooth(Screen2)
  248.  
  249. local Screen2Weld = Instance.new("Weld")
  250. Screen2Weld.Part0 = Torso
  251. Screen2Weld.Part1 = Screen2
  252. Screen2Weld.C0 = CFrame.new(5.4, 3.4, -1.5) * CFrame.Angles(0.1, -0.9, 0)
  253.  
  254. local Gui2 = Instance.new("SurfaceGui")
  255. Gui2.Face = "Back"
  256. Gui2.Adornee = Screen2
  257. Gui2.Parent = Screen2
  258.  
  259. local Text2 = Instance.new("TextBox")
  260. Text2.BackgroundTransparency = 1
  261. Text2.Position = UDim2.new(0, 0, 0, 0)
  262. Text2.Size = UDim2.new(1, 0, 1, 0)
  263. Text2.TextColor3 = Color3.new(0, 1, 0)
  264. Text2.Font = Enum.Font.Code
  265. Text2.Active = false
  266. Text2.MultiLine = true
  267. Text2.TextWrapped = true
  268. Text2.FontSize = Enum.FontSize.Size32
  269. Text2.TextXAlignment = Enum.TextXAlignment.Left
  270. Text2.TextYAlignment = Enum.TextYAlignment.Top
  271. Text2.Text = ""
  272.  
  273. Text2.Parent = Gui2
  274.  
  275. local ImageKey = Instance.new("ImageLabel")
  276. ImageKey.BackgroundTransparency = 1
  277. ImageKey.Size = UDim2.new(0.2, 0, 0.2, 0)
  278. ImageKey.Position = UDim2.new(0.4, 0, 0.4, 0)
  279. ImageKey.Image = "http://www.roblox.com/asset/?id=0"
  280. ImageKey.ImageTransparency = 1
  281. ImageKey.Parent = Gui2
  282.  
  283. Screen2Weld.Parent = Screen2
  284. Screen2.Parent = Character
  285.  
  286.  
  287.  
  288. local Screen3 = Instance.new("Part")
  289. Screen3.BrickColor = BrickColor.new("Really black")
  290. Screen3.Material = Enum.Material.Neon
  291. Screen3.Transparency = 0.6
  292. Screen3.Size = Vector3.new(6, 4, 0)
  293. Screen3.CanCollide = false
  294. Screen3.Locked = true
  295.  
  296. local dekal = Instance.new("Decal",Screen3)
  297. dekal.Texture = "http://www.roblox.com/asset/?id=0"
  298. dekal.Transparency = 0.15
  299. dekal.Face = "Back"
  300.  
  301. Smooth(Screen3)
  302.  
  303. local Screen3Weld = Instance.new("Weld")
  304. Screen3Weld.Part0 = Torso
  305. Screen3Weld.Part1 = Screen3
  306. Screen3Weld.C0 = CFrame.new(-5.4, 3.4, -1.5) * CFrame.Angles(0.1, 0.9, 0)
  307.  
  308. local Gui3 = Instance.new("SurfaceGui")
  309. Gui3.Face = "Back"
  310. Gui3.Adornee = Screen3
  311. Gui3.Parent = Screen3
  312.  
  313. local Map = Instance.new("ImageLabel")
  314. Map.BackgroundTransparency = 1
  315. Map.Position = UDim2.new(0, 0, 0, 0)
  316. Map.Size = UDim2.new(1, 0, 1, 0)
  317. Map.Image = "http://www.roblox.com/asset/?id=121661614"
  318.  
  319. Map.Parent = Gui3
  320.  
  321. Screen3Weld.Parent = Screen3
  322. Screen3.Parent = Character
  323.  
  324. UserInputService.InputBegan:Connect(function(Input, Processed)
  325. if Processed then return end
  326.  
  327. if Input.UserInputType == Enum.UserInputType.Keyboard then
  328. local KeyCode = Input.KeyCode
  329.  
  330. if KeyCode == Enum.KeyCode.E then
  331. Typing = not Typing
  332. end
  333. end
  334. end)
  335.  
  336.  
  337.  
  338. RunService.Heartbeat:Connect(function()
  339. local Sine = math.sin(tick() * 8) / 8
  340.  
  341. ImageKey.ImageTransparency = math.abs(math.sin(tick()))
  342.  
  343. if Typing then
  344. if math.random(5) == 1 then
  345. local PressSound = Instance.new("Sound")
  346. PressSound.SoundId = "rbxassetid://265970978"
  347. PressSound.Pitch = 0.5 + math.random() / 5
  348. PressSound.Volume = 3
  349. PressSound.Parent = Keyboard
  350. PressSound:Play()
  351.  
  352. game:GetService("Debris"):AddItem(PressSound, 1 / 2)
  353. end
  354.  
  355. Neck.C0 = CFrame.new(0, 1, 0) * CFrame.Angles(-0.2 + Sine / 4, (math.random() - 0.5) / 2, 0)
  356.  
  357. RightShoulder.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. LeftShoulder.C0 = CFrame.new(-1, 0.6 + math.random() / 4, -math.random() * 0.7)
  361. * CFrame.Angles(1.5 - Sine * math.random(), Sine / 4, 0.5 + 2 * Sine * math.random())
  362.  
  363. if math.random(2) == 1 then
  364. if TypingSub < #Argument then
  365. TypingSub = TypingSub + 1
  366. Text.Text = Text.Text..Argument:sub(TypingSub, TypingSub)
  367.  
  368. local nl = Text.Text:find("\n")
  369.  
  370. if nl and #Text.Text > 400 then
  371. Text.Text = Text.Text:sub(nl + 1)
  372. end
  373.  
  374. else
  375. TypingSub = 1
  376. end
  377. end
  378.  
  379. if math.random(3) == 1 then
  380. if TypingSub2 < #Code then
  381. TypingSub2 = TypingSub2 + 1
  382. Text2.Text = Text2.Text..Code:sub(TypingSub2, TypingSub2)
  383.  
  384. local nl = Text2.Text:find("\n")
  385.  
  386. if nl and #Text2.Text > 400 then
  387. Text2.Text = Text2.Text:sub(nl + 1)
  388. end
  389.  
  390. else
  391. TypingSub2 = 1
  392. end
  393. end
  394.  
  395. else
  396. Neck.C0 = CFrame.new(0, 1, 0)
  397.  
  398. RightShoulder.C0 = CFrame.new(1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
  399. LeftShoulder.C0 = CFrame.new(-1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
  400. end
  401. end)
Add Comment
Please, Sign In to add comment