• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Tuzoro

New Member
cái code cùi thôi, ae tự thêm mắn muối
để mod vào wap
PHP:
$jar='url file jar';//thay link ở đây, nhớ là link trên host chứ không phải link ở ngoài 
$zip = new ZipArchive; $zip->open($jar); 
$zip->addFile('taiw/Logo.class'); 
$zip->addFile('taiw/MIDhack.class'); 
$zip->addFile('taiw/logo.png'); 
$mf = $zip->getFromName('META-INF/ MANIFEST.MF'); 
preg_match("/MIDlet-1: (.*?),(.*?),(.*?)\r/" ,$mf,$ name); 
$midlet=trim($name[3]); 
$nd=$zip->getFromName($midlet.'.class'); $nd=str_replace(chr(32).'javax/microedition/ midlet/MIDlet',chr(12).'taiw/MIDhack',$nd); 
$zip->deleteName($midlet.'.class'); 
$zip->addFromString($midlet.'.class',$nd); //xong rồi thay logo ở thư mục taiw
//lưu ý chỉ chạy được ở game chưa gán
bookmark, nếu game nào có gắn bookmark thì
phải lần từ cái midlet2 ở file MF, nói chung là ai
biết tí code là làm được tạo 1 file bất kì ngang hàng thư mục taiw giải nén từ file dưới.
Files taiw.zip
 

Facebook Comments

New posts New threads New resources

Back
Top