0% found this document useful (0 votes)
226 views2 pages

Script Lua

The document is a configuration script for a game, specifying settings for a team named 'Pirates' and various gameplay parameters. It includes options for graphics, health thresholds, skill settings for melee, sword, and fruit abilities, as well as webhook integration. The script also allows for customization and automation features to enhance gameplay experience.

Uploaded by

akiragramaama
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)
226 views2 pages

Script Lua

The document is a configuration script for a game, specifying settings for a team named 'Pirates' and various gameplay parameters. It includes options for graphics, health thresholds, skill settings for melee, sword, and fruit abilities, as well as webhook integration. The script also allows for customization and automation features to enhance gameplay experience.

Uploaded by

akiragramaama
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

_G.

config = {
team = "Pirates", --? Pirates Marines
servertohop = "Singapore",
timetoskip = 60,
timetohop = 500,
autouselowgraphic = true,
autoQ = false,
random = true, --! random = false if u want to use custom
autoken = true,
enablev4 = true,
enablev3 = true,
blackscreen = true,
ignorefruits = {"Portal-Portal", "Buddha-Buddha", "Dragon-Dragon", "Kitsune-
Kitsune", "Leopard-Leopard"},
safezone = {
HighestHealth = 75, -- % health
LowestHealth = 55, -- % health
},
methodclicks = {
LowerHealthToM1 = 8000,
Melee = true,
Sword = true,
Gun = false,
},
custom = {
Melee = {
Enable = true,
Skills = {
Z = {
Enable = true,
Number = 3,
HoldTime = 0.152,
},
X = {
Enable = true,
Number = 5,
HoldTime = 0.152,
},
C = {
Enable = true,
Number = 4,
HoldTime = 0.152,
},
},
},
Sword = {
Enable = true,
Skills = {
Z = {
Enable = true,
Number = 1,
HoldTime = 0.152,
},
X = {
Enable = true,
Number = 2,
HoldTime = 0.152,
},
},
},
['Blox Fruit'] = {
Enable = false,
Skills = {
Z = {
Enable = true,
Number = 4,
HoldTime = 0.152,
},
X = {
Enable = true,
Number = 1,
HoldTime = 0.152,
},
C = {
Enable = true,
Number = 4.5,
HoldTime = 0.152,
},
V = {
Enable = true,
Number = 7,
HoldTime = 0.152,
},
F = {
Enable = true,
Number = 8,
HoldTime = 0.152,
},
},
},
Gun = {
Enable = false,
Skills = {
Z = {
Enable = true,
Number = 5,
HoldTime = 0.152,
},
X = {
Enable = true,
Number = 1,
HoldTime = 0.152,
},
},
},
},
webhook = {
Enabled = true,
Url = "",
}
}

loadstring(game:HttpGet("[Link]
refs/heads/main/[Link]"))()

You might also like