• Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
AnonyViet - English Version
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
No Result
View All Result
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
No Result
View All Result
AnonyViet - English Version
No Result
View All Result

Share Code to create Fanpage in bulk on Facebook

AnonyViet by AnonyViet
February 19, 2023
in Tips
0

Share Code Create a Facebook Fanpage in bulk

Demo of Creation

Share Code to create Fanpage in bulk on Facebook 3

Page Created Successfully

Share Code to create a mass Fanpage on Facebook 4

User Manual:

Step 1 : Use extension User-Agent Switcher of fake chrome or firefox to opera mini 9.80 browser (how to fake it, google it)
Step 2 : Then we go to m.facebook.com
Step 3 : F12 and switch to console tab
Step 4 : Paste the code in that line
Step 5 : Enter to hang the browser.
Join the channel Telegram belong to AnonyViet 👉 Link 👈
var page_name="AnonyViet";
function loadCreatePage() {
    console.log('Dang Tao Page');
    var i = Math.floor((Math.random() * 100000) + 1);
    var xhttp = new XMLHttpRequest();
    xhttp.onreadystatechange = function() {
        if (xhttp.status == 200 && xhttp.readyState == 4) {
            var data = xhttp.responseText;
            var getValue = data.match(/name="fb_dtsg" value="(.+?)" autocomplete="off"/g);
            var fb_dtsg = getValue[0].replace('name="fb_dtsg" value="', '');
            fb_dtsg = fb_dtsg.replace('" autocomplete="off"', '');
            var charset_test="€,´,€,´,水,Д,Є";
            var super_category = 1016;
            var category = 2700;
            if (fb_dtsg == null) {
                console.log('Trống fb_dtsg');
            } else {
                console.log('Tạo page...');
                submitCreatePage(fb_dtsg, charset_test, super_category, category, i);
            }
        }
    };
    xhttp.open("GET", 'https://m.facebook.com/pages/create/?page_name=" + page_name + " ' + i + '&category=0&super_category=1016', true);
    xhttp.send();
}

function submitCreatePage(fb_dtsg, charset_test, super_category, category) {
    var i = Math.floor((Math.random() * 100000) + 1);
    var xhttp = new XMLHttpRequest();
    xhttp.onreadystatechange = function() {
        if (xhttp.status == 200 && xhttp.readyState == 4) {
            console.log('Skip step info page...');
            var url = xhttp.responseURL;
            skipStepSubmitInfoPage(url);
        }
    };
    xhttp.open("POST", 'https://m.facebook.com/pages/create/add/', true);
    xhttp.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
    xhttp.send("fb_dtsg=" + fb_dtsg + "&charset_test=" + charset_test + "&page_name=" + page_name + " " + i + "&super_category=" + super_category + "&category=" + category);
}

function skipStepSubmitInfoPage(url) {
    var xhttp = new XMLHttpRequest();
    xhttp.onreadystatechange = function() {
        if (xhttp.status == 200 && xhttp.readyState == 4) {
            skipStepSubmitInfoPage2(url + '&step=username&skip=true');
        }
    };
    xhttp.open("GET", url + '&step=about&skip=true', true);
    xhttp.send();
}

function skipStepSubmitInfoPage2(url) {
    var xhttp = new XMLHttpRequest();
    xhttp.onreadystatechange = function() {
        if (xhttp.status == 200 && xhttp.readyState == 4) {
            countDown();
        }
    };
    xhttp.open("GET", url, true);
    xhttp.send();
}

function countDown() {
    console.log('reload script...');
    var a = 30;
    var ITV = setInterval(function() {
        console.log('~ ' + a + 'giây');
        a--;
        if (a === 0) {
            clearInterval(ITV);
            loadCreatePage();
        }
    }, 1000);
}
loadCreatePage();

Or use this Code to create a Page in the style of matching your name to resemble the real Page

function loadCreatePage() {

    console.log('Lấy thông tin tạo page…');

    var i = Math.floor((Math.random() * 100000) + 1);

    var wordlist1 = ["Nguyễn", "Lê", "Trần", "Phạm", "Huỳnh", "Phan", "Vũ", "Võ", "Đặng", "Bùi", "Đỗ", "Ngô", "Dương", "Lý"];

    var wordlist2 = ["Diệu Ái", "Khả Ái", "Ngọc Ái", "Hoài An", "Huệ An", "Minh An", "Phương An", "Thanh An", "Huệ Ân", "Bảo Anh", "Diệp Anh", "Hải Anh", "Hồng Anh", "Huyền Anh", "Kiều Anh", "Kim Anh", "Lan Anh", "Mai Anh", "Minh Anh", "Mỹ Anh", "Ngọc Anh", "Nguyệt Anh", "Như Anh", "Phương Anh", "Quế Anh", "Quỳnh Anh", "Thúy Anh", "Thùy Anh", "Trâm Anh", "Trang Anh", "Tú Anh", "Tuyết Anh", "Vân Anh", "Yến Anh", "Kim Ánh", "Ngọc Ánh", "Nguyệt Ánh"];

    var randomNumber1 = parseInt(Math.random() * wordlist1.length);

    var randomNumber2 = parseInt(Math.random() * wordlist2.length);

    var page_name = wordlist1[randomNumber1] + " " + wordlist2[randomNumber2];

    var xhttp = new XMLHttpRequest();

    xhttp.onreadystatechange = function() {

        if (xhttp.status == 200 && xhttp.readyState == 4) {

            var data = xhttp.responseText;

            var getValue = data.match(/name="fb_dtsg" value="(.+?)" autocomplete="off"/g);


            var fb_dtsg = getValue[0].replace('name="fb_dtsg" value="', '');

            fb_dtsg = fb_dtsg.replace('" autocomplete="off"', '');

            var charset_test="€,´,€,´,?,?,?";

            var super_category = 1016;

            var category = 2700;

            if (fb_dtsg == null) {

                console.log('Tr?ng fb_dtsg');

            } else {

                console.log('Đang tạo');

                submitCreatePage(fb_dtsg, charset_test, super_category, category, i);

            }

        }

    };

    xhttp.open("GET", 'https://m.facebook.com/pages/create/?page_name=" + page_name + " ' + i + '&category=0&super_category=1016', true);

    xhttp.send();

}

function submitCreatePage(fb_dtsg, charset_test, super_category, category) {

    var i = Math.floor((Math.random() * 100000) + 1);

    var wordlist1 = ["Nguyễn", "Lê", "Trần", "Phạm", "Huỳnh", "Phan", "Vũ", "Võ", "Đặng", "Bùi", "Đỗ", "Ngô", "Dương", "Lý"];

    var wordlist2 = ["Diệu Ái", "Khả Ái", "Ngọc Ái", "Hoài An", "Huệ An", "Minh An", "Phương An", "Thanh An", "Huệ Ân", "Bảo Anh", "Diệp Anh", "Hải Anh", "Hồng Anh", "Huyền Anh", "Kiều Anh", "Kim Anh", "Lan Anh", "Mai Anh", "Minh Anh", "Mỹ Anh", "Ngọc Anh", "Nguyệt Anh", "Như Anh", "Phương Anh", "Quế Anh", "Quỳnh Anh", "Thúy Anh", "Thùy Anh", "Trâm Anh", "Trang Anh", "Tú Anh", "Tuyết Anh", "Vân Anh", "Yến Anh", "Kim Ánh", "Ngọc Ánh", "Nguyệt Ánh"];

    var randomNumber1 = parseInt(Math.random() * wordlist1.length);

    var randomNumber2 = parseInt(Math.random() * wordlist2.length);

    var page_name = wordlist1[randomNumber1] + " " + wordlist2[randomNumber2];

    console.log(page_name);

    var xhttp = new XMLHttpRequest();

    xhttp.onreadystatechange = function() {

        if (xhttp.status == 200 && xhttp.readyState == 4) {

            console.log('Skip step info page…');

            var url = xhttp.responseURL;

            skipStepSubmitInfoPage(url);

        }

    };

    xhttp.open("POST", 'https://m.facebook.com/pages/create/add/', true);

    xhttp.setRequestHeader("Content-type", "application/x-www-form-urlencoded");

    xhttp.send("fb_dtsg=" + fb_dtsg + "&charset_test=" + charset_test + "&page_name=" + page_name + " " + i + "&super_category=" + super_category + "&category=" + category);

}

function skipStepSubmitInfoPage(url) {

    var xhttp = new XMLHttpRequest();

    xhttp.onreadystatechange = function() {

        if (xhttp.status == 200 && xhttp.readyState == 4) {

            skipStepSubmitInfoPage2(url + '&step=username&skip=true');

        }

    };

    xhttp.open("GET", url + '&step=about&skip=true', true);

    xhttp.send();

}

function skipStepSubmitInfoPage2(url) {

    var xhttp = new XMLHttpRequest();

    xhttp.onreadystatechange = function() {

        if (xhttp.status == 200 && xhttp.readyState == 4) {

            countDown();

        }

    };

    xhttp.open("GET", url, true);

    xhttp.send();

}

function countDown() {

    console.log('reload script…');

    var a = 222;

    var ITV = setInterval(function() {

        console.log('~ ' + a + 'giây');

        a--;

        if (a === 0) {

            clearInterval(ITV);

            loadCreatePage();

        }

    }, 1000);

}

loadCreatePage();

  • Instructions for creating pages in bulk
  • Instructions for creating a complete fanpage
  • Create mass facebook page
  • create mass facebook fanpage

Copying from 3 or 4 sources, it’s just a copy in general, I don’t know who the author is

The article achieved: 5/5 – (100 votes)

Previous Post

Extremely powerful Facebook RIP guide

Next Post

Instructions to block ads on Website and Youtube

AnonyViet

AnonyViet

Related Posts

Windows 7/8.1/10 users will be upgraded to Windows 11 for free
Tips

Windows 7/8.1/10 users will be upgraded to Windows 11 for free

July 30, 2026
Instructions for receiving ChatGPT Plus for 1 month for free in 2026
Tips

Instructions for receiving ChatGPT Plus for 1 month for free in 2026

July 28, 2026
Some reasons I don’t like Windows 11
Tips

Some reasons I don’t like Windows 11

July 27, 2026
Instructions on how to get free Facebook white ticks
Tips

Instructions on how to get free Facebook white ticks

July 27, 2026
Collection of Windows 11 wallpapers for computers and phones
Tips

Collection of Windows 11 wallpapers for computers and phones

July 26, 2026
Don’t install leaked Windows 11
Tips

Don’t install leaked Windows 11

July 25, 2026
Next Post
Instructions to block ads on Website and Youtube

Instructions to block ads on Website and Youtube

0 0 votes
Article Rating
Subscribe
Login
Notify of
guest

guest

0 Comments
Oldest
Newest Most Voted

Recent News

Windows 7/8.1/10 users will be upgraded to Windows 11 for free

Windows 7/8.1/10 users will be upgraded to Windows 11 for free

July 30, 2026
Instructions for receiving the free Certified LLM Security Expert certificate

Instructions for receiving the free Certified LLM Security Expert certificate

July 30, 2026
MSI laptops are not just for gamers: Which line is suitable for students, office workers and creative people?

MSI laptops are not just for gamers: Which line is suitable for students, office workers and creative people?

July 29, 2026
What is quantum resistant cryptography? Why must the Internet change?

What is quantum resistant cryptography? Why must the Internet change?

July 29, 2026
Windows 7/8.1/10 users will be upgraded to Windows 11 for free

Windows 7/8.1/10 users will be upgraded to Windows 11 for free

July 30, 2026
Instructions for receiving the free Certified LLM Security Expert certificate

Instructions for receiving the free Certified LLM Security Expert certificate

July 30, 2026
MSI laptops are not just for gamers: Which line is suitable for students, office workers and creative people?

MSI laptops are not just for gamers: Which line is suitable for students, office workers and creative people?

July 29, 2026
AnonyViet - English Version

AnonyViet

AnonyViet is a website share knowledge that you have never learned in school!

We are ready to welcome your comments, as well as your articles sent to AnonyViet.

Follow Us

Contact:

Email: anonyviet.com[@]gmail.com

Main Website: https://anonyviet.com

Recent News

Windows 7/8.1/10 users will be upgraded to Windows 11 for free

Windows 7/8.1/10 users will be upgraded to Windows 11 for free

July 30, 2026
Instructions for receiving the free Certified LLM Security Expert certificate

Instructions for receiving the free Certified LLM Security Expert certificate

July 30, 2026
  • Home
  • Home 2
  • Home 3
  • Home 4
  • Home 5
  • Home 6
  • Next Dest Page
  • Sample Page

say88 tỷ lệ kèo nhà cái kèo nhà cái 5 febet

No Result
View All Result
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office

say88 tỷ lệ kèo nhà cái kèo nhà cái 5 febet

wpDiscuz
0
0
Would love your thoughts, please comment.x
()
x
| Reply