[S] King Customize - Printable Version +- The Bytecode Club - Reverse Engineering Forum (https://the.bytecode.club) +-- Forum: Lobby (https://the.bytecode.club/forumdisplay.php?fid=1) +--- Forum: Game Cheating, Botting & Reverse Engineering (https://the.bytecode.club/forumdisplay.php?fid=97) +--- Thread: [S] King Customize (/showthread.php?tid=827) |
[S] King Customize - Just09 - 02-15-2015 I want to edit king skill activation. Like; • if King hp =< X then activate skill. • after X sec then activate skill. • if == X barb with King then activate skill. etc.. If you can add these options its will be awesome. RE: [S] King Customize - M Khalid - 02-16-2015 ''if king hp =<X then activate skill'' good idea.... RE: [S] King Customize - Maglin - 02-16-2015 This bot is using timers and pixel searching. The current use of a timer is resource friendly. I don't think HP would be an easy solution until the bot is using memory hooks. Plus it's working pretty good now. Could just be better. RE: [S] King Customize - reztars - 02-16-2015 hard to detect BK/AQ hp. i think pixel search just detecting a stop picture, not a moving pic (like when draining HP bar). but u can still change the timer of BK skill activation on "COCbot", Global Variables.au3. Global $checkKPower = False ; Check for King activate power Global $checkQPower = False ; Check for Queen activate power Global $delayActivateKQ = 6000 ;Delay before activating KQ change 6000 to your timer, 6000 means 6 second RE: [S] King Customize - huunguyen - 03-10-2015 (02-16-2015, 12:05 AM)M Khalid Wrote: ''if king hp =<X then activate skill'' good idea.... Bad idea. Because they capture screen and find something it in the capture screen. you need a strong computer to run this bot with this feature ^.^. we should happiness at the current bot. cheers! |