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
TotallyNotElite
a4f3ef7130
Add option to disable TUI
...
dont allow updater to use dialog to config autoinstaller during install
2019-09-30 21:11:48 +02:00
TotallyNotElite
60b3dc43b3
Prefer gui for dependency installation
2019-09-30 19:26:11 +02:00
TotallyNotElite
e65736f5b7
Merge pull request #826 from nullworks/totallynotelite
...
Update script migration and install script improvements
2019-09-29 16:53:14 +02:00
TotallyNotElite
ab1521ff06
fix typo
2019-09-29 16:49:58 +02:00
TotallyNotElite
34fd3e3c96
Update install-all
...
Outsource a lot of code to the update script
2019-09-29 15:45:24 +02:00
TotallyNotElite
2022330394
Update script migration support
...
Use this when an update needs to do other things like deleting files, etc
2019-09-29 15:32:58 +02:00
BenCat07
88a02cbb41
Use ConsoleColorPrint for non debug information
2019-09-29 15:26:32 +02:00
BenCat07
64e241c15e
Add rvar for hiding stealth kills
2019-09-29 15:26:19 +02:00
BenCat07
c7393d7f29
Misc Improvements (see description)
...
Renamed Semiauto Fire to Fullauto Fire
Fixed Semiauto Fire not working with a value of 1
Add rvar Migration
2019-09-29 15:09:48 +02:00
BenCat07
92d8722b05
did someone say F O R W A R D R O L L S P E E D H A C K ?
2019-09-29 14:08:49 +02:00
BenCat07
61d4fe3739
Just a Cyoa pda unrestriction
2019-09-29 13:50:16 +02:00
BenCat07
12f5a4b1b3
Fix some Skinchanger crashes
2019-09-29 13:49:57 +02:00
LightCat
a8ef7178bc
Merge pull request #824 from nullworks/lightcat
...
Fix Heal Only Friends option not working properly
2019-09-29 12:43:34 +02:00
LightCat
8bbbf27f19
Merge branch 'master' into lightcat
2019-09-29 12:14:07 +02:00
BenCat07
a0c77fab03
Fix Heal Only Friends option not working properly
2019-09-29 12:13:36 +02:00
LightCat
66a76fb409
Merge pull request #823 from nullworks/lightcat
...
Don't mark yourself as party state and autovote next map
2019-09-28 19:33:37 +02:00
BenCat07
03b905c0ae
Change naming of autovote for current map
2019-09-28 19:32:00 +02:00
BenCat07
8989d9c91a
Merge remote-tracking branch 'origin/lightcat' into lightcat
2019-09-28 19:29:49 +02:00
BenCat07
41269653f2
Autovote map for catbots
2019-09-28 19:29:36 +02:00
BenCat07
57e095eb70
Don't mark yourself as party state
2019-09-28 19:29:36 +02:00
BenCat07
be6872a6aa
Autovote map for catbots
2019-09-28 19:28:18 +02:00
BenCat07
580a35d306
Don't mark yourself as party state
2019-09-28 13:28:29 +02:00
LightCat
490aba319f
Merge pull request #822 from nullworks/lightcat
...
Fixes to crashes
2019-09-28 13:05:42 +02:00
BenCat07
bec8bb600f
Undo hotfix and fix the Scoreboard Icons crash
2019-09-28 12:57:24 +02:00