How to make pickup in GF servers?

11/14/2020 22:58 xChoi#1
Hello everyone,

i'm dealing to make pickup in GF servers but I couldn't make any progress.

Can anyone give me some hint please :)

I'm waiting for your help :)

I can't find PickCloseItem() function in GF client. I found "SendItemPickupPacket Error" function but needed item pointer or item vid.
11/15/2020 15:01 Hector97PL#2
player.OnKeyDown(app.DIK_Z)
player.OnKeyUp(app.DIK_Z)
11/16/2020 08:05 cypher#3
#moved
11/16/2020 12:33 xChoi#4
I found pickup address. Now I want to start over here. The /restart_here command does not work.
11/17/2020 19:28 xChoi#5
up++
12/04/2020 13:30 dragofintio#6
Quote:
Originally Posted by xChoi View Post
Hello everyone,

i'm dealing to make pickup in GF servers but I couldn't make any progress.

Can anyone give me some hint please :)

I'm waiting for your help :)

I can't find PickCloseItem() function in GF client. I found "SendItemPickupPacket Error" function but needed item pointer or item vid.
i use this dll hack and this pickup its works on gf but no use a filter just take all items [Only registered and activated users can see links. Click Here To Register...]
12/15/2020 13:32 xChoi#7
Quote:
Originally Posted by dragofintio View Post
i use this dll hack and this pickup its works on gf but no use a filter just take all items [Only registered and activated users can see links. Click Here To Register...]
I'm already found pickup function address. Now I need find '/restart_here' function.
12/16/2020 23:47 sad666#8
Doesn't Metin2 use vmprotect ? How did you reach strings could you help me about unpack also you can use SendChatPacket in net modules if they didn't delete
12/17/2020 00:42 hellofriend.mov#9
Quote:
Originally Posted by sad666 View Post
Doesn't Metin2 use vmprotect ? How did you reach strings could you help me about unpack also you can use SendChatPacket in net modules if they didn't delete
you can dump process memory(easiest),
suspend the process while running(a bit harder but doable),
deobfuscate vmprotect(takes a bit of skill),
...
12/19/2020 22:37 xChoi#10
up++