81% found this document useful (16 votes)
7K views2 pages

Bitcoin Speed Boost Guide

The document is a webpage with styling and scripting to create a fake Bitcoin login interface. It contains an image of a login screen, a button to subscribe to a YouTube channel for increased speed, a text input labeled "Ener amount number of BitCoin" to input an amount, and a "Save / Add To Account" button that runs a script to simulate a saving progress bar from 0% to 100%. A disclaimer at the bottom warns the user to use the interface at their own risk.

Uploaded by

Paul Phoneix
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
81% found this document useful (16 votes)
7K views2 pages

Bitcoin Speed Boost Guide

The document is a webpage with styling and scripting to create a fake Bitcoin login interface. It contains an image of a login screen, a button to subscribe to a YouTube channel for increased speed, a text input labeled "Ener amount number of BitCoin" to input an amount, and a "Save / Add To Account" button that runs a script to simulate a saving progress bar from 0% to 100%. A disclaimer at the bottom warns the user to use the interface at their own risk.

Uploaded by

Paul Phoneix
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

<html>

<head>
<title>
Hack??
</title>
<style>
#log{
font-size:40px;
transition-duration:0.5s;
color:#E20000;
border: 4px solid #E20000;
outline:none;
font-weight:bold;
width: 180px;
height:50px;
}
#MyImage{
height:200px;
}
#saveButton{
padding:4px;
background-color:#fff;
border:2px solid #E20000;
color:#E20000;
Font-weight:bold;
}
#saveButton:hover{
border:2px solid #E20000;
transition-duration:0.5s;
color:#fff;
background-color:#E20000;
}
#mm{
font-size:40px;
font-weight:bold;
color:#E20000;
}
#sub{
color:#fff;
border:rpx solid red;
background-color:red;
width:100px;
height:30px;
font-weight:bold;
font-size:15px;
outline:none;
}
#sub:hover{
transition-duration:0.5s;
background-color:#E20000;
border:4px solid #E20000;
}
#num{
font-weight:bold;
font-size:20;
}
</style>
</head>
<body>
<center><img id="myImage"
src="https://s21.postimg.org/6rv3m8err/Log_In.png"></center>

<center><button id="sub"
onclick="window.location.href='https://www.youtube.com/channel/UCbAIoTbJrwGjPBncv_w
NE_g'">Subscribe</button>
<br>
<br>
Like & Subscribe to increase speed by 70%</center>

<center>

<p id=num >Ener amount number of BitCoin below</p>


<p id="mm"><input type="text" id="log" placeholder="" maxlength="3"></p>
<br>

<a class="btn-medium btn-primary" id="saveButton"


onclick="if(typeof(sp)==='undefined'){sp = 1; setInterval(function()
{document.getElementById('saveButton').innerHTML = 'Saving [' + (100 - ((1.0 / sp)
* 100)).toFixed(2) + '%]'; sp+=0.01}, 0.01); };">Save / Add To Account</a><br><br>

Use at your own risk


</body>
</html>

You might also like