1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-08-13 16:53:59 -04:00
Simba/Tests/PS/plugintest.txt

9 lines
153 B
Plaintext
Raw Normal View History

program new;
{.LoadDLL libsmart}
begin
SmartSetup('http://world19.runescape.com/', 'plugin.js?param=o0,a1,m0', 765, 503);
Wait(5000);
end.