Advertisement
ArmFire1911

Tatsumaki GameAuto V3.01.1

Apr 18th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. InputBox, RoundTimes , ,
  2. (
  3. 請輸入[釣魚+訓練寵物x3]幾次後賣一次魚&照顧寵物
  4.  
  5. 按鍵設定|Alt+1啟動腳本//Pause暫停&繼續//Esc完全停止
  6. 腳本功能|看魚、賣出、寵物照顧、餘額檢查、[釣魚+訓練x3]xN次
  7. ) ;內文
  8.   ,
  9.     , 420 ;對話窗寬度
  10.       , 200 ;對話窗高度
  11.         , 710 ;x座標
  12.           , 330 ;y座標
  13.             ,
  14.           ,
  15.             , 請輸入次數...... ;輸入欄位提醒
  16. ;GUI setting
  17.  
  18. ActionBlock(DoThis , WaitingTime ){
  19.   Send t{!}%DoThis% {Enter}
  20.   KeyWait, Esc ,D T%WaitingTime%
  21.   if (ErrorLevel = 0){
  22.     MsgBox, waiting...... push alt+1 to run
  23.   Exit
  24.   }
  25. }
  26. Pause::Pause ;按Pause暫停,再按一次繼續
  27. !1:: ;觸發鍵Alt+1 (釣魚+訓練x3)x30次後+看魚+賣三種魚+寵物餵食清理+餘額檢查
  28.  
  29. Loop{
  30.   ActionBlock("fishy inv" , 2 )
  31.   ActionBlock("tg feed" , 6 )
  32.  
  33.   ActionBlock("fishy sell common" , 2 )
  34.   ActionBlock("tg clean" , 6 )
  35.  
  36.   ActionBlock("fishy sell uncommon" , 2 )
  37.   ActionBlock("tg feed" , 6 )
  38.  
  39.   ActionBlock("fishy sell garbage" , 2 )
  40.   ActionBlock("credit" , 4 )
  41.  
  42.   Loop , 30 {
  43.     ActionBlock("fishy" ,2  )
  44.  
  45.     ActionBlock("tg train" ,12 )
  46.  
  47.     ActionBlock("tg train" ,12 )
  48.  
  49.     ActionBlock("tg train" ,12  )
  50.     }
  51. }
  52. Return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement