Solved How to hook Field Offset Of Firerate

Status
Not open for further replies.

Exequel

Platinian
Original poster
Jan 14, 2024
41
5
8
15
Yes But Do you know What to edit in fire so it will fast?
 

Exequel

Platinian
Original poster
Jan 14, 2024
41
5
8
15
Because When I edit to 0.03 or 0.00001 it's become slow not fast
 

zxcDelix

Platinian
Feb 12, 2023
41
5
8
24
Ukraine
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;
 
  • Like
Reactions: Sbyky

DaRealPanDa

Co-Administrator
Staff member
Supporting-Team
Global Moderator
Social Media
Mar 12, 2018
6,771
15,626
2,120
27
Skyrim
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.
 
Status
Not open for further replies.