
Personal Information
| Born | Perkar Two (Date Removed from Calenders) |
| Occupation | Youtuber |
| Channel | Rakrep2 |
| Location | The Void |
| Genre | True Crime |
| Attack | 2=0 |
| Defense | 2=0 |
Perkar Two, known in the Power community as Rakrep2 is a successful British[Citation False] Youtuber known mainly for his appearance on the Cardiovascular System Burglary SMP, and Power_SMP Minecraft servers.
Hailing from the small town of Martinsville, {{The Void}}, Rakrep2 Quickly found immense success in his Youtubing career after being invited onto the Cardiovascular System Burglary SMP by his friend GovernmentSpyX3, where he went on to be pivotal in all 7 seasons, followed by the movie, Netflix original series and spinoffs.
According to estimates, he made over 300 dollars from royalties, losing his hair due to success.

He Minecraft ([[TODO]])
After his rise in fame, and the unfortunate stop (lawsuit pending) of the Cardiovascular System Burglary SMP(/Cardiovascular_System_Burglary_SMP), he stopped uploading for months, before suddenly privatizing all his videos, and uploading his application for the POWER SMP.
I AM LEAVING THE POWER SMP.
- Rakrep2, immediately after being accepted into the Power SMP
His role in the Power_SMP is uncertain, as he hasn't uploaded any videos on it yet, only his powers and stats are unknown. He is much like a villain, like Dr. Eggman.

window.boot.register('page-ready', () => {
console.log("this is a test");
var attack = 0;
var defense = 0;
const runner = document.getElementById("runner");
document.querySelector("body").appendChild(runner);
})
function teleport() {
runner.style.left = Math.random() * 90 + "%";
runner.style.top = Math.random() * 90 + "%";
attack += Math.floor(Math.random() * 5);
defense += Math.floor(Math.random() * 10);
document.getElementById("attack").textContent = attack;
document.getElementById("defense").textContent = defense;
const list = document.querySelectorAll("*");
const element = list[Math.floor(Math.random() * list.length)];
if (element === runner) return;
if (element.textContent == null) {
element.remove();
return;
}
element.textContent = element.textContent.split(' ')
.filter((word) => Math.random() > 0.5)
.join(' ');
if (element.textContent.length === 0) element.remove();
}