Page 1 of 2
LOTRO Bots - AFK Bot
Posted: March 17th, 2007, 9:12 pm
by cori_tim
Here is an AFK Bot for LOTRO that I threw together for the Exhume client.
There are two files:
The first is the Bot itself (LOTRObot_WakeUp.vbs) and the second (VK_Commands.vbs) is a script with all of the relevant VK_Commands.
Make sure to put the VK_Commands.vbs in the exhume\includes folder.
I'm new to the coding aspect so any suggestions would be greatly appreciated.
Hope you like it!
cori_tim
Posted: March 19th, 2007, 12:13 am
by Tault_admin
awesome

Posted: March 19th, 2007, 5:16 am
by spamthis78
Sweet!
What character class is this deign for? And can not wait to try it out.
Posted: March 19th, 2007, 7:49 am
by cori_tim
It is just for when you are AFK.
This will prevent you from being logged out by turning left and right real fast every so many seconds.
You can increase the time between Wake Ups by increasing the SleepCount value in the ResetSleepCount sub-routine.
I will be basing a few more scripts, one of them being an attack bot, off this until we get a script engine like VGExtreme.
Posted: March 20th, 2007, 3:53 pm
by Tault_admin
Sounds good cori time LOTRO is our next service to come out to. We are working very quickly to get it out.
Posted: April 8th, 2007, 8:30 am
by dragonofmoon
were can i find the Exhume client
Posted: April 13th, 2007, 7:12 pm
by cori_tim
Here is the link to the exhume client.
http://www.taultunleashed.com/phpbb2/about40939_Exhume_Installation_Guide.html
Hey Tault_admin any idea when an lotro client will be made?
Posted: May 8th, 2007, 1:40 pm
by coreyk67
so this just makes it so that i wont get logged off if im afk for a long time?
Posted: May 8th, 2007, 8:36 pm
by cori_tim
You are CORRECT!
Not much use except for keeping you from being AFK. I was going to base some more bots off this but I don't think I will be playing games much anymore.
Plus LOTROExtreme is finally out and some bots from the VG forums will probably be ported over very soon.
Posted: May 9th, 2007, 8:01 am
by coreyk67
so you dont like the game?
Posted: May 9th, 2007, 1:02 pm
by cori_tim
No, I like LOTRO but I was playing Vanguard and then I totally lost interest in VG so it spoiled my appetite.
I might start playing again but other things are more important right now anyway.
Posted: May 10th, 2007, 10:42 am
by wyvernx
Here is my LotroExtreme anti AFK script:
Code: Select all
do while true
lotr.input.sendtext "w"
sleep 60*1000*3
loop
Posted: May 15th, 2007, 6:22 pm
by cori_tim
SHOWOFF!

Posted: May 16th, 2007, 4:26 pm
by mikenashville
wyvernx wrote:Here is my LotroExtreme anti AFK script:
Code: Select all
do while true
lotr.input.sendtext "w"
sleep 60*1000*3
loop
Okay, so I'm totally new to your LOTROExtreme program still and I'd like to try this out. Do I just create a new .vbs file called something like afk.vbs with that code in it and save, then debug? I tried that but it just runs the radar. Maybe I'm not grasping things yet. lol
Re: LOTRO Bots - AFK Bot
Posted: July 24th, 2013, 5:48 am
by bosas99
what does this script?