Import "shanhai.lua"
Dim RAM, intx, inty
Do
// 内存剩余空间小于20%时清理内存
RAM = shanhai.GetRAM()
If RAM < 20 Then
Sys.ClearMemory()
End If
FindMultiColor 0,0,0,0,"FFFFFF","4|1|2F9772-000000|123456-101010,3|7|378757",0,0.9,intX,intY
If intX > -1 Then
TracePrint "找到啦,坐标在"&intX&","&intY
Else
TracePrint "没找到"
End If
Delay 1000
Loop