Good luck krzy that would be a sweet addition. I will continue to work on Trin's bot and i'm thinking the solution is as simple as adding or subtracting an #include
I will let everyone know what happened on my other post.
ya ill get on it 2mmrow I got a headace from looking at so many numbers, am just testing stuff out now ingame, heh.
I ran into a problem with the auto buffer thou, cause it won't buff if your spamming your AoE skill. So I need to some how make it prioritize the buffing while AoEing than continue on its loop, but am not pro at coding, Am learning as I Go /heh
well since i gave you both the same awesome script (though krzy's doesn't have the spdhack built in cuz he probably uses CE) you guys better help me out. LOL. i'm trying to remedy the buffing problem right now. it probably has something to do with not being able to buff when the aoe animation is active. i'm reading on tutorials (off of google searches) of how to make pixel bots. i'm really ****** off that the colors of mobs and the background are too similar. hahah.
Ya strike is a major contributor to this so of course he is in, am also reading up on some coding at school, and trying to figure out the whole pixel search.
Ya strike is a major contributor to this so of course he is in, am also reading up on some coding at school, and trying to figure out the whole pixel search.
while 1
send("{q}")
sleep("2000")
send("{5}")
sleep("180000")
WEnd
Error: WARNING: $Buff: possibly used before declaration.
$Address = $Buff
Am trying to make the bot to auto buff even when it's spamming AoE, because currently I can't get him to buff unless my character is not AoEing, I guess the AoE key spams so much it won't let auto buff cast.
Am trying this code out but I get that **** error, and help please?
From the warning you did declare the buff as a variable. You have to go to the part of the scrip where you declare the buffs and type something similiar to this.
$buff = 0x(adress of the timer)
Then
If $Buff = 0 then
Send (5)
Else send (Aoe)
_MemoryClose($ID)
EndIf ;==>Buff
You have to put this if function be4 the aoe function. I think there is an easier way to put make this happened im just not sure how though and i could be wrong with the code.
oh did i mention that you can't open the memory and change the address because dunmgr.des hides the process? i've been searching for 12+hrs to find the PID without using "wingetprocess" since twelvesky2's process is hidden.
anyways. i got the autobuffer working to buff even when spamming aoe's i think. thats why you gotta check your PMs krzy. send me your email too so i can send you my test bot.
You never sent me the script and Ive been PMing you lol am waiting on you =P and no wonder I couldn't get it to work stupid dun file -.-, but you can still find the 12sky2.exe with window process list atleast for CE.
AutoIT V3 AutoBuff AOE & Loot Bot 06/24/2010 - 12Sky2 Hacks, Bots, Cheats & Exploits - 5 Replies AfterBurns AutoBuffAOELooter has been updated and fully working with AUto Terminate function now.
Forum has been moved here http://www.elitepvpers.com/forum/12sky2-hacks-bots- cheats-exploits/621939-afterburns-autobuffaoeloote r-v-1-updated-6-23-2010-a.html#post5736446
help with making a auto loot with autoit 06/19/2009 - Dekaron - 7 Replies well this is an easy thing to do but i am not used to autoit cause i havent used it in a while and havent had a clue on how to make it so that if you hold down spacebar.... it will keep tapping spacebar for you while you hold it down and when you let go of space bar... it will stop hitting space bar... this is for an auto loot kinda .....
so does any one know how to do this? if so can you post a script of this so that i can add it to the auto it editor? thanks alot
Best way to loot a mob with AutoIt? 05/12/2009 - AutoIt - 5 Replies Hey
I'm trying to make a bot for Talisman Online with AutoIt's PixelSearch function. I was wondering if anyone has any good ideas on how to loot mobs easily? If I use PixelSearch to search for the green circle underneath the mob, it will sometimes click a new mob that has spawned on top of it instantly (tends to do that a lot), so does anyone know a good way of looting mobs? Doesn't have to be PixelSearch, could be a completely new thing, all ideas are welcome.
Thanks :)