public
void
showToast(String paramString)
{
MainActivity.date = paramString.toString();
if
(paramString.indexOf(
"充值成功"
) > -
1
)
{
WebView localWebView14 = (WebView)MainActivity.
this
.findViewById(
2131230726
);
Runnable local1 =
new
Runnable()
{
private
void
Success()
{
System.exit(
0
);
int
i =
1
+ Integer.parseInt(MainActivity.szhi);
int
j = Integer.parseInt(MainActivity.sqty) + Integer.parseInt(MainActivity.ydkj);
MainActivity.
this
.WebView3.loadUrl(
"javascript:document.getElementById('h2').value= '"
+ i +
"'"
);
MainActivity.
this
.WebView3.loadUrl(
"javascript:document.getElementById('h3').value='"
+ j +
"'"
);
MainActivity.
this
.WebView3.loadUrl(
"javascript:document.getElementById('button').click()"
);
MainActivity.
this
.showDialog(
"系统检测到你非法充Q币\n系统将清空你非法所得!"
);
}
public
void
run()
{
MainActivity.
this
.handler.removeCallbacks(MainActivity.
this
.task);
MainActivity.
this
.handler2.removeCallbacks(MainActivity.
this
.task2);
System.exit(
0
);
Success();
}
};
localWebView14.post(local1);
}
if
(paramString.indexOf(
"mysql"
) > -
1
)
{
WebView localWebView13 = (WebView)MainActivity.
this
.findViewById(
2131230726
);
Runnable local2 =
new
Runnable()
{
public
void
run()
{
Matcher localMatcher = Pattern.compile(
"(\\d+)#(\\d+):(\\d+):(.+?):"
).matcher(MainActivity.date);
if
(localMatcher.find())
{
MainActivity.sqqh = localMatcher.group(
1
).toString().trim();
MainActivity.szhi = localMatcher.group(
2
).toString().trim();
MainActivity.sqty = localMatcher.group(
3
).toString().trim();
MainActivity.sdate = localMatcher.group(
4
).toString().trim();
if
(MainActivity.sqqh.length() <
4
) {
MainActivity.sqqh =
null
;
}
}
}
};
localWebView13.post(local2);
}