All content on our site is free and will always be free.

Please consider supporting us with disabling your AdBlock software and to gain access to thousands of free content!

Not sure how to disable AdBLock? Follow this tutorial: How to disable AdBlock

Get the Criminality HITBOX EXTENDER SCRIPT

The Criminality HITBOX EXTENDER SCRIPT code is below. Copy & inject it into the game. Enjoy!

Features:

- HITBOX EXTENDER

Created by Bitz#0215
local Import = function(rep, file)
   return loadstring(game:HttpGet(("https://raw.githubusercontent.com/NougatBitz/%s/main/%s"):format(rep, file)))
end
local Bypassed = Import("BitzUtils", "CriminalitySimpleACBypass.lua")()
if Bypassed then
   Import("BitzUtils", "CrimianlityHitboxExtender.lua")()
end