https://www.youtube.com/watch?v=FGVHf436aiI
Ultimate Hooking day😂
Video end have a twist hook 😂 don't miss this
Thanks for dropping Muslim album - dex2c 😂
Ultimate Hooking day
Video end have a twist hook 😂 don't miss this
Thanks for dropping Muslim album - dex2c 😂
Please open Telegram to view this post
VIEW IN TELEGRAM
YouTube
Hill Climb Racing Modding with IDA Pro | C++ Hooking & Reverse
tg - t.me/RevDexv
❤6😍3🥰1
Media is too big
VIEW IN TELEGRAM
#1 Fast Video Mod Menu Making Course
#ModMenu
In this video tutorial, I will guide you through the process of installing AIDE on your Android phone, setting up the NDK (Native Development Kit), and understanding the basics of normal HEX patching. Whether you're a beginner or have some experience, this course will help you grasp essential concepts and tools required for mod menu development. Stay tuned for step-by-step instructions and practical demonstrations!
#2 Video I'm Share how to Dump libil2cpp.so or Finding Class or method name
#3 Video Share How to Make Basic Hook
#4 Video Share Esp Making or Aimbot Making
#5 I will give everyone a prize at the end of video number five 🤫
Resources - https://t.me/RevDexChat/6429?single
#ModMenu
In this video tutorial, I will guide you through the process of installing AIDE on your Android phone, setting up the NDK (Native Development Kit), and understanding the basics of normal HEX patching. Whether you're a beginner or have some experience, this course will help you grasp essential concepts and tools required for mod menu development. Stay tuned for step-by-step instructions and practical demonstrations!
#2 Video I'm Share how to Dump libil2cpp.so or Finding Class or method name
#3 Video Share How to Make Basic Hook
#4 Video Share Esp Making or Aimbot Making
#5 I will give everyone a prize at the end of video number five 🤫
Resources - https://t.me/RevDexChat/6429?single
❤9👌5😁2
Media is too big
VIEW IN TELEGRAM
#2 Course Mod Menu Offset Finding or Make AutoKill
All Enemy Kill 1 Click 🎯
Resources - https://t.me/RevDexChat/6429?single
All Enemy Kill 1 Click 🎯
Resources - https://t.me/RevDexChat/6429?single
❤10😁2👌1
Media is too big
VIEW IN TELEGRAM
#3 Course Mod Menu nonstop Hooking 😜 Hooker
⚠️ This Video i'm Explain just Normal hooking
Hooking not a simple consent 👽👻
Resources - https://t.me/RevDexChat/6429?single
⚠️ This Video i'm Explain just Normal hooking
Hooking not a simple consent 👽👻
Resources - https://t.me/RevDexChat/6429?single
❤10😁1👌1
Media is too big
VIEW IN TELEGRAM
#4 Course Mod Menu How to Display Player Health in Progress bar
same Logic use you display coin anything 😎
Resources - https://t.me/RevDexChat/6429?single
My old video 🫠❤️🔥
# part 1 - https://t.me/RevDex/317
# part 2 - https://t.me/RevDex/318
# part 3 - https://t.me/RevDex/319
same Logic use you display coin anything 😎
Resources - https://t.me/RevDexChat/6429?single
My old video 🫠❤️🔥
# part 1 - https://t.me/RevDex/317
# part 2 - https://t.me/RevDex/318
# part 3 - https://t.me/RevDex/319
❤9😁4👌3
Media is too big
VIEW IN TELEGRAM
Flutter 32bit App Mod
App Name - My Sleep Affirmations
🌿 App Link - My Sleep Affirmations
arm64-v8a ❌
armeabi-v7a ✅
Reflutter 2024 video 📸
App Name - My Sleep Affirmations
🌿 App Link - My Sleep Affirmations
arm64-v8a ❌
armeabi-v7a ✅
Reflutter 2024 video 📸
👌6❤5
https://raspberrypibd.com/products/raspberry-pi-5-ice-tower-cooler/
https://store.roboticsbd.com/raspberry-pi/2439-raspberry-pi-5-8gb-robotics-bangladesh.html?srsltid=AfmBOoquJWorYT2QM62xHE74SIY50f3pNOJijes9IwskbMpU6O-8ea85
I am building a server on Mini R1, and I want to buy this. Can you give me your comments on it? I mainly want to run the Integrity Model R1 on it 🍺
https://store.roboticsbd.com/raspberry-pi/2439-raspberry-pi-5-8gb-robotics-bangladesh.html?srsltid=AfmBOoquJWorYT2QM62xHE74SIY50f3pNOJijes9IwskbMpU6O-8ea85
I am building a server on Mini R1, and I want to buy this. Can you give me your comments on it? I mainly want to run the Integrity Model R1 on it 🍺
Raspberry Pi BD
Raspberry Pi 5 ICE-Tower Cooler Price in Bangladesh - Raspberry Pi BD
Keep your Raspberry Pi 5 ICE-Tower Cooler running smoothly with this high-performance cooling solution. Prevents overheating, reduces throttling, and extends lifespan. Easy installation!
😁8❤5🙈2
Media is too big
VIEW IN TELEGRAM
play integrity token simulation android binding 🤣
Google integrity gone
Non Root Also working
Google integrity gone
Non Root Also working
❤17😱12😍3
#include <stdio.h>
#include <string.h>
int main() {
int is_admin = 0;
char buffer[8];
printf("Enter your username: ");
scanf("%s", buffer);
if (is_admin == 0) {
printf("hi nigga🙊");
} else {
printf("hi smarty ");
}
return 0;
}
i need output hi smarty .
no modification of code or debugger ? 🙊
🙈10❤3👌3
Patch the Kernel
CONFIG_MODULE_SIG_FORCE=y ✖️
CONFIG_MODULE_SIG_FORCE=n✔️
#1 Extract Get the boot.img from your phone. Use AIK Android Image Kitchen to unpack it You will get a file named boot.img-kernel
#2 Patch Use KernelPatch to remove the signature restriction from that kernel file
#3 Repack Use AIK to repack the folders back into a new image image-new.img
#4 Flash this new image to your phone
Done successfully bypass all restriction you can use Kernel Driver module without any custom kernel
CONFIG_MODULE_SIG_FORCE=y ✖️
CONFIG_MODULE_SIG_FORCE=n
#1 Extract Get the boot.img from your phone. Use AIK Android Image Kitchen to unpack it You will get a file named boot.img-kernel
#2 Patch Use KernelPatch to remove the signature restriction from that kernel file
kptools -p -i boot.img-kernel -o boot.img-kernel -k kpimg-aarch64
#3 Repack Use AIK to repack the folders back into a new image image-new.img
#4 Flash this new image to your phone
fastboot flash boot image-new.img
Done successfully bypass all restriction you can use Kernel Driver module without any custom kernel
Please open Telegram to view this post
VIEW IN TELEGRAM
GitHub
GitHub - osm0sis/Android-Image-Kitchen: Automated scripts to unpack/repack Android kernel/recovery images + ramdisks
Automated scripts to unpack/repack Android kernel/recovery images + ramdisks - osm0sis/Android-Image-Kitchen
❤11👌2
Oreyo External Chams.zip
216.8 KB
🧑🔬 Undetectable Chams
Executable no need internal hooking fully external
Creator - @RevDex
This is A test version Only have shader dumping next version I going to add Chams , this GL Hook is Undetectable you can use in FF & PÛBG
Preview - https://t.me/RevDexChat/7401
GitHub - https://github.com/ispointer
Executable no need internal hooking fully external
Creator - @RevDex
Oreyo::DumpShaders("com.kiloo.subwaysurf", "libunity.so", "/data/local/tmp/shader.h");This is A test version Only have shader dumping next version I going to add Chams , this GL Hook is Undetectable you can use in FF & PÛBG
Preview - https://t.me/RevDexChat/7401
GitHub - https://github.com/ispointer
❤4❤🔥1🥰1
can you load me.kpm
2.8 KB
Please open Telegram to view this post
VIEW IN TELEGRAM
❤2
KsuWebUI-1.0-48-release.apk
1.9 MB
KsuWebUI-1.0-48-release.apk
❤1
NativeModMenu 2.5
Native Preferences & cast_register all classes dynamically. Theme in Java without XML 🍺 full menu theme added. Some games do not have custom themes; in this case, the mod menu is destroyed. Mod menu switch toggle button etc.. style change. This problem is solved by adding a C++ internal theme
https://github.com/ispointer/NativeModMenu
Native Preferences & cast_register all classes dynamically. Theme in Java without XML 🍺 full menu theme added. Some games do not have custom themes; in this case, the mod menu is destroyed. Mod menu switch toggle button etc.. style change. This problem is solved by adding a C++ internal theme
https://github.com/ispointer/NativeModMenu
GitHub
GitHub - ispointer/NativeModMenu
Contribute to ispointer/NativeModMenu development by creating an account on GitHub.
❤🔥9🤯2❤1
https://github.com/Shad0w-KuNgen/Game-Cheating-Tutorial
https://github.com/kovidomi/game-reversing
Beginner Learning Materials on Reverse Engineering Video Games
https://github.com/kovidomi/game-reversing
Beginner Learning Materials on Reverse Engineering Video Games
GitHub
GitHub - Shad0w-KuNgen/Game-Cheating-Tutorial: 热门网络游戏辅助开发教程
热门网络游戏辅助开发教程. Contribute to Shad0w-KuNgen/Game-Cheating-Tutorial development by creating an account on GitHub.
❤8