2749 Commits

Author SHA1 Message Date
LightCat
93c9f16c29 Revert "Improve auto backstab some more"
This reverts commit 1dabe6a6728fd0da32cb86460f3eb3492136e503.
2019-01-28 18:34:19 +01:00
LightCat
dbf1a467a3 Revert "Make angle larger"
This reverts commit 25329f9a127cc187ffe556e3e37269a47468d99c.
2019-01-28 18:34:16 +01:00
LightCat
25329f9a12 Make angle larger 2019-01-28 16:51:40 +01:00
LightCat
1dabe6a672 Improve auto backstab some more 2019-01-28 16:46:38 +01:00
LightCat
674f4afd38 Merge branch 'master' of https://github.com/nullworks/cathook 2019-01-28 14:35:18 +01:00
LightCat
cb6eef7ba5 Fix Betrayal limit being gay 2019-01-28 14:35:03 +01:00
LightCat
0a7bbdca32
Update README.md 2019-01-27 20:13:55 +01:00
LightCat
7b9fee5d80 CatBot improvements 2019-01-27 18:17:32 +01:00
LightCat
770cf961fb Merge branch 'master' of https://github.com/nullworks/cathook 2019-01-27 15:30:30 +01:00
LightCat
63b6fba379 fix big gay 2019-01-27 15:30:23 +01:00
TotallyNotElite
36ce5aa4e7 Fix font outlines/size 2019-01-27 15:29:59 +01:00
LightCat
db819f272e fix some alpha issues 2019-01-27 15:24:39 +01:00
TotallyNotElite
935a0161d2 Fix attach failure/crash on attach 2019-01-27 14:51:43 +01:00
TotallyNotElite
2a28a812c5 Improve autobackstab (rage and backtrack) 2019-01-27 13:51:14 +01:00
LightCat
202c17ac99 clang format 2019-01-27 10:52:40 +01:00
LightCat
27239e18ef Merge branch 'master' of https://github.com/nullworks/cathook 2019-01-27 10:51:52 +01:00
LightCat
a829849619 Fix anti auto balance issues and clang format 2019-01-27 10:51:42 +01:00
TotallyNotElite
2755284a79
Merge pull request #686 from nullworks/isurface
Improve drawing performance by using isurface instead of glez
2019-01-26 18:34:40 +01:00
TotallyNotElite
330a7fd519 Fix isurface bugs 2019-01-26 17:30:01 +01:00
TotallyNotElite
c0cba7e7e7 Convert all, optional glez
Convert everything to darw::, remove glez
2019-01-26 15:44:14 +01:00
LightCat
b5e61150be Fix playerlist things 2019-01-26 12:07:34 +01:00
LightCat
911ca1a1b0
Merge pull request #685 from l0fg/l0fg-pr-master
Merge l0fg with master
2019-01-26 09:56:41 +00:00
Unnamed
19c8736354 Fix kick reason being ignored in callvote 2019-01-26 01:47:09 +00:00
Unnamed
0df8256e28 AutoJoin.cpp: register updateSearch in Paint 2019-01-26 01:46:43 +00:00
Unnamed
f485da873d votelogger.cpp: add rage vote kick
Automatically initiate vote kick against players with rage state
Set rage state to players who attempted to vote kick friendly player
2019-01-26 01:45:13 +00:00
Unnamed
12b03d1ff7 votelogger.cpp: use SendPartyChat() instead of cmd; minor refactor 2019-01-26 01:45:03 +00:00
Unnamed
3a89bed924 Add various party related signatures 2019-01-26 01:44:53 +00:00
Unnamed
f05021cfaa CatBot.cpp: minor refactor
Assign result of calculation to a variable where it is used more than once
2019-01-26 01:44:44 +00:00
Unnamed
751000baf0 CatBot.cpp: fix reporting invalid SteamIDs 2019-01-26 01:44:35 +00:00
Unnamed
c6ce522987 Better fix for 5cf04cd9 2019-01-26 01:44:25 +00:00
Unnamed
a9faba351f PlayerTools.cpp: fix betrayal_list updated for wrong players
Have to be updated for those who we should not target
2019-01-26 01:42:49 +00:00
Unnamed
d2f1a508a2 Refactor shouldTarget{,SteamId}
Return true if we should target or false otherwise. Makes code shorter in a lot of places because value was tested only for DO_NOT_IGNORE
2019-01-26 01:42:22 +00:00
Unnamed
1b32f49da5 playerlist.cpp: allow to set player state by his SteamID
Add cat_pl_add_id command. It takes 32bit steam id and state
2019-01-26 01:38:38 +00:00
Unnamed
1241868ab5 settings: Fix '\' character not being properly saved 2019-01-26 01:38:29 +00:00
Unnamed
63b167ea1d Misc refactoring
Assign to a variable elements, these are used more than once
2019-01-26 01:38:18 +00:00
Unnamed
66301c1970 Add UniformRandomInt RNG
Simple uniform RNG that depends on rand() as randomness source
Init random in hack.cpp
2019-01-26 01:30:42 +00:00
TotallyNotElite
ee2f9f6fa0 Half-ish port to isurface
Todo: fix fonts
2019-01-25 22:58:11 +01:00
TotallyNotElite
95032a2c82 Fix RectangleTextured 2019-01-25 22:20:12 +01:00
LightCat
26ba1b6b1b Add CritSay and improve a few DominateSay things 2019-01-25 21:31:51 +01:00
TotallyNotElite
f1c5ca9389 isurface textures (broken) 2019-01-22 12:17:34 +01:00
TotallyNotElite
af7306f5a2 Convert more stuff 2019-01-21 10:38:12 +01:00
TotallyNotElite
6df897119d ESP isurface support 2019-01-20 21:42:23 +01:00
LightCat
67589a6ac4
Merge pull request #682 from nullworks/master
update isurface
2019-01-20 19:14:25 +00:00
LightCat
9b30faa9ff
Update README.md 2019-01-20 19:55:08 +01:00
TotallyNotElite
28bd8216bc Engine drawing 2019-01-20 18:01:34 +01:00
LightCat
67afa2ff56
Merge pull request #681 from nullworks/master
update testing to master
2019-01-20 17:00:59 +00:00
LightCat
2b12554f49 Improve 6th slot of party breaking 2019-01-20 17:52:57 +01:00
LightCat
76c345475b
Merge pull request #680 from nullworks/testing
Testing -> master
2019-01-20 12:32:26 +00:00
LightCat
55e03ef4a5 Fix Backtrack melee aimbot 2019-01-20 13:30:34 +01:00
LightCat
73b7bb4a73 Improve experimental crithack 2019-01-19 17:27:05 +01:00