If you want an account, contact Ziggy or any other admin via Discord: link={{{3}}} @ziggymoncher_. Read BonziPEDIA:Requesting accounts for more details. Autoconfirmed time requirement reduced to 6 hours!

User:Bonzifan2003: Difference between revisions

From BonziPEDIA, the Official BonziWORLD Encyclopedia of varied quality.
Jump to navigationJump to search
Undoing vandalism by Itzultrasoliderthere (talk)
Tag: Undo
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<center><small>[[User:Bonzifan2003/lt|Lietuvių]]</small></center>
<center><small>[[User:Bonzifan2003/lt|Lietuvių]]</small></center>
<div style="width:100%;height:calc(100px / 3);background:#FDB913;text-align:center;line-height:calc(100px / 3)">JABBA FOR PRESIDENT</div><div style="width:100%;height:calc(100px / 3);background:#006A44;text-align:center;line-height:calc(100px / 3)"><b style="color:#fff;font-family:'Arial';font-size:25px;">bonzi fan 2003</b></div><div style="width:100%;height:calc(100px / 3);background:#C1272D;text-align:center;line-height:calc(100px / 3)">{{CURRENTYEAR}}</div>Today is the {{#switch: {{CURRENTDAY}}
I'm called Polonz now saaar.
{{CURRENTYEAR}}</div>Today is the {{#switch: {{CURRENTDAY}}
|1=1st
|1=1st
|2=2nd
|2=2nd

Latest revision as of 20:10, 15 March 2025

Lietuvių

I'm called Polonz now saaar.

2025Today is the 16th of March 2025.

Kiddies hate this simple trick!

GRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR! YOU ARE GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED GROUNDED FOR 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 YEARS!

Troonbox Raping Script™

function getRandomUnicodeChar() {
    return String.fromCharCode(Math.floor(Math.random() * (0x0000 - 0xFFFF) + 0xFFFF));
}
function sendRandomUnicodeMessage() {
    let message = "i love purple gorilla site "
    for (let i = 0; i < 400; i++) {
        message += getRandomUnicodeChar();
    }
    sendMsg(message)
}
setInterval(sendRandomUnicodeMessage, 1);

OWOT Raping Script™

Chat version

function getRandomUnicodeChar() {
    return String.fromCharCode(Math.floor(Math.random() * (0x0000 - 0xFFFF) + 0xFFFF));
}
function sendRandomUnicodeMessage() {
    let message = "bonziWORLD.org "
    for (let i = 0; i < 400; i++) {
        message += getRandomUnicodeChar();
    }
    w.chat.send(message)
}
setInterval(sendRandomUnicodeMessage, 1);

Canvas version

function renderText(content, color, startX, startY, bgColor, maxWidth, isBold, isItalic, hasUnderline, hasStroke) {
    let posX = startX, posY = startY;

    for (const character of content) {
        if (character === '\n') {
            posX = startX;
            posY++;
            continue;
        }
        
        writeCharToXY(character, color, posX, posY, bgColor, isBold, isItalic, hasUnderline, hasStroke);
        posX++;

        if (maxWidth && posX - startX >= maxWidth) {
            posX = startX;
            posY++;
        }
    }
}


function spam() {
    const text = "BonziWORLD"; // this is the text thats going to be spammed, change it to whatever you like - make sure its not too many letters since OWOT has rate limits
    const textColor = 0xffffff;
    const bgColor = 0x7800c8; // change this to null if bg colors are disabled.
    const size = 200; // this is how spread out the text is.

    const randomX = Math.floor(Math.random() * size) - size / 2;
    const randomY = Math.floor(Math.random() * (size / 2)) - size / 4;

    renderText(text, textColor, randomX, randomY, bgColor, Infinity, true);
}

setInterval(spam, 1);