Vunqz

Bypass hackers

Apr 26th, 2020
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. while wait(3.5) do
  2. saved = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  3. game:GetService("StarterGui"):SetCore("SendNotification", {
  4. Title = "Position Saved";
  5. Text = "Success";
  6. })
  7.  
  8. workspace.Remote.TeamEvent:FireServer("Bright blue")
  9.  
  10. local A_1 = "LocalPlayer"
  11. local Event = game:GetService("Workspace").Remote.loadchar
  12. Event:InvokeServer(A_1)
  13.  
  14. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = saved
  15. game:GetService("StarterGui"):SetCore("SendNotification", {
  16. Title = "Position Loaded";
  17. Text = "Success";
  18. })
  19. end
Add Comment
Please, Sign In to add comment