Quote:
Originally Posted by jeremy213
Link?
|
I'm too lazy to properly read rules to figure out if posting link to UC is allowed. Just go into AntiCheat Bypass section and you shoud easily find it out.
Quote:
Originally Posted by mihalovesada
I made a bypass of the eac on the free guide. But I don't know how, for example, to find the value of attack speed and running speed to change them?
|
Pattern for SelfPlayerActorProxy
Code:
48 83 3D ?? ?? ?? ?? 00 74 15 B2 01 48
Offsets for Animation Speed (float)
Code:
[[SelfPlayerActorProxy + 0x448] + 0x10] + 0x4c4
As for finding attack/cast/movement speed: Create a trial character, get all the gear/food to get your attack speed stat being lvl5, scan for 4byte value between 10000 and 500000. Use some skill that grants %increased attack speed buff, scan for increased value. Guess you could figure out how to do further scans on your own.
This value represents either 1% speed per 10000 or 1% per 100000, I don't really remember.