Anony Love's Blogger đã đổi tên miền thành https://www.nhanh.name.vn/ Ờ biết gòi

Hướng dẫn xóa QC của Google bằng APK Editor PRO

PNALLC
chờ thêm xíu nữa 0 giây nữa thôi...
Kéo xuống và chọc vào Chuyển trang hoy~ để đi đến trang gốc nha
robot thì kệ bạn chứ, mình để link ở dưới nha (⁠人⁠ ⁠•͈⁠ᴗ⁠•͈⁠)
Mở APK Editor PRO lên và chọn một ứng dụng nào đó có chứa QC của Google

[ Chỉnh Sửa Tập Tin ] > [ Giải mã tất cả tập tin ]
rồi nhấn qua Tab [ Tập Tin ] đợi nó load một tí rồi nó sẽ hiện một nút [ Smali ] ở phía trên góc phải màn hình
bạn hãy nhấn vào nó và đợi cho nó load xong rồi vào lần lượt theo các thư mục sau

smali.com.google.android.gms.ads

và tìm một file trong danh sách có tên Adview.smali 

Dùng tính năng search text của APK Editor tìm đoạn này

.method public final bridge synthetic loadAd(Lcom/google/android/gms/ads/AdRequest;)V
.registers 2

.annotation build Landroid/support/annotation/RequiresPermission;

value = "android.permission.INTERNET"

.end annotation


invoke-super {p0, p1}, Lcom/google/android/gms/ads/BaseAdView;->loadAd(Lcom/google/android/gms/ads/AdRequest;)V


return-void

.end method

và thay tất cả đoạn code trên thành

.method public final bridge synthetic loadAd(Lcom/google/android/gms/ads/AdRequest;)V
.registers 2

.annotation build Landroid/support/annotation/RequiresPermission;

value = "android.permission.INTERNET"

.end annotation


# invoke-super {p0, p1}, Lcom/google/android/gms/ads/BaseAdView;->loadAd(Lcom/google/android/gms/ads/AdRequest;)V


return-void

.end method

Lưu file này lại rồi tiếp tục quay lại tìm và sửa file InterstitialAd.smali

Tìm đoạn code này:

.method public final loadAd(Lcom/google/android/gms/ads/AdRequest;)V
.registers 3

.annotation build Landroid/support/annotation/RequiresPermission;

value = "android.permission.INTERNET"

.end annotation


iget-object v0, p0, Lcom/google/android/gms/ads/InterstitialAd;->zzuv:Lcom/google/android/gms/internal/ads/zzma;


invoke-virtual {p1}, Lcom/google/android/gms/ads/AdRequest;->zzay()Lcom/google/android/gms/internal/ads/zzlw;


move-result-object p1


invoke-virtual {v0, p1}, Lcom/google/android/gms/internal/ads/zzma;->zza(Lcom/google/android/gms/internal/ads/zzlw;)V


return-void

.end method

và thay thế đoạn code trên bằng đoạn code dưới đây

.method public final loadAd(Lcom/google/android/gms/ads/AdRequest;)V
.registers 3

.annotation build Landroid/support/annotation/RequiresPermission;

value = "android.permission.INTERNET"

.end annotation

return-void

.end method

Xoá từ dưới .end annotation tới return-void

Lưu file và quay lại tiếp tục tìm file BaseAdview.smali

và tìm đoạn code sau :

.method public getAdSize()Lcom/google/android/gms/ads/AdSize;
.registers 2


iget-object v0, p0, Lcom/google/android/gms/ads/BaseAdView;->zzut:Lcom/google/android/gms/internal/ads/zzly;


invoke-virtual {v0}, Lcom/google/android/gms/internal/ads/zzly;->getAdSize()Lcom/google/android/gms/ads/AdSize;


move-result-object v0


return-object v0

.end method

Và thay thế đoạn code trên thành:

.method public getAdSize()Lcom/google/android/gms/ads/AdSize;
.registers 2


iget-object v0, p0, Lcom/google/android/gms/ads/BaseAdView;->zzut:Lcom/google/android/gms/internal/ads/zzly;


invoke-virtual {v0}, Lcom/google/android/gms/internal/ads/zzly;->getAdSize()Lcom/google/android/gms/ads/AdSize;


const/4 v0, 0x0


return-object v0

.end method

Sửa đoạn code move-result-object v0 thành const/4 để nó ko get dc size ads thôi.

Nguồn gocmod

Post a Comment

Cookie Consent
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Oops!
It seems there is something wrong with your internet connection. Please connect to the internet and start browsing again.
AdBlock Detected!
We have detected that you are using adblocking plugin in your browser.
The revenue we earn by the advertisements is used to manage this website, we request you to whitelist our website in your adblocking plugin.
Site is Blocked
Sorry! This site is not available in your country.