Merge remote-tracking branch 'nullworks/newui' into Pathfinder
This commit is contained in:
commit
8009748b06
83
.autotools
Executable file
83
.autotools
Executable file
@ -0,0 +1,83 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<configurations>
|
||||
<configuration id="org.eclipse.linuxtools.cdt.autotools.core.configuration.build.1853436091">
|
||||
<option id="configure" value="configure"/>
|
||||
<option id="configdir" value=""/>
|
||||
<option id="cache-file" value=""/>
|
||||
<option id="help" value="false"/>
|
||||
<option id="no-create" value="false"/>
|
||||
<option id="quiet" value="false"/>
|
||||
<option id="version" value="false"/>
|
||||
<option id="host" value=""/>
|
||||
<option id="build" value=""/>
|
||||
<option id="target" value=""/>
|
||||
<option id="prefix" value=""/>
|
||||
<option id="exec-prefix" value=""/>
|
||||
<option id="libdir" value=""/>
|
||||
<option id="bindir" value=""/>
|
||||
<option id="sbindir" value=""/>
|
||||
<option id="includedir" value=""/>
|
||||
<option id="datadir" value=""/>
|
||||
<option id="sysconfdir" value=""/>
|
||||
<option id="infodir" value=""/>
|
||||
<option id="mandir" value=""/>
|
||||
<option id="srcdir" value=""/>
|
||||
<option id="localstatedir" value=""/>
|
||||
<option id="sharedstatedir" value=""/>
|
||||
<option id="libexecdir" value=""/>
|
||||
<option id="oldincludedir" value=""/>
|
||||
<option id="program-prefix" value=""/>
|
||||
<option id="program-suffix" value=""/>
|
||||
<option id="program-transform-name" value=""/>
|
||||
<option id="env_vars" value=""/>
|
||||
<option id="enable-maintainer-mode" value="false"/>
|
||||
<flag id="CFLAGS" value="CFLAGS|CXXFLAGS">
|
||||
<flagvalue id="cflags-debug" value="false"/>
|
||||
<flagvalue id="cflags-gprof" value="false"/>
|
||||
<flagvalue id="cflags-gcov" value="false"/>
|
||||
</flag>
|
||||
<option id="user" value=""/>
|
||||
<option id="autogen" value="autogen.sh"/>
|
||||
<option id="autogenOpts" value=""/>
|
||||
</configuration>
|
||||
<configuration id="org.eclipse.linuxtools.cdt.autotools.core.configuration.build.debug.1487733959">
|
||||
<option id="configure" value="configure"/>
|
||||
<option id="configdir" value=""/>
|
||||
<option id="cache-file" value=""/>
|
||||
<option id="help" value="false"/>
|
||||
<option id="no-create" value="false"/>
|
||||
<option id="quiet" value="false"/>
|
||||
<option id="version" value="false"/>
|
||||
<option id="host" value=""/>
|
||||
<option id="build" value=""/>
|
||||
<option id="target" value=""/>
|
||||
<option id="prefix" value=""/>
|
||||
<option id="exec-prefix" value=""/>
|
||||
<option id="libdir" value=""/>
|
||||
<option id="bindir" value=""/>
|
||||
<option id="sbindir" value=""/>
|
||||
<option id="includedir" value=""/>
|
||||
<option id="datadir" value=""/>
|
||||
<option id="sysconfdir" value=""/>
|
||||
<option id="infodir" value=""/>
|
||||
<option id="mandir" value=""/>
|
||||
<option id="srcdir" value=""/>
|
||||
<option id="localstatedir" value=""/>
|
||||
<option id="sharedstatedir" value=""/>
|
||||
<option id="libexecdir" value=""/>
|
||||
<option id="oldincludedir" value=""/>
|
||||
<option id="program-prefix" value=""/>
|
||||
<option id="program-suffix" value=""/>
|
||||
<option id="program-transform-name" value=""/>
|
||||
<option id="env_vars" value=""/>
|
||||
<option id="enable-maintainer-mode" value="false"/>
|
||||
<flag id="CFLAGS" value="CFLAGS|CXXFLAGS">
|
||||
<flagvalue id="cflags-debug" value="false"/>
|
||||
<flagvalue id="cflags-gprof" value="false"/>
|
||||
<flagvalue id="cflags-gcov" value="false"/>
|
||||
</flag>
|
||||
<option id="user" value="CFLAGS='-g -O0' CXXFLAGS='-g -O0'"/>
|
||||
<option id="autogen" value="autogen.sh"/>
|
||||
<option id="autogenOpts" value=""/>
|
||||
</configuration>
|
||||
</configurations>
|
0
.circleci/config.yml
Normal file → Executable file
0
.circleci/config.yml
Normal file → Executable file
12
.gitmodules
vendored
Normal file → Executable file
12
.gitmodules
vendored
Normal file → Executable file
@ -16,9 +16,9 @@
|
||||
[submodule "external/co-library"]
|
||||
path = external/co-library
|
||||
url = https://github.com/nullworks/co-library.git
|
||||
[submodule "external/TF2_NavFile_Reader"]
|
||||
path = external/TF2_NavFile_Reader
|
||||
url = https://github.com/nullworks/TF2_NavFile_Reader
|
||||
[submodule "external/PathFinder"]
|
||||
path = external/PathFinder
|
||||
url = https://github.com/Sahnvour/PathFinder
|
||||
[submodule "include/TF2_NavFile_Reader"]
|
||||
path = include/TF2_NavFile_Reader
|
||||
url = https://github.com/nullworks/TF2_NavFile_Reader.git
|
||||
[submodule "external/MicroPather"]
|
||||
path = external/MicroPather
|
||||
url = https://github.com/leethomason/MicroPather
|
||||
|
@ -111,8 +111,7 @@ target_include_directories(cathook SYSTEM PRIVATE
|
||||
"external/source-sdk-2013-headers/mp/src")
|
||||
|
||||
target_include_directories(cathook PRIVATE "external/ucccccp")
|
||||
target_include_directories(cathook PRIVATE "external/TF2_NavFile_Reader")
|
||||
target_include_directories(cathook PRIVATE "external/PathFinder/src/")
|
||||
target_include_directories(cathook PRIVATE "external/MicroPather")
|
||||
|
||||
if(EnableWarnings)
|
||||
target_compile_options(cathook PRIVATE -Wall -Wextra)
|
||||
|
0
CONTRIBUTING.md
Normal file → Executable file
0
CONTRIBUTING.md
Normal file → Executable file
0
build_names
Normal file → Executable file
0
build_names
Normal file → Executable file
0
data/menu/Verdana.ttf
Normal file → Executable file
0
data/menu/Verdana.ttf
Normal file → Executable file
0
data/menu/VerdanaBold.ttf
Normal file → Executable file
0
data/menu/VerdanaBold.ttf
Normal file → Executable file
0
data/menu/color-picker.xml
Normal file → Executable file
0
data/menu/color-picker.xml
Normal file → Executable file
0
data/menu/cross.png
Normal file → Executable file
0
data/menu/cross.png
Normal file → Executable file
Before Width: | Height: | Size: 267 B After Width: | Height: | Size: 267 B |
0
data/menu/menu.xml
Normal file → Executable file
0
data/menu/menu.xml
Normal file → Executable file
0
data/menu/nullified-ui.xml
Normal file → Executable file
0
data/menu/nullified-ui.xml
Normal file → Executable file
0
data/menu/nullifiedcat/aimbot.xml
Normal file → Executable file
0
data/menu/nullifiedcat/aimbot.xml
Normal file → Executable file
0
data/menu/nullifiedcat/antiaim.xml
Normal file → Executable file
0
data/menu/nullifiedcat/antiaim.xml
Normal file → Executable file
0
data/menu/nullifiedcat/chat.xml
Normal file → Executable file
0
data/menu/nullifiedcat/chat.xml
Normal file → Executable file
0
data/menu/nullifiedcat/crits.xml
Normal file → Executable file
0
data/menu/nullifiedcat/crits.xml
Normal file → Executable file
0
data/menu/nullifiedcat/debug.xml
Normal file → Executable file
0
data/menu/nullifiedcat/debug.xml
Normal file → Executable file
0
data/menu/nullifiedcat/hackinfo.xml
Normal file → Executable file
0
data/menu/nullifiedcat/hackinfo.xml
Normal file → Executable file
0
data/menu/nullifiedcat/misc.xml
Normal file → Executable file
0
data/menu/nullifiedcat/misc.xml
Normal file → Executable file
0
data/menu/nullifiedcat/misc/Misc2.xml
Normal file → Executable file
0
data/menu/nullifiedcat/misc/Misc2.xml
Normal file → Executable file
0
data/menu/nullifiedcat/misc/achievement.xml
Normal file → Executable file
0
data/menu/nullifiedcat/misc/achievement.xml
Normal file → Executable file
0
data/menu/nullifiedcat/misc/announcer.xml
Normal file → Executable file
0
data/menu/nullifiedcat/misc/announcer.xml
Normal file → Executable file
0
data/menu/nullifiedcat/misc/antibackstab.xml
Normal file → Executable file
0
data/menu/nullifiedcat/misc/antibackstab.xml
Normal file → Executable file
0
data/menu/nullifiedcat/misc/anticheat.xml
Normal file → Executable file
0
data/menu/nullifiedcat/misc/anticheat.xml
Normal file → Executable file
0
data/menu/nullifiedcat/misc/autodeadringer.xml
Normal file → Executable file
0
data/menu/nullifiedcat/misc/autodeadringer.xml
Normal file → Executable file
0
data/menu/nullifiedcat/misc/bhop.xml
Normal file → Executable file
0
data/menu/nullifiedcat/misc/bhop.xml
Normal file → Executable file
0
data/menu/nullifiedcat/misc/bptf.xml
Normal file → Executable file
0
data/menu/nullifiedcat/misc/bptf.xml
Normal file → Executable file
0
data/menu/nullifiedcat/misc/collective.xml
Normal file → Executable file
0
data/menu/nullifiedcat/misc/collective.xml
Normal file → Executable file
0
data/menu/nullifiedcat/misc/remove.xml
Normal file → Executable file
0
data/menu/nullifiedcat/misc/remove.xml
Normal file → Executable file
0
data/menu/nullifiedcat/spyalert.xml
Normal file → Executable file
0
data/menu/nullifiedcat/spyalert.xml
Normal file → Executable file
0
data/menu/nullifiedcat/trigger/autobackstab.xml
Normal file → Executable file
0
data/menu/nullifiedcat/trigger/autobackstab.xml
Normal file → Executable file
0
data/menu/nullifiedcat/trigger/autodetonator.xml
Normal file → Executable file
0
data/menu/nullifiedcat/trigger/autodetonator.xml
Normal file → Executable file
0
data/menu/nullifiedcat/trigger/autoheal.xml
Normal file → Executable file
0
data/menu/nullifiedcat/trigger/autoheal.xml
Normal file → Executable file
0
data/menu/nullifiedcat/trigger/autoreflect.xml
Normal file → Executable file
0
data/menu/nullifiedcat/trigger/autoreflect.xml
Normal file → Executable file
0
data/menu/nullifiedcat/trigger/autosticky.xml
Normal file → Executable file
0
data/menu/nullifiedcat/trigger/autosticky.xml
Normal file → Executable file
0
data/menu/nullifiedcat/triggerbot.xml
Normal file → Executable file
0
data/menu/nullifiedcat/triggerbot.xml
Normal file → Executable file
0
data/menu/nullifiedcat/visuals.xml
Normal file → Executable file
0
data/menu/nullifiedcat/visuals.xml
Normal file → Executable file
0
data/menu/nullifiedcat/visuals/chams.xml
Normal file → Executable file
0
data/menu/nullifiedcat/visuals/chams.xml
Normal file → Executable file
0
data/menu/nullifiedcat/visuals/esp.xml
Normal file → Executable file
0
data/menu/nullifiedcat/visuals/esp.xml
Normal file → Executable file
0
data/menu/nullifiedcat/visuals/glow.xml
Normal file → Executable file
0
data/menu/nullifiedcat/visuals/glow.xml
Normal file → Executable file
0
data/menu/nullifiedcat/visuals/lightesp.xml
Normal file → Executable file
0
data/menu/nullifiedcat/visuals/lightesp.xml
Normal file → Executable file
0
data/menu/nullifiedcat/visuals/misc.xml
Normal file → Executable file
0
data/menu/nullifiedcat/visuals/misc.xml
Normal file → Executable file
0
data/menu/nullifiedcat/visuals/radar.xml
Normal file → Executable file
0
data/menu/nullifiedcat/visuals/radar.xml
Normal file → Executable file
0
data/menu/player-list-row.xml
Normal file → Executable file
0
data/menu/player-list-row.xml
Normal file → Executable file
0
data/menu/player-list-window.xml
Normal file → Executable file
0
data/menu/player-list-window.xml
Normal file → Executable file
0
data/menu/window-settings.xml
Normal file → Executable file
0
data/menu/window-settings.xml
Normal file → Executable file
0
data/sound/piss.wav
Normal file → Executable file
0
data/sound/piss.wav
Normal file → Executable file
1
external/MicroPather
vendored
Submodule
1
external/MicroPather
vendored
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 33a3b8403f1bc3937c9d364fe6c3977169bee3b5
|
0
include/.gitignore
vendored
Normal file → Executable file
0
include/.gitignore
vendored
Normal file → Executable file
@ -39,6 +39,7 @@ target_sources(cathook PRIVATE
|
||||
"${CMAKE_CURRENT_LIST_DIR}/velocity.hpp"
|
||||
"${CMAKE_CURRENT_LIST_DIR}/votelogger.hpp"
|
||||
"${CMAKE_CURRENT_LIST_DIR}/MiscTemporary.hpp"
|
||||
"${CMAKE_CURRENT_LIST_DIR}/navparser.hpp"
|
||||
"${CMAKE_CURRENT_LIST_DIR}/Options.hpp"
|
||||
"${CMAKE_CURRENT_LIST_DIR}/PlayerTools.hpp")
|
||||
|
||||
@ -49,6 +50,7 @@ add_subdirectory(classinfo)
|
||||
add_subdirectory(copypasted)
|
||||
add_subdirectory(hacks)
|
||||
add_subdirectory(hooks)
|
||||
add_subdirectory(TF2_NavFile_Reader)
|
||||
add_subdirectory(reclasses)
|
||||
add_subdirectory(sdk)
|
||||
add_subdirectory(online)
|
||||
@ -56,4 +58,5 @@ add_subdirectory(settings)
|
||||
|
||||
if(EnableVisuals)
|
||||
add_subdirectory(visual)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
0
include/MiscTemporary.hpp
Normal file → Executable file
0
include/MiscTemporary.hpp
Normal file → Executable file
0
include/Options.hpp
Normal file → Executable file
0
include/Options.hpp
Normal file → Executable file
0
include/PlayerTools.hpp
Normal file → Executable file
0
include/PlayerTools.hpp
Normal file → Executable file
1
include/TF2_NavFile_Reader
Submodule
1
include/TF2_NavFile_Reader
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 65818ea2cda4fa3f8e3f17e272692543f704d1f4
|
0
include/classinfo/CMakeLists.txt
Normal file → Executable file
0
include/classinfo/CMakeLists.txt
Normal file → Executable file
0
include/classinfo/dummy.gen.hpp
Normal file → Executable file
0
include/classinfo/dummy.gen.hpp
Normal file → Executable file
0
include/classinfo/dynamic.gen.hpp
Normal file → Executable file
0
include/classinfo/dynamic.gen.hpp
Normal file → Executable file
@ -98,6 +98,8 @@
|
||||
#include "core/sharedobj.hpp"
|
||||
#include "init.hpp"
|
||||
#include "reclasses/reclasses.hpp"
|
||||
#include <CNavFile.h>
|
||||
#include <astar.h>
|
||||
|
||||
#include "copypasted/Netvar.h"
|
||||
#include "copypasted/CSignature.h"
|
||||
|
0
include/conditions.hpp
Normal file → Executable file
0
include/conditions.hpp
Normal file → Executable file
0
include/config.h.in
Normal file → Executable file
0
include/config.h.in
Normal file → Executable file
0
include/copypasted/CMakeLists.txt
Normal file → Executable file
0
include/copypasted/CMakeLists.txt
Normal file → Executable file
0
include/core/CMakeLists.txt
Normal file → Executable file
0
include/core/CMakeLists.txt
Normal file → Executable file
0
include/core/cvwrapper.hpp
Normal file → Executable file
0
include/core/cvwrapper.hpp
Normal file → Executable file
0
include/core/offsets.hpp
Normal file → Executable file
0
include/core/offsets.hpp
Normal file → Executable file
0
include/entitycache.hpp
Normal file → Executable file
0
include/entitycache.hpp
Normal file → Executable file
0
include/globals.h
Normal file → Executable file
0
include/globals.h
Normal file → Executable file
0
include/hack.hpp
Normal file → Executable file
0
include/hack.hpp
Normal file → Executable file
0
include/hacks/Achievement.hpp
Normal file → Executable file
0
include/hacks/Achievement.hpp
Normal file → Executable file
0
include/hacks/Announcer.hpp
Normal file → Executable file
0
include/hacks/Announcer.hpp
Normal file → Executable file
0
include/hacks/AntiAntiAim.hpp
Normal file → Executable file
0
include/hacks/AntiAntiAim.hpp
Normal file → Executable file
0
include/hacks/AutoDeadringer.hpp
Normal file → Executable file
0
include/hacks/AutoDeadringer.hpp
Normal file → Executable file
1
include/hacks/Backtrack.hpp
Normal file → Executable file
1
include/hacks/Backtrack.hpp
Normal file → Executable file
@ -25,6 +25,7 @@ struct BacktrackData
|
||||
float viewangles{ 0.0f };
|
||||
float simtime{ 0.0f };
|
||||
Vector entorigin{ 0.0f, 0.0f, 0.0f };
|
||||
int index{ 0 };
|
||||
};
|
||||
struct BestTickData
|
||||
{
|
||||
|
0
include/hacks/CMakeLists.txt
Normal file → Executable file
0
include/hacks/CMakeLists.txt
Normal file → Executable file
0
include/hacks/FollowBot.hpp
Normal file → Executable file
0
include/hacks/FollowBot.hpp
Normal file → Executable file
0
include/hacks/LightESP.hpp
Normal file → Executable file
0
include/hacks/LightESP.hpp
Normal file → Executable file
0
include/hacks/SeedPrediction.hpp
Normal file → Executable file
0
include/hacks/SeedPrediction.hpp
Normal file → Executable file
0
include/hacks/Thirdperson.hpp
Normal file → Executable file
0
include/hacks/Thirdperson.hpp
Normal file → Executable file
0
include/hacks/ac/CMakeLists.txt
Normal file → Executable file
0
include/hacks/ac/CMakeLists.txt
Normal file → Executable file
0
include/helpers.hpp
Normal file → Executable file
0
include/helpers.hpp
Normal file → Executable file
0
include/hooks.hpp
Normal file → Executable file
0
include/hooks.hpp
Normal file → Executable file
0
include/hooks/CMakeLists.txt
Normal file → Executable file
0
include/hooks/CMakeLists.txt
Normal file → Executable file
0
include/hooks/HookedMethods.hpp
Normal file → Executable file
0
include/hooks/HookedMethods.hpp
Normal file → Executable file
0
include/navparser.hpp
Executable file
0
include/navparser.hpp
Executable file
0
include/online/CMakeLists.txt
Normal file → Executable file
0
include/online/CMakeLists.txt
Normal file → Executable file
0
include/online/Online.hpp
Normal file → Executable file
0
include/online/Online.hpp
Normal file → Executable file
0
include/prediction.hpp
Normal file → Executable file
0
include/prediction.hpp
Normal file → Executable file
0
include/projlogging.hpp
Normal file → Executable file
0
include/projlogging.hpp
Normal file → Executable file
0
include/reclasses/CMakeLists.txt
Normal file → Executable file
0
include/reclasses/CMakeLists.txt
Normal file → Executable file
0
include/reclasses/CTFInventoryManager.hpp
Normal file → Executable file
0
include/reclasses/CTFInventoryManager.hpp
Normal file → Executable file
0
include/reclasses/C_BaseEntity.hpp
Normal file → Executable file
0
include/reclasses/C_BaseEntity.hpp
Normal file → Executable file
0
include/reclasses/C_MannVsMachineStats.hpp
Normal file → Executable file
0
include/reclasses/C_MannVsMachineStats.hpp
Normal file → Executable file
0
include/reclasses/C_TEFireBullets.hpp
Normal file → Executable file
0
include/reclasses/C_TEFireBullets.hpp
Normal file → Executable file
0
include/reclasses/C_TFWeaponBaseGun.hpp
Normal file → Executable file
0
include/reclasses/C_TFWeaponBaseGun.hpp
Normal file → Executable file
0
include/reclasses/C_TFWeaponBaseMelee.hpp
Normal file → Executable file
0
include/reclasses/C_TFWeaponBaseMelee.hpp
Normal file → Executable file
0
include/reclasses/ITFGroupMatchCriteria.hpp
Normal file → Executable file
0
include/reclasses/ITFGroupMatchCriteria.hpp
Normal file → Executable file
0
include/sdk/CMakeLists.txt
Normal file → Executable file
0
include/sdk/CMakeLists.txt
Normal file → Executable file
0
include/sdk/ScreenSpaceEffects.h
Normal file → Executable file
0
include/sdk/ScreenSpaceEffects.h
Normal file → Executable file
0
include/sdk/c_basetempentity.h
Normal file → Executable file
0
include/sdk/c_basetempentity.h
Normal file → Executable file
0
include/sdk/netmessage.hpp
Normal file → Executable file
0
include/sdk/netmessage.hpp
Normal file → Executable file
0
include/settings/Bool.hpp
Normal file → Executable file
0
include/settings/Bool.hpp
Normal file → Executable file
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user