Advertisement
ustinjamesss

loombertycon 2

Dec 22nd, 2022
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. --credits to: cooper2723 his verm: https://v3rmillion.net/member.php?action=profile&uid=2794418
  2.  
  3.  
  4.  
  5. -- get cooper
  6. local cooper = game.Players.LocalPlayer
  7.  
  8. -- can relod functin
  9. local canRelod = function()
  10. -- This script was generated by coopers's RemoteSpy: https://github.com/Upbolt/Hydroxide
  11.  
  12. local ohInstance1 = cooper
  13.  
  14. return game:GetService("ReplicatedStorage").LoadSaveRequests.ClientMayLoad:InvokeServer(ohInstance1)
  15. end
  16.  
  17. -- dup ax
  18. function dupAx()
  19. if cooper.CurrentSaveSlot.Value == -1 then
  20. return false, "plz load slot :)"
  21. elseif cooper.CurrentSaveSlot.Value ~= -1 then
  22. repeat
  23. print("wait reloding")
  24. task.wait()
  25. until canRelod()
  26. -- This script was generated by coopers's RemoteSpy: https://github.com/Upbolt/Hydroxide
  27.  
  28. local ohNumber1 = cooper.CurrentSaveSlot.Value
  29. local ohInstance2 = cooper
  30.  
  31. task.spawn(function()
  32. game:GetService("ReplicatedStorage").LoadSaveRequests.RequestLoad:InvokeServer(ohNumber1, ohInstance2)
  33. end)
  34. task.wait()
  35. cooper.Character.Head:Destroy()
  36. return true, "done dup plz load base now :)"
  37. end
  38. end
  39. local suces, mesg = dupAx()
  40. if suces then
  41. print(mesg)
  42. elseif not suces then
  43. warn(mesg)
  44. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement