Advertisement
zumhad

myscript

Feb 24th, 2025
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.66 KB | None | 0 0
  1. if not game:IsLoaded() then
  2.     game.Loaded:Wait()
  3. end
  4.  
  5. local Players = game:GetService("Players")
  6. local LocalPlayer = Players.LocalPlayer
  7.  
  8. if not shared.MyScript then
  9.     shared.MyScript = true
  10.  
  11.     local TeleportService = game:GetService("TeleportService")
  12.  
  13.     TeleportService.TeleportInitFailed:Connect(function(player, teleportResult, errorMessage)
  14.         print("Ошибка телепорта:", teleportResult, errorMessage)
  15.     end)
  16.  
  17.     task.spawn(function()
  18.         wait(2.5)
  19.  
  20.         queue_on_teleport([[
  21.             wait(1.5)
  22.             loadstring(game:HttpGet("https://pastebin.com/raw/hgDhtvC7"))()
  23.         ]])
  24.  
  25.     end)
  26. else
  27. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement