How to Make Bitcoin Generator


SUBMITTED BY: DarkPlays

DATE: Jan. 13, 2016, 5:03 p.m.

FORMAT: Text only

SIZE: 493 Bytes

HITS: 1933

  1. //This is ZhaxX BitCoin Miner v1.0
  2. //Credits to Zhax
  3. Start* As Normal Function()
  4. {
  5. BTC.ReadThisComputerWallet();
  6. }
  7. Miner* As New Private Function()
  8. {
  9. This.Computer.Attach = Bitcoin.Raw(BTC = Bitcoin, BTC.GoTo(File, GetBTC.Pickup))
  10. This.Computer.BTCAmount = BTC.Wallet(ReadBTC, Wallet.Details)
  11. This.Computer.PickUpBTC = BTC.SendToValue(GetBitcoinAddress.BTCWallet)
  12. This.Computer.FileAddressManager.DisableOption At BTC.SecurePro(This.BTCWallet.AttachManage = False)
  13. }
  14. End //End

comments powered by Disqus