_Thanh_Thy_Cute_

Tapping Gods KEY GRABBER - AUTO TAP - NETWORK GRABBER

Aug 13th, 2021
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. for i,v in pairs(getgc(true)) do
  2. if type(v)=="table" and rawget(v,"Remote") then
  3. if type(v.Remote)=="userdata" then
  4. v.Remote.Name=v.Name--built different
  5. end
  6. end
  7. end
  8. local l = require(game:GetService("ReplicatedStorage").Modules.Utils.Network).InvokeServer
  9. local function callremote(remote, ...)
  10. local key = getupvalue(l, 1)
  11. function ToByteArgs(p61)
  12. if 255 < p61 then
  13.  
  14. else
  15. return p61;
  16. end;
  17. return math.floor(p61 / 256) % 256;
  18. end;
  19. function ToByteString(p62)
  20. return string.char(ToByteArgs(p62));
  21. end;
  22. local decodedkey = ToByteString(key)
  23. if remote:IsA("RemoteEvent") then
  24. lole = "FireServer"
  25. elseif remote:IsA("RemoteFunction") then
  26. lole="InvokeServer"
  27. else
  28. return 'fuck'
  29. end
  30. remote[lole](remote,decodedkey, ...)
  31. end
  32. game.RunService.RenderStepped:Connect(function()
  33. callremote(game:GetService("ReplicatedStorage").Communication.Functions.Tap)
  34. end)
  35. --how to open eggs automatically
  36. --callremote(eggremotepathhere,"Starter Egg")
Add Comment
Please, Sign In to add comment