Скрипт создания БМ в 1 клик!

Скрипт создания БМ в 1 клик!

Владимир Арбитраж

Всем салюты!

🟢 Канал: @vladimircard

🤗 Чат: @Vladimirchat99

🧲 Магазин: @vladimir_shop_bot


Залетаем сюда и применяем код в консоли.

https://business.facebook.com/overview

Может показаться что с первого раза не сработало. Но проверить это легко тут:

https://business.facebook.com/select

(function(d) {

'use strict';

if (location.hostname.match('business.facebook.com') === null) {

return alert('Chi chay trên Business');

}

let length = 10;

let fb_dtsg = require('DTSGInitialData').token;

console.log(fb_dtsg);

let user_id = require('CurrentUserInitialData').ACCOUNT_ID;

console.log(user_id);

for (var i = 0; i < length; i++) {

fetch('https://business.facebook.com/business/create_account', {

body: `brand_name=Sosat Lejat ${i + Math.random().toString(36).substring(2)}&first_name=Mark&last_name=Pidr&email=${Math.random().toString(36).substring(2)}@gmail.com&timezone_id=233&business_category=OTHER&city= &country=&state=&legal_name=&phone_number=&postal_code=&street1=&street2=&website_url= &is_b2b=false&__a=1&fb_dtsg=${fb_dtsg}`,

method: 'POST',

headers: {

'Content-Type': 'application/x-www-form-urlencoded'

},

credentials: 'include',

}).then(e => e.text()).then(e => {

});

}

})(document);


🔥 С уважением, Дядя Вова!

🟢 Канал: @vladimircard

🤗 Чат: @Vladimirchat99

🧲 Магазин: @vladimir_shop_bot

Report Page