Log in

View Full Version : How to use SMART?!



gigabyt3r
08-10-2010, 03:02 PM
Trying to auto on a private server , this is my code but how can i want to minimize it while i work how can i incorporate SMART into this code?


program Alch;
begin
repeat
MoveMouse(666, 341);
ClickMouse(666, 341, true);
Wait(100);
ClickMouse(666, 341, true);
Wait(3200);
Until(False);
end.

Thanks

mc_teo
08-11-2010, 10:55 AM
um... why would you want to auto on a private server?

the whole point of private servers is that you dont't need to auto, since you can use commands to add gold to your inventory, and set each skill to whatever level you want.


most private servers use really old versions of RS, so a lot of stuff from SRL wouldn't work, but it is probably possible to get it loaded on smart.

I imagine its just about adding custom loading procedure in SRL/misc/SMART.scar



procedure CustomSmartSetupEx();
var
URL, params: string;
begin
URL := 'http://customclienturl.com/'; // this is the url you use to load the client for private server
params := 'plugin.js?param=o0,a'; //these will have to be found out yourself

SmartSetup(URL, params, 765, 503);
end;


comment back here if it works, but be warned SRL probably wont work on such old versions