29 Commits

Author SHA1 Message Date
Superyu1337
c86216ec6e fix: change map addr offset to +0x1B8 2024-11-28 22:45:27 +01:00
Superyu1337
f3f08cbede fix: update dependencies. Resolve build issues. (Not tested ingame) 2024-11-28 22:41:25 +01:00
Janek
831d232d23
fix for isscoped 2024-04-26 15:19:42 +02:00
Janek
3e31733f06 Update mod.rs 2024-04-23 21:40:51 +02:00
Janek
e89a0b8671 Update mod.rs 2024-04-23 21:35:59 +02:00
Janek
16e2d361dc fix: bomb holder when planted or dropped 2024-04-21 19:20:55 +02:00
Janek
00d883a41c feat: add native mode
- Add native mode
- Fix bomb holder search and wrong bomb holder on round starts
2024-04-17 18:43:21 +02:00
Janek
10da0883a1 feat: faster bomb holder search
Fully batched bomb holder search
2024-04-17 18:55:46 +02:00
Janek
b1d0e0bb34 fix: bomb holder search
Previously there was a performance hit when the bomb was being held due to wrong logic being used.
This fixes it.
2024-04-16 14:17:48 +02:00
Janek
2c7ba14ced wip: followup for bomb search algo
- Use 64 indicies for chunking batch reads
- Remove unused function
- Bump version to 0.2.4
2024-04-16 13:47:50 +02:00
Janek
8cf6664c4b wip: more batching in bomb search algo 2024-04-16 15:18:50 +02:00
Janek
c5a18ab7f4 remove offsets 2024-04-12 14:14:05 +02:00
Janek
75b997999c commit frontend rewrite initial project 2024-04-12 14:41:52 +02:00
Janek
9843913dbd fix 5 2024-04-10 23:18:40 +02:00
Janek
a0a7be3022 fix 4 2024-04-10 22:54:50 +02:00
Janek
45081a21b1 fix 3 2024-04-10 22:49:41 +02:00
Janek
4ef96f821f fix 2 2024-04-10 22:36:45 +02:00
Janek
120b30f5c7 fix 2024-04-10 22:35:40 +02:00
Janek
900e5d2acc feat: skip version
Allows to skip the game buiold number version check.
Related to .
2024-04-03 20:02:36 +02:00
Janek
212c88efaa fix: resolve by fix cs2dumper importing
Resolved , fixes URLs and module imports for cs2dumper.
Warning: Untested.
2024-04-03 17:59:53 +02:00
Janek
d31c3f8ee5 Update
- Added AWP warning and sight-lines while scoped
- Added Bomb timer
Todo: cleanup
2024-01-09 23:06:32 +01:00
Janek
510a74a802 Optimize bomb search
More optimized bomb search, now searching in chunks of 128 indexes.
2024-01-08 03:33:11 +01:00
Janek
16f7791628 Full rewrite
- Removed csflow, as its basically not getting used when high optimization is needed
- Fully rewrote radarflow dma logic.
- Speed increase from 20hz to over 130 hz over pcileech, thanks to scatter reads and improved caching
- Removed docs, because those were for csflow, which is now removed
2024-01-08 00:22:24 +01:00
Janek
45bba35a71 Big update
This repository is no longer meant for just radarflow, thus it will be renamed.
I have split the SDK from radarflow, allowing for simpler use with new projects.
Other than that, radarflow is functionally the same.

- Fixed bug in radarflow where the entity loop didn't include the last entity.
2023-12-30 18:07:55 +01:00
Janek
815b649511 Revert to old ingame check 2023-12-07 06:03:01 +01:00
Janek
e1ff81d15d Code cleanup
- Cleaned up code around entities and caching
- Rewrote CLI descriptions
- New ingame check.
 - Now the webradar will correctly identify if you are on a server or not.
2023-11-28 12:30:44 +01:00
Janek
ca57147ba0 Remove cs2dumper files
These files don't need to be in the repository, as they are automatically downloaded when building.
2023-11-28 01:14:37 +01:00
Janek
f71836a763 Update 0.1.1
Both:
- Added full bomb ESP

Core:
- Added Address caching
 - Improves performance significantly by gathering entity addresses only every 250ms
 - Actual data like positions and angles are still gathered at the specified polling rate.

Web:
- Player bomb indicator is now the same color as planted/dropped bombs
2023-11-28 00:59:45 +01:00
Janek
fd1a4c03dc Initial Commit 2023-10-31 17:23:15 +01:00