Our search systems are undergoing rapid maintenance, they may be intermittently unavailable. Sorry for the inconvenience!
The Gluttony 😈
1.4k Views

inf max all

The Gluttony 😈Uploaded by
3 months ago
Please login to perform these actions:

Description

inf max all

View Raw
Edited By: VibeCoding Download


Comments
6
User profile picture
EVilDragon 3 months ago
Here u can add "kill all Player" local remote = game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("LocalDealDamage") local players = game:GetService("Players") for _, player in pairs(players:GetPlayers()) do if player ~= players.LocalPlayer and player.Character then local targetCharacter = player.Character local args = { targetCharacter, 100000, -- Damage lol targetCharacter } remote:FireServer(unpack(args)) end end
User profile picture
CARDS 3 months ago
Please make a script for build defense
User profile picture
4dclo 3 months ago
dont work on xeno
User profile picture
muhbintang 3 months ago
patched and someone report ur script to the developer *ing *
User profile picture
user21 3 months ago
Dont work on Xeno
User profile picture
King_ 3 months ago
@user21 here local args = { 100, -- cash 50 -- xp } game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("LocalGiveLoot"):FireServer(unpack(args))
Please Login to add a comment.