precise shot taken at a distance of 600 meters using a x2 scope captured from the Heroes & Generals game
How to use Java version: run Main.Java
zoom in with adjustable(x1.5,X2,X3 etc.) always on top of screen andeasy to edit for fitting your need
It is very easy to read this code and understand it !!!
you need to install using pip using command 'python -m pip install (package name)' on your console or terminal with this following package name:
"
- mss
- tkinter
- PIL "
for using:
- press '+' to zoom in
- press '-' to zoom out
- or edit in code to disable it
- edit in code to let it following your mouse
OR EDIT ANYTHING WHATEVER YOU WANT !!!
disclaimer: I use window so I use win32api and I dont sure it will work in another platform such as ios or linux After a lot of researching (om google) I have found that 'mss' is the best for using it to capture screen Tkinker to make window still on top PIL to crop image and resize
(and some time I use it in FPS game)