├── LICENSE ├── README.md ├── bypass.hpp ├── cheat.cpp ├── cheat.h ├── config.cpp ├── config.h ├── d3d11_hook.cpp ├── d3d11_hook.h ├── dllmain.cpp ├── event_manager.cpp ├── event_manager.h ├── features ├── aimbot.hpp ├── ambientlight.hpp ├── antitesla.hpp ├── chams.hpp ├── esp.hpp ├── fixcolors.hpp ├── fog.hpp ├── fov.hpp ├── heareveryone.hpp ├── noclip.hpp ├── norecoil.hpp ├── silentstep.hpp └── speedhack.hpp ├── include.h ├── menu.cpp ├── menu.h └── sdk ├── camera.hpp ├── charactercontroller.hpp ├── classmanager.hpp ├── color.hpp ├── dictionary.hpp ├── gameobject.hpp ├── gui.hpp ├── hitboxidentity.hpp ├── list.hpp ├── material.hpp ├── physics.hpp ├── playermovementsync.hpp ├── quaternion.hpp ├── rect.hpp ├── referencehub.hpp ├── renderer.hpp ├── screen.hpp ├── shader.hpp ├── transform.hpp └── vec.hpp /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liverus/SCPSL-Internal/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liverus/SCPSL-Internal/HEAD/README.md -------------------------------------------------------------------------------- /bypass.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liverus/SCPSL-Internal/HEAD/bypass.hpp -------------------------------------------------------------------------------- /cheat.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liverus/SCPSL-Internal/HEAD/cheat.cpp -------------------------------------------------------------------------------- /cheat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liverus/SCPSL-Internal/HEAD/cheat.h -------------------------------------------------------------------------------- /config.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liverus/SCPSL-Internal/HEAD/config.cpp -------------------------------------------------------------------------------- /config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liverus/SCPSL-Internal/HEAD/config.h -------------------------------------------------------------------------------- /d3d11_hook.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liverus/SCPSL-Internal/HEAD/d3d11_hook.cpp -------------------------------------------------------------------------------- /d3d11_hook.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liverus/SCPSL-Internal/HEAD/d3d11_hook.h -------------------------------------------------------------------------------- /dllmain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liverus/SCPSL-Internal/HEAD/dllmain.cpp -------------------------------------------------------------------------------- /event_manager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liverus/SCPSL-Internal/HEAD/event_manager.cpp -------------------------------------------------------------------------------- /event_manager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liverus/SCPSL-Internal/HEAD/event_manager.h -------------------------------------------------------------------------------- /features/aimbot.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liverus/SCPSL-Internal/HEAD/features/aimbot.hpp -------------------------------------------------------------------------------- /features/ambientlight.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liverus/SCPSL-Internal/HEAD/features/ambientlight.hpp -------------------------------------------------------------------------------- /features/antitesla.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liverus/SCPSL-Internal/HEAD/features/antitesla.hpp -------------------------------------------------------------------------------- /features/chams.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liverus/SCPSL-Internal/HEAD/features/chams.hpp -------------------------------------------------------------------------------- /features/esp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liverus/SCPSL-Internal/HEAD/features/esp.hpp -------------------------------------------------------------------------------- /features/fixcolors.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liverus/SCPSL-Internal/HEAD/features/fixcolors.hpp -------------------------------------------------------------------------------- /features/fog.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liverus/SCPSL-Internal/HEAD/features/fog.hpp -------------------------------------------------------------------------------- /features/fov.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liverus/SCPSL-Internal/HEAD/features/fov.hpp -------------------------------------------------------------------------------- /features/heareveryone.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liverus/SCPSL-Internal/HEAD/features/heareveryone.hpp -------------------------------------------------------------------------------- /features/noclip.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liverus/SCPSL-Internal/HEAD/features/noclip.hpp -------------------------------------------------------------------------------- /features/norecoil.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liverus/SCPSL-Internal/HEAD/features/norecoil.hpp -------------------------------------------------------------------------------- /features/silentstep.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liverus/SCPSL-Internal/HEAD/features/silentstep.hpp -------------------------------------------------------------------------------- /features/speedhack.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liverus/SCPSL-Internal/HEAD/features/speedhack.hpp -------------------------------------------------------------------------------- /include.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liverus/SCPSL-Internal/HEAD/include.h -------------------------------------------------------------------------------- /menu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liverus/SCPSL-Internal/HEAD/menu.cpp -------------------------------------------------------------------------------- /menu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liverus/SCPSL-Internal/HEAD/menu.h -------------------------------------------------------------------------------- /sdk/camera.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liverus/SCPSL-Internal/HEAD/sdk/camera.hpp -------------------------------------------------------------------------------- /sdk/charactercontroller.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liverus/SCPSL-Internal/HEAD/sdk/charactercontroller.hpp -------------------------------------------------------------------------------- /sdk/classmanager.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liverus/SCPSL-Internal/HEAD/sdk/classmanager.hpp -------------------------------------------------------------------------------- /sdk/color.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liverus/SCPSL-Internal/HEAD/sdk/color.hpp -------------------------------------------------------------------------------- /sdk/dictionary.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liverus/SCPSL-Internal/HEAD/sdk/dictionary.hpp -------------------------------------------------------------------------------- /sdk/gameobject.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liverus/SCPSL-Internal/HEAD/sdk/gameobject.hpp -------------------------------------------------------------------------------- /sdk/gui.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liverus/SCPSL-Internal/HEAD/sdk/gui.hpp -------------------------------------------------------------------------------- /sdk/hitboxidentity.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liverus/SCPSL-Internal/HEAD/sdk/hitboxidentity.hpp -------------------------------------------------------------------------------- /sdk/list.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liverus/SCPSL-Internal/HEAD/sdk/list.hpp -------------------------------------------------------------------------------- /sdk/material.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liverus/SCPSL-Internal/HEAD/sdk/material.hpp -------------------------------------------------------------------------------- /sdk/physics.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liverus/SCPSL-Internal/HEAD/sdk/physics.hpp -------------------------------------------------------------------------------- /sdk/playermovementsync.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liverus/SCPSL-Internal/HEAD/sdk/playermovementsync.hpp -------------------------------------------------------------------------------- /sdk/quaternion.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liverus/SCPSL-Internal/HEAD/sdk/quaternion.hpp -------------------------------------------------------------------------------- /sdk/rect.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liverus/SCPSL-Internal/HEAD/sdk/rect.hpp -------------------------------------------------------------------------------- /sdk/referencehub.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liverus/SCPSL-Internal/HEAD/sdk/referencehub.hpp -------------------------------------------------------------------------------- /sdk/renderer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liverus/SCPSL-Internal/HEAD/sdk/renderer.hpp -------------------------------------------------------------------------------- /sdk/screen.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liverus/SCPSL-Internal/HEAD/sdk/screen.hpp -------------------------------------------------------------------------------- /sdk/shader.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liverus/SCPSL-Internal/HEAD/sdk/shader.hpp -------------------------------------------------------------------------------- /sdk/transform.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liverus/SCPSL-Internal/HEAD/sdk/transform.hpp -------------------------------------------------------------------------------- /sdk/vec.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liverus/SCPSL-Internal/HEAD/sdk/vec.hpp --------------------------------------------------------------------------------