Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- // these are my settings \\ --
- getgenv().Script = {
- ["Settings"] = {
- ["ScriptMaker"] = "joog", -- // Please dont change this \\
- ["NotificationMode"] = {
- ["PlayerTargeted"] = false,
- },
- ["KOCheck"] = true,
- },
- ["HitboxExpander"] = {
- ["Enabled"] = true,
- ["Mode"] = "Keybind", -- // Keybind, FOV --
- ["Keybind"] = "E",
- ["HitboxSize"] = {
- ["X"] = 7,
- ["Y"] = 7,
- ["Z"] = 7
- },
- ["HitboxExpanderFOV"] = {
- ["Visible"] = true,
- ["Radius"] = 30,
- ["Color"] = Color3.fromRGB(0, 255, 0),
- ["Thickness"] = 1,
- ["Transparency"] = 0.5,
- },
- ["HitboxExpanderBox"] = {
- ["Visible"] = true,
- ["Color"] = Color3.fromRGB(0, 255, 0),
- ["Transparency"] = 0.5,
- }
- }
- }
- loadstring(game:HttpGet("https://raw.githubusercontent.com/joogisw/hitboxexpander/refs/heads/main/sourceobfuscated"))()
Add Comment
Please, Sign In to add comment