【カス社員】777town エンドレスブラック3【上等】

このエントリーをはてなブックマークに追加
496どんぐり
サミタ飽きたんで引退することにした。
オレの心の叫びを聞いてくれ。
// 巨人3-----------------------------------------------------------------
Procedure kyojin3()
 
ifb (peekcolor(88,526) and $FF) < 200 and_
(peekcolor(423,526) and $FF) > 200 then //BET判定
   sleep(0.01)
Kbd(VK_3, DOWN,50)  // MAXBETが3以外の場合は変更
Kbd(VK_3 , UP,50)  // 上を変更時は同様にここも変更
sleep(0.3)

 elseif (peekcolor(88,526) and $FF) > 200 then
sleep(0.01)
Kbd(VK_UP, DOWN,50)  // レバーONが↑以外の場合は変更
Kbd(VK_UP , UP,50)  // 上を変更時は同様にここも変更
sleep(1.3)

elseif (peekcolor(328,533) and $FF0000)/$10000 > 230 and_
(peekcolor(117,516) and $FF) > 200 then
sleep(0.01)
BIG_kyojin3()//BIGですか?

else
Kbd(VK_space, DOWN,50)
Kbd(VK_space, UP,50)
sleep(0.2)
endif
fend