Pair of Vintage Old School Fru
Messino2.wap.sh
05:2620/01/12
Hướng dẫn mod army trên pc

Mình hd trên pb 1.6.4, các pb
khác tương tự.
Mở army bằng giả lập kemulator
và ấn phím bất kì, ta thấy nó bị
đơ. Vào xem log (view -> log)sẽ
thấy thế này:
>>Exception in thread
"Thread-2"
>>java.lang.StackOverflowError
>> at coreLG.ee.getGameAction
(Unknown Source)
Vậy là lỗi xuất phát từ coreLG/
ee.class, void getGameAction.
Decomp ra class trên ra và tìm
đoạn này:
public final int getGameAction
(int paramInt)
{
return getGameAction
(paramInt);
}
Và ta sẽ sửa thành
public final int getGameAction
(int paramInt)
{
return getGameAction
(paramInt);
}
Và ta sẽ sửa thành
public final int getGameAction
(int paramInt)
{
return paramInt;
}
bằng jbe (pc)hoặc bytecode
editor(mobile)
Ở đây tớ sử dụng jbe trên pc.
Mở ra ta thấy:
aload_0
iload_1
invokevirtual coreLG/ee/
getGameAction(I)I
ireturn
Ta sửa thành và lưu lại thôi.
aload_0
iload_1
nop
ireturn

Down army 164 trên pc
© Copyright Trang chủ
Powered by Xtgem.com