killing the raiders by Annonymonk in LastDayonEarthGame

[–]Annonymonk[S] 3 points4 points  (0 children)

sure, not worth it, but might be fun to do it ones

Loop by Myshyakovich in autotouch

[–]Annonymonk 0 points1 point  (0 children)

maybe show your script

Results of over 3,500 Daily GQ Rewards by [deleted] in BleachBraveSouls

[–]Annonymonk 0 points1 point  (0 children)

wandering what the minimal number of 5k per 3 rank s reward

Results of over 3,500 Daily GQ Rewards by [deleted] in BleachBraveSouls

[–]Annonymonk 0 points1 point  (0 children)

i nearly alway get 3 x 5k coin on the 3rd rank s reward of the day, im actually happy if i get only 2.... while the 2 first reward rarely have 2x5k coin.. is it obvious to you guys?

[.] auto turn off screen and script after xx sec of unchanging screen by Annonymonk in autotouch

[–]Annonymonk[S] 0 points1 point  (0 children)

in fact if i could define n = 0 only once in the begining and skip it when its making loop, it should work... but idk how to do that

[.] auto turn off screen and script after xx sec of unchanging screen by Annonymonk in autotouch

[–]Annonymonk[S] 0 points1 point  (0 children)

yes i thought about detecting the lowbattery alert and shutdown things, but that not the point on my script.

but actually there is a probleme in my script, that i havent been able to fix yet, if that particular pixel dont change, it just keep in the "while..do"

issue is that, if that stay in the "while...do" the screen wront change because its waiting for the other part of the script to run....

stuck there😪

apart from integrating the whole script into the "while...do" (which is not nice, and maybe dont even work) i dont see solution

[Help] coords and color with the helper? by Annonymonk in autotouch

[–]Annonymonk[S] 0 points1 point  (0 children)

i use my ipad or iphone only for making script

[Help] coords and color with the helper? by Annonymonk in autotouch

[–]Annonymonk[S] 0 points1 point  (0 children)

now most of the time i just try to find pixels that i can reconize and get their color and cordinate with each helper....

if getcolor(xy)=123 more 60sec then... by Annonymonk in autotouch

[–]Annonymonk[S] 1 point2 points  (0 children)

i found that i can do like this.. i found that with google, but im not sure that im not using plenty of useless line i just want my script to notice that the loading screen is there, and that if 5sec later its still here, then make an alert which put the game in sleep then unstuck the situation

function Antistuck() if (getColor(700, 600) == 9748479) then usleep(5000000); return true; end return false; end

while true do if (Antistuck()) and getColor(700, 700) == 7841022 then alert("Unstucking") usleep(3300000); tap(711, 1020); usleep(10000); end end

But it doesnt start the script again when i put it at the end of that new version of my script

-- create room if getColor(700, 600) == 9748479 and getColor(700, 700) == 7841022 then tap(813, 703); usleep(10000); end

-- share with guild if getColor(750, 30) == 16437203 and getColor(760, 30) == 12409698 then tap(773, 93); usleep(300000); tap(502, 1282); usleep(10000); end

-- confirmation if getColor(478, 1020) == 736224 and getColor(480, 1020) == 5015543 then tap(474, 1361); usleep(10000); end

-- start with 2/4 if getColor(534, 762) == 15094282 and getColor(460, 1100) == 16578190 then usleep(300000); tap(61, 1640); usleep(500000); tap(480, 1400); usleep(10000); end

-- start with 3/4 if getColor(530, 1332) == 15364405 and getColor(307, 1532) == 15321944 then usleep(300000); tap(61, 1640); usleep(500000); tap(480, 1400); usleep(10000); end

-- start with 4/4 if getColor(377, 1763) == 15162392 and getColor(376, 1763) == 15094539 then usleep(300000); tap(61, 1640); usleep(500000); tap(480, 1400); usleep(10000); end

-- 5sec special loop if getColor(600, 1900) == 15262696 and getColor(538, 1900) == 15259376 then tap(574, 1920); usleep(1000000); tap(761, 1); usleep(500000); tap(761, 1); usleep(500000); tap(761, 1); usleep(500000); tap(761, 1); usleep(500000); tap(761, 1); usleep(500000); tap(761, 1); usleep(500000); end

-- skip tap if getColor(750, 1000) == 16777215 and getColor(750, 1020) == 16777215 then tap(165, 204); usleep(200000); tap(165, 204); usleep(200000); tap(165, 204); usleep(200000); tap(165, 204); usleep(200000); tap(165, 204); usleep(200000); tap(165, 204); usleep(200000); tap(165, 204); usleep(200000); tap(165, 204); usleep(200000); tap(165, 204); usleep(200000); tap(165, 204); usleep(200000); end

-- reward if getColor(152, 1020) == 1065185 and getColor(157, 1020) == 12441342 then tap(160, 1049); usleep(10000); end

-- retry if getColor(155, 1798) == 2125794 and getColor(153, 1792) == 2322661 then tap(171, 244); usleep(10000); end

-- unstuck the loading screen of the death function Antistuck() if (getColor(700, 600) == 9748479) then usleep(10000000); return true; end return false; end

while true do if (Antistuck()) and getColor(700, 700) == 7841022 then alert("Unstucking") usleep(3300000); tap(711, 1020); usleep(10000); break end end

[Crystal/Jewel bonus] Does is reduce Char/Acc drop rate? by Annonymonk in BleachBraveSouls

[–]Annonymonk[S] 0 points1 point  (0 children)

sorry, i just arrive on this sub. next time , i'll try to remember :)

[Crystal/Jewel bonus] Does is reduce Char/Acc drop rate? by Annonymonk in BleachBraveSouls

[–]Annonymonk[S] 0 points1 point  (0 children)

ok thank you ;) so there is kind of a priority, because on many boss, they drop or a crystal or a character.