libModz Platinian On Fire Jan 15, 2024 #2 Is there an Update() function in the same class? Upvote 0 Downvote
Exequel Platinian Jan 16, 2024 #3 Yes But Do you know What to edit in fire so it will fast? Upvote 0 Downvote
Exequel Platinian Jan 16, 2024 #4 Because When I edit to 0.03 or 0.00001 it's become slow not fast Upvote 0 Downvote
zxcDelix Platinian Jan 16, 2024 #6 Code: void (*old_Firerate)(void *instance); void Firerate(void *instance) { if (instance != NULL) { if (firerate) { *(float *) ((uint64_t) instance + 0xC) = 0.000001f; } } return old_Firerate(instance); } bool firerate; Use update from the same class. If you using il2cpp/lgl menu, bool firerate = false; Upvote 0 Downvote
Code: void (*old_Firerate)(void *instance); void Firerate(void *instance) { if (instance != NULL) { if (firerate) { *(float *) ((uint64_t) instance + 0xC) = 0.000001f; } } return old_Firerate(instance); } bool firerate; Use update from the same class. If you using il2cpp/lgl menu, bool firerate = false;
DaRealPanDa Co-Administrator Staff member Administrator Social Media Mar 20, 2024 #7 Thread will be set to "solved" and closed. When you're not happy with that just send me a message and i will re-open the thread for you. Thanks. Upvote 0 Downvote
Thread will be set to "solved" and closed. When you're not happy with that just send me a message and i will re-open the thread for you. Thanks.