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
TotallyNotElite
836f5ce3d4
Remove --progress from rsync flags
...
https://t.me/nullworks/430473
https://unix.stackexchange.com/questions/498125/rsync-progress-parameter-syntax-error
2020-09-10 20:40:18 +02:00
G-4-M-3-R
fc19245f9d
Seperate world and skybox nightmode ( #1088 )
...
* Update FrameStageNotify.cpp
* Update world.xml
* Update world.xml
* Update world.xml
* Add files via upload
* Add files via upload
2020-09-08 08:29:28 +02:00
BenCat07
241bef40a2
Fix missing namespace in autoviewmodel breaking unity builds
2020-09-07 06:13:49 +02:00
TheRyeGuyWhoWillNowDie
149de546e5
Fixed dependencies on gentoo
...
Emerge freaks out and refuses to install dependencies if -a is asked in a script
2020-09-06 20:00:13 +02:00
BenCat07
d07c1b3efd
""Fix"" locale issue caused by steam
...
just make the popup not appear lol
2020-09-06 19:57:43 +02:00
TotallyNotElite
181b53e69f
Itemtypes.cpp: Fix crash when model is nullptr
...
This is the first time this happened to me
2020-09-06 16:10:36 +02:00
BenCat07
71c541af4f
Add an Auto Viewmodel flipper
2020-09-05 17:37:37 +02:00
BenCat07
87863e495d
Compensate for weapon shot offsets
...
Some weapons do not shoot centered and in some cases need to have their vischecks done from that offset
2020-09-05 17:37:37 +02:00
BenCat07
9a29df6262
Fix snapping after closing menu
2020-09-05 17:37:37 +02:00
BenCat07
2a7787e49e
Compensate for ping, and fix speed/gravity issues on some projectiles
2020-09-05 17:37:37 +02:00
TotallyNotElite
771e342db2
Fix #1073
2020-09-04 22:07:29 +02:00
aUniqueUser
7cbb2be8bc
Fix inconsistency and speed up identify
2020-08-20 13:19:43 +02:00
TotallyNotElite
02a67a2111
Add crithack support for the engineer double attack exploit
...
Command to make executing this exploit work 100% of the time: alias doubleattack "+attack;+attack2;wait 5;-attack;-attack2"
Video demonstration: https://t.me/nullworks/411869
2020-08-15 22:58:04 +02:00
LightCat
c91dadd1c7
Merge pull request #1078 from nullworks/auth_change
...
Use a better and faster method of authentication
2020-08-15 22:57:38 +02:00
BenCat07
be5c6c9f03
Use a better and faster method of authentication
2020-08-15 17:30:20 +02:00
LightCat
41b6456538
Merge pull request #1082 from incontestableness/fixes
...
Fix typo causing nullnexus to always connect even when disabled
2020-08-08 19:20:22 +02:00
incontestableness
d1c0ffcf7d
Fix typo causing nullnexus to always connect even when disabled
2020-08-08 10:50:54 -05:00
BenCat07
9c2c096a1c
Fix a crash caused by warp on hit
2020-08-06 16:03:18 +02:00
BenCat07
d0165650e2
Fix out of bounds iteration in backtrack aimbot
2020-08-01 15:01:01 +02:00
LightCat
24ff58ffa5
Merge pull request #1077 from nullworks/nightmodecrash_fix
...
Only change color if it has changed in nightmode settings
2020-07-30 21:30:43 +02:00
BenCat07
b3188a6344
Only change color if it has changed in nightmode settings
...
This also fixes a more common crash on config load
2020-07-30 11:03:18 +02:00
TotallyNotElite
1fbed11f9b
Move back to github ( #1071 )
...
* Update readme notice
* Update submodule URLs (again)
* Update migrations to remove gitlab migration
2020-07-21 19:50:30 +02:00
TotallyNotElite
d53eb67187
Merge branch 'guikey_fix' into 'master'
...
Display gui button in menu
See merge request nullworks/cathook/cathook!1032
2020-07-21 09:45:45 +00:00
BenCat07
c40b7f0761
Display gui button in menu
2020-07-21 11:13:28 +02:00
BenCat07
656a617e36
Merge branch 'patch-fix-updaterepourl' into 'master'
...
[scripts] Fix updateRepoURL
See merge request nullworks/cathook/cathook!1030
2020-07-19 14:59:34 +00:00
TotallyNotElite
310be2e141
[scripts] Fix updateRepoURL
...
updateRepoURL would fail when a user has a slow internet connection, even tho the effective URL was returned successfully.
This commit makes updateRepoURL stop following redirects entirely and simply makes it output the url it would've gone to instead.
2020-07-19 14:39:46 +02:00
TotallyNotElite
1336d8c964
Merge branch 'patch_githubtos' into 'master'
...
Remove content in violation of GitHub TOS
See merge request nullworks/cathook/cathook!1029
2020-07-15 19:25:16 +00:00
TotallyNotElite
8548569546
Remove content in violation of GitHub TOS
2020-07-15 21:20:28 +02:00
BenCat07
b0de6b4c80
Fix some bugs and improve esp performance a little
...
Before this text would not update on players when the local player was dead, and the esp text was layered based on entity id and not distance, text centering was also missing for above/below text.
2020-07-09 21:17:02 +02:00
BenCat07
1c86a3eff9
Fix Autobackstab issues
2020-07-05 18:18:37 +02:00
BenCat07
946ccc4649
Fix some crashes
2020-07-05 18:18:30 +02:00
BenCat07
3eae4bd666
Fix item schema crashes and undefined behaviour
2020-07-05 13:36:12 +02:00
TotallyNotElite
77938ce282
remove misc.nohatsforyou
2020-07-04 15:08:38 +02:00
TotallyNotElite
5be5c99825
New system to update the repo URL
2020-07-02 10:36:14 +02:00
TotallyNotElite
5d7630ce10
Fix urls v2
2020-07-01 13:30:00 +02:00
TotallyNotElite
25c22e18e7
Update urls
2020-07-01 13:27:19 +02:00
TotallyNotElite
b783ea44e9
[DOCS] Add notice about cathook moving to GitLab
2020-07-01 11:54:49 +02:00
TotallyNotElite
29df148075
🛄 Moving to GitLab 👋
2020-06-30 22:19:08 +02:00
LightCat
4aa2d98886
Merge pull request #1064 from nullworks/small_fixes
...
Fix issues related to traces and Contracker
2020-06-28 18:14:08 +02:00
BenCat07
a9166b6f83
Add an option to remove contracker animation from players
2020-06-28 10:59:46 +02:00
BenCat07
8bc0631bef
Fix and improve traces (Sniperrifles shoot through teammates)
2020-06-28 10:59:35 +02:00