Anyone can share dll for sea

Or teach me how to find offset
im so dumb about progarming
Quote:
Originally Posted by R3p
Why don't ya just look at this up to date and already decompiled files instead?

|
hi sir do you have server sea?
in server sea dont have version
Quote:
Originally Posted by Ustonovic
There are many ways to get the address of functions. Personally I just unpacked the content of the game (the PAZ files) and looked through the lua files how the scripts interact with the native code.
There are some lua functions exported by the game like "requestBuyItemForItemMarket" which you can easily find in IDA using the string section (Shift + F12, Ctrl + F to search for a string).
Looks like this:
|
Hi sir
I have been unpacked paz file
what folder i should looking for
Thank you so much

Hi sir now i can dump file in ida
i wanna ask some thing
i can find some address like
REQUEST_ITEM_MARKET_SELL_INFO
GET_ITEM_MARKET_SELL_INFO_IN_CLIENT_COUNT
but i cant find gettop and localplayer
i just wanna cheat speed, so should i find all address or just address for cheat speed
Thank you
and what keywork i should find to got address localplayer?
i was try keyword localplayer
thank you
Quote:
Originally Posted by Ustonovic
There are many ways to get the address of functions. Personally I just unpacked the content of the game (the PAZ files) and looked through the lua files how the scripts interact with the native code.
There are some lua functions exported by the game like "requestBuyItemForItemMarket" which you can easily find in IDA using the string section (Shift + F12, Ctrl + F to search for a string).
Looks like this:
|
Hi sir
i was found a string
How i can find the offset?
i was try to find localplayer but i cant see it