Forwarded from ๐พไฝ่ฐ่พ
ๅฉ๐พ
Forwarded from ๐๐ฌ๐๐ฃ๐ (๐๐ ๐๐๐ก)
Media is too big
VIEW IN TELEGRAM
Add Key Sha Simple Way.
#include <stdio.h>
#include <conio.h>
#include <unistd.h>
#include <stdlib.h>
#include <fcntl.h>
#include <dirent.h>
#include <thread>
int handle;
typedef char PACKAGENAME;
long int get_module_base(int pid, const char *module_name)
{
FILE *fp;
long addr = 0;
char *pch;
char filename[32];
char line[1024];
snprintf(filename, sizeof(filename), "/proc/%d/maps", pid);
fp = fopen(filename, "r");
if (fp != NULL)
{
while (fgets(line, sizeof(line), fp))
{
if (strstr(line, module_name))
{
pch = strtok(line, "-");
addr = strtoul(pch, NULL, 16);
break;
}
}
fclose(fp);
}
return addr;
}
int WriteBaseAddress_FLOAT(long int addr, float value)
{
pwrite64(handle, &value, 4, addr);
return 0;
}
int WriteBaseAddress_DWORD(long int addr, int value)
{
pwrite64(handle, &value, 4, addr);
return 0;
}
int getPID(PACKAGENAME * PackageName)
{
DIR *dir = NULL;
struct dirent *ptr = NULL;
FILE *fp = NULL;
char filepath[256];
char filetext[128];
dir = opendir("/proc");
if (NULL != dir)
{
while ((ptr = readdir(dir)) != NULL)
{
if ((strcmp(ptr->d_name, ".") == 0) || (strcmp(ptr->d_name, "..") == 0))
continue;
if (ptr->d_type != DT_DIR)
continue;
sprintf(filepath, "/proc/%s/cmdline", ptr->d_name);
fp = fopen(filepath, "r");
if (NULL != fp)
{
fgets(filetext, sizeof(filetext), fp);
if (strcmp(filetext, PackageName) == 0)
{
break;
}
fclose(fp);
}
}
}
if (readdir(dir) == NULL)
{
return 0;
}
closedir(dir);
return atoi(ptr->d_name);
}
int main(int argc, char **argv)
{
int ipid = getPID("com.tencent.ig");
if (ipid == 0)
{
ipid = getPID("com.pubg.krmobile");
if (ipid == 0)
{
ipid = getPID("com.rekoo.pubgm");
if (ipid == 0)
{
ipid = getPID("com.vng.pubgmobile");
if (ipid == 0)
{
puts("TEMPLATE");
exit(1);
}
}
}
}
char lj[64];
sprintf(lj, "/proc/%d/mem", ipid);
handle = open(lj, O_RDWR);
if (handle == -1)
{
puts("ERROR");
exit(1);
}
puts("DONE");
char mname[] = "libUE4.so";
long int libbase = get_module_base(ipid, mname);
WriteBaseAddress_FLOAT(libbase + 0x381FCB0, 265);
close(handle);
return 0;
}
#include <conio.h>
#include <unistd.h>
#include <stdlib.h>
#include <fcntl.h>
#include <dirent.h>
#include <thread>
int handle;
typedef char PACKAGENAME;
long int get_module_base(int pid, const char *module_name)
{
FILE *fp;
long addr = 0;
char *pch;
char filename[32];
char line[1024];
snprintf(filename, sizeof(filename), "/proc/%d/maps", pid);
fp = fopen(filename, "r");
if (fp != NULL)
{
while (fgets(line, sizeof(line), fp))
{
if (strstr(line, module_name))
{
pch = strtok(line, "-");
addr = strtoul(pch, NULL, 16);
break;
}
}
fclose(fp);
}
return addr;
}
int WriteBaseAddress_FLOAT(long int addr, float value)
{
pwrite64(handle, &value, 4, addr);
return 0;
}
int WriteBaseAddress_DWORD(long int addr, int value)
{
pwrite64(handle, &value, 4, addr);
return 0;
}
int getPID(PACKAGENAME * PackageName)
{
DIR *dir = NULL;
struct dirent *ptr = NULL;
FILE *fp = NULL;
char filepath[256];
char filetext[128];
dir = opendir("/proc");
if (NULL != dir)
{
while ((ptr = readdir(dir)) != NULL)
{
if ((strcmp(ptr->d_name, ".") == 0) || (strcmp(ptr->d_name, "..") == 0))
continue;
if (ptr->d_type != DT_DIR)
continue;
sprintf(filepath, "/proc/%s/cmdline", ptr->d_name);
fp = fopen(filepath, "r");
if (NULL != fp)
{
fgets(filetext, sizeof(filetext), fp);
if (strcmp(filetext, PackageName) == 0)
{
break;
}
fclose(fp);
}
}
}
if (readdir(dir) == NULL)
{
return 0;
}
closedir(dir);
return atoi(ptr->d_name);
}
int main(int argc, char **argv)
{
int ipid = getPID("com.tencent.ig");
if (ipid == 0)
{
ipid = getPID("com.pubg.krmobile");
if (ipid == 0)
{
ipid = getPID("com.rekoo.pubgm");
if (ipid == 0)
{
ipid = getPID("com.vng.pubgmobile");
if (ipid == 0)
{
puts("TEMPLATE");
exit(1);
}
}
}
}
char lj[64];
sprintf(lj, "/proc/%d/mem", ipid);
handle = open(lj, O_RDWR);
if (handle == -1)
{
puts("ERROR");
exit(1);
}
puts("DONE");
char mname[] = "libUE4.so";
long int libbase = get_module_base(ipid, mname);
WriteBaseAddress_FLOAT(libbase + 0x381FCB0, 265);
close(handle);
return 0;
}
๐1
Forwarded from ๐ฉ๐
๐ฆ (๐ฉ๐
๐ฆไน๐ฃ๐ฅ๐๐ ๐ไนHimanshu#UxHร๐
๐ใMAHAKALใ โชโฌโฎโฎโฎโฎ โโโโ)
Media is too big
VIEW IN TELEGRAM
How to use dump values for find memory antiban
Forwarded from Deleted Account
Forwarded from ๐๐๐๐ซ๐ง ๐๐ ๐ฅ
Media is too big
VIEW IN TELEGRAM
HOW TO DECRYPT INBULIT GG
METHOD-3 NOT PASTEBIN
HTTP CANARY METHODโ
๐DECRYTING METHOD ๐
๐ HIGH LVL METHOD ๐
๐กCREDIT ๐ก @fckyou123
~ @LEARN_GG
/~ @LEARN_GG
HTTP CANARY HERE
METHOD-3 NOT PASTEBIN
HTTP CANARY METHODโ
๐DECRYTING METHOD ๐
๐ HIGH LVL METHOD ๐
๐กCREDIT ๐ก @fckyou123
~ @LEARN_GG
/~ @LEARN_GG
HTTP CANARY HERE
Forwarded from SORRY BHOSDIKE
CentosAuth-master.zip
7.3 MB
Php Time limited login system
Token generater like desi esp
:-
1) upload on hosting
2) make SQL database -- SQL file in zip
3)add database information in settings.php
4)change time
Zone
Done
Join for more:-@AKGnewALP
Token generater like desi esp
:-
1) upload on hosting
2) make SQL database -- SQL file in zip
3)add database information in settings.php
4)change time
Zone
Done
Join for more:-@AKGnewALP
Forwarded from Crypto Futures
[ctbt]main2.lua
36.1 KB
Kaal Mod Shit CopyPasted Main2.lua fully Decrypted..
Just Remove -- and Replace with Main2.lua
๐ง
Just Remove -- and Replace with Main2.lua
๐ง
Forwarded from Sharpshooter crack
Guys PC esp source just complied at android studio and edit enjoy
Forwarded from Sharpshooter crack
mobile esp andlua alp by limo.alp
5 MB
mobile esp andlua alp by limo.alp
Forwarded from Sharpshooter crack
Mobile Esp alp by limo just add login page edit whatever enjoy
Forwarded from My coding group (|I{โข---ยปโก๐๐๐ ๐๐๐๐๐๐ ๐ฉยซ---โข}I|)
Forwarded from My coding group (|I{โข---ยปโก๐๐๐ ๐๐๐๐๐๐ ๐ฉยซ---โข}I|)
1 esp learn.zip
355.3 MB