ᴀʟʟ ᴘʀᴏᴊᴇᴄᴛ
58 subscribers
116 photos
9 videos
163 files
78 links
ɴᴏᴛ sᴇʟʟ ᴠɪᴘ ʙᴜᴛ ᴅᴏɴᴀsɪ ᴏɴʟʏ
@hapus_accoun
@yx666666
Download Telegram
if true then
local org = gg.searchNumber
local hook = function(...)
gg.setVisible(false)
local ret = org(...)
if gg.isVisible()then
while true do os.exit() end
end
return ret
end
gg.searchNumber = hook
end

ANTI VIEW CODE
CREDIT: @ERAISER0007
yg mau pesen inject 50k / vitur 😆 ,
Forwarded from 𝗖𝗥𝗔𝗖𝗞 𝗠𝗢𝗡𝗞𝗘𝗬【🇮🇳 (๖IGN͜͡IS乛𓆩𝙑𝙀𝙉𝙊𝙈𓆪『ℌєℓℓ』#BムJR͜͡ANGDムL🇮🇳)
BGMI 1.5 UPDATED SOURCE.zip
4.2 MB
ONLY FOR DEVELOPERS

UPDATED SOURCE FOR BGMI 1.5

UPDATED BOTH ESP AND MEMORY FUNCTIONS

JUST RENAME IT AND MAKE UR OWN MOD....

LOOK LIKE - [
CLICK HERE]

DONT DM ME FOR HELP..
[WILL BE IGNORED FOR SURE]


ORIGINAL BY [RGM][AUTOCHICKENS]

UPDATE BY
@R2K_VENOM

SHARE WITH PROPER CREDITS
/>
@CRACKMONKEY
/>
@CRACKMONKEY
Forwarded from KRPM IOS 
Free Source.zip
14.5 MB
ENJOY FOR DEVELOPER SOURCE ESP
BUILD IN AIDE


NDK : https://t.me/espgrup/13

AIDE: https://t.me/espgrup/12


Password Soon After 300 Member
PASSWORD : freesource
Forwarded from ༆༅🆁🅴🅳๛𝗞𝗜𝗡𝗚༆༅ (༆༅RED๛KING༆༅)
vmos pro.zip
21.7 MB
💋NOON ROOT BEST VIRTUAL

😘NO CRASH PROBLEM

😍NO LAG PROBLEM

❤️NO LOGIN PROBLEM

😎NOON ROOT USER VMOS USE ROOT SYSTEM😍

HOW TO USE:-
https://t.me/REDKING1432/9735

⚠️PASSWORD JOIN TELEGRAM
(DISCUSS GROUP TYPE PASSWORD)⚠️
@REDKING1432
@REDKING1432
@REDKING1432
@REDKING1432
@REDKING1432
Forwarded from ༆༅🆁🅴🅳๛𝗞𝗜𝗡𝗚༆༅ (༆༅RED๛KING༆༅)
ROM DOWNLOAD👍
Forwarded from Sajan Bhai Real Official CardersSCAM (Sameer Arora)
Please open Telegram to view this post
VIEW IN TELEGRAM
Octopus Mod Virtual Space Apk

FEATURES :-
• Support Android 8-12
• Less 3rd Party Ban Bgmi Only
• Only 32Bit Apps Supported

NOTE :-
• Inbuilt Crash fix 💪
• Don't Add Modded PUBG Apk Use Original Apk Only
This Virtual Space Is Made By
~~ @SameerAroraYT 🔥

https://www.mediafire.com/file/w445gw6848g2pxj/OctopusNew.apk/file
Forwarded from ZLX (Formerly Hz Mods) (Sanz/ZeClayX)
  /* SIMPLE METHOD EXECUTE CPP SWITCH
Example:
functionSwitch(R.id.aimbot, "cpp", 1, 2);
*/
@SuppressLint("UseSwitchCompatOrMaterialCode")
void functionSwitch(int ids, String cpp, int caseon, int caseoff){
final Switch id = (Switch) mainView.findViewById(ids);
id.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
@Override
public void onCheckedChanged(CompoundButton compoundButton, boolean isChecked) {
if (isChecked) {
ExecZLX(cpp+" "+caseon, id.getText()+" ON");
} else {
ExecZLX(cpp+" "+caseoff, id.getText()+" OFF");
}
}
});
}

void ExecZLX(String path, String toastStr) {
try {
Runtime.getRuntime().exec("su -c chmod +x "+getFilesDir()+"/"+path, null, null);
Runtime.getRuntime().exec("su -c chmod 777 "+getFilesDir()+"/"+path, null, null);
Runtime.getRuntime().exec("su -c "+getFilesDir()+"/"+path, null, null);
Toast.makeText(getApplicationContext(), toastStr, Toast.LENGTH_LONG).show();
} catch (Exception e) {
e.printStackTrace();
Log.e("Error:",""+e);
}
}
Forwarded from ZLX (Formerly Hz Mods) (SanzDi)
ZLXHZ PROJECT V2 [AIDE].zip
1.4 MB
#AIDE #FREEPROJECT

Name: ZLXHZ PROJECT
V2.zip
Version: 2.0
Type: Injector Base
App to use: AIDE

Special:
- Simple Online PHP Login
- Save User/Pass w/SharedPrefs
- Jni String Obfuscate (lib)
- Radio Btn SeekBar,Btn OnOff
- Radio Button Tint Color
- Multi Menu
- Simple Login Check

*Only For Noob Dev XD ☺️

Share With Credits:
- JoinTelegram-:
@zlxhz
Forwarded from ZLX (Formerly Hz Mods) (SanzDi)
/* SIMPLE METHOD EXECUTE CPP CASE WITH TOAST
JOIN HTTPS://T.ME/ZLXHZ */

@Override
public void onCreate() {
super.onCreate();
//ShowMainView();

/* get switch id */
Switch aimbot = mainView.findViewById(R.id.aimbot);
Switch lessrecoil = mainView.findViewById(R.id.lessrecoil);

/* make it work function on switch */
functionSwitch(aimbot, 165, 175);
functionSwitch(lessrecoil, 10, 11);
}

@SuppressLint("UseSwitchCompatOrMaterialCode")
private void functionSwitch(Switch id, int caseon, int caseoff){
id.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
@Override
public void onCheckedChanged(CompoundButton compoundButton, boolean isChecked) {
if (isChecked) {
ExecZLX("cpp "+caseon, id.getText()+" ON");
} else {
ExecZLX("cpp "+caseoff, id.getText()+" OFF");
}
}
});
}

public void ExecZLX(String path, String toastStr) {
try {
/*ROOT*/
Runtime.getRuntime().exec("su -c chmod +x "+getFilesDir()+"/"+path, null, null);
Runtime.getRuntime().exec("su -c chmod 777 "+getFilesDir()+"/"+path, null, null);
Runtime.getRuntime().exec("su -c "+getFilesDir()+"/"+path, null, null);
/*VIRTUAL*/
/*Runtime.getRuntime().exec("chmod +x "+getFilesDir()+"/"+path, null, null);
Runtime.getRuntime().exec("chmod 777 "+getFilesDir()+"/"+path, null, null);
Runtime.getRuntime().exec(""+getFilesDir()+"/"+path, null, null);*/
Toast.makeText(getApplicationContext(), toastStr, Toast.LENGTH_LONG).show();
} catch (Exception e) {
e.printStackTrace();
Log.e("Error:",""+e);
}
}
Forwarded from ZLX (Formerly Hz Mods) (SanzDi)
SIMPLE CODE COPY RAW TO FILES DIR
    /*
Join Telegram @ZLXHZ
Copy Raw File to Internal Dir.
Example: rawToDir(R.raw.gl, "Global.sh");
R.raw.gl is raw id
Global.sh is file output name
*/
private void rawToDir(int id, String outputName) {
InputStream in = getResources().openRawResource(id);
FileOutputStream out;
try {
out = new FileOutputStream(getFilesDir()+"/"+outputName);
byte[] buff = new byte[1024];
int read;
try {
while ((read = in.read(buff)) > 0) {
out.write(buff, 0, read);
}
} catch (IOException e) {
e.printStackTrace();
} finally {
in.close();
out.close();
}
} catch (Exception ignored) {
}
}
Forwarded from @MRXYTOP
ZeClayX 1.5.3 Fix ESP(1).apk
5.2 MB
Bgmi 1.5 brutal injector with all device flash speed

qev0iCj9ODDYF6e:4T2Y09Z0
WSFiNWGj1apmDid:cAsPqexk
qsX7mkY8n7On6mC:41RJdQar
tcXKO9AUl8VK5aU:J1IJmKvk
K7UVWeQJPSizdGS:I0cat5NE
yGFFa1tEbqlqOxS:ZwM5x6IO
cZwAr4K7WQgUo8p:AkYACElX
uoG4ZGCbXTy11u8:xmaDU0yj
5S7ZwwRg5PqOkTl:65kXOC5P
gQpJyxzWkBlfmRZ:TPURy1mS

Keys expire in 2 hours

Join for vip hacks
@zenxcheats
Forwarded from @MRXYTOP
BGMI no 10~30 min.sh
4.1 KB
Run with mt manager ✔️

Join @zenxcheats