3766 Commits

Author SHA1 Message Date
TotallyNotElite
aea46d13f4 New FSN/RecvTable proxy resolver
* Almost completely rewrote antiantiaim.cpp
* Almost completely rewrote hitrate.cpp

New antiantiaim uses a combination of RecvTable proxies and FSN to resolve target players. The version in this commit is WIP and should not be used (yet). Hitrate.cpp has been rewritten to improve accuracy and code quality.
2019-10-20 21:58:38 +02:00
BenCat07
908bc2aa40 Add a way to load a config from a string 2019-10-20 14:44:18 +02:00
BenCat07
3ea898a333 Forward declaration of textmode timer for Module usage 2019-10-20 00:33:35 +02:00
LightCat
4883ba7eb2
Merge pull request #839 from nullworks/lightcat
Add Anti party spam crash
2019-10-19 23:13:14 +02:00
TotallyNotElite
52c9c38223 Fix anti party spam crash code
Increased code quality
Void messages until spam stops
2019-10-19 23:08:18 +02:00
BenCat07
12b644ef66 Add Anti party spam crash 2019-10-19 21:54:37 +02:00
TotallyNotElite
983dafc6bc
Merge pull request #838 from nullworks/totallynotelite
Script updates
2019-10-19 20:27:57 +02:00
TotallyNotElite
bb3ba927d9 update developer conversion script 2019-10-19 19:53:05 +02:00
TotallyNotElite
26d9f6d8a3 Fix bug in migration 2019-10-19 19:53:05 +02:00
TotallyNotElite
656e4e4a9e Add migration to fix error in cotire compile
Also make submodule functions run after migrations, dont run migrations for developers
2019-10-19 19:53:05 +02:00
LightCat
1bf38ac3a5
Merge pull request #837 from nullworks/lightcat
Fix no visual builds not compiling
2019-10-19 17:35:47 +02:00
BenCat07
a74643af74 Fix catbot build 2019-10-19 17:33:02 +02:00
TotallyNotElite
4024e1792f
Merge pull request #836 from nullworks/totallynotelite
Add native cmake 3.16 precompiled header support
2019-10-19 16:36:58 +02:00
TotallyNotElite
f6c9a1b6a1 cmake: fix disabling of precompiled headers 2019-10-19 13:45:43 +02:00
TotallyNotElite
241ca46211 fix precompiled headers bug 2019-10-19 12:51:46 +02:00
TotallyNotElite
09fee927da Native cmake precompiled header support
Works in version 3.16 of cmake
2019-10-19 12:51:46 +02:00
LightCat
31d0bf8c80
Merge pull request #834 from nullworks/lightcat
Abandon logic improvement and Constantifying everything i can
2019-10-19 11:49:14 +02:00
BenCat07
c8719afacc Fix Constants being in global file though they are not global 2019-10-19 11:45:10 +02:00
BenCat07
9bee643dc9 Address issues mentioned in Pullrequest Review 2019-10-19 11:42:18 +02:00
BenCat07
d3ad4532a4 Merge totallynotelite branch 2019-10-18 22:02:20 +02:00
TotallyNotElite
e7460f8fad zerokernel unity build 2019-10-18 19:53:11 +02:00
TotallyNotElite
b6ace95923 remove empty file 2019-10-18 19:49:36 +02:00
TotallyNotElite
f05ffa5583 Fix compile error on CI 2019-10-17 15:52:21 +02:00
TotallyNotElite
749f6d8623 common.hpp and include refactor 2019-10-17 10:29:58 +02:00
LightCat
c84488478a
Merge branch 'master' into totallynotelite 2019-10-16 21:17:59 +02:00
bencat07
bcfc84e0c4 Adjust angles code to use PLAYER_ARRAY_SIZE for clarity 2019-10-16 20:01:47 +02:00
TotallyNotElite
fb3f2d4835 Remove some hacks
Fixes https://t.me/nullworks/173108
2019-10-16 19:52:17 +02:00
BenCat07
b9e6bfc69c Constantifying everything we can
Also add some global constants for player arrays and player count
2019-10-16 19:44:25 +02:00
bencat07
4a523fb0dd Merge branch 'master' of https://github.com/nullworks/cathook into lightcat 2019-10-16 17:14:48 +02:00
BenCat07
20698d13f4 stop sv pure spam 2019-10-15 22:08:41 +02:00
BenCat07
5bd6b13e23 use proper function for disconnect 2019-10-15 22:08:31 +02:00
BenCat07
94d7e0776a Textmode stuff 2019-10-15 21:44:31 +02:00
TotallyNotElite
1bb9dd95ec
Merge pull request #833 from nullworks/TotallyNotElite-patch-1
Update README.md
2019-10-15 21:38:35 +02:00
BenCat07
13255e0426 abandon improvements 2019-10-15 21:33:46 +02:00
TotallyNotElite
1924553690
Update README.md 2019-10-15 21:11:06 +02:00
bencat07
d75baee821 Merge branch 'master' of https://github.com/nullworks/cathook into lightcat 2019-10-15 20:43:12 +02:00
BenCat07
5fb80b7991 imagine accidentally using break instead of continue 2019-10-15 20:42:03 +02:00
TotallyNotElite
29e70db8ef
Merge pull request #832 from nullworks/totallynotelite
Fedora support
2019-10-15 20:19:49 +02:00
TotallyNotElite
c96ec19d88 more fedora fixes 2019-10-15 20:00:08 +02:00
TotallyNotElite
7f5de13bef add packages 2019-10-15 19:13:50 +02:00
TotallyNotElite
11d5733b29 Fedora support, better distro detection 2019-10-15 19:08:36 +02:00
BenCat07
6476fbd20a Improve Bot disconnect and detection logic 2019-10-15 18:16:21 +02:00
BenCat07
1efd9f7fee Send achievement message on first CreateMove 2019-10-15 18:14:22 +02:00
LightCat
8678ddb693
Merge pull request #831 from nullworks/master
top text
2019-10-14 19:52:48 +02:00
TotallyNotElite
5de55010dc
Merge pull request #830 from nullworks/totallynotelite
Merge HWGS and other changes
2019-10-13 21:09:48 +02:00
TotallyNotElite
7a84862ee6 Address PR review
Tfw none of these issues are your fault
2019-10-13 20:40:10 +02:00
TotallyNotElite
3f3c7b2dcd reduce rampup time to 1 second 2019-10-13 18:21:28 +02:00
TotallyNotElite
f8a063295e
Update Backtrack.cpp 2019-10-13 18:01:08 +02:00
TotallyNotElite
821318551c
Update Backtrack.cpp 2019-10-13 18:00:50 +02:00
TotallyNotElite
6a9fb6533d Aimbot.cpp: Set preferred hitbox to spine_2
Improves hit chances and damage for non headshotting weapons by default
2019-10-13 17:18:04 +02:00