Back to Scripts
Get all characters this game has a horrible security

Get all characters this game has a horrible security

ScriptBlox
Free

Game: [PATCH] Scream Jam

1,638 Views
11 Likes
0 Dislikes
Hex233222

Hex233222

offline

Features

This game vulnerability is shit

Script Code

--I won't even obsofucate this cuz it's too short
local Remote = game:GetService("ReplicatedStorage").Remotes.GuiRemote.BuyButton

local sequence = {
    {role = "Survivor", name = "MrRobot"},
    {role = "Survivor", name = "Calindra"},
    {role = "Survivor", name = "Bloxxer"},
    {role = "Killer",   name = "ClawsGuy"},
    {role = "Killer",   name = "Frapers"},
    {role = "Killer",   name = "Stalker"},
    {role = "Killer",   name = "Fencer"},
    {role = "Killer",   name = "KillerKyle"},
}

for _, data in ipairs(sequence) do
    local args = {
        [1] = true,
        [2] = data.role,
        [3] = data.name,
        [4] = 0,
        [5] = data.name
    }

    Remote:FireServer(unpack(args))
end

Ratings & Reviews

No reviews yet. Be the first to review this script!

Comments (0)

Please login to comment

Login with Discord

Loading comments...