5 lines
157 B
Text
5 lines
157 B
Text
if OpenLibrary(0, "USER32.DLL")
|
|
*MessageBox = GetFunction(0, "MessageBoxA")
|
|
CallFunctionFast(*MessageBox, 0, "Body", "Title", 0)
|
|
CloseLibrary(0)
|
|
endif
|