Last Chaos Sp/Drop Farm Bot ( beta)

get your superiourity here ! be an offline or online GOD of the game. infinite ammo, unlimited nitro, turbo boost, god mode, you name it !
Post Reply
Memnoch
Special
Special
Posts: 10
Joined: Thu Aug 02, 2007 1:28 am

Last Chaos Sp/Drop Farm Bot ( beta)

Post by Memnoch »

Important Notes first :
This is for SP farming , and drop farming .
This is still very basic. I need to add a lot more fuctions.
As is, It targets ,Attacks, and loots, Will also use one skill ,potion,buff, Depending on what you slot in the F3 tray slot.
It can only find whats in visual range.
It only uses skills befor each atk. So its up to you to find the proper spot to bot in .
Targets Blue,Green,and WHite name mobs only !


***Things to remember****
USA Version
Windows mode 1024x768
(cammand slotting )
F1 Attack
F2 Item Pick up,(can also use Pet Pick up )
F3 Attack Skill (Any skill or potion can be placed here, it will hit befor each new monster is attacked )

~Run game, log in, find spot to farm, Click bot file to start it . ~

Heres the script

Code: Select all

[code]Opt("PixelCoordMode",2)
Opt("MouseCoordMode",2)

$mobGreen = "0x5B9600"
$BlueMob = "0x0089AA"
$YellowMob = "0xD7A700"
$WhiteMob = "0xC4C1C4"

HotKeySet ("{ESC}","Quit")
Func Quit()
    Exit
EndFunc
winactivate ("LastChaos - Aeria Games & Entertainment (Window 1024x768)")
WinWaitActive ("LastChaos - Aeria Games & Entertainment (Window 1024x768)")
sleep (1000)
while 1        
    $coord = PixelSearch(150,120,866,508,$WhiteMob,5)
    $n = @error
    If NOT @error Then 
 while $n = 0
 $x = Random($coord[0], $coord[0]+45, 1)

 $y = Random($coord[1], $coord[1]+100, 1)
 MouseClick("right", $x, $y, 2, 0)
 $mm = PixelGetColor ( 580 , 9 )
 $mob = Hex($mm, 6)
 If $mob Then
     ExitLoop
$coord = PixelSearch(150,120,866,508,$mobGreen,5)
EndIf    
$n = @error
 wend 
 
 If $mob = "1C1E14" Then  
     while $mob = "1C1E14" 
      Send("{F1}")
      sleep(350)
      Send("{F3}")
   $mm = PixelGetColor ( 508, 9 )
   $mob = Hex($mm, 6)
      wend
    Sleep (1000)
    Send("{F2}")
    Sleep(1000)
    Send("{F2}")
    Sleep(1000)
    Send("{F2}")
    Sleep(1000)
    Send("{F2}")
    Sleep(1000)
    Send("{F2}")
    Sleep(1000)
    EndIf
Else
$coord = PixelSearch(150,120,866,508,$mobGreen,5)
    $n = @error
    If NOT @error Then 
 while $n = 0
 $x = Random($coord[0], $coord[0]+50, 1)

 $y = Random($coord[1], $coord[1]+100, 1)
 MouseClick("right", $x, $y, 2, 0)
 $mm = PixelGetColor ( 580 , 9 )
 $mob = Hex($mm, 6)
 If $mob Then
     ExitLoop
$coord = PixelSearch(150,120,866,508,$mobGreen,5)
EndIf    
$n = @error
 wend 
 
 If $mob = "1C1E14" Then  
     while $mob = "1C1E14" 
      Send("{F1}")
      sleep(350)
      Send("{F3}")
   $mm = PixelGetColor ( 508, 9 )
   $mob = Hex($mm, 6)
      wend
    Sleep (1000)
    Send("{F2}")
    Sleep(1000)
    Send("{F2}")
    Sleep(1000)
    Send("{F2}")
    Sleep(1000)
    Send("{F2}")
    Sleep(1000)
    Send("{F2}")
    Sleep(1000)
    EndIf
Else
    $coord = PixelSearch(150,120,866,508,$BlueMob,5)
    $n = @error
    If NOT @error Then 
 while $n = 0
 $x = Random($coord[0], $coord[0]+50, 1)

 $y = Random($coord[1], $coord[1]+50, 1)
 MouseClick("right", $x, $y, 2, 0)
 $mm = PixelGetColor ( 580 , 9 )
 $mob = Hex($mm, 6)
 If $mob Then
     ExitLoop
$coord = PixelSearch(150,120,866,508,$mobGreen,5)
EndIf    
$n = @error
 wend 
 
 If $mob = "1C1E14" Then  
     while $mob = "1C1E14" 
      Send("{F1}")
      sleep(350)
      Send("{F3}")
   $mm = PixelGetColor ( 508, 9 )
   $mob = Hex($mm, 6)
      wend
    Sleep (1000)
    Send("{F2}")
    Sleep(1000)
    Send("{F2}")
    Sleep(1000)
    Send("{F2}")
    Sleep(1000)
    Send("{F2}")
    Sleep(1000)
    Send("{F2}")
    Sleep(1000)
    EndIf
Else    
        $coord = PixelSearch(150,120,866,508,$YellowMob,5)
    $n = @error
    If NOT @error Then 
 while $n = 0
 $x = Random($coord[0], $coord[0]+45, 1)

 $y = Random($coord[1], $coord[1]+100, 1)
 MouseClick("right", $x, $y, 2, 0)
 $mm = PixelGetColor ( 580 , 9 )
 $mob = Hex($mm, 6)
 If $mob Then
     ExitLoop
$coord = PixelSearch(150,120,866,508,$mobGreen,5)
EndIf    
$n = @error
 wend 
 
 If $mob = "1C1E14" Then  
     while $mob = "1C1E14" 
      Send("{F1}")
      sleep(350)
      Send("{F3}")
   $mm = PixelGetColor ( 508, 9 )
   $mob = Hex($mm, 6)
      wend
    Sleep (1000)
    Send("{F2}")
    Sleep(1000)
    Send("{F2}")
    Sleep(1000)
    Send("{F2}")
    Sleep(1000)
    Send("{F2}")
    Sleep(1000)
    Send("{F2}")
    Sleep(1000)
    EndIf
Else

Send("{Right 6}")
Endif
EndIf
EndIf
EndIf
WEnd
[/code]

Known Bugs, It seems to only target green mobs for somereason....

need to add fuctions for F4-F12 slots, and maybe a pet auto heal system.. Still tring to figure out what needs to go where.
Since i Play as a Sorc, I have to use a Macro set on proper timmers to use my shapeshifting skills and things like that, But for all other classes, this works perfectly
User avatar
Sethioz
Admin
Admin
Posts: 4762
Joined: Fri Jul 27, 2007 5:11 pm
Custom: Gaming YT > https://youtube.com/SethiozEntertainment
Game Hacking YT > https://youtube.com/sethioz
Game Hacks Store > https://sethioz.com/shopz
Location: unknown
Contact:

Re: Last Chaos Sp/Drop Farm Bot ( beta)

Post by Sethioz »

what did you use to make this ?
Memnoch
Special
Special
Posts: 10
Joined: Thu Aug 02, 2007 1:28 am

Re: Last Chaos Sp/Drop Farm Bot ( beta)

Post by Memnoch »

I used AutoIt v3
http://www.autoitscript.com/autoit3/

New note to the project, Besides finding a dozen more uses for this which i will creat a new post for a hackers guide to last Chaos soon.

I some how fixed the issues i was having with it not targeting all the differnt colored mobs
I recompiled it and it works fine now.
Also made differnt versions ,each of which only target one Color mob group. For those that want to get picky .

Still having small issues tweeking it to work well for my Sorc, In knight form (big silver armor) it tries to find the target pixels in my armor, and sometimes with map objects like statues.

Also the bot likes to take its sweet little time finding a new target to kill sometimes..... Normally happens when i have a herd of monsters attacking me .....
got to speed up the search a little between kills .

But other then that and the small problem of getting stuck on map glitches like trees , where it can target,attack but not damage or kill the monster. It works perfectly .


I currently have it running in 3 versions ,.
1 as a SP farmer,
2 as a new improved version of my old Pet leveler, and
3 my personal fav. a Gold Farmer, For this one i use a very nice combo of hacks , such as the old speed hacks, on range toons with this bot. i can clear entire areas very quick and collect tons of cash. .. Which brings up a new issue i guess
Since the way it works , it can only target what is with in visual range... once everything is dead you have to wait for respawn.. might look into increasing range somehow

I will add the set up for the pet leveler and gold farmers into my next tutorial.
User avatar
Sethioz
Admin
Admin
Posts: 4762
Joined: Fri Jul 27, 2007 5:11 pm
Custom: Gaming YT > https://youtube.com/SethiozEntertainment
Game Hacking YT > https://youtube.com/sethioz
Game Hacks Store > https://sethioz.com/shopz
Location: unknown
Contact:

Re: Last Chaos Sp/Drop Farm Bot ( beta)

Post by Sethioz »

never used autoit, i was hoping that TeamRetox can write one, but hmmm.
TeamRetox
Allie
Allie
Posts: 222
Joined: Sat Jun 06, 2009 3:48 pm

Re: Last Chaos Sp/Drop Farm Bot ( beta)

Post by TeamRetox »

AutoIt = BLAAAAARGH!

How big is this game? does it have any anticheats? if its not too big ill have a try at making a bot for it
User avatar
Sethioz
Admin
Admin
Posts: 4762
Joined: Fri Jul 27, 2007 5:11 pm
Custom: Gaming YT > https://youtube.com/SethiozEntertainment
Game Hacking YT > https://youtube.com/sethioz
Game Hacks Store > https://sethioz.com/shopz
Location: unknown
Contact:

Re: Last Chaos Sp/Drop Farm Bot ( beta)

Post by Sethioz »

http://www8.onrpg.com/last_chaos/LcInst ... 090313.exe < about 670mb or so.
i played it about 19 months ago and back then it had no protection at all, don't know how it's now.
Memnoch
Special
Special
Posts: 10
Joined: Thu Aug 02, 2007 1:28 am

Re: Last Chaos Sp/Drop Farm Bot ( beta)

Post by Memnoch »

The games still rather popular.
And yea there is no noticable protection in place for this game
They do use some type of log files to help detect hackers
but i think thats mostly used to confirm someone has hacked. after being reported


a true multi client bot or soemthing would be sweet.
I have figured out a lot of tricks for this game, But even with everything i have in my arsenal, they still really kill this game with its insianly high grind rate, only way around it is useing cash shop items to buff xp , dmg, so on and so on

I played with a bunch once, and yea if you have full access to everything in the "Item Mall" useing all the right buffs, this game is actually pretty sweet. and you can really enjoy your charector.

With out them, Its a hell of a grind and you will get sick of it befor a week or two .


Sadly the only way i can think to get around that type of system is one of two ways
1 hack there item mall or in game gold
2 make a damn private server, which i would and am still willing to pay someone to figure that out for me .
Post Reply