Advertisement
Guest User

Fe Bypass (Possibly Patched)

a guest
Dec 12th, 2022
2,436
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.30 KB | Source Code | 1 1
  1. local test = game.TestService
  2. local chat = game.Chat
  3. local run = game:GetService("RunService")
  4. local remotes = game.ReplicatedStorage
  5. local load = game.ServerScriptService
  6. local client = game.StarterPlayer.StarterPlayerScripts
  7. local lighting = game.Lighting
  8. local Workspace1 = game.Workspace
  9. local serverscript = game:GetService("ServerScriptService")
  10. local data = game:GetService("DataStoreService")
  11. local camera = game.Workspace.Camera
  12. local players = game.Players
  13. local startgui = game.StarterGui
  14. local locale = game.LocalizationService
  15. local sound = game.SoundService
  16. local storage = game.ServerStorage
  17. local lua = game.Stats.Lua
  18. local key = game:GetService("KeyframeSequenceProvider")
  19. local module = game:GetService("SolidModelContentProvider")
  20. local networkclient = game:GetService("NetworkClient")
  21. local http = game:GetService('HttpService')
  22. local Joints = game:GetService("JointsService")
  23. local RemoteServer = game:GetService("RemoteDebuggerServer")
  24. local runtime = game:GetService("RuntimeScriptService")
  25. local memory = game:GetService("MemoryStoreService")
  26. local publish = game:GetService("PublishService")
  27. local permissions = game:GetService("PermissionsService")
  28. local spawnservice = game:GetService("SpawnerService")
  29. local insert = game:GetService("InsertService")
  30. local visible = game:GetService("VisibilityService")
  31. local lua2 = game:GetService("LuaSettings")
  32. local set = game:GetService("GameSettings")
  33. local luaweb = game:GetService("LuaWebService")
  34. local render = game:GetService("RenderSettings")
  35. local context = game:GetService("ScriptContext")
  36. local tween = game:GetService("TweenService")
  37. local physhic = game:GetService("PhysicsService")
  38. local process = game:GetService("ProcessInstancePhysicsService")
  39. local gui = game:GetService("GuiService")
  40. local replication_service = {}
  41. local ah = replication_service["CoreServer"]
  42. local scr = Instance.new('Script')
  43. scr.Parent = serverscript
  44. scr.Name = "Script"
  45. scr.Source = YourScript
  46. game.ReplicatedStorage.DefaultChatSystemChatEvents:remove()
  47. game.GameId.unpack(UserSettings(game.ReplicatedStorage))
  48. replication_service.CoreServer:FireServer(_G(newproxy(networkclient:Clone():remove())))
  49. serverscript.Script:Clone(rawget(setfenv(game)))
  50. replication_service.CoreServer:FireServer(function(F)
  51.  sound.RespectFilteringEnabled = false
  52.  end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement