require "import"
import "android.content.Context"
import "android.os.Vibrator"

local context = activity or service
local vibrator = context.getSystemService(Context.VIBRATOR_SERVICE)

if vibrator.hasVibrator() then
    vibrator.vibrate(50)
end

if service.click({
{"1@*>$10",
"2@*>$10",
"1@*>$10",
"1@*>$10",
"0@*>$10",
"0@*",
}
})
return true
end

return true
