ADVERTISEMENTREMOVE ADS
Game icon

Instant Max Lvl

GLARE [BETA] [MP40]
2 weeks ago
Script preview thumbnail
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
Raw
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

Comments

8 comments
to add a comment
Xi

what executor does this work on?

0
0
24

@Xiz i used zenith but should work on most

0
0
Xi

@24124 it works thanks

0
0
MV

what if it freezes forever

0
0
24

@MVRDER4SVTVN it shouldn't and if it does try change the 100 from for i = 1, 100 do to 50 for all of them

0
0
wi

is this client sided?

0
0
24

@wintertee no

1
0
wi

@24124 preciate you brah! I wonder if that is possible in Phantom Forces I would cry.

0
0
ADVERTISEMENTREMOVE ADS