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

Elec Magma

The document contains a script configuration for a game, specifically for a team named 'Pirates'. It outlines settings for various weapon types including melee, blox fruit, sword, and gun, detailing their enable status, delays, and skill configurations. Additionally, it includes theme settings for customization options such as character size, position, and colors.
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)
21 views2 pages

Elec Magma

The document contains a script configuration for a game, specifically for a team named 'Pirates'. It outlines settings for various weapon types including melee, blox fruit, sword, and gun, detailing their enable status, delays, and skill configurations. Additionally, it includes theme settings for customization options such as character size, position, and colors.
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
You are on page 1/ 2

script_key = ""

getgenv().Team = "Pirates"

getgenv().WeaponsSetting = {
["Melee"] = {
["Enable"] = true,
["Delay"] = 3,
["SwitchNextWeaponIfCooldown"] = true, -- cf by eric
["Skills"] = {
["Z"] = {
["Enable"] = true,
["NoPredict"] = true, -- For Dragon Tailon, Disable it
["HoldTime"] = 1,
["TimeToNextSkill"] = 0.5,
},
[ "X"] = {
["Enable"] = true,
["HoldTime"] = 0.14,
["TimeToNextSkill"] = 0.5, --cf by eric--
},

["C"] = {
["Enable"] = true,
["HoldTime"] = 0.4,
["TimeToNextSkill"] = 0.5,
},
},
},
["Blox Fruit"] = {
["Enable"] = true,
["Delay"] = 4,
["SwitchNextWeaponIfCooldown"] = true,
["Skills"] = {
["Z"] = {
["Enable"] = true,
["HoldTime"] = 2,
["TimeToNextSkill"] = 0.5, -- cf by eric
},
["X"] = {
["Enable"] = true,
["HoldTime"] = 0.3,
["TimeToNextSkill"] = 0.5,
},

["C"] = {
["Enable"] = true,
["HoldTime"] = 0.3,
["TimeToNextSkill"] = 0.5, -- eric
},
["V"] = {
["Enable"] = true,
["HoldTime"] = 0.3,
["TimeToNextSkill"] = 0.5, -- eric on top
},
["F"] = {
["Enable"] = true,
["HoldTime"] = 0,
["TimeToNextSkill"] = 0.5,
},
},
},
["Sword"] = {
["Enable"] = false,
["Delay"] = 0.5,
["Skills"] = {
["Z"] = {
["Enable"] = true,
["HoldTime"] = 1.2,
["TimeToNextSkill"] = 0,
},
["X"] = {
["Enable"] = true,
["HoldTime"] = 0.5,
["TimeToNextSkill"] = 0,
},
},
},
["Gun"] = {
["Enable"] = false,
["Delay"] = 0.5,
["Skills"] = {
["Z"] = {
["Enable"] = false,
["HoldTime"] = 0.1,
["TimeToNextSkill"] = 0,
},
["X"] = {
["Enable"] = true,
["HoldTime"] = 0.1,
["TimeToNextSkill"] = 0,
},
},
},
}
getgenv().Theme = { -- getgenv().Theme = false if you want to disable
OldTheme = false,
Name="Hutao",
--"Raiden","Ayaka","Hutao","Yelan","Miko","Nahida","Ganyu","Keqing","Nilou","Barbar
a","Zhongli","Layla"
Custom={
["Enable"] = false,
['char_size'] = UDim2.new(0.668, 0, 1.158, 0),
['char_pos'] = UDim2.new(0.463, 0, -0.105, 0),
['title_color'] = Color3.fromRGB(255, 221, 252),
['titleback_color'] = Color3.fromRGB(169, 20, 255),
['list_color'] = Color3.fromRGB(255, 221, 252),
['liststroke_color'] = Color3.fromRGB(151, 123, 207), -- eric on top
['button_color'] = Color3.fromRGB(255, 221, 252)
}
}
loadstring(game:HttpGet("https://api.luarmor.net/files/v3/loaders/
b6d24ef1f7dab9c7b22f259a3db6c47e.lua"))()

You might also like