0% found this document useful (0 votes)
101 views1 page

Roblox Auto Summon Script Configurations

The document contains a script configuration for a game, detailing settings for unit management, including required units, automatic purchasing of exclusive units, and summoning options. It includes parameters such as a webhook URL, FPS cap, and options for auto-summoning and deleting units. Additionally, it features a beta option for exclusive units and specifies the type of summons to be used.

Uploaded by

rashedamro703
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
101 views1 page

Roblox Auto Summon Script Configurations

The document contains a script configuration for a game, detailing settings for unit management, including required units, automatic purchasing of exclusive units, and summoning options. It includes parameters such as a webhook URL, FPS cap, and options for auto-summoning and deleting units. Additionally, it features a beta option for exclusive units and specifies the type of summons to be used.

Uploaded by

rashedamro703
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

script_key="PUT YOUR KEY HERE!!!!!!!!!!!!!!!!!!!!

";
getgenv().config = {
requiredUnits = {
"unit_pineapple",
"unit_palm_tree"
},
WEBHOOK_URL = "",
FPS_CAP = 15,
AUTO_SPEED = 2,
SHOW_NAME_ON_SCREEN = true,
BLACK_SCREEN = true,
BLACK_SCREEN_TRANSPARENT = true,

-- IT WILL SPEND ALL SEEDS TO BUY THE EXCLUSIVE UNIT


-- BE CAUTIOUS, AFTER THAT IT WILL SPEND ALL SEEDS FOR THE SELECTED SUMMON TYPE

-- BETA FEATURE, NOT TESTED YET


-- EXCLUSIVE UNITS
AUTO_BUY_EXCLUSIVE = true, -- Automatically buy exclusive units
EXCLUSIVE_BUY = "juggercorn", -- Exclusive unit to buy, options: "juggercorn",
"doompetal"
ALREADY_BOUGHT_EXCLUSIVES = 0, -- Number of exclusive units already bought with
the Account.

-- NORMAL SUMMONS
-- IT WILL SPEND ALL SEEDS FOR THE SELECTED SUMMON TYPE
AUTO_SUMMON = true, -- Automatically summon units
AUTO_DELETE_UNITS = true, -- Automatically delete bad units after summoning
SUMMON_TYPE = "Classic", -- Type of summon, options: "Classic" "Sun" "Crystal"
}
loadstring(game:HttpGet("[Link]
[Link]"))()

You might also like