A Bizarre Village Script | INFINITE TS, ADMIN STAND

[ad_1]

Created by Hamstir

Features:

--Change the jotaro on what stand you own
--twau "diego"
--Sakuya "sakuya"
--sptw "jotaro"
local A_1 = math.huge
local A_2 = "jotaro"
local Event = game:GetService("ReplicatedStorage").Timestop
Event:FireServer(A_1, A_2)
  • ADMIN STAND:
  • This stand is useless but you have inf health
  • you need to have standless to use this or your stand might get become a standless
game:GetService("ReplicatedStorage").IceBlade:FireServer()
--auto pickup
_G.on = true --false to turn off and true to turn on
while _G.on do
wait(3) -- you can change the delay here
char = game:GetService('Players').LocalPlayer.Character
game:GetService('Players').LocalPlayer.CharacterAdded:connect(function(body)
char = body end)
for i,v in pairs(workspace:GetDescendants()) do
if v:IsA('Tool') then
char.Humanoid:EquipTool(v) end end
end

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

[ad_2]