Frouk3
Frouk3
Added those 2 things
Fixing aobs that may crash the game
I found function that forces and sets weatherType ``` void __cdecl CWeather::ForceAndSetWeather(int weatherType) { CWeather::Lock = weatherType; CWeather::CurrentWeather = weatherType; CWeather::UpcomingWeather = weatherType; } ``` address: 0x402157
As title says btw here's all pools(including existing) ```.data:00B74484 ; void *CPools::ms_pPtrNodeSingleLinkPool .data:00B74484 CPools__ms_pPtrNodeSingleLinkPool dd ? ; DATA XREF: CPools__Initialise+4F↑w .data:00B74484 ; CPools__ShutDown+D↑r ... .data:00B74488 ; void *CPools::ms_pPtrNodeDoubleLinkPool .data:00B74488 CPools__ms_pPtrNodeDoubleLinkPool...
https://github.com/gta-chaos-mod/Trilogy-ASI-Script/blob/ff32ec055d6032aa80c5aba0d491383f55bfe32c/src/gtasa/effects/cheats/player/HealthArmorMoneyCheat.cpp#L21 This mistake is a huge, in original cheat it accessing max armor in player data (0xB7CD98+0x150)
https://github.com/ExOptsTeam/NFSCExOpts/blob/36e383915d1dcab60dcca6b4587f145bf9bdfc27/NFSCExtraOptions/dllmain.cpp#L41 https://github.com/ExOptsTeam/NFSCExOpts/blob/36e383915d1dcab60dcca6b4587f145bf9bdfc27/NFSCExtraOptions/dllmain.cpp#L42 It doesn't seems that those voids need an int parameter (i've checked in Cheat Engine,changed the int value,but doesn't affect to AI behaviour)
How to compile, idk how to so i asking you
https://github.com/danielkrupinski/Osiris/blob/55e2514e07ad5ec4ebfbaed0be30f93e80d2eded/Source/Hacks/Misc.cpp#L263 I tried to put a /0 instead of a empty space character Seems to be that it doesn't collide with nickname when putting /0, when fake clantag used, it...
Having a little lua modification for the cheat From rendering to the hacks.