Hack And Build Lab š–£”
334 subscribers
269 photos
33 videos
120 files
221 links
Download Telegram
Forwarded from LGL Team (Spring Musk |ā„¢āœ“ -SharaBha)
FF1.92.zip
53.5 MB
Forwarded from NepModsšŸ¦… (Nepmods)
get_IsDieing = 0xB65EA4, //1.92
get_Chars = 0x3BCD890, //1.92
MainCameraTransform = 0x9C, //1.92
Dictionary = 0x48, //1.92
IsClientBot = 0x120, //1.92
get_IsSameTeam = 0xF86B70, //1.92
get_IsFiring = 0xBC6B38, //1.92
get_IsSighting = 0xC0FE94, //1.92
get_isLocalTeam = 0xB74944, //1.92
get_isVisible = 0x218ADF4, //1.92//
get_MaxHP = 0xEA8484, //1.92
get_IsCrouching = 0xB76E98, //1.92
get_NickName = 0x2F3FBE8, //1.92
get_isAlive = 0xBD2354, //1.92
get_MyFollowCamera = 0xB66054, //1.92
get_PlayerDead = 0xBAEEE0, //1.92
get_IsFemale = 0xB67040, //1.92
set_aim = 0xB67C18, // 1.92 0xbef8cc
get_imo = 0xB5F2C4, // 1.92
set_esp = 0x22977B8, //1.920x2198aac set_esp
set_esp2 = 0x20A6BBC, //1.92//
GetAttackableCenterWS = 0x2177460, //1.92
AddTeammateHud = 0xD00190, //1.92
ShowDynamicPopupMessage = 0xCDEF34, //1.92
ShowPopupMessage = 0xBEF45C,
U3DStr = 0x3BDC114, //1.92
CurrentUIScene = 0xF82B04, //1.92
U3DStrConcat = 0x3BCD1AC, //1.92
get_CurHp = 0xBAEDB8, //1.92
Component_GetTransform = 0x3CDC440, // 1.92
Transform_INTERNAL_GetPosition = 0x4283C00, //1.92
Transform_INTERNAL_SetPosition = 0x4283CA0, //1.92
Transform_INTERNAL_Get_real_Position = 0xF841C0,//1.92
GetForward = 0x4284760, //1.92
GetLocalPlayer = 0x2076628, //1.92
get_IsDead = 0x1078E34,//1.92
Current_Local_Player = 0xF841C0, //1.92
GetLocalPlayerOrObServer = 0xF84AC0, //1.92
GetPhysXPose = 0xB76E20, //1.92
GetPhysXState = 0xB76CD4, //1.92
Curent_Match = 0xF83DD0, //1.92//0xF2D914
Camera_main = 0x3CDA25C, //1.92
WorldToScreenPoint = 0x3CD98E8, //1.92
LineRenderer_Set_PositionCount = 0x3A842C8, //1.92
LineRenderer_SetPosition = 0x3A84DFC, //1.92
GrenadeLine_DrawLine = 0xFF59CC, //1.92
GrenadeLine_Update = 0xFF51B0, //1.92
set_startColor = 0x3A8427C, //1.92
set_endColor = 0x3A842A0, //1.92
GetLocalCar = 0xB68DE4, //1.92
//fly
GetPhysData = 0xB76D54,//1.92
OnStopCatapultFalling = 0xBE3724,//1.92
IsCatapultFalling = 0xB6F8E4,//1.92
FlyUp = 0x28,
FlySpeed = 0x2C,
IsDriver = 0xB68ABC,



Global 1.92 By Nepmods

Dm For Working Project


Share Credit Else
Your Family Gay
šŸ‘1
Forwarded from LGL Team (Spring Musk |ā„¢āœ“ -SharaBha)
white rhapsody.zip
323.1 MB
ā­ļø ImGui Layout ā­ļø
āžœ VERSION latestāœ“
āžœ 32 BIT āœ“
āžœ SRC : [ idc ]
āžœ Credits( N/A)
āžœ UI( https://t.me/Layout_musk/417)

āš ļøš—”š—¼š˜š—¶š—°š—²: I forgot where i got the source i will put the proper credit when i figure it out
-----------------------------------
šŸ“² @Layout_musk - (To request new layout of Vip )
PUBG Latest Offset 2.1.0 Version .7z
1.6 KB
PUBG Mobile GL,KR,HI,VN Offset

Password After +100 Subscribe
DM :- @FreeOffset
šŸ‘2🤩1šŸ™1
😁2🤩1
//Get Apk Name

public static String GetApkName(Context context){
android.content.pm.ApplicationInfo ai;
android.content.pm.PackageManager pm = context.getPackageManager();
try {
ai = pm.getApplicationInfo(context.getPackageName().toString(), 0);
String ApkName = (String) (ai != null ? pm.getApplicationLabel(ai) : "(unknown)");
return ApkName;
} catch (PackageManager.NameNotFoundException e) {
return null;
}
}

//Join @freeoffset
ā™”  āć…¤   āŽ™ć…¤  āŒ²
Ė”į¶¦įµįµ‰ į¶œįµ’įµįµįµ‰āæįµ— Ė¢įµƒįµ›įµ‰ Ė¢Ź°įµƒŹ³įµ‰
ā¤1
This media is not supported in your browser
VIEW IN TELEGRAM
//decrypt AES
try {
javax.crypto.Cipher instance = javax.crypto.Cipher.getInstance("AES/CBC/PKCS5Padding");
byte[] bytes = "1234567890123456".getBytes(); //Decrypt Must Be 16 digits
instance.init(2, new javax.crypto.spec.SecretKeySpec(bytes, "AES"), new javax.crypto.spec.IvParameterSpec(bytes));
java.io.RandomAccessFile randomAccessFile = new java.io.RandomAccessFile(_path, "r");
byte[] bArr = new byte[((int) randomAccessFile.length())];
randomAccessFile.readFully(bArr);
output = new String(instance.doFinal(bArr));
Toast.makeText(context, "DECRYPTED", Toast.LENGTH_SHORT).show();
} catch(Exception e) {
Toast.makeText(context, e.toString(), Toast.LENGTH_SHORT).show();
}

tg://search?query=@FreeOffset
ā™”  āć…¤   āŽ™ć…¤  āŒ²
Ė”į¶¦įµįµ‰ į¶œįµ’įµįµįµ‰āæįµ— Ė¢įµƒįµ›įµ‰ Ė¢Ź°įµƒŹ³įµ‰
//Encrypt AES
try {
javax.crypto.Cipher instance = javax.crypto.Cipher.getInstance("AES/CBC/PKCS5Padding");
byte[] bytes = "1234567890123456".getBytes(); //Encrypt Must Be 16 digits
instance.init(1, new javax.crypto.spec.SecretKeySpec(bytes, "AES"), new javax.crypto.spec.IvParameterSpec(bytes));
new java.io.RandomAccessFile(_path, "rw").write(instance.doFinal(output.getBytes()));
Toast.makeText(context, "ENCRYPTED & SAVED", Toast.LENGTH_SHORT).show();
} catch(Exception e) {
Toast.makeText(context, e.toString(), Toast.LENGTH_SHORT).show();
}

tg://search?query=@FreeOffset
ā™”  āć…¤   āŽ™ć…¤  āŒ²
Ė”į¶¦įµįµ‰ į¶œįµ’įµįµįµ‰āæįµ— Ė¢įµƒįµ›įµ‰ Ė¢Ź°įµƒŹ³įµ‰
Media is too big
VIEW IN TELEGRAM
Java tutorial for beginners full course
After watching it, no one will say you beginner

Join For More
ā™”  āć…¤   āŽ™ć…¤  āŒ²
Ė”į¶¦įµįµ‰ į¶œįµ’įµįµįµ‰āæįµ— Ė¢įµƒįµ›įµ‰ Ė¢Ź°įµƒŹ³įµ‰
PUBGM IOS 2.1.0 BGMI šŸ‡®šŸ‡³.7z
585 B
PUBGM IOS 2.1.0 BGMI Offset šŸ‡®šŸ‡³

ā”—ā Note :-
Click The Button Bellow To Get 7z Password Else If You Another Channel With Out My Channel Go My Channel @freeoffset And Click The Button.
šŸ‘2🤩2
Apk Sign Project Soon Publishing
I have project VPN, Can I share it with you?
Anonymous Poll
94%
Yes (Publish)
6%
Not Need
🄰1
šŸ‘3ā¤1
VPN Project @freeoffset.zip
2.1 MB
VPN Project
UI :- https://t.me/FreeOffset/378
Contain :- Java + Lib Native
Join My Channel For More Tutorial

@freeoffset
After 450 subscribe, i am publishing this project


Please Help Me For Sharing @freeoffset
šŸ‘3ā¤2
Soon Publishing My Project (VIP)

Credit:- @freeoffset

ā™”  āć…¤   āŽ™ć…¤  āŒ²
Ė”į¶¦įµįµ‰ į¶œįµ’įµįµįµ‰āæįµ— Ė¢įµƒįµ›įµ‰ Ė¢Ź°įµƒŹ³įµ‰
ā¤1šŸ‘1