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
TotallyNotElite
df9adbbdfb
Backtrack.cpp: Add latency rampup
...
Ramps up the latency over 2 seconds to avoid unwanted teleportation
2019-10-13 17:16:27 +02:00
TotallyNotElite
ed115d3a33
BulletTracers.cpp: Use cmd viewangles instead
...
Adds support for aimbot
2019-10-13 17:12:53 +02:00
BenCat07
7209a2d1fa
hat remover 2.0
2019-10-13 14:13:23 +02:00
BenCat07
3eeb01c7e0
Add CWorld as entity to hit
2019-10-13 14:10:15 +02:00
TotallyNotElite
81640d4c8b
fix compile issues
...
Ok time to never cherrypick from hwgs again
2019-10-13 13:30:51 +02:00
Unnamed
fad2d9c815
Aimbot.cpp: support Hitman's Heatmaker
...
- Properly adjust damage calculations
- Automatically use special (useful for bots)
2019-10-13 13:03:58 +02:00
Unnamed
7b2b32d978
ipc.cpp: fix possible crash
2019-10-13 13:03:21 +02:00
Unnamed
9f30c9916d
navparser.cpp: fix bugs in findClosestNavSquare
...
It never used overlapping areas
2019-10-13 13:00:35 +02:00
Unnamed
fbe949a5cd
navparser.cpp: use point above nav area for visibility checks
...
Some maps have nav areas placed under the ground
2019-10-13 13:00:20 +02:00
Unnamed
b6c2b2abfb
navparser.cpp: distance nav areas by center in findClosestNavSquare
...
Still incorrect but produces better results
2019-10-13 13:00:04 +02:00
Unnamed
3d08785e28
AutoHeal.cpp: minor refactor + dead code removal
2019-10-13 12:57:21 +02:00
TotallyNotElite
799c378b34
Aimbot.cpp: fix backtrack aimbot only considering 1st tick
...
Remove unnecessary .at() usage
2019-10-13 12:57:01 +02:00
Unnamed
67a30ce4b5
textfile.cpp: don't include last empty line from spam.txt
2019-10-13 12:54:23 +02:00
Unnamed
ee93cefb61
SendDatagram.cpp: minor refactor
...
Remove unnecessary branches
2019-10-13 12:52:16 +02:00
Unnamed
2935a0c727
Spam.cpp: small improvements
...
- Chose spam line at random only when source contain more than 1 line
- Use UniformRandomInt instead of rand() % count
2019-10-13 12:47:59 +02:00
Unnamed
87e9892a88
textfile.cpp: small performance improvements
...
- Pass std::string by reference
- Don't construct path using format()
2019-10-13 12:47:11 +02:00
Unnamed
4eacb00b43
trace.cpp: attempt to reduce stuck chance
2019-10-13 12:46:58 +02:00
Unnamed
1645ce4061
AntiAim.cpp: implement fake sideways
...
Randomly switch between fake right and fake left (configurable)
2019-10-13 12:46:14 +02:00
TotallyNotElite
9792d41dbc
navparser.cpp: unfinished NavBot refactor
...
- Improve performance a lot by constructing path made of CNavArea*
- Improve visibility checks: use player related collisions (WIP)
- Reduce time required to figure out you are stuck in case path point is not visible (configurable)
- Attempt to improve performance in other areas of navparser.cpp: pass Vectors by reference, reduce amount of loops and amount of calculations
2019-10-13 12:45:48 +02:00
Unnamed
c69ce55bf4
AntiAim.cpp: Fix fake flip antiaim not working
2019-10-13 12:40:26 +02:00
LightCat
ef07b6ac20
Merge pull request #825 from nullworks/lightcat
...
Fixes & Improvements
2019-10-03 21:17:07 +02:00
BenCat07
9d94f11f21
Don't forget newline (big brain plays) and also logging::Info stuff
2019-10-03 12:32:14 +02:00
BenCat07
70fc33cca6
Merge remote-tracking branch 'origin/master' into lightcat
2019-10-03 12:31:08 +02:00
TotallyNotElite
59957b1f7b
Merge pull request #827 from nullworks/totallynotelite
...
Some installer modifications
2019-10-01 07:29:02 +02:00
TotallyNotElite
0271405f59
use updater script directly
2019-09-30 21:19:55 +02:00