w3vu2m81e912ce7m

hitbox expander free

Jan 25th, 2025 (edited)
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. -- // these are my settings \\ --
  2. getgenv().Script = {
  3. ["Settings"] = {
  4. ["ScriptMaker"] = "joog", -- // Please dont change this \\
  5. ["NotificationMode"] = {
  6. ["PlayerTargeted"] = false,
  7. },
  8. ["KOCheck"] = true,
  9. },
  10. ["HitboxExpander"] = {
  11. ["Enabled"] = true,
  12. ["Mode"] = "Keybind", -- // Keybind, FOV --
  13. ["Keybind"] = "E",
  14. ["HitboxSize"] = {
  15. ["X"] = 7,
  16. ["Y"] = 7,
  17. ["Z"] = 7
  18. },
  19. ["HitboxExpanderFOV"] = {
  20. ["Visible"] = true,
  21. ["Radius"] = 30,
  22. ["Color"] = Color3.fromRGB(0, 255, 0),
  23. ["Thickness"] = 1,
  24. ["Transparency"] = 0.5,
  25. },
  26. ["HitboxExpanderBox"] = {
  27. ["Visible"] = true,
  28. ["Color"] = Color3.fromRGB(0, 255, 0),
  29. ["Transparency"] = 0.5,
  30. }
  31. }
  32. }
  33.  
  34.  
  35. loadstring(game:HttpGet("https://raw.githubusercontent.com/joogisw/hitboxexpander/refs/heads/main/sourceobfuscated"))()
Add Comment
Please, Sign In to add comment