taultunleashed logoKO bot...need one? : KO Discussion
newtopic  postreply
 [ 15 posts ] 
blue large dot

KO bot...need one? : KO Discussion

Posted: October 10th, 2006, 6:31 pm
 
reijekt

Total Posts: 282
Joined: September 2nd, 2006, 9:57 pm
reijekt's Reps: 5
User avatar
Active User > 50 Posts
ok so its a simple bot. it attacks, uses pots, and uses skills. best used with archers Right now it uses only one skill in slot 2 and slot 1 is used for pots. BUT before I release it, I need to know if anyone wants me to add more skill slots or an mp pot slot. Also I don't know how long all skills/spells take to cast but if you do thats awsome. so yeah some feedback before i release it would be awsome. like i said its simple. so yeah also if I release it will people vote so it will get confirmed. if not then I'll just simply not release it. Writen in AutoIt btw.


Reply with quote
Posted: October 12th, 2006, 3:44 am
 
reijekt

Total Posts: 282
Joined: September 2nd, 2006, 9:57 pm
reijekt's Reps: 5
User avatar
Active User > 50 Posts
lol guess not nevermind then.


Reply with quote
Posted: October 12th, 2006, 2:11 pm
 
loppol

Total Posts: 82
Joined: January 20th, 2006, 6:59 pm
loppol's Reps: 0
User avatar
Active User > 50 Posts
you use actool i could make a custom one.


Reply with quote
Posted: October 12th, 2006, 2:42 pm
 
loppol

Total Posts: 82
Joined: January 20th, 2006, 6:59 pm
loppol's Reps: 0
User avatar
Active User > 50 Posts
here is a script for actool basic archers macro but works well with most

(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))):
SetActiveWindow Knight OnLine Client
CommandDelay 100
KeyRate 90

Constants
//========== your skill slots =================//
//Key 1 through shot
//Key 2 through shot (or other archery skills)
//Key 3 minor heal
//Key 4 archery (when you run out of mana pots)
//Key 5 safety
//Key 6 mana pot
//Key 7 hp pot
//Key 8 wolf
//=============== Arrange your skillbar =======//
WolfKey = 8
BackupHpPot = 7
//=============== 1 = yes , 0 = no ============//
wolff = 1
repairr = 0
safetyy = 1
//======== 1 = Right slot, 2 = Left slot ======//
bow = 2
//=============================================//
End

//======AC===========//
procedure safety Every 35 sec
if $safetyy = 1
delay 200
keydown 8 100 | 100
delay 200
end
end


//======Wolf===========//
procedure wolf Every 124 sec
if $wolff = 1
delay 1300
keydown 8 100 | 100
delay 50
end
end



//======Attack=========//
Procedure attack
Keys 1z2
Keys 12
Keys 21
Keydown 2 100 | 100
Keydown 1 100 | 100
Keydown 2 100 | 100
End


//======Heal===========//
Procedure heal
IsBlack 210, 10
keys 3333   
End
IsBlack 210,10
keys 3333
End
End

//======Mana===========//
Procedure mana
IsBlack 165, 27
Keys 6
End
End


//======Repair=========//
procedure RepairRightSide every 15 min
if $repairr = 1
if $bow = 1

delay 100
MousePos 993, 192
delay 100
leftclick
leftmousedown
delay 800
leftmouseup
delay 100
leftmousedown
delay 800
leftmouseup
end
end
end

procedure RepairLeftSide every 15 min
if $repairr = 1
if $bow = 2

delay 100
MousePos 880, 188
delay 100
leftclick   
leftmousedown
delay 800
leftmouseup
delay 100
leftmousedown
delay 800
leftmouseup
end
end
end


while 1 = 1
ProcessMessages
Call attack
call heal
call mana
Call attack
Call heal
call mana
End


Reply with quote
Posted: October 13th, 2006, 2:17 am
 
reijekt

Total Posts: 282
Joined: September 2nd, 2006, 9:57 pm
reijekt's Reps: 5
User avatar
Active User > 50 Posts
no...no I didn't if you read the first post it says written in AutoIt. Its a lot less complicated than actools and very beginner friendly. so its very easy to customize.


Reply with quote
Posted: October 13th, 2006, 5:31 am
 
loppol

Total Posts: 82
Joined: January 20th, 2006, 6:59 pm
loppol's Reps: 0
User avatar
Active User > 50 Posts
iposted a archer script in marcro programs ect use the search and you would have fpound it


Reply with quote
Posted: October 13th, 2006, 1:59 pm
 
reijekt

Total Posts: 282
Joined: September 2nd, 2006, 9:57 pm
reijekt's Reps: 5
User avatar
Active User > 50 Posts
You must have not read my entire post. hate it when people do that. it says I was going to post one but I need input as to WHAT PEOPLE WANT. and it wouldn't just be an archer script. I can make one for any character and one for multiple characters. I see this part of the comunity is dying and not that great. my last post in this section.


Last edited by reijekt on October 15th, 2006, 7:20 am, edited 1 time in total.

Reply with quote
Posted: October 14th, 2006, 12:44 am
 
greendayyy
greendayyy's Reps:
User avatar
what the bot _? koxp ??


Reply with quote
Posted: October 17th, 2006, 3:03 am
 
pinlico
pinlico's Reps:
User avatar
how do i make a bot for KO


Reply with quote
Posted: October 19th, 2006, 5:18 am
 
reijekt

Total Posts: 282
Joined: September 2nd, 2006, 9:57 pm
reijekt's Reps: 5
User avatar
Active User > 50 Posts
I can teach anyone how to make a simple bot after they have been a premium member for longer than 7 days. contact me then and I'll teach you how.


Reply with quote
Posted: October 28th, 2006, 2:14 am
 
swish411
swish411's Reps:
User avatar
reijekt (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))):
I can teach anyone how to make a simple bot after they have been a premium member for longer than 7 days. contact me then and I'll teach you how.


I'll contact you, I would like to learn.


Reply with quote
Posted: October 31st, 2006, 11:46 pm
 
pidjit
pidjit's Reps:
User avatar
can you give me l2 bot hack plz


Reply with quote
Posted: November 5th, 2006, 6:14 pm
 
kantar
kantar's Reps:
User avatar
As was previously mentioned, you need to be a premium user.


Reply with quote
Posted: May 28th, 2007, 8:11 am
 
kashie360
kashie360's Reps:
User avatar
how do i input the bot to ko ? lol :D


Reply with quote
Posted: June 1st, 2007, 6:41 pm
 
zhinx
zhinx's Reps:
User avatar
is this working with actool?


Reply with quote
Want Advertisements After The Last Post Removed? Create A Free Account!

blue large dot Who is online
Users browsing this forum: No registered users and 23 guests

Popular Sections
SWTOR Cheats
Guild Wars 2 Cheats
Guild Wars 2 Hacks
Guild Wars 2 Bots
Diablo 3 Cheats
Guild Wars 2 Mods

Popular Sections
WoW Cataclysm Cheats & Exploits
WoW Cataclysm Hacks & Bots
Star Wars The Old Republic Cheats
SWTOR Mods
Torchlight 2 Cheats
SWTOR Space Mission Bots
Site Nav and RSS
RSS Feed of KO Discussion RSS Feed 
Sitemap of KO Discussion Sitemap 
SitemapIndex SitemapIndex
RSS Feed RSS Feed
Channel list Channel list
left bottom corner Site and Contents Copyright 2001-2012 All Rights Reserved TaultUnleashed.com bottom corner
top left
top right
createaccount
Username:   Password:   Remember Me?