馬上加入Android 台灣中文網,立即免費下載應用遊戲。
您需要 登錄 才可以下載或查看,沒有帳號?註冊
x
SCREEN_RESOLUTION="640x960";
SCREEN_COLOR_BITS=32;
-- 主入口
function main()
x = 640 / 640;
-- 改第一??字 如: 800 的分辨率 改成 800 / 1280
y = 960 / 960;
-- 跟上面一?
tzy = math.floor(768 * y);
tzx = math.floor(836 * x);
gzy = math.floor(742 * y);
gzx = math.floor(305 * x);
jny = math.floor(51 * y);
jnx = math.floor(831 * x);
j1y = math.floor(322 * y);
j1x = math.floor(300 * x);
j2x = math.floor(635 * x);
j3x = math.floor(495 * x);
c1y = math.floor(169 * y);
c1x = math.floor(1191 * x);
c2y = math.floor(49 * y);
c2x = math.floor(1066 * x);
c3x = math.floor(1050 * x);
hdy = math.floor(531 * y);
hdx = math.floor(1183 * x);
while getColor(tzy, tzx) ~= 16225792 do
-- ?是看?上的???有?出? 出?就停止
g = getColor(jny, jnx);
--?是抓技能?上的“s"?色
if g == 5433121 then
-- 如果??光就放技能 否?擦擦 ???色?每部机子可能??不一? 要自己找了
mSleep(60);
-- 放技能?作
touchDown(0, j1y, j1x);
mSleep(8000);
touchMove(0, j1y, j2x);
mSleep(2000);
touchMove(0, j1y, j3x);
mSleep(2000);
touchUp(0);
else
mSleep(60);
-- 擦擦?作
touchDown(0, c1y, c1x);
mSleep(20);
touchMove(0, c2y, c2x);
mSleep(20);
touchMove(0, c2y, c3x);
mSleep(20);
t = 1;
while getColor(hdy, hdx) == 16777215 do
-- 看手套是否出? 出?了就hold住
if t == 1 then
touchUp(0);
mSleep(100);
touchDown(0, c1y, c1x);
t = 0;
end
end
touchUp(0);
end
end
end
-- 停止?件是 ??上的???出?(金?符?)
-- 放技能?件是 ?技能?上的 “s" ?光?藏全部 |