0% found this document useful (0 votes)
173 views3 pages

Talon Cdk Bounty 2.2 W-Azure

Uploaded by

jaelalan344
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)
173 views3 pages

Talon Cdk Bounty 2.2 W-Azure

Uploaded by

jaelalan344
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/ 3

script_key = ""

getgenv().Team = "Pirates"
getgenv().WebhookSetting = {
Enable = false,
Url = "",
Embed = true,
StoredFruit = true,
ImageEmbed = true,
CustomImage = false,
CustomImageUrl = "", --Your Url
OnServerHop = true,
BountyChanged = true,
}
getgenv().PlayerSetting = {
SafeMode = true,
SafeModeHealth = {4000,69},--Number And %, Start Safe Mode And Stop Safe Mode
UseRaceV3 = true,
SmartUseRaceV3= true,
DashIfV4 = true,
Dash=true,
IgnoreInCombat = true, --Turn This Off When Reseting Or Hop You Lost Bounty
(Rare, Happens On Some Accounts)
ChatKillEnable = false,
Chat = {"Ez","You're just too bad"},
IgnoreFriends = true, --Serverhop if you friend in your server
}
getgenv().AttackSetting = {
ForceMelee = true,
ForceMeleeTime = 3,
StopAttack =true, --When Meet Below Condition
StopAttackAtHealth = 80,--%
FastAttack=true, -- Toggle Fast Attack
}
getgenv().UseSkillSetting = {
-- Three Methods: "Normal", "Fast", "Spam", "SpamAll"
MethodIfTargetOnV4 = "Fast",
MethodIfPlayerOnV4 = "SpamAll",
MethodIfTargetUseFruit = {Fruits={Portal,Kitsune,Buddha},Method="Fast"},
NormalMethod = "Normal",
LowHealthPlayerCondition = { --Player Can Attack Us, No Need For Slow Attack
Enable = true,
Health = 70,--%Health That Are Low
Method = "Fast",
},
LowHealthTargetCondition = {
Enable = true,
Health = 30,--%Health That Are Low
DelayFirstTime = {true,2}, --1 Is Enable, 2 Is Second To Delay Before
Attack Again
Method = "Normal",
WaitTime = 1.5,-- If Normal Method, Wait Every Skill If It Hits Target
}
}
getgenv().WeaponsSetting = {
["Melee"] = {
["Enable"] = true,
["Delay"] = 1,
["SwitchNextWeaponIfCooldown"] = true,
["Skills"] = {
["Z"] = {
["Enable"] = true,
["NoPredict"] = true, -- For Dragon Tailon, Disable it
["HoldTime"] = 0,
["TimeToNextSkill"] = 0,
},
[ "X"] = {
["Enable"] = true,
["HoldTime"] = 0,
["TimeToNextSkill"] = 0,
},

["C"] = {
["Enable"] = true,
["HoldTime"] = 0.5,
["TimeToNextSkill"] = 0,
},
},
},
["Blox Fruit"] = {
["Enable"] = false,
["Delay"] = 4,
["SwitchNextWeaponIfCooldown"] = true,
["Skills"] = {
["Z"] = {
["Enable"] = true,
["HoldTime"] = 2,
["TimeToNextSkill"] = 0,
},
["X"] = {
["Enable"] = true,
["HoldTime"] = 0,
["TimeToNextSkill"] = 0,
},

["C"] = {
["Enable"] = true,
["HoldTime"] = 0,
["TimeToNextSkill"] = 0,
},
["V"] = {
["Enable"] = false,
["HoldTime"] = 0,
["TimeToNextSkill"] = 0,
},
["F"] = {
["Enable"] = false,
["HoldTime"] = 0,
["TimeToNextSkill"] = 0,
},
},
},
["Sword"] = {
["Enable"] = true,
["Delay"] = 0.7,
["Skills"] = {
["Z"] = {
["Enable"] = true,
["HoldTime"] = 0.8,
["TimeToNextSkill"] = 0,
},
["X"] = {
["Enable"] = true,
["HoldTime"] = 0.2,
["TimeToNextSkill"] = 0,
},
},
},
["Gun"] = {
["Enable"] = false,
["Delay"] = 0.5,
["Skills"] = {
["Z"] = {
["Enable"] = true,
["HoldTime"] = 0.1,
["TimeToNextSkill"] = 0,
},
["X"] = {
["Enable"] = true,
["HoldTime"] = 0.1,
["TimeToNextSkill"] = 0,
},
},
},
}
getgenv().Theme = { -- getgenv().Theme = false if you want to disable
OldTheme = true,
Name="Raiden",
--"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),
['button_color'] = Color3.fromRGB(255, 221, 252)
}
}
loadstring(game:HttpGet("https://api.luarmor.net/files/v3/loaders/
248f97d7a28a4d09c641d8279a935333.lua"))()

You might also like