Advertisement
Guest User

Untitled

a guest
May 1st, 2018
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.67 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. SCPF_Overlord> fatty that fat shit ass i will hack hes ass
  97.  
  98. Fatty> ahahah Good luck
  99.  
  100. - SCPF_Overlord gets blocked -
  101.  
  102. SCPF_Overlord> FUCK YOU
  103.  
  104. SCPF_Overlord> Get Account (Fatty)
  105.  
  106. Server> Fatty's account detected
  107.  
  108. Server> Username: Fatty Password: Theidiot111
  109.  
  110. SCPF_Overlord> Yeah now he fucked up
  111.  
  112. Fatty's alt> Frineding SCPF_Overlord...
  113.  
  114. SCPF_Overlord > Accepted the friend req...
  115.  
  116. SCPF_Overlord> What do you want faggot
  117.  
  118. Fatty> PLEASE GET ME MY ACCOUNT
  119.  
  120. SCPF_Overlord> HAHAHA of course i will give you kid
  121.  
  122. fatty> Thank you!
  123.  
  124. SCPF_Overlord> SIKE! You Will not get dat account
  125.  
  126. Discord> Deleted(Fatty's account)
  127.  
  128. Fattyalt> Nooooooo
  129.  
  130. Discord> Finding Fattyalt ip
  131. Discord> Founded Hes Ip
  132.  
  133. Google> Searching Fattyalt
  134. Google> Success!
  135. IP : 15.90.138.102
  136. Money : 139.1B
  137. Phone : 202-555-0179
  138.  
  139. SCPF_Overlord> Damn, Fatty got some money.
  140.  
  141. - Tranfaring all money to account (SCPF_Overlord)-
  142.  
  143. SCPF_Overlord> Damn
  144.  
  145. fattyalt> NOOOOOOOOOOOOOOOO
  146.  
  147. Update : "Added Premium Mode"
  148. ]]
  149.  
  150.  
  151.  
  152. game.Lighting.GlobalShadows = false
  153. game.Lighting.Brightness = 0.25
  154.  
  155.  
  156. local function Smooth(Part)
  157. Part.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  158. Part.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  159. Part.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  160. Part.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  161. Part.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  162. Part.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  163. end
  164.  
  165.  
  166. local function SetLine(Line, Alpha, Beta)
  167. local dx = Alpha.Position.X.Scale - Beta.Position.X.Scale
  168. local dy = Alpha.Position.Y.Scale - Beta.Position.Y.Scale
  169. local Magnitude = math.sqrt(dx^2 + dy^2)
  170.  
  171. Line.Size = UDim2.new(Magnitude, 0, 0, 8)
  172. Line.Position = Alpha.Position:Lerp(Beta.Position, 0.5)
  173. Line.Rotation = math.deg(math.atan2(dy, dx))
  174. end
  175.  
  176.  
  177. local Keyboard = Instance.new("Part")
  178. Keyboard.BrickColor = BrickColor.new("Lsvender")
  179. Keyboard.Material = Enum.Material.Neon
  180. Keyboard.Transparency = 0.6
  181. Keyboard.Size = Vector3.new(5, 0, 2)
  182. Keyboard.CanCollide = false
  183. Keyboard.Locked = true
  184.  
  185. Smooth(Keyboard)
  186.  
  187. local KeyboardWeld = Instance.new("Weld")
  188. KeyboardWeld.Part0 = Torso
  189. KeyboardWeld.Part1 = Keyboard
  190. KeyboardWeld.C0 = CFrame.new(0, 0.2, -2) * CFrame.Angles(0.3, 0, 0)
  191.  
  192. KeyboardWeld.Parent = Keyboard
  193. Keyboard.Parent = Character
  194.  
  195.  
  196. local Light = Instance.new("PointLight")
  197. Light.Brightness = 1.5
  198. Light.Range = 12
  199. Light.Parent = Keyboard
  200.  
  201.  
  202. local Screen = Instance.new("Part")
  203. Screen.BrickColor = BrickColor.new("Really black")
  204. Screen.Material = Enum.Material.Neon
  205. Screen.Transparency = 0.6
  206. Screen.Size = Vector3.new(6, 4, 0)
  207. Screen.CanCollide = false
  208. Screen.Locked = true
  209.  
  210. Smooth(Screen)
  211.  
  212. local ScreenWeld = Instance.new("Weld")
  213. ScreenWeld.Part0 = Torso
  214. ScreenWeld.Part1 = Screen
  215. ScreenWeld.C0 = CFrame.new(0, 3.5, -4.5) * CFrame.Angles(0.1, 0, 0)
  216.  
  217. local animeh = Instance.new("Part")
  218. animeh.BrickColor = BrickColor.new("Really black")
  219. animeh.Material = Enum.Material.Neon
  220. animeh.Transparency = 0.6
  221. animeh.Size = Vector3.new(6, 4, 0)
  222. animeh.CanCollide = false
  223. animeh.Locked = true
  224.  
  225. local dekal = Instance.new("Decal",animeh)
  226. dekal.Texture = "http://www.roblox.com/asset/?id=626650325"
  227. dekal.Transparency = 0.15
  228. dekal.Face = "Back"
  229.  
  230. Smooth(animeh)
  231.  
  232. local animehw = Instance.new("Weld")
  233. animehw.Part0 = Torso
  234. animehw.Part1 = animeh
  235. animehw.C0 = CFrame.new(0, 8, -4) * CFrame.Angles(.5,0,0)
  236.  
  237. animehw.Parent = animeh
  238. animeh.Parent = Character
  239.  
  240. local Gui = Instance.new("SurfaceGui")
  241. Gui.Face = "Back"
  242. Gui.Adornee = Screen
  243. Gui.Parent = Screen
  244.  
  245. local Text = Instance.new("TextBox")
  246. Text.BackgroundTransparency = 1
  247. Text.Position = UDim2.new(0, 0, 0, 0)
  248. Text.Size = UDim2.new(1, 0, 1, 0)
  249. Text.TextColor3 = Color3.new(1, 1, 1)
  250. Text.Font = Enum.Font.Code
  251. Text.Active = false
  252. Text.MultiLine = true
  253. Text.TextWrapped = true
  254. Text.FontSize = Enum.FontSize.Size32
  255. Text.TextXAlignment = Enum.TextXAlignment.Left
  256. Text.TextYAlignment = Enum.TextYAlignment.Top
  257. Text.Text = ""
  258.  
  259. Text.Parent = Gui
  260.  
  261. ScreenWeld.Parent = Screen
  262. Screen.Parent = Character
  263.  
  264.  
  265.  
  266. local Screen2 = Instance.new("Part")
  267. Screen2.BrickColor = BrickColor.new("Really black")
  268. Screen2.Material = Enum.Material.Neon
  269. Screen2.Transparency = 0.6
  270. Screen2.Size = Vector3.new(6, 4, 0)
  271. Screen2.CanCollide = false
  272. Screen2.Locked = true
  273.  
  274. Smooth(Screen2)
  275.  
  276. local Screen2Weld = Instance.new("Weld")
  277. Screen2Weld.Part0 = Torso
  278. Screen2Weld.Part1 = Screen2
  279. Screen2Weld.C0 = CFrame.new(5.4, 3.4, -1.5) * CFrame.Angles(0.1, -0.9, 0)
  280.  
  281. local Gui2 = Instance.new("SurfaceGui")
  282. Gui2.Face = "Back"
  283. Gui2.Adornee = Screen2
  284. Gui2.Parent = Screen2
  285.  
  286. local Text2 = Instance.new("TextBox")
  287. Text2.BackgroundTransparency = 1
  288. Text2.Position = UDim2.new(0, 0, 0, 0)
  289. Text2.Size = UDim2.new(1, 0, 1, 0)
  290. Text2.TextColor3 = Color3.new(0, 1, 0)
  291. Text2.Font = Enum.Font.Code
  292. Text2.Active = false
  293. Text2.MultiLine = true
  294. Text2.TextWrapped = true
  295. Text2.FontSize = Enum.FontSize.Size32
  296. Text2.TextXAlignment = Enum.TextXAlignment.Left
  297. Text2.TextYAlignment = Enum.TextYAlignment.Top
  298. Text2.Text = ""
  299.  
  300. Text2.Parent = Gui2
  301.  
  302. local ImageKey = Instance.new("ImageLabel")
  303. ImageKey.BackgroundTransparency = 1
  304. ImageKey.Size = UDim2.new(0.2, 0, 0.2, 0)
  305. ImageKey.Position = UDim2.new(0.4, 0, 0.4, 0)
  306. ImageKey.Image = "http://www.roblox.com/asset/?id=0"
  307. ImageKey.ImageTransparency = 1
  308. ImageKey.Parent = Gui2
  309.  
  310. Screen2Weld.Parent = Screen2
  311. Screen2.Parent = Character
  312.  
  313.  
  314.  
  315. local Screen3 = Instance.new("Part")
  316. Screen3.BrickColor = BrickColor.new("Really black")
  317. Screen3.Material = Enum.Material.Neon
  318. Screen3.Transparency = 0.6
  319. Screen3.Size = Vector3.new(6, 4, 0)
  320. Screen3.CanCollide = false
  321. Screen3.Locked = true
  322.  
  323. local dekal = Instance.new("Decal",Screen3)
  324. dekal.Texture = "http://www.roblox.com/asset/?id=0"
  325. dekal.Transparency = 0.15
  326. dekal.Face = "Back"
  327.  
  328. Smooth(Screen3)
  329.  
  330. local Screen3Weld = Instance.new("Weld")
  331. Screen3Weld.Part0 = Torso
  332. Screen3Weld.Part1 = Screen3
  333. Screen3Weld.C0 = CFrame.new(-5.4, 3.4, -1.5) * CFrame.Angles(0.1, 0.9, 0)
  334.  
  335. local Gui3 = Instance.new("SurfaceGui")
  336. Gui3.Face = "Back"
  337. Gui3.Adornee = Screen3
  338. Gui3.Parent = Screen3
  339.  
  340. local Map = Instance.new("ImageLabel")
  341. Map.BackgroundTransparency = 1
  342. Map.Position = UDim2.new(0, 0, 0, 0)
  343. Map.Size = UDim2.new(1, 0, 1, 0)
  344. Map.Image = "http://www.roblox.com/asset/?id=121661614"
  345.  
  346. Map.Parent = Gui3
  347.  
  348. Screen3Weld.Parent = Screen3
  349. Screen3.Parent = Character
  350.  
  351. UserInputService.InputBegan:Connect(function(Input, Processed)
  352. if Processed then return end
  353.  
  354. if Input.UserInputType == Enum.UserInputType.Keyboard then
  355. local KeyCode = Input.KeyCode
  356.  
  357. if KeyCode == Enum.KeyCode.E then
  358. Typing = not Typing
  359. end
  360. end
  361. end)
  362.  
  363.  
  364.  
  365. RunService.Heartbeat:Connect(function()
  366. local Sine = math.sin(tick() * 8) / 8
  367.  
  368. ImageKey.ImageTransparency = math.abs(math.sin(tick()))
  369.  
  370. if Typing then
  371. if math.random(5) == 1 then
  372. local PressSound = Instance.new("Sound")
  373. PressSound.SoundId = "rbxassetid://265970978"
  374. PressSound.Pitch = 0.5 + math.random() / 5
  375. PressSound.Volume = 3
  376. PressSound.Parent = Keyboard
  377. PressSound:Play()
  378.  
  379. game:GetService("Debris"):AddItem(PressSound, 1 / 2)
  380. end
  381.  
  382. Neck.C0 = CFrame.new(0, 1, 0) * CFrame.Angles(-0.2 + Sine / 4, (math.random() - 0.5) / 2, 0)
  383.  
  384. RightShoulder.C0 = CFrame.new(1, 0.6 + math.random() / 4, -math.random() * 0.7)
  385. * CFrame.Angles(1.5 + Sine * math.random(), -Sine / 4, -(0.5 + 2 * Sine * math.random()))
  386.  
  387. LeftShoulder.C0 = CFrame.new(-1, 0.6 + math.random() / 4, -math.random() * 0.7)
  388. * CFrame.Angles(1.5 - Sine * math.random(), Sine / 4, 0.5 + 2 * Sine * math.random())
  389.  
  390. if math.random(2) == 1 then
  391. if TypingSub < #Argument then
  392. TypingSub = TypingSub + 1
  393. Text.Text = Text.Text..Argument:sub(TypingSub, TypingSub)
  394.  
  395. local nl = Text.Text:find("\n")
  396.  
  397. if nl and #Text.Text > 400 then
  398. Text.Text = Text.Text:sub(nl + 1)
  399. end
  400.  
  401. else
  402. TypingSub = 1
  403. end
  404. end
  405.  
  406. if math.random(3) == 1 then
  407. if TypingSub2 < #Code then
  408. TypingSub2 = TypingSub2 + 1
  409. Text2.Text = Text2.Text..Code:sub(TypingSub2, TypingSub2)
  410.  
  411. local nl = Text2.Text:find("\n")
  412.  
  413. if nl and #Text2.Text > 400 then
  414. Text2.Text = Text2.Text:sub(nl + 1)
  415. end
  416.  
  417. else
  418. TypingSub2 = 1
  419. end
  420. end
  421.  
  422. else
  423. Neck.C0 = CFrame.new(0, 1, 0)
  424.  
  425. RightShoulder.C0 = CFrame.new(1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
  426. LeftShoulder.C0 = CFrame.new(-1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
  427. end
  428. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement