68 Commits

Author SHA1 Message Date
Sainan
a37a42e305 chore: Remove unused pointer (#216) 2022-05-17 15:56:41 +02:00
Sainan
6c0d8072f9 Fix RCOE-Patch leaving the game in a dirty state after unload (#215) 2022-05-17 15:56:17 +02:00
Yimura
ad690f242b feat(ErrorScreen): Removed detour hook as it's "detected" 2022-05-13 18:45:32 +02:00
Yimura
286960ac18 feat(Protections): Added network group override protection 2022-05-13 18:26:15 +02:00
Yimura
0c0a99cf45 refactor: Remove Detected Code (#203)
* feat(premake): Cleaned up premake file, disabled ImGui asserts and other unused files

* feat(renderer): Don't build default font

* feat(vendor): replace ImGui with GTA V safe ImGui

* revert: feat(System): Added looped feature to disable sigscanner
2022-05-13 17:19:43 +02:00
Yimura
0390050d3f Fix Script Event Handler hook from clogging event queue (#163)
* fixes #154

* fix(ReceivedEvent): BitBuffer was incorrectly initialised
2022-05-08 22:00:55 +02:00
Yimura
0fc1bf6a1b feat(System): Added looped feature to disable sigscanner
fixes #180
2022-05-08 18:31:36 +02:00
Yimura
638e71e6c0 feat(Pointers): Set SCREEN_RESOLUTION signature early 2022-03-31 00:21:05 +02:00
Yimura
49a4d4c802 refactor: Improvements and small changes (#125)
* fix(Looped): Typo in spectate function name

* fix(Spectate): Prevent falling through world

* feat(Pointers): Shortened useless part of signature

* feat(ReceivedEvent): Removed unused include

* feat(Protections): Optimised NET_ARRAY_ERROR protection

* feat(View/Settings): Restructured protections dropdown
2022-03-21 18:02:30 +01:00
Yimura
dbcd74c49a feat(Pointers): Added screen resolution x/y 2022-03-17 12:08:03 +01:00
Yimura
ed9d6cef25 feat(Protections): Added version mismatch patch 2022-03-16 15:55:27 +01:00
Yimura
cd9a63379e chore(Pointers): Removed useless incompatible version "fix" 2022-03-16 00:04:09 +01:00
LiamD-Flop
5a25456431 feat(ESP) (#90)
* feat(ESP): Basic esp

* feat(ESP): Optimized ESP, Added tracer & playername

* feat(ESP): Added health & distance

* feat(ESP): Added settings for esp

* feat(ESP): Toggle ESP

* feat(ESP): Small customizability added

* feat(ESP): Toggle settings on global toggle

* fix(ESP): Stupid mistake

* fix(ESP): Build warning

Co-authored-by: Yimura <andreas.maerten@scarlet.be>
2022-03-09 00:03:14 +01:00
Yimura
accabcdfa1 feat(Pointers): Added FriendRegistry 2022-02-18 17:44:32 +01:00
Yimura
b5c12a12bf feat(Spectate): Why did I ever use signature 2022-02-01 23:14:58 +01:00
Yimura
1dc68d23e1 feat(PlayerList): Rewrite of entire player management system 2022-01-31 18:27:35 +01:00
Yimura
d762e9e69f feat(Hooks): Added player join and leave hooks 2022-01-25 02:55:35 +01:00
Yimura
d1b11f7d3c fix(Pointers): GTA Thread Start signature
fixes #47
2022-01-22 03:27:13 +01:00
Yimura
04053e8032 feat(Pointers): Added GTA Thread start signature 2022-01-21 23:08:00 +01:00
Yimura
136cb01164 feat(Spoofing): Added spoofing with SendNetInfoToLobby hook 2021-12-18 19:24:30 +01:00
Yimura
f95a390310 feat(Hooks): Removed useless REPORT MYSELF and REPORT CASH SPAWN events 2021-12-18 14:58:02 +01:00
Yimura
105fe7f6d5 feat(Hooks): Added is_dlc_present hook 2021-12-06 16:39:46 +01:00
Yimura
17f7e22c47 feat(Pointers): Changed incompatible version fix 2021-11-08 13:05:08 +01:00
Yimura
3a52c6aa2f feat(Pointers): Added blame explode 2021-10-15 11:26:52 +02:00
Yimura
a388bf573a feat(Protections): Hooked REPORT_MYSELF_EVENT sender 2021-08-08 10:19:04 +02:00
Yimura
1ba4aa1251 feat(Protections): Added replay_interface 2021-08-05 23:06:47 +02:00
Yimura
1bb98d7fc6 feat(Hooks): Removed report cheating handler unused 2021-08-05 14:59:05 +02:00
Yimura
046f10b1be feat(Pointers): Added get_net_game_player function 2021-07-26 13:38:28 +02:00
Yimura
a55cbcd571 feat(Protections): Added scripted game event protection 2021-07-26 00:38:03 +02:00
Yimura
411c2dd168 feat(Hooking): Added hooks for report_cash_spawn & report_cheating 2021-07-24 14:49:31 +02:00
Yimura
560e5068b0 fix(Pointers): Typo 2021-07-23 23:03:47 +02:00
Yimura
1296456d93 feat(Pointers): Obfuscated and fixed pointers 2021-07-23 00:47:27 +02:00
Yimura
6621562d89 feat(Player): Added spectate_player 2021-05-26 13:33:26 +02:00
Yimura
59f549cbf4 fix(Pointers): Signature for REQUEST_CONTROL_OF_ENTITY 2021-05-26 13:16:29 +02:00
Yimura
4746754fb8 feat(Entity): Patch Request Control of Entity 2021-05-26 00:14:28 +02:00
Yimura
7a99637cec refactor(IncrementStatHook): Re-added old code 2021-05-25 14:44:35 +02:00
Yimura
2093db6220 refactor(IncrementStat): Removed increment stat and moved to received event 2021-05-25 14:09:02 +02:00
Yimura
3cd570be91 feat(Protections): Added received event 2021-05-25 12:58:33 +02:00
Yimura
f01875d2c9 feat(Pointers): Added trigger_script_event 2021-05-21 00:59:09 +02:00
Yimura
552bc5f49b feat(Hooks): Added error screen hook 2021-05-20 15:49:36 +02:00
Yimura
29b8429c16 feat(Pointers): Fixed increment stat event signature 2021-05-19 18:11:42 +02:00
Yimura
ab2d2c9af7 feat(IncrementStatEvent): Added REPORT blocking 2021-05-19 16:19:38 +02:00
Yimura
7a5473de0b feat(Protections): Added freemode_script_recovery 2021-05-19 00:41:55 +02:00
Yimura
969a438274 feat(Pointers): NOP incompatible version check from net array 2021-05-19 00:23:04 +02:00
Yimura
95b0419ed4 feat(Pointers): Added Event Register 2021-05-19 00:07:13 +02:00
Yimura
934b1e704a feat(Project): Fresh start 2021-05-18 23:03:42 +02:00
Yimura
2aaed8dbe4 feat(Pointers): Fixed pointers for RECEIVED EVENT and EVENT ACK 2021-02-19 15:42:39 +01:00
Yimura
35f9cea162 wip(Hooks): Received event protections 2021-02-07 17:08:25 +01:00
Yimura
d069e2893b feat(GetLabelText): Added hook for getlabeltext 2021-02-04 18:39:20 +01:00
Yimura
bb268eda69 feat(Hooks): Added snend net info to lobby hook 2021-01-29 18:56:17 +01:00