
4.6k Views
Description
Скрипт имеет функцию автоматического возрождения, так что если вас убьют некстботы, скрипт сам вас возродит - The script has auto-respawn, so if you are downed by nextbots, the script itself will respawn you Let me remind you!!
Comments
3

Offline
hellrider 1 year ago - Edited
dont work
Offline
DELTA1 1 year ago - Edited
You didn't even check it, it works.
Offline
ominous458 1 year ago - Edited
alr broski here a simply of the sciprt if yall don't even know how to use it copy the sciprt below and just execute it.
local Players = game:GetService("Players")
local VirtualUser = game:GetService("VirtualUser")
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local player = Players.LocalPlayer
local tickets = game:GetService("Work*e"):FindFirstChild("Game") and game:GetService("Work*e").Game:FindFirstChild("Effects") and game:GetService("Work*e").Game.Effects:FindFirstChild("Tickets")
player.Idled:Connect(function()
VirtualUser:CaptureController()
VirtualUser:ClickButton2(Vector2.new())
end)
if tickets then
while true do
local character = player.Character or player.CharacterAdded:Wait()
local humanoidRootPart = character:FindFirstChild("HumanoidRootPart")
if character and humanoidRootPart then
if character:GetAttribute("Downed") then
ReplicatedStorage.Events.Player.ChangePlayerMode:FireServer(true)
end
for _, ticket in ipairs(tickets:GetChildren()) do
local ticketPart = ticket:FindFirstChild("HumanoidRootPart")
if ticketPart then
humanoidRootPart.CFrame = ticketPart.CFrame
task.wait(0.1)
end
end
end
task.wait(1)
end
end
![[🎉 RELEASE] Anime Astral Simulator](/images/script/113236157544232-1780333729144.png)
Voxle Hub
