shared.patience = {
    ['Combat'] = {
        ['Aimbot'] = {
            ['Enabled'] = false,
            ['Sticky Aim'] = false,
            ['Hit Bone'] = "Head", -- >> Head, Body, Closest
            ['Smoothness'] = 0.012,

            ['Prediction'] = {
                ['Enabled'] = false,
                ['X'] = 0.122,
                ['Y'] = 0.395,
            },

            ['Bind'] = {
                ['Key'] = 'E',
                ['Type'] = 'Toggle', -- >> Toggle, Hold, Always
            },

            ['Fov'] = {
                ['Size'] = {
                    ['X'] = math.huge,
                    ['Y'] = math.huge,
                    ['Z'] = math.huge,
                },

                ['Visualize'] = {
                    ['Enabled'] = false,
                    ['Color'] = Color3.fromRGB(0, 0, 0),
                    ['Transparency'] = 0.8,
                },
            },

            ['Checks'] = {
                ['Visible'] = false,
                ['Knocked'] = false,
                ['Forcefield'] = false,
            },
        },

        ['Silent Aim'] = {
            ['Enabled'] = false,
            ['Sticky Aim'] = false,
            ['Hit Bone'] = "Head", -- >> Head, Body, Closest
            ['Hit Chance'] = 100,

            ['Prediction'] = {
                ['Enabled'] = false,
                ['X'] = 0.182,
                ['Y'] = 0.275,
            },

            ['Bind'] = {
                ['Key'] = 'E',
                ['Type'] = 'Toggle', -- >> Toggle, Hold, Always
            },

            ['Fov'] = {
                ['Size'] = {
                    ['X'] = math.huge,
                    ['Y'] = math.huge,
                    ['Z'] = math.huge,
                },

                ['Visualize'] = {
                    ['Enabled'] = false,
                    ['Color'] = Color3.fromRGB(0, 0, 0),
                    ['Transparency'] = 0.8,
                },
            },

            ['Checks'] = {
                ['Visible'] = false,
                ['Knocked'] = false,
                ['Forcefield'] = false,
            },
        },

        ['Auto Shoot'] = {
            ['Enabled'] = false,
            ['Mode'] = "Silent Aim", -- >> Aimbot, Silent Aim
            ['Delay'] = 0,

            ['Whitelist Tools'] = {
                ['Enabled'] = false,
                ['Tools'] = {'[Revolver]', '[Double-Barrel SG]'},
            },

            ['Blacklist Tools'] = {
                ['Enabled'] = false,
                ['Tools'] = {'[Knife]'},
            },

            ['Checks'] = {
                ['Visible'] = false,
                ['Knocked'] = false,
                ['Forcefield'] = false,
            },
        },

        ['Hitbox Expander'] = {
            ['Enabled'] = false,
            ['Size'] = {
                ['X'] = 30,
                ['Y'] = 30,
                ['Z'] = 30,
            },
        },

        ['Spread Modifier'] = {
            ['Enabled'] = false,
            ['Value'] = 100, -- >> 0 - 100 (%)

            ['Whitelist Tools'] = {
                ['Enabled'] = false,

                ['Tools'] = {
                    ['[Double-Barrel SG]'] = 100, -- >> 0 - 100 (%)
                    ['[TacticalShotgun]'] = 100, -- >> 0 - 100 (%)
                },
            },
        },

        ['Delay Changer'] = {
            ['Enabled'] = false,
            ['Value'] = 100, -- >> 0 - 100 (%)

            ['Whitelist Tools'] = {
                ['Enabled'] = false,

                ['Tools'] = {
                    ['[Revolver]'] = 100, -- >> 0 - 100 (%)
                },
            },

            --[[
                [!] Delay changer is a da hood only module.
            ]]
        },

        ['Damage Overrider'] = {
            ['Enabled'] = false,
            ['Mode'] = "Max", -- >> Max, Half, Min
        },

        ['Range Expander'] = {
            ['Enabled'] = false,
        },
    },

    ['Visuals'] = {
        ['Notifications'] = {
            ['Enabled'] = false,
            ['Mode'] = "Bottom Left", -- >> Bottom Left, Bottom Right, Top Left, Top Right
            ['Lifetime'] = 4,
            ['Color'] = Color3.fromRGB(129, 140, 248),

            ['Shots'] = {
                ['Hit'] = false,
                ['Miss'] = false,
            },
        },

        ['Watermark'] = {
            ['Enabled'] = false,
            ['Title'] = {
                ['Custom Text'] = {
                    ['Enabled'] = false,
                    ['Text'] = "https://patience.lol",
                },
                ['Font'] = 'GothamBold', -- >> UI, System, Plex, Monospace, GothamBold, Gotham
                ['Size'] = 17,
                ['Color 1'] = Color3.fromRGB(129, 140, 248),
                ['Color 2'] = Color3.fromRGB(200, 200, 248),
            },
            ['Keybind List'] = {
                ['Enabled'] = false,
                ['Font'] = 'GothamBold', -- >> UI, System, Plex, Monospace, GothamBold, Gotham
                ['Size'] = 13,
                ['Color'] = Color3.fromRGB(170, 170, 170),
            },
        },

        ['Name'] = {
            ['Enabled'] = false,
            ['Neutral'] = {
                ['Color 1'] = Color3.fromRGB(130, 130, 130),
                ['Color 2'] = Color3.fromRGB(255, 255, 255),
            },
            ['Target'] = {
                ['Color 1'] = Color3.fromRGB(129, 140, 248),
                ['Color 2'] = Color3.fromRGB(200, 200, 248),
            },
            ['Type'] = 'Display', -- >> Display, User
            ['Position'] = 'Bottom', -- >> Top, Bottom
            ['Font'] = 'GothamBold', -- >> UI, System, Plex, Monospace, GothamBold, Gotham
            ['Size'] = 11,
            ['Hide Roles'] = false,
        },

        ['Target Snapline'] = {
            ['Enabled'] = false,
            ['Color'] = Color3.fromRGB(129, 140, 248),
            ['Mode'] = 'Silent Aim', -- >> Aimbot, Silent Aim
        },

        ['Character'] = {
            ['Headless'] = false,
            ['Korblox'] = false,

            ['Avatar Changer'] = {
                ['Enabled'] = false,
                ['User Id'] = 70102273,
            },

            --[[
                [!] Avatar changer requires your personal avatar to have the same
                right arm as the user id you're changing to.

                Otherwise, have fun dropping your tools. :)
            ]]
        },

        ['Color Correction'] = {
            ['Enabled'] = false,
            ['Brightness'] = 0,
            ['Contrast'] = 0.05,
            ['Saturation'] = 0.1,
            ['TintColor'] = Color3.fromRGB(255, 255, 255),
        },
    },

    ['Movement'] = {
        ['Walk Speed'] = {
            ['Enabled'] = false,
            ['Value'] = 1000,

            ['Bind'] = {
                ['Key'] = 'C',
                ['Type'] = 'Toggle', -- >> Toggle, Hold, Always
            },
        },

        ['Jump Power'] = {
            ['Enabled'] = false,
            ['Value'] = 375,

            ['Bind'] = {
                ['Key'] = 'C',
                ['Type'] = 'Toggle', -- >> Toggle, Hold, Always
            },
        },

        ['Panic Ground'] = {
            ['Enabled'] = false,
            ['Bind'] = 'X',
        },

        ['Anti Trip'] = {
            ['Enabled'] = false,
        },

        ['Spider Man'] = {
            ['Enabled'] = false,
        },

        ['Anti Stopper'] = {
            ['Enabled'] = false,
            
            --[[
                [!] Anti stopper is a da hood only module.
            ]]
        },

        ['Desync'] = {
            ['Enabled'] = false,
            ['Mode'] = 'Raknet', -- >> CFrame, Velocity, Raknet

            ['CFrame'] = {
                ['Position'] = {
                    ['X'] = {-5, 5},
                    ['Y'] = {-5, 5},
                    ['Z'] = {-5, 5},
                },
                ['Rotation'] = {
                    ['X'] = {-180, 180},
                    ['Y'] = {-180, 180},
                    ['Z'] = {-180, 180},
                },
            },

            ['Velocity'] = {
                ['X'] = {0, 0},
                ['Z'] = {200, 200},
            },

            ['Bind'] = {
                ['Key'] = 'G',
                ['Type'] = 'Toggle', -- >> Toggle, Hold, Always
            },

            --[[
                [!] Use at your own risk: can be easily detected.
                [!] Your executor requires the raknet library for raknet mode to work.
            ]]
        },
    },

    ['Purchase'] = {
        ['Enabled'] = false,
        ['Bind'] = 'R',

        ['Items'] = {
            ['Armor'] = false,
            ['Food'] = false,
        },

        --[[
            [!] Purchase is a da hood only module.
        ]]
    },

    ['Custom Features'] = {
        ['Das Hood'] = {
            ['Inf Range'] = false,
            ['Wallbang'] = false,
        },
    },

    ['Skin Changer'] = {
        ['Enabled'] = false,

        ['Skins'] = {
            ['[Double-Barrel SG]'] = "Golden Age",
            ['[Revolver]'] = "Golden Age",
            ['[TacticalShotgun]'] = "Golden Age",
            ['[Rifle]'] = "Golden Age",
            ['[Knife]'] = "Golden Age Tanto",

            --[[
                [!] Skin changer is a da hood only module.

                [!] Knife Skins:
                Golden Age Tanto, GPO-Knife, GPO-Knife Prestige, Heaven,
                Love Kukri, Purple Dagger, Blue Dagger, Green Dagger,
                Red Dagger, Portal, Emerald Butterfly, Boy, Girl, Dragon,
                Void, Wild West, Iced Out, Reptile, Emerald, Ribbon
            ]]
        },
    },
}
