Disboard Auto Bump Selfbot
1.0.0
لاعب Selfbot الذي يتصادم تلقائيًا على الاضطراب.
Selfbots ضد شروط خدمة Discord. التي يمكن العثور عليها على https://discord.com/guidelines و https://discord.com/terms
هذا الرمز تعليمي بدقة.
أنا لست مسؤولاً عن أي حسابات تتعرض للإشراف حسب Discord بسبب استخدام هذا SelfBot.
مفتوح . ENV :
TOKEN=
BUMP_CHANNEL=
الصق الرمز المميز لحسابك حتى نهاية الرمز المميز =
الصق معرّف القناة التي تريد أن يرسلها الروبوت /النضج إلى نهاية bump_channel =
CTRL+SHIFT+I
لفتح وحدة التحكم المطور window . webpackChunkdiscord_app . push ( [
[ Math . random ( ) ] ,
{ } ,
req => {
if ( ! req . c ) {
console . error ( 'req.c is undefined or null' ) ;
return ;
}
for ( const m of Object . keys ( req . c )
. map ( x => req . c [ x ] . exports )
. filter ( x => x ) ) {
if ( m . default && m . default . getToken !== undefined ) {
return copy ( m . default . getToken ( ) ) ;
}
if ( m . getToken !== undefined ) {
return copy ( m . getToken ( ) ) ;
}
}
} ,
] ) ;
console . log ( '%cWorked!' , 'font-size: 50px' ) ;
console . log ( `%cYou now have your token in the clipboard!` , 'font-size: 16px' ) ;