Sehyn / BDO_Offsets_Dumper

Simple Black Desert Online Offsets Dumper.
MIT License
12 stars 12 forks source link

Hack Bdo #2

Open Seyharden opened 5 years ago

Seyharden commented 5 years ago

Hello, you can make these functions:

Sehyn commented 5 years ago

I've made several releases on UC. You should take a look there, if you're a dev and want to learn to how sure,I can make a POC.

xelamats commented 5 years ago

I've made several releases on UC. You should take a look there, if you're a dev and want to learn to how sure,I can make a POC.

I currently have a v795 server setup and am looking to learn how to find the addresses so I may update your "BDO - Zerk Exploit/TP to CrossHair/pDetector/SpeedHack/AutoLoot + Much more" release to work on my server. Would you be willing to assist me in doing so? Could aid you in adding more offsets for this program to dump.

xelamats commented 5 years ago

LocalPlayer = 0x142108158; LocalMount = 0x142108648; Nearby Player Address = 0x142107EA0; Unlocking AttackSpeed/CS Limit Address = 0x140852D09; MaxZoomAddr = 0x141F82520; CriticalBar = { 0x47D8 }; GatherBar = { 0x47F0 }; FishBar = { 0x47E8 }; LuckBar = { 0x47E0 }; CookSpeed = { 0x109C }; AlchSpeed = { 0x1098 };

is what I have so far. Using bdo 281899 client version.

Using this client: https://drive.google.com/drive/u/0/folders/10PW0K0Xote7AZLP_-FEgS2FiAImsP2zE

Sehyn commented 5 years ago

LocalPlayer = 0x142108158; LocalMount = 0x142108648; Nearby Player Address = 0x142107EA0; Unlocking AttackSpeed/CS Limit Address = 0x140852D09; MaxZoomAddr = 0x141F82520; CriticalBar = { 0x47D8 }; GatherBar = { 0x47F0 }; FishBar = { 0x47E8 }; LuckBar = { 0x47E0 }; CookSpeed = { 0x109C }; AlchSpeed = { 0x1098 };

is what I have so far. Using bdo 281899 client version.

Using this client: https://drive.google.com/drive/u/0/folders/10PW0K0Xote7AZLP_-FEgS2FiAImsP2zE

You can simply open the executable with IDA at this point, look for strings and you'll find pretty much all the offsets you need.

vudung45 commented 4 years ago

@Sehyn I'm interested in learning more about this. Could you spoonfeed me on how to start reverse engineering BDO using IDA?

saidatta commented 4 years ago

@vudung45 In reverse engineering, Spoon feeding doesnt work. I would highly advice you to take a look guides in unknonwncheats and start asking specific questions. its like a 1-3 month process.

saidatta commented 4 years ago

@Sehyn Do you have any simple cheatsheet on what strings to look for in IDA?