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

Script 1

The document contains configuration settings for an auto bounty script in Roblox. It includes options to configure the team, enable or disable features like chat, weapon skills, and more.

Uploaded by

rofialhafid8
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)
114 views2 pages

Script 1

The document contains configuration settings for an auto bounty script in Roblox. It includes options to configure the team, enable or disable features like chat, weapon skills, and more.

Uploaded by

rofialhafid8
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

getgenv().

Config = {
["Team"] = "Pirates", --// Marines, Pirates
["Webhook"] = {
["Enable"] = false, --// Enable if you have Webhook Url
["Url"] = "" --// Your webhook url
},
["Skip"] = {
["V4"] = true, --// Skip V4
["Fruit"] = { --// Skip Fruit
"Leopard-Leopard",
"Venom-Venom",
"Dough-Dough",
"Portal-Portal"
}
},
["Chat"] = {
["Enable"] = false, --// Enable Chat
["Content"] = {"ty for th bounty "} --// Content
},
["Misc"] = {
["Hide If Low Health"] = true, --// Run
["Hide Health"] = {4000,5000}, --// Health for run
["Lock Camera"] = true, --// Lock Cam to target
["FPS Boost"] = false, --// Booster FPS
["White Screen"] = false, --// White Screen
["Bypass TP"] = true, --// Bypass TP 1 -> 2 hit
["Spam All Skill On V4"] = true, --// If you have v4, warn: change your
weapon setting
["Gun Method"] = false --// Enable if you use gun
},
--// Next
["Weapons"] = {
["Melee"] = {
["Enable"] = true,
["Delay"] = 2.5,
["Skills"] = {
["Z"] = {["Enable"] = true, ["HoldTime"] = 0.1},
["X"] = {["Enable"] = true, ["HoldTime"] = 0.1},
["C"] = {["Enable"] = true, ["HoldTime"] = 0},
["V"] = {["Enable"] = false, ["HoldTime"] = 0}
}
},
["Blox Fruit"] = {
["Enable"] = false,
["Delay"] = 3,
["Skills"] = {
["Z"] = {["Enable"] = true, ["HoldTime"] = 0},
["X"] = {["Enable"] = true, ["HoldTime"] = 0},
["C"] = {["Enable"] = true, ["HoldTime"] = 0},
["V"] = {["Enable"] = true, ["HoldTime"] = 0},
["F"] = {["Enable"] = false, ["HoldTime"] = 0}
}
},
--// Copy Next
["Sword"] = {
["Enable"] = true,
["Delay"] = 1.5,
["Skills"] = {
["Z"] = {["Enable"] = true, ["HoldTime"] = 1},
["X"] = {["Enable"] = true, ["HoldTime"] = 0}
}
},
["Gun"] = {
["Enable"] = true,
["Delay"] = 1.2,
["Skills"] = {
["Z"] = {["Enable"] = true, ["HoldTime"] = 0},
["X"] = {["Enable"] = true, ["HoldTime"] = 0}
}
}
}
}
repeat wait() until game:IsLoaded()
loadstring(game:HttpGet("https://raw.githubusercontent.com/Minhtriettt/Hunt/main/
AutoBountyV2.lua"))()

You might also like