Log in

View Full Version : About SMART



Zunoto
12-08-2008, 01:38 AM
if any one has any idea on how to remove SMART or add it plz contact me ASAP thx

Kiloch
12-08-2008, 01:53 AM
Use the search button next time and try to improve your typing.

benjaa
12-08-2008, 03:02 AM
Removing smart is pretty easy..

Find the lines;

{.include ..../Smart.scar} -> remove it

Ctrl + F -> Remove any procedure with "Smart" in it

Ctrl + F -> "LoginPlayer" add in ActivateClient before it

ActivateClient;
LoginPlayer;

Use the search button dude

Tom_Gower
12-08-2008, 07:59 AM
OK lets make it simpler eh?
Just delete include/ smart at the top of the script.
Then find the bit where it will open smart in the world of your choice
like::
SMARTSetupEx(109, False, True, False);
Wait(5000);
SetTargetDC(SmartGetDC);
repeat
wait(100);
until(SmartGetColor(253, 233)<>1118604);

just an example, so delete Smartsetup, and run wallah! it runs without smart.