Automatic Bloodweb Leveler by 8otto
Tool that avoid boring manual level up of character.
Thanks to @
pgm48 
that gives me the idea, I started the project from his AHK macro and then switched to Python.
It works on all resolution and all UI % size
USAGE:
Open
Auto Bloodweb.exe
Press
F2 to start the process
Press
F3 to stop the process (it's not immediate, it will end after current level)
Press
ESC to kill the app (Immediate stop)
Common problems:
Height not aligned (wrong mouse movements or Bloodweb not found):
Create a txt file in same folder of Auto Bloodweb.exe call it height and enter a value (default for 100% UI is 165)
Not working on UI lower than 100%:
Create a txt file in same folder of Auto Bloodweb.exe call it resize and enter UI value without % EX. UI 75% write in file 75
If you have other problems:
Create a txt file in same folder of Auto Bloodweb.exe call it debug then restart the app and a file will appear in same folder Circles.png cover your name with paint or others and send here with imgbb.com or similar
App Crash on opening:
Create a cmd file (with Notepad) in same folder of Auto Bloodweb.exe
Code:
@EcHo off
"Auto Bloodweb.exe"
pause
Now make a screen to the error and send here with imgbb.com or similar
PS. ALT+STAMP make a window screen that you can paste into paint
How it works:
It makes screenshot every time a bloodweb is completed (+ first time)
From the screenshot it recognizes bloodweb's "circles" and then do a match with fixed values that i took from @
pgm48
Then uses these screen coordinates to press mouse in bloodweb's "circles" found
I make a system that fix the resolution problem, so it should work on any resolution (at least horizontal one)
UPDATE v2
- Now you can use CUSTOM DELAY
To do that put delay.txt file in same folder as "Auto Bloodweb.exe" and then choose your values in milliseconds or seconds.
There are 2 delays that you need to separate with ;
For example 350;50 (like the default file that I made).
Remember that it will go faster, but sometimes it will lose a few rings.
PS: If you don't put delay.txt file, the safe values will be loaded (400;900)
- Fixed some other stuff
Virus scans (v2):
https://virusscan.jotti.org/en-US/fi...job/nge15lb93g
https://www.virustotal.com/gui/file/...7efa?nocache=1
There are some fake positive, maybe because the app uses screenshots to work.