Recent Posts

freebitco.in java script hack

Free bit coin earn here easily.First earn satoshi 5000 . It will helps you to earn more btc. This is like as a lottery.Go to the link-  https://freebitco.in/# 
Then earn satoshi . After earning satoshi the script will work properly.you can earn 50000 sathosi per 5 hours.
How to use script---
For firefox user-
  • Press F12 key  
  •  Copy and paste the script below on the console line
  • Press the ENTER key
For chrome user-
  • Go to Menu>>>more tools>>> Javascript console 
  •  Copy the script
  • Pest the script
  • press enter
                               -----script------

//this script will work properly
var startValue = '0.00000001',
stopPercentage = 0.001,
maxWait = 777,
stopped = false,
stopBefore = 1;
var $loButton = $('#double_your_btc_bet_lo_button'),
$hiButton = $('#double_your_btc_bet_hi_button');
function multiply(){
var current = $('#double_your_btc_stake').val();
var multiply = (current * 2).toFixed(8);
$('#double_your_btc_stake').val(multiply);
}
function getRandomWait(){
var wait = Math.floor(Math.random() * maxWait ) + 100;
console.log('Waiting for ' + wait + 'ms before next bet.');
return wait ;
}
function startGame(){
console.log('Game started!');
reset();
$loButton.trigger('click');
}
function stopGame(){
console.log('Game will stop soon! Let me finish.');
stopped = true;
}
function reset(){
$('#double_your_btc_stake').val(startValue);
}
function deexponentize(number){
return number * 10000000;
}
function iHaveEnoughMoni(){
var balance = deexponentize(parseFloat($('#balance').text()));
var current = deexponentize($('#double_your_btc_stake').val());
return ((balance)*2/100) * (current*2) > stopPercentage/100;
}
function stopBeforeRedirect(){
var minutes = parseInt($('title').text());
if( minutes < stopBefore )
{
console.log('Approaching redirect! Stop the game so we don\'t get redirected while loosing.');
stopGame();
return true;
}
return false;
}
$('#double_your_btc_bet_lose').unbind();
$('#double_your_btc_bet_win').unbind();
$('#double_your_btc_bet_lose').bind("DOMSubtreeModified",function(event){
if( $(event.currentTarget).is(':contains("lose")') )
{
console.log('You LOST! Multiplying your bet and betting again.');
multiply();
setTimeout(function(){
$loButton.trigger('click');
}, getRandomWait());
}
});
$('#double_your_btc_bet_win').bind("DOMSubtreeModified",function(event){
if( $(event.currentTarget).is(':contains("win")') )
{
if( stopBeforeRedirect() )
                {
                        return;
                }
if( iHaveEnoughMoni() )
{
console.log('You WON! But don\'t be greedy. Restarting!');
reset();
if( stopped )
{
stopped = false;
return false;
}
}
else
{
console.log('You WON! Betting again');
}
setTimeout(function(){
$loButton.trigger('click');
}, getRandomWait());
}
});startGame() 


                                       -----End_------

just copy this script & pest on this browser.....

if any problem just check this video...

Thanks ....






 
Share:

HTML basic learning

                                          HTML
Hyper text mark up language (HTML) course for Beginners .This all are basic things.If you know all this basic things ,you will be able to create web page.
                                 


    •   In Html It has a start tag <x> and an end tag </x>.
    • The <!DOCTYPE html> declaration defines this document to be HTML5
    •  The <html> element is the root element of an HTML page
    • The <head> element contains meta information about the document
    • The <title> element specifies a title for the document
    • The <body> element contains the visible page content
    • The <h1> element defines a large heading
    • The <p> element defines a paragraph
    • HTML links are defined with the <a> tag.The link's destination is specified in the href attribute.
    • HTML images are defined with the <img> tag. In this case you should be remember that  In this img src The source file (src), alternative text (alt), width, and height are provided as attributes.
    • Here, a title attribute is added to the <p> element. The value of the title attribute will be displayed as a tooltip when you mouse over the paragraph.
    • HTML uses elements like <b> and <i> for formatting output, like bold or italic text.Formatting elements were designed to display special types of text:   
    <b> - Bold text
    <strong> - Important text
    <i> - Italic text
    <em> - Emphasized text
    <mark> - Marked text
    <small> - Small text
    <del> - Deleted text
    <ins> - Inserted text
    <sub> - Subscript text
    <sup> - Superscript text
    • The HTML <blockquote> element defines a section that is quoted from another source.Browsers usually indent <blockquote> elements.
    • The HTML <address> element defines contact information (author/owner) of a document or an article.The <address> element is usually displayed in italic. Most browsers will add a line break before and after the element.
    • The HTML <bdo> element defines bi-directional override.The <bdo> element is used to override the current text direction
    <abbr>    Defines an abbreviation or acronym
    <address>    Defines contact information for the author/owner of a document
    <bdo>    Defines the text direction
    <blockquote>    Defines a section that is quoted from another source
    <cite>    Defines the title of a work
    <q>    Defines a short inline quotation







    EXAMPLE........

    <!DOCTYPE html>
    <html>
    <head>
    <title>Page Title</title>
    </head>   
    <body> 
    <h1>This is a Heading</h1>  in this heading you  can change header line like <h(1,2,3,4,5,6)>  h1 is large h6 is small front.
    <a href="https://www.facebook.com">This is a link</a>
    <img src="my name is khan.jpg" alt="my name is khan" width="104" height="142">
    <p title="I'm a tooltip">This is a paragraph</p>
    <p>This is a paragraph.</p>
    <u> this use for underline </u>
    <i> this use for italic from </i>
    <p>This is<sub> subscript</sub> and <sup>superscript</sup></p>
    <p>WWF's my life is like that: <q>I am Programmer,I have no life.</q></p>
    <blockquote cite="https://www.cs.washington.edu/students/ugrad/student_advice">What's the best part of being a CSE major, and what can you do to succeeed in the toughest classes? </blockquote>
    <address>
    Written by Dipu<br>
    Visit us at:<br>
    Example.com<br>
    Box 564, Delhi<br>
    india
    </address>
    <bdo dir="rtl">This text will be written from right to left</bdo>
    </body>
    </html>


    Output of the example--
    Share:

    new

    Best laptop

    About Us

    Total Pageviews

    Comment

    GET LATEST UPDATE by EMAIL