Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

getgenv().

LuckyHub = {
Preload = {
["Notifications"] = true, -- // Global notifications toggle
["Intro"] = true, -- // Enables short intro
["UseGUI"] = false, -- // Uses GUI // Doesnt use settings below
["VelocityStats"] = true, -- // Enables velocity stats
},
Underground = {
["Enabled"] = true, -- // Underground enabled
["Keybind"] = "P", -- // Underground keybind
["Amount"] = 1000, -- // Underground amount
},
Sky = {
["Enabled"] = true, -- // Sky enabled
["Keybind"] = "L", -- // Sky keybind
["Amount"] = 1000, -- // Sky amount
},
CustomVelocity = {
["Enabled"] = true, -- // Custom velocity enabled
["Keybind"] = "H", -- // Custom velocity keybind
["CustomX"] = 2000, -- // Custom velocity custom X
["CustomY"] = 100, -- // Custom velocity custom Y
["CustomZ"] = 1000, -- // Custom velocity custom Z
},
PredictionChanger = {
["Enabled"] = true, -- // Prediction Changer enabled
["Keybind"] = "B", -- // Prediction changer keybind
["Amount"] = 10, -- // Prediction changer amount // Use 0 for prediction
disabler
},
SpinbotDesync = {
["Enabled"] = true, -- // Spinbot desync enabled
["Keybind"] = "J", -- // Spinbot desync keybind
["Amount"] = 10000, -- // Spinbot desync amount
["DesyncAngles"] = 500, -- // Basically how fast you spin
},
NetworkDesync = {
["Enabled"] = true, -- // Network desync enabled
["Keybind"] = "V", -- // Network desync keybind
["Amount"] = 2, -- // 2 Recommended
},
Shake = {
["Enabled"] = true, -- // Shake enabled
["Keybind"] = "N", -- // Shake keybind
["CustomX"] = 5500, -- // Custom shake X
["CustomY"] = 9000, -- // Custom shake Y
["CustomZ"] = 3000, -- // Custom shake Z
},
AimViewer = {
["Enabled"] = true, -- // Aim viewer enabled
["Keybind"] = "T", -- // Aim viewer keybind
["Width"] = 0.3, -- // Aim viewer width
["RainbowMode"] = true, -- // Rainbow aim viewer if true will not use color
below
["Color"] = Color3.fromRGB(0, 255, 0), -- // Aim viewer color
["ViewTarget"] = true, -- // Views target
["HighlightTarget"] = true, -- // Enables highlight target
["RainbowHighlight"] = true, -- // If true it wont use colors below
["FillColor"] = Color3.fromRGB(0, 255, 0), -- // Highlight fill color
["OutlineColor"] = Color3.fromRGB(255, 255, 255), -- // Hightlight outline
color
["Material"] = "Neon", -- // Aim viewer material
["Method"] = "MousePos", -- // Dont change unless you know what you are
doing
},
}
--
loadstring(game:HttpGet('https://raw.githubusercontent.com/CoolKid52321/LuckyHub/
main/AntilockMain', true))()

You might also like