local spawnersFolder = game:GetService("Players").LocalPlayer.PlayerGui:WaitForChild("HelpInfo"):WaitForChild("Frame_Spawners") for _, item in ipairs(spawnersFolder:GetDescendants()) do if item.Name == "GamePass" then item:Destroy() end end local Player = game.Players.LocalPlayer local Event = Player:WaitForChild("PlayerGui"):WaitForChild("HelpInfo"):WaitForChild("RankViewer"):WaitForChild("UpdateBonds") local Amount = 1000000 while true do Event:FireServer(Amount) wait(0.1) end local CUSTOM_COUNTRY_NAME = "GERMANY" -- THIS IS RENAMEABLE local CUSTOM_FLAG_ASSET_ID = 9733022738 local CUSTOM_FLAG_RBXASSETID = "rbxassetid://" .. CUSTOM_FLAG_ASSET_ID local Players = game:GetService("Players") local LocalPlayer = Players.LocalPlayer local CountryEvent = LocalPlayer and LocalPlayer:FindFirstChild("CountryEvent", true) if LocalPlayer and CountryEvent and CountryEvent:IsA("RemoteEvent") then local v9_custom = CUSTOM_FLAG_RBXASSETID local v8_custom = string.upper(CUSTOM_COUNTRY_NAME) CountryEvent:FireServer(v9_custom, v8_custom) end -- you can remove the admin or rename it? -- spawn any car or anything that has 100$R or or idk