how to find valueLast Update 12/7/2016 Auto ON Farming ZA Mode 10563CB3 |> 68 E476A310 PUSH Dumped.10A376E4 ; ASCII "DamageZone" //line1 10563D64 |. 68 D476A310 |PUSH Dumped.10A376D4 ; ASCII "DamagePerSec" //line2 help me here how to get last 2 # 0xA376?? (CShell + 0xA376??) //line1 (CShell + 0xA376??) //line2
i search -[I]fLuX said -[I]fLuX : yes search in olly for string => DamageZone then copy pointer and made *(float*)(CShell + DamageZone) = 0.0f; -[I]fLuX : you can find the pointer in cshell. String = DamageZone - - - Updated - - - old addys by combodance 10551473 |> 68 2C2CA010 PUSH Dumped.10A02C2C ; ASCII "DamageZone" 10551524 |. 68 1C2CA010 |PUSH Dumped.10A02C1C ; ASCII "DamagePerSec" #define DamagePerSec 0x00A02C44 #define DamageZone 0x00A02C54