ADVERTISEMENTREMOVE ADS
Instant Max Lvl
22,766 views
Script Preview
Description
Once fired will set you to lvl 200 unlock all guns and max all guns
-- How To Use --
1.Spawn in then execute
2.Wait till your game unfreezes
ADVERTISEMENTREMOVE ADS
30 Lines • 947 Bytes
Verified
local ReplicatedStorage = game:GetService('ReplicatedStorage')
local AddXP = ReplicatedStorage:WaitForChild('Events'):WaitForChild('AddXP')
local GunModules = ReplicatedStorage:WaitForChild('GunModules')
for _, gun in pairs(GunModules:GetChildren()) do
if gun:IsA('ModuleScript') then
for i = 1, 50 do
AddXP:FireServer(1, 900000000000000, gun.Name)
end
end
end
local MeleeFolder = GunModules:FindFirstChild('Melee')
if MeleeFolder then
for _, meleeWeapon in pairs(MeleeFolder:GetChildren()) do
for i = 1, 50 do
AddXP:FireServer(1, 900000000000000, meleeWeapon.Name)
end
end
end
local EquipmentFolder = GunModules:FindFirstChild('Equipment')
if EquipmentFolder then
for _, equipment in pairs(EquipmentFolder:GetChildren()) do
for i = 1, 50 do
AddXP:FireServer(1, 900000000000000, equipment.Name)
end
end
end
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS





Comments
what executor does this work on?
@Xiz i used zenith but should work on most
@24124 it works thanks
what if it freezes forever
@MVRDER4SVTVN it shouldn't and if it does try change the 100 from for i = 1, 100 do to 50 for all of them
is this client sided?
@wintertee no
@24124 preciate you brah! I wonder if that is possible in Phantom Forces I would cry.