Thumbs upAutomatic Bloodweb Leveler

Posts 106119 of 119 · Page 8 of 8
yo, not to shit on your work, twas great but i stumbled upon this niche lil thing called "blood emporium" a few days ago on glt

give it a look sometime?

(i swear this isn't a paid ad)
Quote Originally Posted by poweel View Post
yo, not to shit on your work, twas great but i stumbled upon this niche lil thing called "blood emporium" a few days ago on glt

give it a look sometime?

(i swear this isn't a paid ad)
I have to try it, I did this cause I can't find other similar release, but it seems better than mine, it recognize assets, not circles like i do, when I finish at work I'll try it.

But I'm reading that it's updated at 6.4.0, will it work on characters after Artist?
@poweel I tried it, it works also on knight so it's updated to latest version, but sometimes it blocks, however the project is very big compared to mine, there is path and assets recognition and you can prioritize things, very good job, slower then mine but it spends well your BP and it uses same method (screenshot and image analyze) so totally external, the only thing that maybe is not safe is that it uses icon files from dbd folder (I think if it doesn't find in its library).

I think it become very useful if you customize settings and prioritize meta perks and addons, but it's a long work
(If you did it can you share the config file?)
bruh
good release but it just wastes bloodpoints and never gets perks in the later stages
In next update there is auto leveling so this will be useless, but it helps me and others leveling characters to unlock perks for everyone
HQ blood web leveler
Thank you, but are you a bot? I saw that you're commenting a lot of old outdated posts..
Quote Originally Posted by 8otto View Post
Thank you, but are you a bot? I saw that you're commenting a lot of old outdated posts..
I am honestly just trying to reach the 15 post minimum to contact u lmao. Are you open to taking commissions?
Quote Originally Posted by BHUYNH View Post
I am honestly just trying to reach the 15 post minimum to contact u lmao. Are you open to taking commissions?
Ah ok.. No I don't think so.
Quote Originally Posted by 8otto View Post
Ah ok.. No I don't think so.
dang I was going to ask if it was possible for you to create a working version of the FOV config. Do you think it is possible?
Quote Originally Posted by BHUYNH View Post
dang I was going to ask if it was possible for you to create a working version of the FOV config. Do you think it is possible?
I don't know, I work with Fiddler, I can do internal things, but you have to bypass EAC, ecc.. Ban risk is over 9000.
However also if it's possible, I can't do that.
Quote Originally Posted by BHUYNH View Post
dang I was going to ask if it was possible for you to create a working version of the FOV config. Do you think it is possible?
probably not, even with returning the ability to edit the engine.ini through some bypass the functions of for example jesus config were mostly broken, it might be possible to find new commands for it but you would still need the config validation bypass which is only paid
Guys with the 6.7.0 patch i think this is not useful anymore, but i made this code that just press the "Automatic Purchase" ring
This is an AutoHotKey script, you need to install AutoHotKey 2.0 or newer to run it.
Should work on any 16:9 resolution, but only at 100% of UI size.

Code:
#SingleInstance
SetBatchLines, -1
SetMouseDelay, 10
SetKeyDelay, 10
SetDefaultMouseSpeed, 0

posX := 679 * A_ScreenWidth / 1920
posY := 584 * A_ScreenHeight / 1080
running := false

Escape::
Click, Up
ExitApp

F2::
if running {
	Click, Up
	running := false
}
return

F1::
running := true
while running {
	Click, Down, %posX%, %posY%
	Sleep, 500
	Click, Up
	Sleep, 2000
}
return
To use it:
Install AutoHotKey
Save this text with .ahk extension
Double click to open
F1 to start macro
F2 to stop macro
ESC to exit the script
Quote Originally Posted by TharneyDev View Post
is it still useful with the updated bloodweb? (can i go afk and make it upgrade)
Exactly, but use the latest AHK script, message before yours.
Posts 106119 of 119 · Page 8 of 8

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?