I was thinking about these.. The hide and unhide scar. I think I wanna use it in my script(miner) but is this more detectable?? Or even less detectable? What do you think?(h)
I was thinking about these.. The hide and unhide scar. I think I wanna use it in my script(miner) but is this more detectable?? Or even less detectable? What do you think?(h)
what u mean: DiguiseScar('singapore'); ?
i perosonaly dont think it would help...but if its a procedure i guess it does(why have it if it makes u more detectable?)
SCAR Tutorials: The Form Tutorial | Types, Arrays, and Classes
Programming Projects: NotePad | Tetris | Chess
I don't mean disguise, these commands(the are standard in SCAR DiVi) make SCAR Hide/show.. It just disapears and its only in the processes list.. Also not in the taskbar. Try this out:
SCAR Code:program hideandshow;
begin
GETSELF.HIDE;
wait(5000);
GETSELF.SHOW;
end.
woah!thats cool...but i dont know if its detectable
SCAR Tutorials: The Form Tutorial | Types, Arrays, and Classes
Programming Projects: NotePad | Tetris | Chess
I thought the sameMaybe Wizzup/Fakawi knows if its detectable. Otherwise Ill use it
![]()
That won't affect on how detecable it is.
gr8!!!then why doesnt everyone use it..cuz its really cool
SCAR Tutorials: The Form Tutorial | Types, Arrays, and Classes
Programming Projects: NotePad | Tetris | Chess
If like Pentti said it doesnt affects the detectability then Im gonna use itCuz i like it.. WARNING Don't forget to put GETYOURSELF.SHOW in your script otherwise its lost.. Then you need to finish task



Jagex can't monitor your processes and windows. Even DisguiseScar isn't needed at all.
if u press ctrl+alt+s...will it come back?
SCAR Tutorials: The Form Tutorial | Types, Arrays, and Classes
Programming Projects: NotePad | Tetris | Chess
I don't think so but I made this to let it come back:
And then you can do something like:SCAR Code:function StopScript(FKey: integer): boolean; //Credits to: Fearlesssss
begin
if(IsFKeyDown(FKey))then
result:= true;
end;
If you use the funtion dont forget to credit meSCAR Code:if(StopScript(FKey))then
begin
GETSELF.SHOW;
TerminateScript;
end;![]()
unlessu get it back then it still uses up ur comp..btw
and what do u press down to stop script for that? F what
SCAR Tutorials: The Form Tutorial | Types, Arrays, and Classes
Programming Projects: NotePad | Tetris | Chess
You put your own fkey in there. If you wanted it to be F2, then you would use 2 as the parameter. Make sure not to use F1 though because that just brings up the scar manual.
One warning: If the script comes across any errors that stop it, you have to go to task manager and end the process. This can be a major setback if your script is still in the development stage, because you lose all unsaved data.
I'd recommend MoveToTray, because it will allow you to get SCAR back if something happens.
Interested in C# and Electrical Engineering? This might interest you.
There are currently 1 users browsing this thread. (0 members and 1 guests)