綁定帳號登入

Android 台灣中文網

打印 上一主題 下一主題

[求助] 幫改腳本 ~~~ 謝謝 !!!!

[複製連結] 查看: 513|回覆: 1|好評: 0
跳轉到指定樓層
樓主
錢連弘 | 收聽TA | 只看該作者 回帖獎勵 |倒序瀏覽 |閱讀模式
發表於 2013-12-28 20:57

馬上加入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" ?光?藏全部
「用Android 就來APK.TW」,快來加入粉絲吧!
Android 台灣中文網(APK.TW)
收藏收藏 分享分享 分享專題
用Android 就來Android 台灣中文網(https://apk.tw)
回覆

使用道具 舉報

沙發
Ming-Xian-Lee | 收聽TA | 只看該作者
發表於 2013-12-30 01:11
你是複製別人腳本來用 不能運行是嗎?

要幫改也說個明白

看了就有點腦
用Android 就來Android 台灣中文網(https://apk.tw)
回覆 支持 反對

使用道具 舉報

您需要登錄後才可以回帖 登錄 | 註冊

本版積分規則