eine frage alex hast du ein bot wo man npc schießt der nicht in die zone fliegt da bin ich schon 2-5 plöpp gegangen xDD
sleep 4000
;
random Px, 200, 660
random Py, 140, 220
sleep 100
Mouseclick, left, Px, Py, , , D
sleep 500
contz=0
; conts=0
; contm=0
; contf=0
; ausladen=0
verti=1
hori=0
;
Neustart:
GetKeyState, state, alt ;
if state = D
exit
;
;
PixelSearch, Bx, By, 660, 660, 670, 670, 0x666666, 1, Fast
If Not ErrorLevel
{
random Px, 200, 660
random Py, 140, 200
Mouseclick, left, Px, Py, , , D
sleep 1000
verti=1
hori=0
}
;
;
PixelSearch, Bx, By, 660, 570, 670, 580, 0x666666, 1, Fast
If Not ErrorLevel
{
random Px, 200, 660
random Py, 480, 540
Mouseclick, left, Px, Py, , , D
sleep 1000
verti=1
hori=0
}
;
;
PixelSearch, Bx, By, 660, 660, 675, 665, 0x666666, 1, Fast
If Not ErrorLevel
{
random Px, 590, 660
random Py, 140, 540
Mouseclick, left, Px, Py, , , D
sleep 1000
hori=1
verti=0
}
;
;
PixelSearch, Bx, By, 790, 660, 810, 670, 0x666666, 1, Fast
If Not ErrorLevel
{
random Px, 200, 260
random Py, 140, 540
Mouseclick, left, Px, Py, , , D
sleep 1000
hori=1
verti=0
}
;
GetKeyState, state, alt ;
if state = D
exit
;
;
;
random z, 1, 20
contz+=z
IfGreater, contz, 200
{
if verti=1
{
random Px, 200, 560
random y1, 1, 5
sleep 1
Mousemove, Px, (Py+y1)
}
if hori=1
{
random x1, 1, 5
random Py, 240, 540
sleep 1
Mousemove, (Px+x1), Py
}
contz=0
}
;
;
;
;
;Boxen suchen
PixelSearch, Bx, By, 10, 90, 820, 550, 0xD54940, 2, Fast ;
If Not ErrorLevel ;
{
Mouseclick, left, Bx, By, 1
sleep 1000
gehtnicht=0
loop 12
{ ;default 0xD54940
PixelSearch, Bx, By, 10, 90, 820, 550, 0xD54940, 10, Fast ;
If Not ErrorLevel ;
{
Mouseclick, left, Bx, By, 1
sleep 1000
gehtnicht+=1
}
sleep 200
GetKeyState, state, alt ;
if state = D
exit
IfGreater, gehtnicht, 3
{
random x3, 430, 480
random y3, 180, 230
Mouseclick, left, x3, y3, 1 ;
gehtnicht = 0
}
}
Mouseclick, left, Px, Py, , , D ;
}
GetKeyState, state, alt ;
if state = D
exit
;
;
;
;
;
;
;
;
;
PixelSearch, Bx, By, 300, 100, 540, 280, 0x837FFF, 6, Fast
If Not ErrorLevel
{
random Sx, 700, 750
random Sy, 640, 650
sleep 5
Mouseclick, left, Sx, Sy, 1, 2 ;
sleep 100
click
sleep 15000
random Px, 200, 660
random Py, 140, 220
sleep 100
Mouseclick, left, Px, Py, , , D
sleep 500
Mouseclick, left, Px, Py, , , D ;
}
;
Goto, Neustart