📄 multiplyexpressions.via
字号:
// MultiplyExpressions.lnl
application PE GUI entry main;
import MessageBox ascii lib "USER32.DLL",4;
frame main();
local dword i;
i = MessageBox(0,
"MsgBox returns '1' and is multiplied by 60 so i=60",
"This..",$20) * 60;
if (i=60) {
MessageBox(0,"Thats why you can see this messagebox","So..",$20);
}
end;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -