Posts: 272
Threads: 21
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jun 2012
Reputation:
0
hi, i am trying to find some source code of an EP1 tool to try to understand how it works and try to create my own tools. I would like to have a source code of EP1 tool because they are public and i think it is easier to get it than get a source code of EP2 tool, so if anyone can pass me, thanks in advance. i prefer a tool that modify gameserver and modify, for example, itemAll or something like that to learn to modify offsets i want.
it doesnt matter if it is posted here or passed me by skype.
thanks,
soryjero
Find a decompiler, C# can be easly decompiled.
Posts: 272
Threads: 21
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jun 2012
Reputation:
0
i have ida pro and i try to open an ep1 tool and i looks in asm and some c#. i understand somethings, but i think it is easier and better to read source code to understand everything and learn well
Posts: 272
Threads: 21
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jun 2012
Reputation:
0
if this isnt possible. could be possible anyone give a vb function to read a file like itemall or gs...?
Posts: 281
Threads: 22
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Oct 2012
Reputation:
0
i think most tools are wroten into .NET
Posts: 7
Threads: 1
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Apr 2013
Reputation:
0
if this isnt possible. could be possible anyone give a vb function to read a file like itemall or gs...?
use the Binary reader in the SystemIO namespace and then you only need to read the structure
Greets