3766 Commits

Author SHA1 Message Date
BenCat07
f5c2871361 Clamp speed to prevent undesired behaviour 2020-05-24 20:05:08 +02:00
BenCat07
b517cc7845 Improve Demoknight warp 2020-05-24 20:05:08 +02:00
BenCat07
d259fbacd0 Alot of warp related stuff (see description)
- Add a speed meter
- Smoothen Warp Drastically
- GIve full control while in warp (Especially useful for bots)
- Rewrite the peek mode
- Add 22 tick fakelag (as a sideeffect)
2020-05-24 20:05:08 +02:00
TotallyNotElite
84db34b24b add explicit binary mode data path support
The next cathook-gui update will automatically set some systems (mainly ubuntu 18.04 and not officially supported distros) to binary mode. The old method would have preferred the out of date /opt/cathook/data directory.

enable binary mode
2020-05-24 19:54:28 +02:00
TotallyNotElite
1d5c30b2df Add gitlab CI stuff for binary mode
This makes gitlab auto build binary mode packages for the stable branch.
2020-05-24 19:54:28 +02:00
TotallyNotElite
ef59d93734
Merge pull request #1027 from nullworks/textmode_fixes
Fix something i missed which still blocks textmode
2020-05-23 22:34:08 +02:00
BenCat07
62e708658d Fix missing function in textmode 2020-05-23 19:30:04 +02:00
BenCat07
2ec45445a6 Fix unresolved symbol
how do i do this
2020-05-23 17:06:58 +02:00
BenCat07
e986d99688 Add textmode CI settings 2020-05-23 15:34:02 +02:00
BenCat07
2b83d70d21 Fix something i missed which still blocks textmode
Sorry for that
2020-05-23 15:24:37 +02:00
LightCat
d41ae87553
Merge pull request #1023 from nullworks/textmode_fixes
Fix some textmode issues
2020-05-22 22:26:24 +02:00
LightCat
a5385af273
Merge pull request #1011 from nullworks/nightmode
Fix and improve nightmode (see description)
2020-05-22 22:19:17 +02:00
LightCat
2059ee6fe2
Merge branch 'master' into nightmode 2020-05-22 22:17:12 +02:00
LightCat
ae3b7610af
Merge pull request #995 from nullworks/backtrack_rewrite
Backtrack rewrite
2020-05-22 22:14:51 +02:00
BenCat07
dc3a98fc2b Fix some textmode issues 2020-05-22 22:11:20 +02:00
BenCat07
b3195ae003 ignore right file 2020-05-22 17:08:13 +02:00
BenCat07
b62c0ed74a Prevent Weapon Switch lag with crithack
Cache the crit cmds for every weapon idx instead, and yes it does work this way even if you switch classes
2020-05-22 14:12:07 +02:00
BenCat07
16dc54db4e Remove nightmode jank 2020-05-22 14:10:33 +02:00
BenCat07
3e488eecef Fix issues mentioned in PR 2020-05-22 14:03:23 +02:00
BenCat07
da0771068b Fix LevelInit issues and don't try to shoot invalid ticks 2020-05-18 19:17:34 +02:00
BenCat07
82c3f67cd1 Remove unneeded checks in backtrack aimbot 2020-05-18 19:17:34 +02:00
BenCat07
c52ed3a22c Improve backtrack reliability 2020-05-18 19:17:34 +02:00
BenCat07
a4276750e9 Further improvements to backtrack 2020-05-18 19:17:34 +02:00
BenCat07
81f835eda4 Fix some potential out of bound reads in Backtrack 2020-05-18 19:17:34 +02:00
BenCat07
da1a901187 Fix projectile aimbot with backtrack enabled 2020-05-18 19:17:34 +02:00
BenCat07
910544a947 ignore CMakeCacheBackup.txt (and delete it) 2020-05-18 19:17:34 +02:00
BenCat07
2682949482 Dynamically allocate backtrack data instead of statically allocating it 2020-05-18 19:17:34 +02:00
BenCat07
8f22a56a23 Don't use a seperate class for backtrack 2020-05-18 19:17:34 +02:00
BenCat07
a61290188b Fix issues with master update and staticize default filters 2020-05-18 19:17:34 +02:00
BenCat07
3ae111912c Fix possible crash with backtrack aimbot 2020-05-18 19:17:34 +02:00
BenCat07
f4ec99c4f0 Make backtrack chams work for off-screen entities 2020-05-18 19:17:34 +02:00
BenCat07
ee2ded6073 Make Chams color customizeable 2020-05-18 19:17:34 +02:00
BenCat07
233155a191 Don't break z coord 2020-05-18 19:17:34 +02:00
BenCat07
c9467a4b9a Fix Backtrack tick filtering 2020-05-18 19:17:34 +02:00
BenCat07
a82a2a264c rename the backtrack global variable 2020-05-18 19:17:34 +02:00
BenCat07
9dcfc6b8cf Rewrite Backtrack
I mean when i already rewrite crithack why not Backtrack too
2020-05-18 19:17:34 +02:00
BenCat07
7516c62b3c Improve Warp, Demoknight aim, and crithack 2020-05-18 19:17:34 +02:00
BenCat07
4ce150518a Ignore "no jump" areas and improve jump logic 2020-05-18 19:12:46 +02:00
BenCat07
058ac540a3 Fix some reported issues with bSendPackets
This simply moves bSendPackets to CreateMoveEarly to make it more reliable, some people seem to have issues with it in CreateMove.
2020-05-18 19:12:34 +02:00
micwoj92
d69453186e typo 2020-05-15 21:53:23 +02:00
micwoj92
c7912736ce fix typo 2020-05-15 21:53:23 +02:00
micwoj92
a5486b9a19 Capitalization 2020-05-15 21:53:23 +02:00
BenCat07
2df0a31256 Fix and improve nightmode (see description)
This commit first of all fixes nightmode, then second of all makes it more customizeable, and the third point is that it fixes antiafk
2020-05-15 21:34:23 +02:00
LightCat
fce61ade5a
Merge pull request #1010 from nullworks/fakelag_fix
Fix bSendPackets not working (and undefined behaviour)
2020-05-15 19:06:41 +02:00
BenCat07
03b2425bc3 Fix BSendPackets not working (and undefined behaviour) 2020-05-15 19:04:49 +02:00
LightCat
eebdcde35e
Merge pull request #1009 from nullworks/totallynotelite
Fixes and spelling
2020-05-15 10:17:25 +02:00
TotallyNotElite
0b5bc00f21 add #if defines to unbreak textmode builds 2020-05-15 10:14:41 +02:00
TotallyNotElite
4efe59796c Speling
@bencat07 pls
2020-05-14 19:31:10 +02:00
TotallyNotElite
1bf97704b1 Revert "Bytepatch Fixes"
This partially reverts commit d9c044c1b08dec36ee8d4495db2c828e5544f9bd. This caused issues with detaching.
2020-05-14 19:18:17 +02:00
TotallyNotElite
bf34382d2b
Merge pull request #1008 from nullworks/totallynotelite
Add option to disable aimbot if being spectated
2020-05-14 12:20:31 +02:00