Archlord Project

10/19/2007 12:40 Malivictus#16
Thank you my Friend oh also I sent a reply to your Pm I am going to work on the PDf of a small jump in my project...and I know it will be welcomed I found the Skill hack cool down Code line and I do have to admit that I O BlackKnight ( shame he dont post here anymore) but I did use some of he's ideas so I am giving him the BIG UPS on this
10/19/2007 13:03 Eliberate#17
hello m8, could u pls post programs u use???
i would love to help u in u're quest, dunno much abt coding but i can find all kinds of memory adress for u(if u give me the right tools), maybee u could teach me some sht allong the way i'm a verry fast learner.
I would be great if we could make the bot attach itself to game memory so we could minimise game and still farm.
Pls m8 let me get involved and u won't regret it..
10/19/2007 13:09 Eliberate#18
If we can attach the proggy to game mamory then we could make Archlord multiclient and farm 2 caharacters at once while posting in forums :D :D :D
I know how to make multiclient is verry easy. U just have to unpack the executable and change the name of process.
10/19/2007 13:52 Malivictus#19
yes thats true you can do that but you would have to have a Powerful comp and mine is on the sick side ( im lacking the Ram ) however I can use you on the project..the programs I use is

PEID,OLLYDBG ( for hash CRC32) decoding,recoding

WEP,Nsauditor, rPE for Packet hacking and filter makeing

Memhack for just shits and giggles
12/29/2008 13:56 eppherke#20
nice job:) GL with it i'm glad somebody tryes to make the arch emu .hope u will end up this project in success ! If you'll need a Testing machine a server or something i can help you . just PM me or reply here
12/29/2008 14:44 eKoZz#21
LMAO
12/29/2008 16:52 <†>Minera<†>#22
Quote:
Originally Posted by eppherke View Post
nice job:) GL with it i'm glad somebody tryes to make the arch emu .hope u will end up this project in success ! If you'll need a Testing machine a server or something i can help you . just PM me or reply here
-.- have you checked the date
12/29/2008 17:18 regiherna#23
The project is a very good idea.

When the project finish, im use it!
12/29/2008 19:15 <†>Minera<†>#24
gl waiting
12/29/2008 21:18 fataly#25
If you want use packets, you should first build packets and get headers. Then you need regonize what like 0x01 packet does, it is not just keysends :) Like i use in Diablo II

Public Sub Send0x0A()
'Enter chat
Call iClear
Call iNTSTRING(hAccount)
Call iNTSTRING("")
Call iHEADER(&HA)
Call iPacket(Form1.Winsock1.SocketHandle)
ShowChat vbWhite, "Entering Chat.."
End Sub

Good luck!