ADVERTISEMENTREMOVE ADS
Game icon

Instantly beat the game, Inf Train/Wins

Knockout Simulator
9 months ago
Script preview thumbnail
Script Preview

Description

Train & WinGain fire once
AutoRebirth loops only when toggled ON
Optimized for performance, no unnecessary loops

💡 I ACCEPT GAME SUGGESTIONS FOR SCRIPTS!

📜ALL MY SCRIPTS ARE OPEN-SRC

Tested with

ADVERTISEMENTREMOVE ADS
20 Lines • 708 Bytes
Raw
_G.AutoRebirth = false -- Toggle for AutoRebirth
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local TrainEvent = ReplicatedStorage:WaitForChild("Event"):WaitForChild("Train")
local WinGainEvent = ReplicatedStorage:WaitForChild("Event"):WaitForChild("WinGain")
local HealthAddEvent = ReplicatedStorage:WaitForChild("Event"):WaitForChild("HealthAdd")
local args = {[1] = 99999999999999999999999999999}
TrainEvent:FireServer(unpack(args))
WinGainEvent:FireServer(unpack(args))
task.spawn(function()
while task.wait(0.1) do
if _G.AutoRebirth then
local args = {[1] = 25}
HealthAddEvent:FireServer(unpack(args))
end
end
end)
ADVERTISEMENTREMOVE ADS

Comments

2 comments
to add a comment
Ir

Xeno Script work

1
0
Ro

W script and I go 1q +29

0
0
ADVERTISEMENTREMOVE ADS