GL-DEV
1.2K subscribers
16 photos
5 videos
73 files
80 links
Clarification: we do not encourage violating the rules and regulations of any game. What we present here is all for the purpose of education, experimentation and testing. Chat Arabic: https://t.me/+mecGwFshKVkxZTFk, CH: https://t.me/+1txE55VyGGY4YTU0
Download Telegram
Bubg KR 2.7
GWorldFun : 0x1024887cc
GWorldData: 0x1081c6a18
GNameFun: 0x103a57280
GNameData: 0x107e3d240
LineOfSightTo: 0x104a04830
By @saudgl
πŸ‘3πŸ’…1
SDKs soon
πŸ‘2
For reverse engineering use Ghidra free and powerful work on mac and windows


https://ghidra-sre.org/
User asked how to remove ano_tmp folder contents:
To delete all the contents of a folder (ano_tmp) in Objective-C, you can use the NSFileManager class. Here's an example of how you can delete all the contents of a folder named "ano_tmp" in the app's data path:

objective-c
NSString *dataPath = [NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES) firstObject];
NSString *tempFolderPath = [dataPath stringByAppendingPathComponent:@"ano_tmp"];

NSFileManager *fileManager = [NSFileManager defaultManager];
NSError *error = nil;

NSArray *tempContents = [fileManager contentsOfDirectoryAtPath:tempFolderPath error:&error];

if (error) {
NSLog(@"Error getting contents of ano_tmp folder: %@", error);
} else {
for (NSString *file in tempContents) {
NSString *filePath = [tempFolderPath stringByAppendingPathComponent:file];

BOOL success = [fileManager removeItemAtPath:filePath error:&error];

if (!success) {
NSLog(@"Error deleting file %@: %@", file, error);
}
}
}


In this example, we first get the app's data path using NSSearchPathForDirectoriesInDomains, and then append "temp" to it to get the full path to the "temp" folder.

Next, we create an instance of NSFileManager and use its contentsOfDirectoryAtPath method to get an array of all the files and folders inside the "temp" folder.

We then iterate over each file in the tempContents array and delete it using the removeItemAtPath method of NSFileManager.

If any errors occur during the process, we log them to the console for debugging purposes.
You can use Mac console to trace errors logs .
Good luck
@pubg_dev
❀3
Bubg tw 2.7
GWorld FUn 0x1029f573c
GWorld Data 0x109170358
FNmae Fun 0x104314d20
FNmae Data 0x108ddc620
LineOfSightTo 0x10533e540
@pubg_dev
❀5
VNG IOS 2.8 PUBGM

GNameFunc = 0x104117E94
GNameData = 0x108B9EFB0
GWorldFunc = 0x10278EE04
GWorldData = 0x108F5F028
LinetoSight = 0x10514D168
By group member
❀6
Bubg GL 2.8
GWorldFun: 0x10282f0f0
GWorldData: 0x109071028
GNameFun: 0x1041b8180
GNameData: 0x108cb0f40
LineOfSightTo: 0x1051ed454
By @saudgl
@pubg_dev
πŸ‘11❀2
New Apple IOS 17 hacked !!!
So they released new update πŸ˜‚

Egyptian government bought software from Pegasus to spy on prominent Egyptian opposition politician plans to challenge current President.
Pegasus
is spyware developed by the Israeli cyber-arms company NSO Group.

As usual Citizen Lap found it

For more :
https://www.washingtonpost.com/investigations/2023/09/23/predator-egypt-hack-spyware-iphone/

https://t.me/pubg_dev
❀4
⭕️⭕️⭕️⭕️⭕️⭕️⭕️
XCode 15 have a lot of bugs and llvm profile issues for old ios versions.
so better to download the beta version 15.1 from apple web dev not app store

If you face sign or profiling problem reset all the certificates from the keychain in MacOS
❀3πŸ‘1πŸ”₯1
Pubg2_9KR.zip
4.3 MB
Bubg SDK KR 2.9
credit to @diskmount
❀2πŸ‘1