Quote:
Originally Posted by elite12sky
When I re compile it and check on Auto Pill Box I see
how to fix it thx for answer and sorry for my noob english. thx again
|
IniWrite(@ScriptDir& "\Setting.ini","Setting","Buff Skill 2 Input",GUICtrlRead($BS2Input))
IniWrite(@ScriptDir& "\Setting.ini","Setting","Buff Skill 1 Combo",GUICtrlRead($BS1Combo))
IniWrite(@ScriptDir& "\Setting.ini","Setting","Buff Skill 2 Combo",GUICtrlRead($BS2Combo))
EndFunc <<<---- my 4048 line end of script
Global $HPBaseAdd = "0x00ffa21f"
Global $HPChangeAdd = "0x00ffa223"
Global $MPBaseAdd = "0x00ffa227"
Global $MPChangeAdd = "0x00ffa22B"
i change this address and i bypassed gameguard
Global $HPBaseAdd = "0x00ff6669b"
Global $HPChangeAdd = "0x00ff6669f"
Global $MPBaseAdd = "0x00ff666a3"
Global $MPChangeAdd = "0x00ff666a7"
and not change this address
Global $DamageAdd = "0x00fd48b4"
Global $DefenseAdd = "0x00d2a168"
Global $ElementalAdd = "0x00fb9ccc"
Global $PetHealthAdd = "0x00fd31b0"
this error from address i do not change ? or what
what next step to do thx for explain.
tk