This generator will convert the offset's/addy logger result , to class.
Why using Class ? It will make your code more shorter , and easyer to edit/read
So here we go.
How to use: input.txt
Code:
float NoRecoil1 0x53C
float NoRecoil2 0x6A4
float NoRecoil3 0x3528
float NoRecoil4 0x3708
float NoRecoil5 0xEF8
float NoRecoil6 0x1060
float NoRecoil7 0x11C8
float NoReload1 0xC38
So first you add the type (supported types are: float,int,short,bool)
After you add the name.
And last you add the offset.
Make shure that there are no blank spaces.
Start AutoClass.exe write the name of your class press enter and it's done.
There will be created a file named "class" open it copy/paste the class to your projet and happy coding
A simpel TuT how to use it
Code:
CWeapon*Weapon = (CWeapon*)(*(DWORD*)(pWeaponMgr + (4*i)));
Weapon->NoReload1 = (float)Value;
Thanks+Credit if you use it
Virus Scan : 1 , 2
Sorry for fake possitive.