shgsiughiiruhdu12354

Untitled

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