[Release] Pixelbot Palladium - Free source code!

04/09/2013 22:54 YatoDev#76
Quote:
Originally Posted by rothia View Post
my is not a offence :) but plz dont tell to italians that are similar to french some of them may offends ;)

Stop here this discussion. If requi can help us he is welcome :) any ideas for tag only npc and not enemy in 5.3?
Requi know it but let us see tomorrow then please its a secret ^^
04/10/2013 01:16 xdag1#77
I have to say you guys rothia and palavia your script is awasome you both are pretty advance it au3

I think this [Only registered and activated users can see links. Click Here To Register...] is what palavia is talked about:
Code:
$nlo = myImageSearch_Desktop($ImageSearch0, 100, 150, 1000, 730)
it work perfectly for me if you use
Code:
#include <myImageSearch.au3>
Global $ImageSearch0 = @ScriptDir & "\NPC.bmp
I still did not find what $fire1 is....maybe life bar check?
Code:
Func Fire()
While 1
$fire1 = PixelChecksum ( $xs+160, $ys+19, $xs+176, $ys+25 )
If $fire<>$fire1 Then
ExitLoop
EndIf
$nlo = myImageSearch_Desktop($ImageSearch0, 100, 150, 1000, 730)
If IsArray($nlo) and $fire=$fire1 Then
04/10/2013 09:54 rothia#78
Quote:
Originally Posted by xdag1 View Post
I have to say you guys rothia and palavia your script is awasome you both are pretty advance it au3

I think this [Only registered and activated users can see links. Click Here To Register...] is what palavia is talked about:
Code:
$nlo = myImageSearch_Desktop($ImageSearch0, 100, 150, 1000, 730)
it work perfectly for me if you use
Code:
#include <myImageSearch.au3>
Global $ImageSearch0 = @ScriptDir & "\NPC.bmp
I still did not find what $fire1 is....maybe life bar check?
Code:
Func Fire()
While 1
$fire1 = PixelChecksum ( $xs+160, $ys+19, $xs+176, $ys+25 )
If $fire<>$fire1 Then
ExitLoop
EndIf
$nlo = myImageSearch_Desktop($ImageSearch0, 100, 150, 1000, 730)
If IsArray($nlo) and $fire=$fire1 Then
For me dont work instead....
04/10/2013 10:42 Requi#79
Anyone should implant the code in VB, for MultiThreading.

Should be best bot, then
04/10/2013 10:42 palavia#80
Quote:
Originally Posted by xdag1 View Post
I think this [Only registered and activated users can see links. Click Here To Register...] is what palavia is talked about:
Code:
$nlo = myImageSearch_Desktop($ImageSearch0, 100, 150, 1000, 730)
it work perfectly for me if you use
Code:
#include <myImageSearch.au3>
Global $ImageSearch0 = @ScriptDir & "\NPC.bmp
I still did not find what $fire1 is....maybe life bar check?
Code:
Func Fire()
While 1
$fire1 = PixelChecksum ( $xs+160, $ys+19, $xs+176, $ys+25 )
If $fire<>$fire1 Then
ExitLoop
EndIf
$nlo = myImageSearch_Desktop($ImageSearch0, 100, 150, 1000, 730)
If IsArray($nlo) and $fire=$fire1 Then
for NPC picture : Yes, that`s right :)
for $fire1 : with it I check if I already shoot or not ( changing laser ammunitions ). I have $fire checked befor it! ;)

... and this one is for Life check ( colored bar in ship`s info window ):

Func Life()
While 1
If PixelGetColor ($xs+90, $ys) = 0x6A6D6C Then
$hit21 = 0
Else
$life=21
$xx=$xs+90
ExitLoop
EndIf

If PixelGetColor ($xs+87, $ys) = 0x6A6D6C Then
$hit20 = 0
Else
$life=20
$xx=$xs+87
ExitLoop
EndIf

If PixelGetColor ($xs+84, $ys) = 0x6A6D6C Then
$hit19 = 0
Else
$life=19
$xx=$xs+84
ExitLoop
EndIf

If PixelGetColor ($xs+81, $ys) = 0x6A6D6C Then
$hit18 = 0
Else
$life=18
$xx=$xs+81
ExitLoop
EndIf

If PixelGetColor ($xs+78, $ys) = 0x6A6D6C Then
$hit17 = 0
Else
$life=17
$xx=$xs+78
ExitLoop
EndIf

If PixelGetColor ($xs+75, $ys) = 0x6A6D6C Then
$hit16 = 0
Else
$life=16
$xx=$xs+75
ExitLoop
EndIf

If PixelGetColor ($xs+72, $ys) = 0x6A6D6C Then
$hit15 = 0
Else
$life=15
$xx=$xs+72
ExitLoop
EndIf

If PixelGetColor ($xs+69, $ys) = 0x6A6D6C Then
$hit14 = 0
Else
$life=14
$xx=$xs+69
ExitLoop
EndIf

If PixelGetColor ($xs+66, $ys) = 0x6A6D6C Then
$hit13 = 0
Else
$life=13
$xx=$xs+66
ExitLoop
EndIf

If PixelGetColor ($xs+63, $ys) = 0x6A6D6C Then
$hit12 = 0
Else
$life=12
$xx=$xs+63
ExitLoop
EndIf

If PixelGetColor ($xs+60, $ys) = 0x6A6D6C Then
$hit11 = 0
Else
$life=11
$xx=$xs+60
ExitLoop
EndIf

If PixelGetColor ($xs+57, $ys) = 0x6A6D6C Then
$hit10 = 0
Else
$life=10
$xx=$xs+57
ExitLoop
EndIf

If PixelGetColor ($xs+54, $ys) = 0x6A6D6C Then
$hit9 = 0
Else
$life=9
$xx=$xs+54
ExitLoop
EndIf

If PixelGetColor ($xs+51, $ys) = 0x6A6D6C Then
$hit8 = 0
Else
$life=8
$xx=$xs+51
ExitLoop
EndIf

If PixelGetColor ($xs+48, $ys) = 0x6A6D6C Then
$hit7 = 0
Else
$life=7
$xx=$xs+48
ExitLoop
EndIf

If PixelGetColor ($xs+45, $ys) = 0x6A6D6C Then
$hit6 = 0
Else
$life=6
$xx=$xs+45
ExitLoop
EndIf

If PixelGetColor ($xs+42, $ys) = 0x6A6D6C Then
$hit5 = 0
Else
$life=5
$xx=$xs+42
ExitLoop
EndIf

If PixelGetColor ($xs+39, $ys) = 0x6A6D6C Then
$hit4 = 0
Else
$life=4
$xx=$xs+39
ExitLoop
EndIf

If PixelGetColor ($xs+36, $ys) = 0x6A6D6C Then
$hit3 = 0
Else
$life=3
$xx=$xs+36
ExitLoop
EndIf

If PixelGetColor ($xs+31, $ys) = 0x6A6D6C Then
$hit2 = 0
Else
$life=2
$xx=$xs+31
ExitLoop
EndIf

If PixelGetColor ($xs+30, $ys) = 0x6A6D6C Then
$hit1 = 0
Else
$life=1
$xx=$xs+30
ExitLoop
EndIf
WEnd

EndFunc
04/10/2013 14:40 rothia#81
Npc kill added and worked, i'm testing it, as soon as possible i post it :)
04/10/2013 15:41 Requi#82
Please put the code in this tags:

[code][/code]
04/10/2013 23:03 palavia#83
Hi rothia,
.. a little mistake in your source with rectangles in this position:
Code:
;Rettangolo 12
  ; coord alto sin
$Rett12_x1=$Rett11_x1+$a/24   
$Rett12_y1=$Rett11_y1+$b/24  
   ;coord basso dex
$Rett12_x2=$Rett12_x1+$a/12  
$Rett12_y2=$Rett3_y1+$b/12
In this line "$Rett12_y2=$Rett3_y1+$b/12" you have to replace "$Rett3_y1" with "$Rett12_y1" !
04/10/2013 23:36 rothia#84
Quote:
Originally Posted by palavia View Post
Hi rothia,
.. a little mistake in your source with rectangles in this position:
Code:
;Rettangolo 12
  ; coord alto sin
$Rett12_x1=$Rett11_x1+$a/24   
$Rett12_y1=$Rett11_y1+$b/24  
   ;coord basso dex
$Rett12_x2=$Rett12_x1+$a/12  
$Rett12_y2=$Rett3_y1+$b/12
In this line "$Rett12_y2=$Rett3_y1+$b/12" you have to replace "$Rett3_y1" with "$Rett12_y1" !
thanks, i correct it and it will be fixed in the version that kill npc and check life ;)
04/11/2013 10:40 jatea#85
this bot does not need udate for client changed?...
04/11/2013 10:51 rothia#86
Quote:
Originally Posted by jatea View Post
this bot does not need udate for client changed?...
no only if they change palla color ;)
04/11/2013 11:41 jatea#87
Quote:
Originally Posted by rothia View Post
no only if they change palla color ;)
good job :handsdown:
04/11/2013 17:14 Miki3095#88
Hi,
Can someone update pixelbot .exe?
04/11/2013 17:45 sparky90ful#89
you have no ban risk with this?
04/11/2013 18:04 rothia#90
Quote:
Originally Posted by Miki3095 View Post
Hi,
Can someone update pixelbot .exe?
update with?

Quote:
Originally Posted by sparky90ful View Post
you have no ban risk with this?
it's pixel bot...u have the page open and is like u play..