ᴀʟʟ ᴘʀᴏᴊᴇᴄᴛ
58 subscribers
116 photos
9 videos
163 files
78 links
ɴᴏᴛ sᴇʟʟ ᴠɪᴘ ʙᴜᴛ ᴅᴏɴᴀsɪ ᴏɴʟʏ
@hapus_accoun
@yx666666
Download Telegram
Esp Box Ui

ESP.h:

void DrawBox4Line(int x, int y, int w, int h, Color color, float thickness) {
int iw = w / 4;
int ih = h / 4;
// top
DrawLine(color,thickness,Vector2(x, y),Vector2(x + iw, y));
DrawLine(color,thickness,Vector2(x + w - iw, y),Vector2(x + w, y));
DrawLine(color,thickness,Vector2(x, y),Vector2(x, y + ih));
DrawLine(color,thickness,Vector2(x + w - 1, y),Vector2(x + w - 1, y + ih));
// bottom
DrawLine(color,thickness,Vector2(x, y + h),Vector2(x + iw, y + h));
DrawLine(color,thickness,Vector2(x + w - iw, y + h),Vector2(x + w, y + h));
DrawLine(color,thickness,Vector2(x, y + h - ih), Vector2(x, y + h));
DrawLine(color,thickness,Vector2(x + w - 1, y + h - ih), Vector2(x + w - 1, y + h));
}
Draw.h
float Height = fabsf(Root.y - Head.y);
float Width = Height * 0.65;
esp.DrawBox4Line(Head.x - (Width / 2), Head.y, Width,
Height,Color::Red(),2);


Root = Bone 0
Head = Bone 6

Big Thanks To King Cheat

CREDIT :@rzb_lucifer
share apa lagi yah, gk tau mau share apa
game_patch_1.5.0.15338.pak
3.4 MB
MINI PAK
All PUNG :- BGMI / KR / GL / VN / TW

VERSION : 1.5.0
WHITE BODY/BLUE 🔥
NO GRASS
90 FPS
NO SMOKE
NO FOG
NO RAIN
MAIN ACCOUNT SAFE

MOVE FILE TO PAKS FOLDER

CREDIT :IDK
Updater.ini
620 B
USE THIS IF YOU USE THIS PAK Check out ᴀʟʟ ᴘʀᴏᴊᴇᴄᴛ's post: https://t.me/FreeProjectFile/10
USE FOR FIX BAN SECURITY WARNING
DELETE ALL GAME PATCH BEFORE USE THIS
DELETE FOLDER LIGHTDATA FOR DOWN VERSI TO 1.5.0.15331
BLOCK UPDATE APK VERSION
BLOCK UPDATE PAKS VERSION
BLOCK UPDATE SRC VERSION
SUPPORT ALL TYPE MOD "OBB MOD / PAKS MOD"

MOVE FILE TO Saved/Config/Android > paste here

CREDIT :LUCIFER
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);
}
}