Pages (55):    139 40 41 42 4355   
catbert   02-03-2015, 07:25 AM
is it still working with the error or should i not update yet? cheers
load66   02-03-2015, 07:29 AM
TREV71   02-03-2015, 08:01 AM
(02-03-2015, 06:15 AM)DrImmo Wrote:
(02-03-2015, 05:53 AM)Coldpaw Wrote:
(02-03-2015, 05:46 AM)bushido-21 Wrote: @safar46 report:dude for the latest build v5.4.2.4.4 there are error line 3386 func _colorcheck( $ncolor, $ncolor2, $sVan =5 func _ColorCheck($nColor1, $nColor2, $sVan error parsing function call...thanks Smile
Was just about to post this to and it happens everytime it finds a base that meets my thing
A little bit more detailed:
Screenshot:
[Image: z3rcu8gz.jpg]

That happens allways, when the Bot hits an opponent applying to my conditions/settings

As allways, running your precompiled version 5.4.2.4.4 on a win 7 64 bit OS.
But now with Aero turned on (and BTW backgroundmode works like a charm... Moneyeyes )

having the same issue..I'm running the bot at window 7 X32..aero turn on. Any solution to this?
swoopster   02-03-2015, 08:41 AM
(02-03-2015, 05:46 AM)bushido-21 Wrote: @safar46 report:dude for the latest build v5.4.2.4.4 there are error line 3386 func _colorcheck( $ncolor, $ncolor2, $sVan =5 func _ColorCheck($nColor1, $nColor2, $sVan error parsing function call...thanks Smile

This is just a typo, edit the script,

find:
Code:
If _ColorCheck($OtherPixel, Hex(0x7031F0, 6), ) Then Return $eQueen ;Check if slot is Queen

change it to
Code:
If _ColorCheck($OtherPixel, Hex(0x7031F0, 6), 5) Then Return $eQueen ;Check if slot is Queen

If you want the compiled version, you'll have to wait.
-AC!D-   02-03-2015, 09:45 AM
[Image: dDemWc1.jpg]

Two Errors.

It always says TH outside when not and says attacking, and says cannot locate dead base ..


then chose a not even dead base...
James   02-03-2015, 10:04 AM
hi there

just a question

why CC drop suddenly not working

it was working on previous version then i changed clan then suddenly it doesnt drop anymore

ive tried this version and same result

is it because of clan logo?
hiimwalker   02-03-2015, 10:50 AM
ennzorz   02-03-2015, 11:27 AM
Been running for 3 hours. I used the 5.2.4.3 . thaaaaanks! Best free bot ever:D
load66   02-03-2015, 11:32 AM
farmosa   02-03-2015, 11:35 AM
Bot work great after edit script
from..... If _ColorCheck($OtherPixel, Hex(0x7031F0, 6), ) Then Return $eQueen ;Check if slot is Queen
to........ If _ColorCheck($OtherPixel, Hex(0x7031F0, 6), 5) Then Return $eQueen ;Check if slot is Queen
as mentioned by swoopster

What is perfect setting for Trophies? Any suggestion? because I drop my trophies about 200.
Pages (55):    139 40 41 42 4355   
  
Users browsing this thread: 1 Guest(s)
Konloch Software - Bytecode Viewer - Reverse Engineering Forum
Copyright © 2014-2025 The Bytecode Club. Powered By MyBB.
CC0 Unless Specified Otherwise.