16:58: Quick check of profile complete, syntax ok
16:58: Starting the bot
16:58: Move 9396931,28yards in current direction
loaded an profile where is standing on , get this above
18:34: ---- Running WoW as Gebruiker ----
18:34: ---- Wow started ----
18:34: ---- Found process but could not attach, please login ----
im totallty clueless now :x
Last edited by HellDoG; 05-08-2009 at 11:35 AM.
If you can't figure out copypasta, don't even bother messing with the bot.
MAD TRUF!
if you're having trouble updating the offsets just wait til you run into some of the bugs
Omaster listed a few of the most annoying ones.
the bot also doesn't alert you when you've been whispered or when players are nearby..
if your just copy/pasting, this bot will probably do more harm than good for you
but Azzie, if you want to run it in VMWare just make sure you copy the contents of the bin/debug folder to the bin/Release folder then rebuild
Also make sure you reload your profile after you've transferred over to the VM, if the profile isnt valid and you hit start botting it crashes
If anyone was having trouble detecting buffs on mobs, try this:
Add this code to GUnit.cs:
Then, to actually detect the buff you do something like this in your combat routine or w/e you need it:Code:public Boolean HasAura(UInt32 TargetToCheck, int BuffToCheck) { UInt32 Buff = 1; UInt32 Address = TargetToCheck + 0xEBC; while (Buff != 0) { Buff = Memory.ReadUInt(Address); if (Buff == BuffToCheck) return true; Address += 0x4; } return false; }
the second paramater you pass(BuffToCheck) is the spellid, you can get it from thottbotCode:if(!Target.HasAura(Target.ObjectPointer, 11699)) // if target doesn't have buff { do this }
Credit goes to Thermm for the find buff code, I just wanted to explain how to implement it in this bot
Last edited by inthisriver; 05-08-2009 at 01:29 PM.
BTW River, I couldnt catch you on AIM to tell you yet, but it also works for *some* player buffs. I only tested a few, but so far Thorns and MotW works, but Cat Form for example doesnt.
Okay. We (Haxlol & me) opened up forums for maintaining and developing LBot.
We have the permission from Naa to do so.
Anyone that is interested is welcome.
www.kjapt.net -- The LBot Community Forums
Azzie2k8
Last edited by inthisriver; 05-08-2009 at 10:15 PM.
Now i do not pretend to know anything about warden but as i see it, it really does not matter if they got the source code or not.
The bot uses guest account - like zolo, pirox etc and this would be easy to figure out without the source code to, so i don't think having the source code makes it easier to detect this bot, the only thing they will see is random window naming and user account mode as anti detection.
So unless you develop some kind of secret anti warden shield i do not think i matters if they got the source for the bot.
Azzie2k8 good luck with the community![]()
Last edited by naa; 05-09-2009 at 02:17 AM.
Yes you maybe right but as Hamut (I think it was him) stated on the glider forums it really is not the best protection.
Blizzard is big enough to figure out how detect this bot. Of that I am sure but atm I doubt they would spend resources on this exact bot.
Thanks for the good words
Azzie2k8
Last edited by Azzie2k8; 05-09-2009 at 02:20 AM.
As Cypher said the other day:
LBot has virtually no protection from warden, but seeing as it doesnt inject and has a tiny userbase atm, I doubt Blizzard would do much about it.[16:14] <Cypherjb> guest mode is not warden proteection. glider got detected simply becaue it ran WoW with restricted privileges. thats effectively what runas-guest does
If it turns into a free respectable bot however, be sure every person and his dog would be using it.
I'm still on the fence about offering a free, updated version of the bot to people who can contribute nothing. Especially as once Blizzard does decide they want to shut it down via warden, theres not much we can do about it.
how work the pvp mode ?
EDIT: the addon is only for pvp so I was wrong about this.
Warden won't detect this. Before Warden starts, a list of addons is sent to the Blizzard servers. This bot depends on "my_addon" - if Blizzard decide to go after it, all users of "my_addon" will be banned.
Same thing happened to PVPBot users when they depended on ahelper.
In short, if it works for you and you like it, don't release a working version. Any bot that depends on addons is very easily detected.
Last edited by Hawker; 05-09-2009 at 09:28 AM.