Guest User

Untitled

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