[Free Source] BDO Market Bot/Animation Speedhack

08/19/2018 18:10 o0yammi0o#91
i just want a speed hack T^T
08/19/2018 21:03 KaliMinion#92
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.

[Only registered and activated users can see links. Click Here To Register...]

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 View Post
@[Only registered and activated users can see links. Click Here To Register...] 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 View Post
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 View Post
how did u find the ID for it? was it in one of the PAZ files? because I can't find anything on bdocodex
@[Only registered and activated users can see links. Click Here To Register...] Did you ever manage to figure out how to do this :D? 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 wowcarol#93
Thanks @[Only registered and activated users can see links. Click Here To Register...] 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:handsdown:.
08/20/2018 01:31 KaliMinion#94
Quote:
Originally Posted by wowcarol View Post
Thanks @[Only registered and activated users can see links. Click Here To Register...] 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:handsdown:.
Quote:
Originally Posted by KaliMinion View Post
Step 1 - Unpack the BlackDesert64.exe Process
For this step, I personally used [Only registered and activated users can see links. Click Here To Register...]. 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 wowcarol#95
Quote:
Originally Posted by KaliMinion View Post
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 r3dblack75#96
well speedhack almost working xd [Only registered and activated users can see links. Click Here To Register...]
it changes my position on horse..

PS: market working now
But I cant find the local_player..
Can someone help me? @[Only registered and activated users can see links. Click Here To Register...]?
08/20/2018 16:51 ahmedwork#97
Quote:
Originally Posted by wowcarol View Post
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 r3dblack75#98
i cant get the animation speedhack to work
any help?
08/21/2018 03:45 a882794#99
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 KaliMinion#100
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 Trixie Mattel#101
You need Lua mod that shows itemID in game stupid...
08/21/2018 08:53 ruikangzhu1990#102
Quote:
Originally Posted by Trixie Mattel View Post
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 KaliMinion#103
Quote:
Originally Posted by Trixie Mattel View Post
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 roguedps#104
Could someone help me please? I found all the addresses except the "LUA_GETTOP" one

Quote:
Originally Posted by KaliMinion View Post
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? [Only registered and activated users can see links. Click Here To Register...]
08/22/2018 04:44 KaliMinion#105
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.