Quote:
Originally Posted by cryoes
Local $i = 1
Local $ColorHB
Local $ColorHB2
Local $ColorLuma
Local $ColorLuma2
Local $ColorLuma3
Local $ColorLuma4
Local $CheckHB = 0x86C249
Local $CheckGen1 = 0xFFB75A
Local $CheckGen2 = 0xF7B25A
Local $CheckGen3 = 0xFFB65A
Local $CheckGen4 = 0xC78C4B
Local $M1
Local $F1
Local $M2
Local $F2
Local $Luma1
Local $Luma2
While $i = 1
$M1 = 0
$F1 = 0
$M2 = 0
$F2 = 0
$Luma1 = 0
$Luma2 = 0
$ColorHB = 1
$ColorHB2 = 1
sleep(3000)
$ColorHB = PixelGetColor (1169,118)
$ColorHB2 = PixelGetColor (913,82)
;Slot 1 Check
if $ColorHB = $CheckHB then
sleep(3000)
$ColorLuma = PixelGetColor (1151, 99)
$ColorLuma2 = PixelGetColor (1153,97)
; Checks For Male in Slot 1
if $ColorLuma = $CheckGen1 then
$M1 = 1
; Checks for Female in Slot 1
elseif $ColorLuma2 = $CheckGen2 then
$F1 = 1
Else
$Luma1 = 2
Endif
Endif
;Slot 2 check
if $ColorHB2 = $CheckHB then
sleep(2000)
$ColorLuma3 = PixelGetColor (886, 64)
$ColorLuma4 = PixelGetColor (886,58)
; Checks For Male in Slot 2
if $ColorLuma3 = $CheckGen3 then
$M2 = 1
; Checks for Female in Slot 2
elseif $ColorLuma4 = $CheckGen4 then
$F2 = 1
Else
$Luma2 = 2
EndIf
EndIf
If $Luma1 = 2 then
ExitLoop
Elseif $Luma2 = 2 then
ExitLoop
EndIf
if $ColorHB = $CheckHB then
if $m1 = 1 then
Send("8")
Sleep(Random(500,750,1))
Send("8")
Sleep(6000)
elseif $m2 = 1 then
Send("8")
Sleep(Random(500,750,1))
Send("8")
Sleep(6000)
elseif $f1 = 1 then
Send("8")
Sleep(Random(500,750,1))
Send("8")
Sleep(6000)
elseif $f2 = 1 then
Send("8")
Sleep(Random(500,750,1))
Send("8")
Sleep(6000)
endif
endif
WEnd
Legit that easy to make a simple bot to look for the gender icons near the health bars and stop if they arent present works for any 100% spawn rate temtem location.
You can easily take a slice of the Luma image and make this work anywhere
Absolutely noooooooooooo need to be paying for a simple pixel bot guys...
EDIT : Took like 10 minutes to write that simple script. AutoIt is pretty awesome just sayin.
|
That's the easy part, the hard part is to prevent detection - if you're gonna write a script that finds a range of pixel with the same key presses and sleep cycle without randomization or even logging out and in every now and then, it's just gonna get detected pretty easily.
I know how AutoIt or AHK works too (I'm a full stack dev) and still bought one of these. I just don't have the time to write a script over my daily amount of work so why not just support these scripts/bots that exists in the community?
If it's easy enough for you or anyone that knows how, they are definitely better off or would be working on more important things and can easily afford the cost of these software available, and that's how people can improve and work on anti-detection if there are incentives to do so.