taultunleashed logoLOTRO Bots: LotRO GetTO Bot (Champion) v1.0 : LOTRO - Bots and Hacks
newtopic  postreply
 [ 31 posts ]  1, 2, 3  Next
blue large dot

LOTRO Bots: LotRO GetTO Bot (Champion) v1.0 : LOTRO - Bots and Hacks

Posted: October 20th, 2006, 7:50 am
 
tault_jake_craner

Total Posts: 40
Joined: June 5th, 2005, 7:36 am
tault_jake_craner's Reps: 0
User avatar
premium
Okay, so I thought I had premium, but for some reason I couldn't post in confirmed. Anyways, this is my first bot, so yes it sucks. However, it did fight for 5 hours last night (but it wandered into grays so I only got a level and a half). I just put in a very simple loot code, but it should work 50% of the time. This bot could be modded for just about any game. I made this bot for myself personally, so no I won't change it for you. For all those who say WTF tault.com, I payed 25 bucks and bots no work, get off your !@#$%^&* and write your own. It only took me about 6 hours, and this is my first attempt EVER! I have botted on other games with the help of tault.com, so I figured I would give something back. Also, for those of you who take my advice and write your own, before you spend 4 hours coding and timing and auto facing mobs for pulls on a melee bot, ask your roommate if the game has an auto travel to mob option :) Speaking of which, you need to turn that on. Don't expect my variables to work for you, get your own using GetPixelColor. Save this info as a .vbs, put it in the xunleashed scripts folder and run it. A little info on bots, they like big open spaces with spread out mobs. Not too spread out, just no elites or big camps to aggro. Also, this bot does not check mob level, so put it where mobs are blue (ie 2-3 levels below you) and let it work there. Well, all that being said, here we go!

(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))):
'-------------------------------------------------------------
'-------------------------------------------------------------
'-------------------------------------------------------------
'LotRO GetTO Bot v1.0
'Champion
'Jake Craner
'Lord of the Rings Online Bot
'Configured for his Campion
'Started 10/18/06
'1440x900 (Windowed Mode)
'Turn automove to target ON!
'Please share only with Tault.com members
'If you steal it, atleast put my name in it
'This is my first bot, so yes, it sucks
'ZOMG j00 spelled Ghetto wrong!
'I know, STFU noob I mean WTFBBQ!?
'-------------------------------------------------------------
'None of the following is required:
'It just helped me for copy/paste
'Only change these vars with the code
'Use GetPixelColor to find this information
'(x,y) = colorcode
'mob = xuscripthost.getpixelcolor(476,122) = 15131614
'75%health = xuscripthost.getpixelcolor(218,82) = 631584
'fevour3 = xuscripthost.getpixelcolor(489,810) = 131730
'fevour35 = xuscripthost.getpixelcolor(489,810) = 197509
'fevour4 = xuscripthost.getpixelcolor(508,814) = 65994
'fevour45 = xuscripthost.getpixelcolor(508,814) = 65982
'error = xuscripthost.getpixelcolor(376,185) = 15790320
'lootclick1 = 715,539
'lootclick2 = 715,600
'VK Key Valuces:
'(Used for movement)
's = 83
'd = 68
'w = 87
'a = 65
'-------------------------------------------------------------
'Delay for Window Change
xuscripthost.sleep 5000

i = 1

'Number of times bot will run
Do until i = 500

'Rests till 75% health and if attacked
Do until xuscripthost.getpixelcolor(218,82) = 631584

'If attacked while resting
If xuscripthost.getpixelcolor(476,122) = 15131614 then

Attack

Else

xuscripthost.sleep 100

End If

loop

'Finds Target, see Sub Findtarget
Findtarget

'Attacks Target, see Sub Attack
Attack

'Loots Target, see Sub Loot
Loot

i = i + 1

loop

'-------------------------------------------------------------
'Moves and Tabs for Target
Sub FindTarget

    Do Until xuscripthost.getpixelcolor(476,122) = 15131614
    Scan

'Kicks the bot out of FindTarget sooner   
    If xuscripthost.getpixelcolor(476,122) = 15131614 then

    Else

    xuscripthost.keydown 87
    xuscripthost.keydown 65
    xuscripthost.sleep 120
    xuscripthost.keyup 65
    xuscripthost.sleep 3500
    xuscripthost.keyup 87

    End If

    loop

End Sub

'-------------------------------------------------------------
'Spins and Tabs for Target
Sub Scan

i = 0

    Do until xuscripthost.getpixelcolor(476,122) = 15131614 or i = 14
   
    xuscripthost.keydown 68
    xuscripthost.sleep 120
    xuscripthost.keyup 68
    xuscripthost.sendkeys "{BACKSPACE}"
    xuscripthost.sleep 100

    i = i + 1

    loop

End Sub
'-------------------------------------------------------------
'Attacks the Target
Sub Attack

'Retargets and runs to mob
    xuscripthost.sendkeys "{ESC}"
    xuscripthost.sleep 1000
    xuscripthost.sendkeys "{BACKSPACE}"
    xuscripthost.sleep 1000
    xuscripthost.sendkeys "`"
    xuscripthost.sleep 8000     

    While xuscripthost.getpixelcolor(476,122) = 15131614
   
'If health is low and 4 Fevour
    If xuscripthost.getpixelcolor(508,814) = 65994 or xuscripthost.getpixelcolor(508,814) = 65982 then
       
        xuscripthost.sendkeys 5
        xuscripthost.sleep 100
        xuscripthost.sendkeys 1
        xuscripthost.sleep 2500

'If 3 Fevour   
    Else If xuscripthost.getpixelcolor(489,810) = 131730 or xuscripthost.getpixelcolor(489,810) = 197509 then
       
        xuscripthost.sendkeys 1
        xuscripthost.sleep 2500

'Normal Attack   
    Else
       
        xuscripthost.sendkeys 2
        xuscripthost.sleep 2500
   
    End If
   
    End If

'If the target is too far away/behind you
    If xuscripthost.getpixelcolor(376,185) = 15790320 and xuscripthost.getpixelcolor(476,122) = 15131614 then

    xuscripthost.keydown 83
    xuscripthost.sleep 1500
    xuscripthost.keyup 83
    xuscripthost.sleep 100
    xuscripthost.sendkeys "{ESC}"
    xuscripthost.sleep 2500

    End If

    Wend

 End Sub
'-------------------------------------------------------------
'Loots the Target
Sub Loot

    xuscripthost.sleep 1000
    xuscripthost.mousemove 715,530
    xuscripthost.sleep 1000
    xuscripthost.rmousedown 715,530
    xuscripthost.sleep 100
    xuscripthost.rmouseup 715,530
    xuscripthost.sleep 1000
    xuscripthost.mousemove 715,600
    xuscripthost.sleep 1000
    xuscripthost.lmousedown 715,600
    xuscripthost.sleep 100
    xuscripthost.lmouseup 715,600

End Sub
'-------------------------------------------------------------
'-------------------------------------------------------------
'-------------------------------------------------------------


Last edited by tault_jake_craner on October 20th, 2006, 9:51 am, edited 2 times in total.

Reply with quote
Posted: October 20th, 2006, 9:12 am
 
tault_jake_craner

Total Posts: 40
Joined: June 5th, 2005, 7:36 am
tault_jake_craner's Reps: 0
User avatar
premium
So after searching the forums, currently there is no in game way to loot all like WoW's shift+rclick. So, the loot code i have in place opens the loot window 90% of the time, and hits the loot all button 50% of the time. Hopefully I can change this soon.


Reply with quote
Posted: November 7th, 2006, 2:27 pm
 
ryansilva420

Total Posts: 54
Joined: September 24th, 2006, 7:42 am
ryansilva420's Reps: 1
User avatar
Active User > 50 Posts
Very interested in this.

Let me know if you can make me a hunter bot =)


Reply with quote
Posted: January 15th, 2007, 12:56 am
 
rhodan007

Total Posts: 63
Joined: March 20th, 2006, 8:52 am
rhodan007's Reps: 0
User avatar
premium
Noob question...

It's for XUnleashed? How to use it?
(just started LOTRO this WE, so doesn't know exactly how work macros)


Reply with quote
Posted: January 16th, 2007, 2:16 pm
 
Tault_admin

Total Posts: 29974
Joined: November 9th, 2002, 9:57 am
Tault_admin's Reps: 1444
User avatar
administrator
Mod in Training
a link is on the left

http://www.taultunleashed.com/phpbb2/forum-567.html


Reply with quote
Posted: February 13th, 2007, 3:59 am
 
blackmoon

Total Posts: 695
Joined: July 18th, 2005, 8:37 pm
blackmoon's Reps: 9
User avatar
Lifetime Member (Scripting)
anyone try this in the LOTRO2 closed beta?? I got into it but havent actually logged into try it out, been busy with some other projects. This looks like a good attempt for a 1st try, so eveyone give him kudos!

I'll try to hop online and see what it does, it could be a completely different game since I've never tried it the first time around. Cheers!


Reply with quote
Posted: February 13th, 2007, 6:20 pm
 
spike18077
spike18077's Reps:
User avatar
I am really interested in trying this too! I was able to snag a chance into the LOTRO beta. It really is a beautiful game. :/ I'm patching right now.. :cry:


Reply with quote
Posted: February 14th, 2007, 2:15 pm
 
tault_jake_craner

Total Posts: 40
Joined: June 5th, 2005, 7:36 am
tault_jake_craner's Reps: 0
User avatar
premium
okay, well i wont be playing lotro anymore, ive moved to vanguard. But anyways, feel free to steal whatever you want from it. Hopefully the work i did will help someone make a better bot that more people can use!


Reply with quote
Posted: February 14th, 2007, 2:38 pm
 
lilfisher

Total Posts: 6810
Location: Corona, California
Joined: March 1st, 2005, 12:13 pm
lilfisher's Reps: 63
User avatar
Moderator
woo! vanguard

_________________
Click to buy a premium account


Reply with quote
Posted: April 23rd, 2007, 7:18 am
 
antareus

Total Posts: 297
Joined: March 29th, 2006, 8:59 am
antareus's Reps: 11
User avatar
Active User > 50 Posts
premium
Now we just need a working bot. Could not get this one to work at all. When does the lotro exhume come out?


Reply with quote
Posted: April 23rd, 2007, 1:41 pm
 
wyvernx

Total Posts: 6718
Joined: May 1st, 2004, 4:00 am
wyvernx's Reps: 21
User avatar
administrator
premium
My LotrExtreme is almost ready for a first release. I just need player health to release. Should have it hopefully before launch of the live game.

_________________
Use Search first, ask questions later!


Reply with quote
Posted: April 24th, 2007, 12:08 pm
 
antareus

Total Posts: 297
Joined: March 29th, 2006, 8:59 am
antareus's Reps: 11
User avatar
Active User > 50 Posts
premium
wyvernx (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))):
My LotrExtreme is almost ready for a first release. I just need player health to release. Should have it hopefully before launch of the live game.


Well I tried making a bot that uses some of the same aspects as the VSOH bot, yet I couldn't find the player health variable lol, I dont know how you do it.


Reply with quote
Posted: April 25th, 2007, 12:19 pm
 
antareus

Total Posts: 297
Joined: March 29th, 2006, 8:59 am
antareus's Reps: 11
User avatar
Active User > 50 Posts
premium
Also as a side note, this script is out of date and was written to run on the old Exhume client, therefore you have to convert all the exhume commands into the new exhumes commands, in order for it to run. I tried this and edited the getpixel variables for my bot, yet still couldnt get it to work.


Reply with quote
Posted: April 25th, 2007, 6:34 pm
 
wyvernx

Total Posts: 6718
Joined: May 1st, 2004, 4:00 am
wyvernx's Reps: 21
User avatar
administrator
premium
Lotroextreme is on the verge of release. see my other thread for the exact eta. But 2-3 days tops. Maybe sooner.

_________________
Use Search first, ask questions later!


Reply with quote
Posted: April 26th, 2007, 10:04 am
 
knightlune

Total Posts: 65
Location: Hell
Joined: May 1st, 2004, 4:00 am
knightlune's Reps: 0
User avatar
Active User > 50 Posts
Dude, stop talking about it and work on it! More talking = less time to work on it. That means longer before it's released!

*clears his throat*

Sorry, I'm just a little too excited for my own good. >_>;


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 3 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 LOTRO - Bots and Hacks RSS Feed 
Sitemap of LOTRO - Bots and Hacks 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?