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

Script Auto Bounty Dragon

The document contains a Lua script for a game that configures various settings for a player, including team selection, melee and weapon usage, and health management. It allows the player to enable or disable specific actions for melee, sword, gun, and fruit, along with setting parameters for hunting and health safety. Additionally, it includes a command to load an external script for automatic bounty functionality.

Uploaded by

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

Script Auto Bounty Dragon

The document contains a Lua script for a game that configures various settings for a player, including team selection, melee and weapon usage, and health management. It allows the player to enable or disable specific actions for melee, sword, gun, and fruit, along with setting parameters for hunting and health safety. Additionally, it includes a command to load an external script for automatic bounty functionality.

Uploaded by

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

repeat wait() until game:IsLoaded() and [Link].

LocalPlayer
getgenv().Setting = {
["Team"] = "Pirates",
["Skip Race V4"] = true,
["Melee"] = {
["Enable"] = true,
["Z"] = {["Enable"] = true, ["HoldTime"] = 0.1},
["X"] = {["Enable"] = true, ["HoldTime"] = 0.1},
["C"] = {["Enable"] = true, ["HoldTime"] = 0.1},
["Delay"] = 1.5
},
["Sword"] = {
["Name Weapon"] = "Cursed Dual Katana",
["Enable"] = true,
["Z"] = {["Enable"] = true, ["HoldTime"] = 0.1},
["X"] = {["Enable"] = true, ["HoldTime"] = 0.1},
["Delay"] = 1
},
["Gun"] = {
["Enable"] = false,
["Z"] = {["Enable"] = true, ["HoldTime"] = 0.1},
["X"] = {["Enable"] = true, ["HoldTime"] = 0.1},
["Delay"] = 1,
["GunMode"] = false
},
["Fruit"] = {
["Enable"] = true,
["Z"] = {["Enable"] = true, ["HoldTime"] = 0.1},
["X"] = {["Enable"] = true, ["HoldTime"] = 0.1},
["C"] = {["Enable"] = false, ["HoldTime"] = 0.1},
["V"] = {["Enable"] = false, ["HoldTime"] = 0.1},
["F"] = {["Enable"] = false, ["HoldTime"] = 0.1},
["Delay"] = 1
},
["Hunt"] = {
["Min"] = 0,
["Max"] = 30000000
},
["Skip"] = {
["Fruit"] = false,
["FruitList"] = {"Buddha", "Leopard", "T-Rex"},
},
["SafeHealth"] = {
["Health"] = 4700,
["RaceV4"] = false
},
["Another"] = {
["V3"] = true,
["V4"] = true,
["Health"] = 4700,
["FpsBoost"] = true
},
}
loadstring(game:HttpGet("[Link]
dragonwitheveryone/refs/heads/main/[Link]"))(

You might also like