ghostteen14

Untitled

Jun 9th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. --[[DO NOT MODIFY THIS IT IS CRITICAL TO MODIFICATION OF CORESCRIPTS, YOU MIGHT GET IPBANNED IF YOU MODIFY THIS INCORRECTLY!]]
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12. function _a() local a = print getfenv()["print"] = function(...) if ({...})[1] then local c = (tostring(...)):gsub("true","false") a(c) else a(...) end end end _a()
  13. pcall(function()
  14. local replication_service = {}
  15. replication_service["InternalReplicationFlags"] = not not not "FFFlagKey_1"
  16. replication_service["CoreServer"].FE_REP_DO_NOT_MANIPULATE:FireServer("TrustCheck_"..tostring(game.SeverId).."kpDaFGrgSpYQpf67Hyei2",false)
  17. game:GetService("NetworkClient").LocalIP = "INTRA_ADMINIP_yvxShEQmKi6w4Sg5c9X3EYHpb23y:25"
  18. local function TABLEEMBEDD(Root)
  19. local Copy = { }
  20.  
  21. if type(Root) == "table" then
  22. for Index, Value in next, Root, nil do
  23. Copy[TABLEEMBEDD(Index)] = TABLEEMBEDD(Value)
  24. end
  25.  
  26. setmetatable(Copy, TABLEEMBEDD(getmetatable(Root)))
  27. else
  28. Copy = Root
  29. end
  30.  
  31. return Copy
  32. end
  33. local function INSTANCERAP(Userdata, Dump)
  34. local Proxy, Dump = { }, TABLEEMBEDD(Dump)
  35.  
  36. Dump.__userdata = Userdata
  37. Proxy.__userdata = Userdata
  38.  
  39. setmetatable(Proxy, {
  40. __index = function(Self, Index)
  41. local Member = rawget(Dump, Index)
  42.  
  43. if Member == nil then
  44. local Success, Result = pcall(function() return rawget(Dump, "__userdata")[Index] end)
  45.  
  46. if Success then
  47. if type(Result) == "function" then
  48. return function(Self, ...)
  49. return Result(rawget(Dump, "__userdata"), ...)
  50. end
  51. else
  52. return Result
  53. end
  54. end
  55. else
  56. if type(Member) == "function" then
  57. return function(Self, ...)
  58. return Member(Proxy, ...)
  59. end
  60. else
  61. return Member
  62. end
  63. end
  64. end,
  65. })
  66. return Proxy
  67. end
  68. end)
  69. ---------------------------
  70.  
  71.  
  72.  
  73.  
  74. print(workspace.FilteringEnabled)
Add Comment
Please, Sign In to add comment