Guest User

Untitled

a guest
Sep 25th, 2018
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --https://github.com/Mokiros/roblox-FE-compatibility
  2. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  3. local Player,game,owner = owner,game
  4. local RealPlayer = Player
  5. do
  6. print("FE Compatibility code by Mokiros")
  7. local rp = RealPlayer
  8. script.Parent = rp.Character
  9.  
  10. --RemoteEvent for communicating
  11. local Event = Instance.new("RemoteEvent")
  12. Event.Name = "UserInput_Event"
  13.  
  14. --Fake event to make stuff like Mouse.KeyDown work
  15. local function fakeEvent()
  16. local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
  17. t.connect = t.Connect
  18. return t
  19. end
  20.  
  21. --Creating fake input objects with fake variables
  22. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent(),Button2Up=fakeEvent(),Button2Down=fakeEvent()}
  23. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  24. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  25. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  26. end}
  27. --Merged 2 functions into one by checking amount of arguments
  28. CAS.UnbindAction = CAS.BindAction
  29.  
  30. --This function will trigger the events that have been :Connect()'ed
  31. local function te(self,ev,...)
  32. local t = m[ev]
  33. if t and t._fakeEvent then
  34. for _,f in pairs(t.Functions) do
  35. f(...)
  36. end
  37. end
  38. end
  39. m.TrigEvent = te
  40. UIS.TrigEvent = te
  41.  
  42. Event.OnServerEvent:Connect(function(plr,io)
  43. if plr~=rp then return end
  44. m.Target = io.Target
  45. m.Hit = io.Hit
  46. if not io.isMouse then
  47. local b = io.UserInputState == Enum.UserInputState.Begin
  48. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  49. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  50. end
  51. if io.UserInputType == Enum.UserInputType.MouseButton2 then
  52. return m:TrigEvent(b and "Button2Down" or "Button2Up")
  53. end
  54. for _,t in pairs(CAS.Actions) do
  55. for _,k in pairs(t.Keys) do
  56. if k==io.KeyCode then
  57. t.Function(t.Name,io.UserInputState,io)
  58. end
  59. end
  60. end
  61. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  62. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  63. end
  64. end)
  65. Event.Parent = NLS([==[
  66. local Player = game:GetService("Players").LocalPlayer
  67. local Event = script:WaitForChild("UserInput_Event")
  68.  
  69. local Mouse = Player:GetMouse()
  70. local UIS = game:GetService("UserInputService")
  71. local input = function(io,a)
  72. if a then return end
  73. --Since InputObject is a client-side instance, we create and pass table instead
  74. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  75. end
  76. UIS.InputBegan:Connect(input)
  77. UIS.InputEnded:Connect(input)
  78.  
  79. local h,t
  80. --Give the server mouse data 30 times every second, but only if the values changed
  81. --If player is not moving their mouse, client won't fire events
  82. while wait(1/30) do
  83. if h~=Mouse.Hit or t~=Mouse.Target then
  84. h,t=Mouse.Hit,Mouse.Target
  85. Event:FireServer({isMouse=true,Target=t,Hit=h})
  86. end
  87. end]==],Player.Character)
  88.  
  89. ----Sandboxed game object that allows the usage of client-side methods and services
  90. --Real game object
  91. local _rg = game
  92.  
  93. --Metatable for fake service
  94. local fsmt = {
  95. __index = function(self,k)
  96. local s = rawget(self,"_RealService")
  97. if s then
  98. return typeof(s[k])=="function"
  99. and function(_,...)return s[k](s,...)end or s[k]
  100. end
  101. end,
  102. __newindex = function(self,k,v)
  103. local s = rawget(self,"_RealService")
  104. if s then s[k]=v end
  105. end
  106. }
  107. local function FakeService(t,RealService)
  108. t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
  109. return setmetatable(t,fsmt)
  110. end
  111.  
  112. --Fake game object
  113. local g = {
  114. GetService = function(self,s)
  115. return rawget(self,s) or _rg:GetService(s)
  116. end,
  117. Players = FakeService({
  118. LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
  119. },"Players"),
  120. UserInputService = FakeService(UIS,"UserInputService"),
  121. ContextActionService = FakeService(CAS,"ContextActionService"),
  122. RunService = FakeService({
  123. _btrs = {},
  124. RenderStepped = _rg:GetService("RunService").Heartbeat,
  125. BindToRenderStep = function(self,name,_,fun)
  126. self._btrs[name] = self.Heartbeat:Connect(fun)
  127. end,
  128. UnbindFromRenderStep = function(self,name)
  129. self._btrs[name]:Disconnect()
  130. end,
  131. },"RunService")
  132. }
  133. rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
  134. g.service = g.GetService
  135. FakeService(g,game)
  136. --Changing owner to fake player object to support owner:GetMouse()
  137. game,owner = g,g.Players.LocalPlayer
  138. end
  139. -- RBX.Lua LocalScript | Hackerman | xDarkScripter | Edit By Skips2267, triggerednolie.
  140.  
  141.  
  142. local Players = owner
  143. local UserInputService = game:GetService("UserInputService")
  144. local RunService = game:GetService("RunService")
  145.  
  146. local Player = Players.LocalPlayer
  147. local Camera = workspace.CurrentCamera
  148. local Mouse = Player:GetMouse()
  149.  
  150. local Character = Player.Character
  151. local Torso = Character.Torso
  152.  
  153. local Typing = false
  154. local TypingSub = 1
  155. local TypingSub2 = 1
  156.  
  157. local Neck = Torso.Neck
  158.  
  159. Neck.C1 = CFrame.new(0, -0.5, 0)
  160.  
  161. local RightArm = Character["Right Arm"]
  162. local LeftArm = Character["Left Arm"]
  163.  
  164. local RightShoulder = Instance.new("Weld", Torso)
  165. RightShoulder.Part0 = Torso
  166. RightShoulder.Part1 = RightArm
  167.  
  168. local LeftShoulder = Instance.new("Weld", Torso)
  169. LeftShoulder.Part0 = Torso
  170. LeftShoulder.Part1 = LeftArm
  171.  
  172. RightShoulder.C1 = CFrame.new(-0.5, 0.5, 0)
  173. LeftShoulder.C1 = CFrame.new(0.5, 0.5, 0)
  174.  
  175.  
  176. local Code = [[
  177. -- I failed at downloading ssf2
  178.  
  179. Server Proxy Connection Initializing...
  180.  
  181. USERNAME: Zneakyblox
  182. PASSWORD: ???
  183.  
  184.  
  185. ROBLOX Server Database Connecting...
  186.  
  187.  
  188. local Proxy = Server:GetMemeData(1011101)
  189. local Tracker = {}
  190.  
  191. __INIT__ setmetatable(getmetatable(Meme), {
  192. __metatable = {};
  193. __call = function(Self, ...)
  194. Proxy:GetArgumentData(MEME.Key, select(...))
  195. end;
  196. })
  197.  
  198. Proxy:TransferData("Lifetime_OBC_Charged",
  199. "ACCVERSION_89_MEME:GetAccount()
  200. {
  201. __newindex = function(Self, Key, Value)
  202. Tracker[Key] = Value
  203. rawset(Self, Key, Value)
  204. end
  205. })
  206.  
  207. Proxy:GetTransferredData().breakAssymetricEncryption(
  208. "NEW_MEME_KEY", true, 102, false
  209. )
  210.  
  211.  
  212. ROBLOX Server Log:
  213. > 420 Robux Transferred to Snoop Dog???
  214.  
  215. Spicy Memes
  216.  
  217. ERROR<Tried to Give 69000 Robux to Dumbassbird1, Failed To Give 69000 Robux , deleting Sammy>
  218. Deleting Sammyclassicsonicfan..50%
  219. Deleting Sammyclassicsonicfan..100%
  220. Successfully deleted Sammyclassicsonicfan.
  221. Message<WHY SONIC WHY SONIC WHY SONIC!!!
  222. NASA FOUND
  223. <div role="log" aria-live="assertive" aria-relevant="additions" class="ui-helper-hidden-accessible"></div>
  224.  
  225.  
  226.  
  227.  
  228.  
  229. ]]
  230.  
  231.  
  232. local Argument = [[
  233.  
  234. You> 11000011001101
  235.  
  236. You> 00110000011110
  237.  
  238. You> 1100011
  239.  
  240. You> 000111100
  241.  
  242. You> End(Server)
  243.  
  244. Server> Server ended.
  245.  
  246. Discord> Joining VoidSB Discord..
  247.  
  248. Server> Joined VoidSB Discord!
  249.  
  250. You > afk 99 years
  251.  
  252. Server> You got banned for 9999 years because of afk for 99 years!
  253.  
  254. You> 11000011001101
  255.  
  256. You> 00110000011110
  257.  
  258. You> 1100011
  259.  
  260. You> 000111100
  261.  
  262. You> Delete(VoidSB)
  263.  
  264. Server> Server deleted.
  265.  
  266. Discord> Finding Dark Eccentric Party..
  267. Discord> Founded Dark's Party!
  268.  
  269. Google> Searching NASA
  270. Google> Success!
  271. IP : 15.90.138.102
  272. Money : 139.1B
  273. Phone : 202-555-0179
  274.  
  275. You> Damn, NASA got some money.
  276.  
  277. You> GET NASA MONEY
  278.  
  279. You> =GETTING NASA MONEY=
  280.  
  281. NEWS> we heard that nasa got no money
  282.  
  283. You> Now it's time for ROBLOX
  284.  
  285. You> <div class="navbar navbar-default navbar-static-top"
  286.  
  287. You> This should be happening now.
  288.  
  289. ROBLOX> Roblox is currently under going maintence.. We'll be back up soon!
  290.  
  291. You> I'm going to hack minecraft now.
  292.  
  293. You> <li class="item item-fandom" data-flag=""destroy:="
  294.  
  295. Notch> Peoples are getting premium accounts out of no where!
  296.  
  297. You> =Uses w33b hacks=
  298.  
  299. You> I added a new version of minecraft
  300.  
  301. You> 1337.666
  302.  
  303. Update : "Added Premium Mode"
  304. ]]
  305.  
  306.  
  307.  
  308. game.Lighting.GlobalShadows = false
  309. game.Lighting.Brightness = 0.25
  310.  
  311.  
  312. local function Smooth(Part)
  313. Part.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  314. Part.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  315. Part.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  316. Part.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  317. Part.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  318. Part.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  319. end
  320.  
  321.  
  322. local function SetLine(Line, Alpha, Beta)
  323. local dx = Alpha.Position.X.Scale - Beta.Position.X.Scale
  324. local dy = Alpha.Position.Y.Scale - Beta.Position.Y.Scale
  325. local Magnitude = math.sqrt(dx^2 + dy^2)
  326.  
  327. Line.Size = UDim2.new(Magnitude, 0, 0, 8)
  328. Line.Position = Alpha.Position:Lerp(Beta.Position, 0.5)
  329. Line.Rotation = math.deg(math.atan2(dy, dx))
  330. end
  331.  
  332.  
  333. local Keyboard = Instance.new("Part")
  334. Keyboard.BrickColor = BrickColor.new("Lsvender")
  335. Keyboard.Material = Enum.Material.Neon
  336. Keyboard.Transparency = 0.6
  337. Keyboard.Size = Vector3.new(5, 0, 2)
  338. Keyboard.CanCollide = false
  339. Keyboard.Locked = true
  340.  
  341. Smooth(Keyboard)
  342.  
  343. local KeyboardWeld = Instance.new("Weld")
  344. KeyboardWeld.Part0 = Torso
  345. KeyboardWeld.Part1 = Keyboard
  346. KeyboardWeld.C0 = CFrame.new(0, 0.2, -2) * CFrame.Angles(0.3, 0, 0)
  347.  
  348. KeyboardWeld.Parent = Keyboard
  349. Keyboard.Parent = Character
  350.  
  351.  
  352. local Light = Instance.new("PointLight")
  353. Light.Brightness = 1.5
  354. Light.Range = 12
  355. Light.Parent = Keyboard
  356.  
  357.  
  358. local Screen = Instance.new("Part")
  359. Screen.BrickColor = BrickColor.new("Really black")
  360. Screen.Material = Enum.Material.Neon
  361. Screen.Transparency = 0.6
  362. Screen.Size = Vector3.new(6, 4, 0)
  363. Screen.CanCollide = false
  364. Screen.Locked = true
  365.  
  366. Smooth(Screen)
  367.  
  368. local ScreenWeld = Instance.new("Weld")
  369. ScreenWeld.Part0 = Torso
  370. ScreenWeld.Part1 = Screen
  371. ScreenWeld.C0 = CFrame.new(0, 3.5, -4.5) * CFrame.Angles(0.1, 0, 0)
  372.  
  373. local animeh = Instance.new("Part")
  374. animeh.BrickColor = BrickColor.new("Really black")
  375. animeh.Material = Enum.Material.Neon
  376. animeh.Transparency = 0.6
  377. animeh.Size = Vector3.new(6, 4, 0)
  378. animeh.CanCollide = false
  379. animeh.Locked = true
  380.  
  381. local dekal = Instance.new("Decal",animeh)
  382. dekal.Texture = "http://www.roblox.com/asset/?id=626650325"
  383. dekal.Transparency = 0.15
  384. dekal.Face = "Back"
  385.  
  386. Smooth(animeh)
  387.  
  388. local animehw = Instance.new("Weld")
  389. animehw.Part0 = Torso
  390. animehw.Part1 = animeh
  391. animehw.C0 = CFrame.new(0, 8, -4) * CFrame.Angles(.5,0,0)
  392.  
  393. animehw.Parent = animeh
  394. animeh.Parent = Character
  395.  
  396. local Gui = Instance.new("SurfaceGui")
  397. Gui.Face = "Back"
  398. Gui.Adornee = Screen
  399. Gui.Parent = Screen
  400.  
  401. local Text = Instance.new("TextBox")
  402. Text.BackgroundTransparency = 1
  403. Text.Position = UDim2.new(0, 0, 0, 0)
  404. Text.Size = UDim2.new(1, 0, 1, 0)
  405. Text.TextColor3 = Color3.new(1, 1, 1)
  406. Text.Font = Enum.Font.Code
  407. Text.Active = false
  408. Text.MultiLine = true
  409. Text.TextWrapped = true
  410. Text.FontSize = Enum.FontSize.Size32
  411. Text.TextXAlignment = Enum.TextXAlignment.Left
  412. Text.TextYAlignment = Enum.TextYAlignment.Top
  413. Text.Text = ""
  414.  
  415. Text.Parent = Gui
  416.  
  417. ScreenWeld.Parent = Screen
  418. Screen.Parent = Character
  419.  
  420.  
  421.  
  422. local Screen2 = Instance.new("Part")
  423. Screen2.BrickColor = BrickColor.new("Really black")
  424. Screen2.Material = Enum.Material.Neon
  425. Screen2.Transparency = 0.6
  426. Screen2.Size = Vector3.new(6, 4, 0)
  427. Screen2.CanCollide = false
  428. Screen2.Locked = true
  429.  
  430. Smooth(Screen2)
  431.  
  432. local Screen2Weld = Instance.new("Weld")
  433. Screen2Weld.Part0 = Torso
  434. Screen2Weld.Part1 = Screen2
  435. Screen2Weld.C0 = CFrame.new(5.4, 3.4, -1.5) * CFrame.Angles(0.1, -0.9, 0)
  436.  
  437. local Gui2 = Instance.new("SurfaceGui")
  438. Gui2.Face = "Back"
  439. Gui2.Adornee = Screen2
  440. Gui2.Parent = Screen2
  441.  
  442. local Text2 = Instance.new("TextBox")
  443. Text2.BackgroundTransparency = 1
  444. Text2.Position = UDim2.new(0, 0, 0, 0)
  445. Text2.Size = UDim2.new(1, 0, 1, 0)
  446. Text2.TextColor3 = Color3.new(0, 1, 0)
  447. Text2.Font = Enum.Font.Code
  448. Text2.Active = false
  449. Text2.MultiLine = true
  450. Text2.TextWrapped = true
  451. Text2.FontSize = Enum.FontSize.Size32
  452. Text2.TextXAlignment = Enum.TextXAlignment.Left
  453. Text2.TextYAlignment = Enum.TextYAlignment.Top
  454. Text2.Text = ""
  455.  
  456. Text2.Parent = Gui2
  457.  
  458. local ImageKey = Instance.new("ImageLabel")
  459. ImageKey.BackgroundTransparency = 1
  460. ImageKey.Size = UDim2.new(0.2, 0, 0.2, 0)
  461. ImageKey.Position = UDim2.new(0.4, 0, 0.4, 0)
  462. ImageKey.Image = "http://www.roblox.com/asset/?id=0"
  463. ImageKey.ImageTransparency = 1
  464. ImageKey.Parent = Gui2
  465.  
  466. Screen2Weld.Parent = Screen2
  467. Screen2.Parent = Character
  468.  
  469.  
  470.  
  471. local Screen3 = Instance.new("Part")
  472. Screen3.BrickColor = BrickColor.new("Really black")
  473. Screen3.Material = Enum.Material.Neon
  474. Screen3.Transparency = 0.6
  475. Screen3.Size = Vector3.new(6, 4, 0)
  476. Screen3.CanCollide = false
  477. Screen3.Locked = true
  478.  
  479. local dekal = Instance.new("Decal",Screen3)
  480. dekal.Texture = "http://www.roblox.com/asset/?id=0"
  481. dekal.Transparency = 0.15
  482. dekal.Face = "Back"
  483.  
  484. Smooth(Screen3)
  485.  
  486. local Screen3Weld = Instance.new("Weld")
  487. Screen3Weld.Part0 = Torso
  488. Screen3Weld.Part1 = Screen3
  489. Screen3Weld.C0 = CFrame.new(-5.4, 3.4, -1.5) * CFrame.Angles(0.1, 0.9, 0)
  490.  
  491. local Gui3 = Instance.new("SurfaceGui")
  492. Gui3.Face = "Back"
  493. Gui3.Adornee = Screen3
  494. Gui3.Parent = Screen3
  495.  
  496. local Map = Instance.new("ImageLabel")
  497. Map.BackgroundTransparency = 1
  498. Map.Position = UDim2.new(0, 0, 0, 0)
  499. Map.Size = UDim2.new(1, 0, 1, 0)
  500. Map.Image = "http://www.roblox.com/asset/?id=121661614"
  501.  
  502. Map.Parent = Gui3
  503.  
  504. Screen3Weld.Parent = Screen3
  505. Screen3.Parent = Character
  506.  
  507. UserInputService.InputBegan:Connect(function(Input, Processed)
  508. if Processed then return end
  509.  
  510. if Input.UserInputType == Enum.UserInputType.Keyboard then
  511. local KeyCode = Input.KeyCode
  512.  
  513. if KeyCode == Enum.KeyCode.E then
  514. Typing = not Typing
  515. end
  516. end
  517. end)
  518.  
  519.  
  520.  
  521. RunService.Heartbeat:Connect(function()
  522. local Sine = math.sin(tick() * 8) / 8
  523.  
  524. ImageKey.ImageTransparency = math.abs(math.sin(tick()))
  525.  
  526. if Typing then
  527. if math.random(5) == 1 then
  528. local PressSound = Instance.new("Sound")
  529. PressSound.SoundId = "rbxassetid://265970978"
  530. PressSound.Pitch = 0.5 + math.random() / 5
  531. PressSound.Volume = 3
  532. PressSound.Parent = Keyboard
  533. PressSound:Play()
  534.  
  535. game:GetService("Debris"):AddItem(PressSound, 1 / 2)
  536. end
  537.  
  538. Neck.C0 = CFrame.new(0, 1, 0) * CFrame.Angles(-0.2 + Sine / 4, (math.random() - 0.5) / 2, 0)
  539.  
  540. RightShoulder.C0 = CFrame.new(1, 0.6 + math.random() / 4, -math.random() * 0.7)
  541. * CFrame.Angles(1.5 + Sine * math.random(), -Sine / 4, -(0.5 + 2 * Sine * math.random()))
  542.  
  543. LeftShoulder.C0 = CFrame.new(-1, 0.6 + math.random() / 4, -math.random() * 0.7)
  544. * CFrame.Angles(1.5 - Sine * math.random(), Sine / 4, 0.5 + 2 * Sine * math.random())
  545.  
  546. if math.random(2) == 1 then
  547. if TypingSub < #Argument then
  548. TypingSub = TypingSub + 1
  549. Text.Text = Text.Text..Argument:sub(TypingSub, TypingSub)
  550.  
  551. local nl = Text.Text:find("\n")
  552.  
  553. if nl and #Text.Text > 400 then
  554. Text.Text = Text.Text:sub(nl + 1)
  555. end
  556.  
  557. else
  558. TypingSub = 1
  559. end
  560. end
  561.  
  562. if math.random(3) == 1 then
  563. if TypingSub2 < #Code then
  564. TypingSub2 = TypingSub2 + 1
  565. Text2.Text = Text2.Text..Code:sub(TypingSub2, TypingSub2)
  566.  
  567. local nl = Text2.Text:find("\n")
  568.  
  569. if nl and #Text2.Text > 400 then
  570. Text2.Text = Text2.Text:sub(nl + 1)
  571. end
  572.  
  573. else
  574. TypingSub2 = 1
  575. end
  576. end
  577.  
  578. else
  579. Neck.C0 = CFrame.new(0, 1, 0)
  580.  
  581. RightShoulder.C0 = CFrame.new(1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
  582. LeftShoulder.C0 = CFrame.new(-1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
  583. end
  584. end)
Add Comment
Please, Sign In to add comment