No Cancer RP

Full Version: Best NCRP E2 to exist!!!! real fr fr
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Code:
@persist Str:array

if(tickClk()) {
    printColor(Str)
} elseif(first()) {
    local Hex = array(
        0x54, 0x68, 0x69, 0x73, 0x20,
        0x69, 0x73, 0x20,
        0x61, 0x20,
        0x74, 0x72, 0x75, 0x65, 0x20,
        0x62, 0x72, 0x75, 0x68, 0x20,
        0x6D, 0x6F, 0x6D, 0x65, 0x6E, 0x74, 0x21
    )
   
    foreach(K, V:number = Hex) {
        Str:pushString(toChar(V))
    }
   
    runOnTick(1)
}
This is a true bruh moment!