3885 Commits

Author SHA1 Message Date
TotallyNotElite
d2b3547605
fix textmode (#1181)
* fix textmode

* Update Key.hpp
2020-11-28 02:17:00 +01:00
TotallyNotElite
9c1b236a24 Minor fixes 2020-11-26 13:32:47 +01:00
TotallyNotElite
454943b559 Fix: Fix default variable values being set incorrectly when preloading
This only affects the "Key" type because of SDL
Incorrect default variables means that all keys will be unbound as soon as a config file is loaded.
This commit essentially replaces e9b9cf16b17f0f42d14e80c97a6bf2577a730228
2020-11-26 13:32:47 +01:00
NotAnUser1
68829d1178
added, changed and corrected stuff (#1165)
* added, changed and corrected stuff

* Add files via upload

* reset time should only be displayed on flags

apparently carts also have a reset timer that goes to negative values

* added flask style to magic spells esp

* added "hide invisible" to prevent drawing on invis players

* oops these should be aligned

* added edibles/lunchboxes support to healthpack esp

* gets rid of unneded stuff

* changed reset time code to make it look neater

* Added more checks to auto strafer

Makes it so we don't strafe when we're noclipping, double jumping as scout or in water. This closes https://github.com/nullworks/cathook/issues/1126 and a part of https://github.com/nullworks/cathook/issues/998.

* Corrected a small typo in auto pyro

* Revert "Add files via upload"

This reverts commit f3786b527cd0e8f972091c0960e600786088febc.

* spec list attempt #2

hello does this work its my first time using gitkraken

* small sandviches, stuff off by default, only 1st person spec is colored

ye

* yes now objective esp is off by default

* Some fixes

* Update data/menu/nullifiedcat/visuals/esp.xml

* Change colours

Co-authored-by: NotAnUser <zhr9z9oc53@inscriptio.in>
Co-authored-by: TotallyNotElite <1yourexperiment@protonmail.com>
Co-authored-by: TotallyNotElite <38938720+TotallyNotElite@users.noreply.github.com>
2020-11-25 21:20:16 +01:00
TotallyNotElite
e4f196866d
Merge pull request #1176 from nullworks/totallynotelite
Fix disguised spies being ignored, fix auth to rage users
2020-11-24 10:23:42 +01:00
TotallyNotElite
14a0217ef9 Fix: Do not reply to auth requests by raged users 2020-11-24 10:16:58 +01:00
TotallyNotElite
d101dc9315 Revert "Stealth spell counts as being cloaked (#1147)" 2020-11-24 10:16:58 +01:00
aUniqueUser
083e876659 Improve in-game autoitem documentation 2020-11-24 10:16:02 +01:00
BenCat07
4f1c4bde57 Fix esp bugs 2020-11-22 19:24:40 +01:00
TotallyNotElite
4c3fcfd962 Fix: Esp performance improvements
This should cut used performance down to ~1/10 in my testing
2020-11-22 12:50:24 +01:00
BenCat07
fd74ed8445 Fix compile issue in textmode 2020-11-21 20:01:46 +01:00
TotallyNotElite
0956a82a39 Make cathook identify-neutral by default
This will make cathook only send auth packets when
1. Someone else sent one first
2. We are in textmode (we are a bot)

This was added to prevent external cheats from taking advantage of cathook's auth features without returning the favour and to prevent cathook users from landing on bot blacklists.
2020-11-20 23:31:21 +01:00
meowinghuman
baa2dbf9e3
new default dominate says (#1163)
* new default dominate says

Saw a comment asking for new dominate says, well here ya go.

* Update DominateSay.cpp

* Update DominateSay.cpp

got rid of the part that said virgin or some shit, also changed free to another and get a third.
2020-11-20 10:40:59 +01:00
TotallyNotElite
6757e9afbc
Merge pull request #1168 from nullworks/strafepred
Add strafeprediction to cathook
2020-11-19 00:10:44 +01:00
TotallyNotElite
cff2a48f9a Hacky fix for target_last not being unset when aimkey is not being hit 2020-11-18 20:36:20 +01:00
BenCat07
91733d3645 Fix disguised players being seen as cloaked 2020-11-18 18:48:44 +01:00
TotallyNotElite
e1235337f9 Remove duplicate EventLogging files 2020-11-18 18:47:19 +01:00
TotallyNotElite
39674c01cd Feat: Add strafe prediction
https://t.me/nullworks/501090
2020-11-18 17:23:46 +01:00
NotAnUser1
71a9dd9dd5
Added building condition esp (#1158)
* Added building condition esp

* Conds shouldn't get stacked when sapped

* Disabled tele is disabled

* Adjusted health esp and cond esp position

Moved health esp up to match player esp and sapped/disabled conds down, so they get printed under ammo/rocket/metal

* "required metal to next level" esp and a quick fix to teles esp

* yes uh netvars pt1

* pt2

* gets rid of unneeded numbers on tele recharge time

* remove the curly brackets

* actually, dont remove the brackets as it doesnt compile
2020-11-17 18:53:52 +01:00
G-4-M-3-R
af5049fa1f
Make Warp tab look better (#1140)
* Add files via upload

* Add files via upload
2020-11-06 13:02:54 +01:00
BenCat07
5f4626a79c Fix crash with Building changes
Dormant sentries are bad
2020-10-31 21:10:35 +01:00
BenCat07
621979bd9c Fix aiming at buildings
Render bounds stretch under the floor for some reason, and apparently those npcs do have proper hitboxes we can aim at, so do it
2020-10-31 17:37:04 +01:00
NotAnUser1
bcf774624a
Stealth spell counts as being cloaked (#1147) 2020-10-31 17:31:47 +01:00
NotAnUser1
dc91ef291f
Revving and taunting condition esp (#1144) 2020-10-28 14:27:03 +01:00
LightCat
46e139a44e
Fix truce and enable aimbot to aim at npcs (#1137)
* Fix truce and enable aimbot to aim at npcs

This simply makes aimbot able to aim at npcs and the cheat will ignore players in truce.

* Added Horseless Headless Horsemann as aimbot target

* Move truce check

* Improve NPC/Item esp

Co-authored-by: NotAnUser1 <NotAnUser1@github.com>

Co-authored-by: d3fc0n6 <7269950-d3fc0n6@users.noreply.gitlab.com>
Co-authored-by: NotAnUser1 <NotAnUser1@github.com>
2020-10-25 22:35:34 +01:00
BenCat07
6559321a4c Add first two changes of #1131 2020-10-22 11:39:00 +02:00
LightCat
4597627d9a Make clearer what 0xA is
Co-authored-by: notroboot <63302745+notroboot@users.noreply.github.com>
2020-10-22 11:39:00 +02:00
BenCat07
2fb829f918 Fix autoheal box clipping issues 2020-10-22 11:39:00 +02:00
BenCat07
a6c1a16aa6 Add Rapidfire 2020-10-22 11:39:00 +02:00
aUniqueUser
be4baf0f18
Make randoms not depend on rand() (#1135)
* Make randoms not depend on rand()

Changed UniformRandomInt and RandFloatRange to not depend on rand, because this can cause little to no randomness depending on system.
2020-10-19 22:11:07 +02:00
NotAnUser1
54aafc5d18
Improve readability 2020-10-19 14:25:12 +02:00
TotallyNotElite
d2cb3afab5 Fix: Autoitem: Use maps instead of looping thru achivement items
Remove achievement ident too
2020-10-19 14:22:01 +02:00
BenCat07
f401dec044 fix a crash with spectator aimbot 2020-10-18 16:39:16 +02:00
BenCat07
23436c0778 Add sapper as pda
Why is the sapper not using the sapper weapon class
2020-10-17 11:47:04 +02:00
BenCat07
7ecf2fee30 Fix nospread crashes (and pda being seen as hitscan weapons) 2020-10-15 19:18:28 +02:00
G-4-M-3-R
7f6c15fe4a
Feat: Put pSilent and viewmodel flipper in projectile aimbot box 2020-10-10 23:37:31 +02:00
BenCat07
24e166f610 Alot of small fixes and improvements
Closes #535, #939, #894, #996, #1117 and a crash in backtrack.

Additionally some projectile weapons have also been fixed
2020-10-10 20:54:01 +02:00
aUniqueUser
b9daa94a73
AutoItem: replaces Achievement.cpp with autocraft and autorent system. (#1119)
AutoItem.cpp: Add - auto craft and auto tent for items
2020-10-10 20:24:16 +02:00
TotallyNotElite
21a23d732d Feat: Add autoheal.look-at-path, fix some bad code, create a unified DoSlowAim 2020-10-10 19:47:18 +02:00
dotqurter
0b33495de1 Arm Chams 2020-10-10 18:40:35 +02:00
BenCat07
59a1adff3f Add Cowmangler as projectile weapon 2020-10-09 20:10:33 +02:00
TotallyNotElite
0a0f9cab46 Remove /tmp/dumps chmod 2020-10-08 21:08:28 +02:00
BenCat07
40f2d50343 Fix Datacenter selector 2020-10-02 20:55:46 +02:00
BenCat07
3d2858442f Fix crithack and nospread + clean up WeaponData usage 2020-10-02 20:55:46 +02:00
G-4-M-3-R
f84279d4e2
Remove v9 + fix the Joy emoji overlapping with Thinking (#1112)
* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload
2020-09-28 13:26:32 +02:00
G-4-M-3-R
de2008f6f3 Add files via upload 2020-09-26 11:05:56 +02:00
G-4-M-3-R
607019470f Add files via upload 2020-09-26 11:05:56 +02:00
BenCat07
b2c0fc2948 Improve textmode performance
- Fully null Material Swap buffers
- Make map loading times shorter and take less cpu time by skipping ressource checks
- Remove CViewRender::Render calls from game
- Remove a sleep(15000) that gets used on instances marked as "textmode"
2020-09-16 12:19:16 +02:00
TotallyNotElite
aed4eb2617 Fix attach-libnamed.sh 2020-09-11 22:57:59 +02:00
roboot
60437defac Improve attach scripts 2020-09-11 22:57:59 +02:00