Advertisement
Guest User

Untitled

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