PUBG Mobile 1.9 Global SDK and Offsets

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Banlı Üye
Katılım
21 Eyl 2019
Mesajlar
52
Tepki puanı
2
Ödüller
4
Yaş
28
6 HİZMET YILI
Her offset gördüğümde için ürperiyor güncelleme yapmam gerek diye düşünüyüroum.
 
Üye
Katılım
17 Ara 2021
Mesajlar
10
Tepki puanı
1
Ödüller
1
Yaş
25
4 HİZMET YILI
pubg 1.9 global sdk and offsets
apk name : PUBGMOBILE_Global_1.9.0_uawebsite.apk
apk size : 0.98 GB (1,059,025,627 bytes)
pkg name : com.tencent.ig
game version : 1.9.0.16107

TR:Kodlar bana ait değildir başka bir formdan alıntıdır.
EN:The codes are not mine, they are from another form.


offsets
Kod:
namespace offsets
{
    DWORD UE4 = 0;
    DWORD Gname = 0x75EFD9C;
    DWORD Gworld = 0x78efcb4;
 
    DWORD PersistentLevel = 0x20;
    DWORD NetDriver = 0x24;
    DWORD ServerConnection = 0x60;
    DWORD PlayerController = 0x20;
    DWORD AcknowledgedPawn = 0x350;
    DWORD PlayerCameraManager = 0x360;
    DWORD CameraCache = 0x370;
    DWORD Mesh = 0x340;
    DWORD CachedComponentSpaceTransforms = 0x754;
    DWORD RootComponent = 0x16c;
    DWORD CurrWeapon = 0x19ac;
    DWORD RelativeLocation = 0x150; // Player location
    DWORD bDead = 0x998;
    DWORD Nation = 0x674;
    DWORD PlayerName = 0x668;
    DWORD TeamID = 0x690;
    DWORD CurrentStates = 0xab0;
    DWORD Health = 0x95c;
    DWORD HealthMax = 0x960;
    DWORD bIsAI = 0x708; //isbot
    DWORD VehicleCommon = 0x6dc;
    DWORD HP = 0x1a8;
    DWORD HPMax = 0x1a4;
    DWORD FuelMax = 0x1bc;
    DWORD Fuel = 0x1c0;
    DWORD PoseState = 0xf30;
    DWORD ScopeFov = 0x127c;
    DWORD PickUpDataList = 0x684;
    DWORD CurBulletNumInClip = 0xa60;
    DWORD CurMaxBulletNumInOneClip = 0xa74;
    DWORD NearDeathBreath = 0x11a4; // player Health Knocked
    DWORD RelativeRotation = 0x124;
    DWORD ComponentVelocity = 0x1a0;
    DWORD BulletFireSpeed = 0x404;
    DWORD ShootWeaponEntity = 0xb70;
    DWORD AccessoriesVRecoilFactor = 0x848;
    DWORD ReplicatedMovement = 0x80;
    DWORD bIsWeaponFiring = 0xf20;
    DWORD bIsGunADS = 0xb35;
}
example using gname and gworld
Kod:
DWORD uWorlds = rpm->read<DWORD>(rpm->read<DWORD>(offsets::UE4 + offsets::Gworld) + 0x3c);
        auto gname = rpm->read<DWORD>(rpm->read<DWORD>(offsets::UE4 + offsets::Gname) + 0x80);
sdk
Kod:
https://github.com/Zakaria-Master/pubgm_sdk_and_offsets/tree/main/1.9
use code vedio send plz
 
ERROR PROBLEM FIXER
Support
Katılım
25 Eyl 2018
Mesajlar
5,366
Çözümler
1,450
Tepki puanı
2,351
Ödüller
20
Sosyal
7 HİZMET YILI
pubg 1.9 global sdk and offsets
apk name : PUBGMOBILE_Global_1.9.0_uawebsite.apk
apk size : 0.98 GB (1,059,025,627 bytes)
pkg name : com.tencent.ig
game version : 1.9.0.16107

TR:Kodlar bana ait değildir başka bir formdan alıntıdır.
EN:The codes are not mine, they are from another form.


offsets
Kod:
namespace offsets
{
    DWORD UE4 = 0;
    DWORD Gname = 0x75EFD9C;
    DWORD Gworld = 0x78efcb4;
 
    DWORD PersistentLevel = 0x20;
    DWORD NetDriver = 0x24;
    DWORD ServerConnection = 0x60;
    DWORD PlayerController = 0x20;
    DWORD AcknowledgedPawn = 0x350;
    DWORD PlayerCameraManager = 0x360;
    DWORD CameraCache = 0x370;
    DWORD Mesh = 0x340;
    DWORD CachedComponentSpaceTransforms = 0x754;
    DWORD RootComponent = 0x16c;
    DWORD CurrWeapon = 0x19ac;
    DWORD RelativeLocation = 0x150; // Player location
    DWORD bDead = 0x998;
    DWORD Nation = 0x674;
    DWORD PlayerName = 0x668;
    DWORD TeamID = 0x690;
    DWORD CurrentStates = 0xab0;
    DWORD Health = 0x95c;
    DWORD HealthMax = 0x960;
    DWORD bIsAI = 0x708; //isbot
    DWORD VehicleCommon = 0x6dc;
    DWORD HP = 0x1a8;
    DWORD HPMax = 0x1a4;
    DWORD FuelMax = 0x1bc;
    DWORD Fuel = 0x1c0;
    DWORD PoseState = 0xf30;
    DWORD ScopeFov = 0x127c;
    DWORD PickUpDataList = 0x684;
    DWORD CurBulletNumInClip = 0xa60;
    DWORD CurMaxBulletNumInOneClip = 0xa74;
    DWORD NearDeathBreath = 0x11a4; // player Health Knocked
    DWORD RelativeRotation = 0x124;
    DWORD ComponentVelocity = 0x1a0;
    DWORD BulletFireSpeed = 0x404;
    DWORD ShootWeaponEntity = 0xb70;
    DWORD AccessoriesVRecoilFactor = 0x848;
    DWORD ReplicatedMovement = 0x80;
    DWORD bIsWeaponFiring = 0xf20;
    DWORD bIsGunADS = 0xb35;
}
example using gname and gworld
Kod:
DWORD uWorlds = rpm->read<DWORD>(rpm->read<DWORD>(offsets::UE4 + offsets::Gworld) + 0x3c);
        auto gname = rpm->read<DWORD>(rpm->read<DWORD>(offsets::UE4 + offsets::Gname) + 0x80);
sdk
Kod:
https://github.com/Zakaria-Master/pubgm_sdk_and_offsets/tree/main/1.9
thank you for posting sdk i want that :burnbear:
 
Uzman Üye
Katılım
1 Ara 2021
Mesajlar
194
Tepki puanı
20
Ödüller
5
Yaş
30
4 HİZMET YILI
Thx Bro .... Bro you can make bypass logo if you can give me the method
 
Bir Gün Ölmek Dileğiyle
Süper Üye
Katılım
21 Eyl 2016
Mesajlar
641
Çözümler
3
Tepki puanı
71
Ödüller
9
Yaş
28
9 HİZMET YILI
Gerçekten bu kadar kolay mı bunları bulmak teşekkür ederim paylaşım için.
 
Banlı Üye
Katılım
17 Ağu 2021
Mesajlar
52
Tepki puanı
6
Ödüller
2
Yaş
25
4 HİZMET YILI
Thanks sharing the offset, I was needing
 
Süper Üye
Katılım
30 Nis 2016
Mesajlar
767
Çözümler
1
Tepki puanı
75
Ödüller
9
10 HİZMET YILI
Eline sağlık ama takıldığım konular var yardımcı olabilicek birisi var mı acaba ?
 
Onaylı Üye
Katılım
6 Haz 2021
Mesajlar
49
Çözümler
1
Tepki puanı
10
Ödüller
1
Yaş
27
5 HİZMET YILI
tested it out and it functions without any issues!
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Benzer Konular

Üst