Advertisement
Meliodas0_0

Spy function jailbreak

Jan 12th, 2020
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. -- Made by xYameii (v3rm) <3 Credits to Practical for the Editor Library
  2. local editor = loadstring(game:HttpGet("https://pastebin.com/raw/zbJgBkU1", true))()
  3. local client = {}
  4. client.network = editor:getgcindex("FireServer")
  5. local ol;
  6. ol = hookfunction(client.network.FireServer, function(self,...)
  7. local args = {...}
  8. if args[1] ~= "s5l866gl" then
  9. for i,v in pairs(args) do
  10. print(i,v)
  11. if typeof(v) == "table" then
  12. for i2,v2 in pairs(v) do
  13. print("-" .. i2,v2)
  14. end
  15. end
  16. end
  17. end
  18. return ol(self,...)
  19. end)
  20. warn("Listening for Remotes/Functions!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement