Jump to content

hbvdfhn

Member
  • Posts

    35
  • Joined

  • Last visited

Everything posted by hbvdfhn

  1. If you guy’s really thanks lolite. Why don’t go Patreon to donate 5 dollars support her? She s really good mod maker
  2. Of course. I m support lolite in Patreon. 3 time 5 dollars 20 dollars 5 dollars I don’t need to lie . How about you?
  3. Every win or lose the moment game will be crash auto turn back to Home Screen. Hope repair. Thank you my love
  4. Any donations? I can code auto bot for maplestoryM auto quest auto farmers coin auto farm level
  5. If has some donations I can code bot for maplestoryM
  6. 我是全功能脚本作者 你说的功能会封的很快
  7. --封装函数 任务列表开始任务 function startrenwu() tap(134, 329); usleep(700000); tap(940, 286); usleep(700000); tap(2193, 1092); usleep(700000); end --封装函数 找到接受按钮并点击 function jieshou() local x = getColor(2223, 732); -- 16677712, 0xFE7B50 repeat tap(2223, 732); usleep(1000000); x = getColor(2223, 732); until (x==16677712); toast("找到接受按钮"); tap(2223,732); end --封装函数 找到领取奖励按钮并点击 function jiangli() local x = getColor(1255, 1091); -- 16677712, 0xFE7B50 repeat x = getColor(1255, 1091); usleep(1000000); until (x == 16677712); toast("找到领取奖励按钮"); tap(1255, 1091); end while true do startrenwu(); jieshou(); jiangli(); end Maple story M auto Que iPhone XS Max. Lol. I m Wright too many mobile game scripts
  8. --上路buff 检测 function topbuff() local x = getColor(212, 201); -- 9906793, 0x972A69 repeat x = getColor(212, 201) usleep(50000) -- Wait a while until ( x == 9906793 ) toast("TOP BUFF 找到了"); vibrate(); vibrate(); usleep(3000000); end function topxiaoye() local x = getColor(175, 169); -- 4694051, 0x47A023 repeat x = getColor(175, 169) usleep(50000); until (x == 4694051); toast("TOP 小野怪 找到了"); vibrate(); usleep(3000000); end while true do topbuff(); usleep(4000000); end mobile legends top blue buff check. iPhone XS Max
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines