Game: Last Chaos
Server: USA
Registration: [Only registered and activated users can see links. ]
Disclaimer:
This is not my source nor my own work, I had this when the site was still online.
Since the site went down, theres no way you can download this source in any site (I think)
This is the full source of Last Chaos Bot.
Completely written in VB6.
If your Interested you may download and use this source.
I dont care what you do to this source but please do reminded the the original Author of this source (Positron) released this to public to be Open Source.
And give credits to those who have helped you or where the source originally from.
I dont have intention of ruining a game, this is for educational purpose only.
//end disclaimer//
Ill give a short description of the file your going to download and what it does.
Little Description:
The bot was designed to be stand alone and will connect to the game as if you we're the one playing your char.
The bot has featured most of the LC Client have.
The bot has a built-in AI (in source) that will do most of the grinding for you.
Theres no Major CHANGE in the source.
The I.P Address in the Config is already set to the I.P of Last Chaos USA server and also the Port (4010)
Note:
There are 2 ports the Game Client uses.
Loging Port: ID / Password
Port: 4010
Game Port: Character Selection Screen (Client)
Port: 4001
------------
Have Fun!
------------ [Only registered and activated users can see links. ] [Only registered and activated users can see links. ]
P.S. Also download a copy of the English Translated "Options.ini".
Ah yes, use WinRar to extract the files just incase. :P
Umm is there supposed to be an actual d/l link after clicking on the one you posted above? All that one does is take me to your login page of the file sharing site... sounds like a good thing but nowhere to download. :/
Sry for asking this, in other posts i saw people asking for the compiled version, ive tryed to do it myself, but ive never worked with vb6 and ive downloaded and installed a vb6 ez compiler, but it doesnt worked when i installed the bot, can you help me, saying what i have to do to compile will be very useful. Thanks !
[Only registered and activated users can see links. ]
Public Function DigestFileToHexStr(FileName As String) As String
Open FileName For Binary Access Read As #1
MD5Init
Do While Not EOF(1)
Get #1, , ByteBuffer
If Loc(1) < LOF(1) Then
ByteCounter = ByteCounter + 64
MD5Transform ByteBuffer
End If
Loop
ByteCounter = ByteCounter + (LOF(1) Mod 64)
Close #1
MD5Final
DigestFileToHexStr = GetValues
End Function
To this
Code:
Public Function DigestFileToHexStr(FileName As String) As String
Open FileName For Binary Access Read As #1
MD5Init
Do While Not EOF(1)
Get #1, , ByteBuffer
If LOF(1) < LOF(1) Then
ByteCounter = ByteCounter + 64
MD5Transform ByteBuffer
End If
Loop
ByteCounter = ByteCounter + (LOF(1) Mod 64)
Close #1
MD5Final
DigestFileToHexStr = GetValues
End Function
The bot compiles fine after adjusting the source code, but the program doesn't work with the latest version of LastChaos. I believe that it's either the login or character IP address or port is wrong, or the client protocol is wrong. Anyone get this to work yet?
Also, when was this bot created? o_0
EDIT: I'm pretty sure it's the protocol or whatever the bot it sending to the server since the bot DOES connect to the server in the first place.