|
You last visited: Today at 07:52
Advertisement
[Free Source] BDO Market Bot/Animation Speedhack
Discussion on [Free Source] BDO Market Bot/Animation Speedhack within the Black Desert forum part of the MMORPGs category.
08/19/2018, 18:10
|
#91
|
elite*gold: 0
Join Date: Jul 2011
Posts: 2
Received Thanks: 0
|
i just want a speed hack T^T
|
|
|
08/19/2018, 21:03
|
#92
|
elite*gold: 0
Join Date: Aug 2018
Posts: 16
Received Thanks: 23
|
One Small Noobie Success
In 6 days, less than 1 week, I learned how to find the addresses, or I should say, stumbled upon them through an annoying amount of trial and error.
Don't give up guys, though I will say, don't try testing this while being on the item page. You'll freeze, or at least I did.
You can do it though if you really want this. It's doable. I didn't know a thing, was completely lost. Only have a lil Lua experience and that's it, and I was able to successfully update this and it worked.
Quote:
Originally Posted by ruikangzhu1990
@  is it possible to buy items thats higher grade like a tet tree armor because the item id is the same regardless of the enhancement level
|
Quote:
Originally Posted by Ustonovic
Yes, it's possible, check out "Silver Embroidered Cook's Clothes +3" in the source code for example. It's not the same id than +0.
|
Quote:
Originally Posted by ruikangzhu1990
how did u find the ID for it? was it in one of the PAZ files? because I can't find anything on bdocodex
|
@  Did you ever manage to figure out how to do this  ? Or does it require some digging... somewhere
Can't really see how 14,019 becomes 50,345,667 with +3
|
|
|
08/20/2018, 00:02
|
#93
|
elite*gold: 0
Join Date: Aug 2016
Posts: 3
Received Thanks: 0
|
Thanks @  for sharing your work.
I am also trying to make the market bot work but I keep getting access denied when trying to create the bdo dump. I am using the admin account and tried
* process manager -> create dump file
* (64bit)pd.exe -pid xxxx which gave me the same error:
dump_process CreateToolhelp32Snapshot failed with error 5: Access is denied.
dumping process unknown with pid 0x1fac...
... building import reconstruction table ...
Finished running.
Any help is appreciated  .
|
|
|
08/20/2018, 01:31
|
#94
|
elite*gold: 0
Join Date: Aug 2018
Posts: 16
Received Thanks: 23
|
Quote:
Originally Posted by wowcarol
Thanks @  for sharing your work.
I am also trying to make the market bot work but I keep getting access denied when trying to create the bdo dump. I am using the admin account and tried
* process manager -> create dump file
* (64bit)pd.exe -pid xxxx which gave me the same error:
dump_process CreateToolhelp32Snapshot failed with error 5: Access is denied.
dumping process unknown with pid 0x1fac...
... building import reconstruction table ...
Finished running.
Any help is appreciated  .
|
Quote:
Originally Posted by KaliMinion
Step 1 - Unpack the BlackDesert64.exe ProcessFor this step, I personally used . You'll need to build the project to create the EXE on your own, very simple to do in the free version of Microsoft Visual Studio, just make sure you build it as a 64bit EXE or it won't work for BlackDesert64.exe, obviously. Once you build the EXE, open CMD in the folder location (I ran as admin), and dump the BDO process using a command like [pd -pid 15484].
|
This really is as much information as you need to get the exe dump you need. Not really sure how much better I could explain it, not trying to be rude or anything just 100% honest. Download zip > Unpack > Use VS to build a 64bit exe, open CMD and change directory to the folder the exe is in then run the command [pd -pid (process id of the BlackDesert64.exe)], and it will work.
If you're doing that already, I ran my CMD with administrator privileges, so try that if you are having issues still.
|
|
|
08/20/2018, 02:25
|
#95
|
elite*gold: 0
Join Date: Aug 2016
Posts: 3
Received Thanks: 0
|
Quote:
Originally Posted by KaliMinion
This really is as much information as you need to get the exe dump you need. Not really sure how much better I could explain it, not trying to be rude or anything just 100% honest. Download zip > Unpack > Use VS to build a 64bit exe, open CMD and change directory to the folder the exe is in then run the command [pd -pid (process id of the BlackDesert64.exe)], and it will work.
If you're doing that already, I ran my CMD with administrator privileges, so try that if you are having issues still.
|
Thank you for your reply.
I did build it the with 64bit and end up a pd.exe. Here are the concole output from VS:
Code:
1>pd.vcxproj -> path\to\build\Process-Dump-master\Process-Dump-master\x64\Debug\pd.exe
1>Done building project "pd.vcxproj".
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
I then start BDO(pid=10944), then go START-CMD-rightclick-run as admin:
Code:
cd path\to\build\Process-Dump-master\Process-Dump-master\x64\Debug
pd.exe -pid 10944
And I got this error:
Code:
Process Dump v2.1
Copyright 漏 2017, Geoff McDonald
http://www.split-code.com/
https://github.com/glmcdona/Process-Dump
Loading clean hash database from 'C:\Users\Xin\Desktop\HACK\mark\Process-Dump-ma
ster\Process-Dump-master\x64\Debug\clean.hashes'.
Did not find an existing clean hash database, using an empty one.
dump_process CreateToolhelp32Snapshot failed with error 5: Access is denied.
dumping process unknown with pid 0x2ac0...
... building import reconstruction table ...
Finished running.
I can dump other process fine, just BDO is causing the problem....
|
|
|
08/20/2018, 03:32
|
#96
|
elite*gold: 0
Join Date: Aug 2014
Posts: 30
Received Thanks: 7
|
well speedhack almost working xd 
it changes my position on horse..
PS: market working now
But I cant find the local_player..
Can someone help me? @  ?
|
|
|
08/20/2018, 16:51
|
#97
|
elite*gold: 325
Join Date: Apr 2008
Posts: 713
Received Thanks: 225
|
Quote:
Originally Posted by wowcarol
Thank you for your reply.
I did build it the with 64bit and end up a pd.exe. Here are the concole output from VS:
Code:
1>pd.vcxproj -> path\to\build\Process-Dump-master\Process-Dump-master\x64\Debug\pd.exe
1>Done building project "pd.vcxproj".
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
I then start BDO(pid=10944), then go START-CMD-rightclick-run as admin:
Code:
cd path\to\build\Process-Dump-master\Process-Dump-master\x64\Debug
pd.exe -pid 10944
And I got this error:
Code:
Process Dump v2.1
Copyright 漏 2017, Geoff McDonald
http://www.split-code.com/
https://github.com/glmcdona/Process-Dump
Loading clean hash database from 'C:\Users\Xin\Desktop\HACK\mark\Process-Dump-ma
ster\Process-Dump-master\x64\Debug\clean.hashes'.
Did not find an existing clean hash database, using an empty one.
dump_process CreateToolhelp32Snapshot failed with error 5: Access is denied.
dumping process unknown with pid 0x2ac0...
... building import reconstruction table ...
Finished running.
I can dump other process fine, just BDO is causing the problem....
|
using processhacker suspend xigncode before completely loading ( right click - suspend ) then dump the process -> resume
|
|
|
08/20/2018, 22:47
|
#98
|
elite*gold: 0
Join Date: Aug 2014
Posts: 30
Received Thanks: 7
|
i cant get the animation speedhack to work
any help?
|
|
|
08/21/2018, 03:45
|
#99
|
elite*gold: 0
Join Date: Jun 2017
Posts: 14
Received Thanks: 1
|
Does anyone know how to run this without installing visual studio?
The dll is working on my other machine
Getting a failed to inject image error code 0xC0000135
|
|
|
08/21/2018, 05:22
|
#100
|
elite*gold: 0
Join Date: Aug 2018
Posts: 16
Received Thanks: 23
|
How the heck did Ustonovic find the id for { "Silver Embroidered Cook's Clothes +3", 50345667 }
Been spending the past 2 days trying to find a way, atm trying to obtain market notification data, but breaking the game with LUA call stack errors.
There has to be a way other than iterating 10 million numbers
|
|
|
08/21/2018, 06:15
|
#101
|
elite*gold: 941
Join Date: Nov 2012
Posts: 216
Received Thanks: 54
|
You need Lua mod that shows itemID in game stupid...
|
|
|
08/21/2018, 08:53
|
#102
|
elite*gold: 0
Join Date: Jan 2016
Posts: 290
Received Thanks: 33
|
Quote:
Originally Posted by Trixie Mattel
You need Lua mod that shows itemID in game stupid...
|
no you dont, actually you dont need lua for anything other than loading a few modded game scripts
|
|
|
08/21/2018, 20:18
|
#103
|
elite*gold: 0
Join Date: Aug 2018
Posts: 16
Received Thanks: 23
|
Quote:
Originally Posted by Trixie Mattel
You need Lua mod that shows itemID in game stupid...
|
lol "stupid", like anything is documented anywhere publicly. If you think I haven't searched for any of the answers I got myself by trial and error, you'd be incorrect.
|
|
|
08/22/2018, 04:42
|
#104
|
elite*gold: 0
Join Date: Apr 2013
Posts: 10
Received Thanks: 2
|
Could someone help me please? I found all the addresses except the "LUA_GETTOP" one
Quote:
Originally Posted by KaliMinion
Alright, well, I learned how to find GetTop:
Code:
#define ATA_LUA_GETTOP 0x0000000141576A80
/* Search: ToString > xrefs to aToString > Generate Pseudocode >
Line above tostring, look for sub_xxxxxxxxx, double click, should look like:
return (*(_QWORD *)(a1 + 16) - *(_QWORD *)(a1 + 24)) >> 4; */
|
I don't understand this at all, If i click on search at the top no ToString option appears..?
Also is this the address i'm meant to use for LOCAL_PLAYER right?
|
|
|
08/22/2018, 04:44
|
#105
|
elite*gold: 0
Join Date: Aug 2018
Posts: 16
Received Thanks: 23
|
Unfortunately, those are just strings, the addresses you need are quite more complicated than just the string. Though they can guide you towards where you need to look, player and luatop are far more complicated.
|
|
|
Similar Threads
|
BDO-PSERVER incls. Ninja/Kuno OgreFest BDO
07/16/2016 - Black Desert - 5 Replies
BDO Pserver
Stats idk? exp is pretty damn High...
Starter pack incl.
etc ?
im not the owner just found it and wanted to share
by the way post if the server works for u :) if not i may help yah :)
|
All times are GMT +1. The time now is 07:52.
|
|