AK - Duplicating help needed

03/15/2014 10:08 LK89#31
care to share what program you are using oriya?
me try WPE, but wpe just not showing the AK program when trying to link it with WPE. @_@
03/15/2014 11:43 Shane¸#32
Quote:
Originally Posted by LK89 View Post
care to share what program you are using oriya?
me try WPE, but wpe just not showing the AK program when trying to link it with WPE. @_@
Quote:
Originally Posted by Oriya9 View Post
None.
OllyDbg to backtrace the client's "sendPacket" function.
then it was just trial and error (stepping one instruction every time) to find the pre-encrypted buffer.
once I've found it, I hooked that function and logged the packets to the console and also to a .txt file.
I then found the chat packet in the log and I've tried to modify the buffer on-the-fly to make sure it's all working well.
it was working and then it was back to OllyDbg to see what calls are made inside that function.
because at least one of them is obviously the encryption.

I took note of all the calls in that function and went to IDA to look for what will seem like an encryption.
in IDA it was pretty easy rule out the ones that weren't the encryption function as there was only one really "complicated" function.
I then went back to OllyDbg to understand the arguments of that function better in real-time.
took a little bit more work but once I've understood what each argument is I could re-write the entire encryption function on my own.
added it to the DLL I was injecting earlier and now I can simply send packets.

This was optional but I've also kept the "sendPacket" function hooked.
I redirected all of the packets from the original function to my own function where there were 2 simple calls, encrypt and send. instead of bunch of other stuff in the original function.

So.. that's pretty much it.
^
03/16/2014 11:53 7spil7#33
wth was i the only one to notice the almost 20k attack the character had??
Is that text only or you can actualy make use of those numbers?
03/16/2014 16:39 Shane¸#34
Quote:
Originally Posted by 7spil7 View Post
wth was i the only one to notice the almost 20k attack the character had??
Is that text only or you can actualy make use of those numbers?
huh? my bard had 30k dmg with 0 dmg points @lvl45
03/17/2014 20:04 LK89#35
looks like i failed to detect AK using WPE and OllyDbg. The game runs using game.bin instead of normal .exe files. Anyone got any idea how to make WPE can target this .bin file?
03/17/2014 21:52 encodex#36
Quote:
Originally Posted by Oriya9 View Post
Wasn't too sure where to post it but here's a quick update:
clientless framework is done.
so far I can only log into the game but from this point it's pretty easy, it's all just parsing packets and adding events to the bot.
I'll keep on working on it when I have some more free time, not sure if in the next couple of days but surely on the weekend.
I'll keep you guys posted.

Thanks for keeping us updated!
03/18/2014 10:59 nafmuq#37
out of curiosity, duplicating items manually is relatively easier than making a program/code for it, right?
03/18/2014 14:24 Mannke94#38
Quote:
Originally Posted by nafmuq View Post
out of curiosity, duplicating items manually is relatively easier than making a program/code for it, right?
Right. Thats only if you know the exploit ofc. But when you manage to create a whole Packeteditor, pretty much everything becomes possible.
100% Upgrade as example.
03/18/2014 15:33 nafmuq#39
Quote:
Originally Posted by Mannke94 View Post
Right. Thats only if you know the exploit ofc. But when you manage to create a whole Packeteditor, pretty much everything becomes possible.
100% Upgrade as example.
how i wish to become a dev..
03/19/2014 23:52 Rikardo1991#40
No notices from Orya yet ? I really would like to see a small PacketEditor from her or someone else of course, hope shes having free time to work on it
03/20/2014 06:11 Oriya9#41
Quote:
Originally Posted by Rikardo1991 View Post
No notices from Orya yet ? I really would like to see a small PacketEditor from her or someone else of course, hope shes having free time to work on it
I'm really sorry for not updating you guys on what's going on but there are some "bad news".
I got an offer from a Chinese goldselling company that I worked with in the past and I've accepted the offer.
I'm currently working on a clientless bot for them, it's not finished but it's pretty advanced right now and they're already using it.
their only demand was of course, to keep it exclusive to them.
I will ask them about a packet editor though, if it's fine with them I have no reason why not to release such thing.
either way, I will have to make it user-friendly as right now I don't even have a GUI when I log/send packets, I filter them, log them and send them manually if needed.
I don't need it to be advanced at the moment as most of my work is on the clientless, I only log specific packets, I barely try to manipulate them and even logging is done once or twice.

Again, if a packet editor release is fine with them, when I'm done with the clientless, I guess I will work on it.
just please don't get your hopes up, they might say "no" (honestly, I can't see why not) and either way it will take a while until I finish the clientless bot.

Sorry if I pinned your hopes too high, that wasn't my intention, my original intention was to release everything.
it's just that I didn't think I'll get such offer, they contacted me, I didn't contact them. and money comes first, I hope you understand.

P.S
I'm a guy :)
03/20/2014 07:09 encodex#42
Thanks for the update! Ofcourse money comes first, and I hope your getting your moneys worth for a clientless bot
03/20/2014 17:02 Checkm69#43
Quote:
Originally Posted by Oriya9 View Post
I'm really sorry for not updating you guys on what's going on but there are some "bad news".
I got an offer from a Chinese goldselling company that I worked with in the past and I've accepted the offer.
...
it's just that I didn't think I'll get such offer, they contacted me, I didn't contact them. and money comes first, I hope you understand.

P.S
I'm a guy :)
Please Oh PLEASE ask them to stop spamming my mailbox with gold offers, lol.
03/21/2014 17:37 Kay.Jay#44
Quote:
Originally Posted by Checkm69 View Post
Please Oh PLEASE ask them to stop spamming my mailbox with gold offers, lol.
+1 :)
03/22/2014 00:16 peilin#45
Quote:
Originally Posted by Oriya9 View Post
I'm really sorry for not updating you guys on what's going on but there are some "bad news".
I got an offer from a Chinese goldselling company that I worked with in the past and I've accepted the offer.
I'm currently working on a clientless bot for them, it's not finished but it's pretty advanced right now and they're already using it.
their only demand was of course, to keep it exclusive to them.
I will ask them about a packet editor though, if it's fine with them I have no reason why not to release such thing.
either way, I will have to make it user-friendly as right now I don't even have a GUI when I log/send packets, I filter them, log them and send them manually if needed.
I don't need it to be advanced at the moment as most of my work is on the clientless, I only log specific packets, I barely try to manipulate them and even logging is done once or twice.

Again, if a packet editor release is fine with them, when I'm done with the clientless, I guess I will work on it.
just please don't get your hopes up, they might say "no" (honestly, I can't see why not) and either way it will take a while until I finish the clientless bot.

Sorry if I pinned your hopes too high, that wasn't my intention, my original intention was to release everything.
it's just that I didn't think I'll get such offer, they contacted me, I didn't contact them. and money comes first, I hope you understand.

P.S
I'm a guy :)
i guess maybe this explains why one day morning i saw at least 2 grenadier/bard up to 5 or 6 botting in Triatio Highlands, in each channel? yes EVERY SINGLE channel, all of them are around lvl 53-56 grenadier with sub bard at the entrance village killing Toucants... i was like WTH and LOL. otherwise it might be some other group of people running this thing then