mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-14 05:15:16 -05:00
9 lines
153 B
Plaintext
9 lines
153 B
Plaintext
|
program new;
|
||
|
|
||
|
{.LoadDLL libsmart}
|
||
|
|
||
|
|
||
|
begin
|
||
|
SmartSetup('http://world19.runescape.com/', 'plugin.js?param=o0,a1,m0', 765, 503);
|
||
|
Wait(5000);
|
||
|
end.
|