i just want a speed hack T^T
Quote:
@[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:
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.
@[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... somewhereQuote:
how did u find the ID for it? was it in one of the PAZ files? because I can't find anything on bdocodex
Quote:
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:.
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.Quote:
Step 1 - Unpack the BlackDesert64.exe ProcessFor 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].
Thank you for your reply.Quote:
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.
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 ==========
cd path\to\build\Process-Dump-master\Process-Dump-master\x64\Debug pd.exe -pid 10944
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.
using processhacker suspend xigncode before completely loading ( right click - suspend ) then dump the process -> resumeQuote:
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:
I then start BDO(pid=10944), then go START-CMD-rightclick-run as admin: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 ==========
And I got this error:Code:cd path\to\build\Process-Dump-master\Process-Dump-master\x64\Debug pd.exe -pid 10944
I can dump other process fine, just BDO is causing the problem....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 don't understand this at all, If i click on search at the top no ToString option appears..?Quote:
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; */