UserVar sayingStr=DropList{"70经验本":"0"|"75密探":"1"|"直接喊话":"2"}=2 "喊话内容" UserVar fuben="70经验本随便来了,暴力团#145" "副本喊话" UserVar mitan="75密探寒山东+++++++#90" "密探喊话" UserVar delay1=200 "延迟" If sayingStr = 0 Then LockMouse GetCursorPos x, y MoveTo x, y LeftClick 1 Delay 200 KeyDown 17, 1 Delay 200 KeyPress 65, 1 Delay 200 KeyUp 17, 1 Delay 20 KeyPress "BackSpace", 1 Delay 200 SayString "/1 "+fuben Delay 200 MoveTo x, y+30 LeftClick 1 Delay 200 KeyDown 17, 1 Delay 200 KeyPress 65, 1 Delay 200 KeyUp 17, 1 Delay 20 KeyPress "BackSpace", 1 Delay 200 SayString "/2 "+fuben Delay 200 MoveTo x, y+60 LeftClick 1 Delay 200 KeyDown 17, 1 Delay 200 KeyPress 65, 1 Delay 200 KeyUp 17, 1 Delay 20 KeyPress "BackSpace", 1 Delay 200 SayString "/4 "+fuben Delay 200 MoveTo x, y+325 LeftClick 1 UnlockMouse ElseIf sayingStr = 1 Then LockMouse GetCursorPos x, y MoveTo x, y LeftClick 1 Delay 200 KeyDown 17, 1 Delay 200 KeyPress 65, 1 Delay 200 KeyUp 17, 1 Delay 20 KeyPress "BackSpace", 1 Delay 200 SayString "/1 "+mitan Delay 200 MoveTo x, y+30 LeftClick 1 Delay 200 KeyDown 17, 1 Delay 200 KeyPress 65, 1 Delay 200 KeyUp 17, 1 Delay 20 KeyPress "BackSpace", 1 Delay 200 SayString "/2 "+mitan Delay 200 MoveTo x, y+60 LeftClick 1 Delay 200 KeyDown 17, 1 Delay 200 KeyPress 65, 1 Delay 200 KeyUp 17, 1 Delay 20 KeyPress "BackSpace", 1 Delay 200 SayString "/4 "+mitan