Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --credits to: cooper2723 his verm: https://v3rmillion.net/member.php?action=profile&uid=2794418
- -- get cooper
- local cooper = game.Players.LocalPlayer
- -- can relod functin
- local canRelod = function()
- -- This script was generated by coopers's RemoteSpy: https://github.com/Upbolt/Hydroxide
- local ohInstance1 = cooper
- return game:GetService("ReplicatedStorage").LoadSaveRequests.ClientMayLoad:InvokeServer(ohInstance1)
- end
- -- dup ax
- function dupAx()
- if cooper.CurrentSaveSlot.Value == -1 then
- return false, "plz load slot :)"
- elseif cooper.CurrentSaveSlot.Value ~= -1 then
- repeat
- print("wait reloding")
- task.wait()
- until canRelod()
- -- This script was generated by coopers's RemoteSpy: https://github.com/Upbolt/Hydroxide
- local ohNumber1 = cooper.CurrentSaveSlot.Value
- local ohInstance2 = cooper
- task.spawn(function()
- game:GetService("ReplicatedStorage").LoadSaveRequests.RequestLoad:InvokeServer(ohNumber1, ohInstance2)
- end)
- task.wait()
- cooper.Character.Head:Destroy()
- return true, "done dup plz load base now :)"
- end
- end
- local suces, mesg = dupAx()
- if suces then
- print(mesg)
- elseif not suces then
- warn(mesg)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement