help!

01/19/2009 00:16 axtranti#1
Can someone help me making a Vac?:o
01/19/2009 00:50 Traveling Salesman#2
This is the best one out there currently.

[Only registered and activated users can see links. Click Here To Register...]
01/19/2009 02:32 axtranti#3
I cant open unpacked dekaron.exe it says *binkw32.dll was not found*
Dam i wish someone could help me use this program =/
01/19/2009 03:27 Traveling Salesman#4
Quote:
Originally Posted by axtranti View Post
I cant open unpacked dekaron.exe it says *binkw32.dll was not found*
Dam i wish someone could help me use this program =/
Put it in your "*\2MOONS\bin" directory
01/19/2009 03:31 axtranti#5
ok i opened =D, now HOW i search command.
1.) Search Command movzx eax,word ptr [esi+00000154], you get the address for Non-agro.
2.) Search Command mov edx,[eax+1c], you get address for Vac.
01/19/2009 03:47 Traveling Salesman#6
Quote:
Originally Posted by axtranti View Post
ok i opened =D, now HOW i search command.
1.) Search Command movzx eax,word ptr [esi+00000154], you get the address for Non-agro.
2.) Search Command mov edx,[eax+1c], you get address for Vac.
In Olly, Ctrl+F will pull up the Search function for commands. enter in a command and hit enter, take note of the address it's located at. Do this for each command.

1) movzx eax,word ptr [esi+00000154]

2) mov edx,[eax+1c]
01/19/2009 03:52 axtranti#7
ok i found it but, what should i do now? copy or something?
looks like this
[Only registered and activated users can see links. Click Here To Register...]
01/19/2009 03:56 Traveling Salesman#8
Make sure those addresses match the ones listed in the Tutorial. 0053DDDA & 0045A19D, If they do, you won't have to modify anything and you can continue on with the Tutorial and skip the rest of my post.

If those are not the addresses, you will have to modify the codes. Where you found the command that the Tutorial states is at 0053DDDA, you will replace all instances with the address you found and the same with the other address.
01/19/2009 04:05 axtranti#9
ok i think the adresses match :D now what should i do O.O

ok i added the gameguard(killer gameguard) to bin folder,i runned it and it works, but i dont know how to do the vac stuff, in what file im suppose to edit it, and what im going to edit.