Because i had troubles with one of my auto with typing the correct nick that SCAr will regonise, is there a way i can test if the nick is correct in SCAR (i only have this problem with 1 auto but i need the auto to run properly)?![]()
Because i had troubles with one of my auto with typing the correct nick that SCAr will regonise, is there a way i can test if the nick is correct in SCAR (i only have this problem with 1 auto but i need the auto to run properly)?![]()
do you mean the nick for identifying randoms? if you do, i guess you could get a friend to say your name and see if it clicks there on it. but maybe there is a simpler way, idk really
Originally Posted by That guy that wrote forefeathers
Try this in game
SCAR Code:Program NickTest;
Var
NickBMP, X, Y: Integer;
Const
Nick = 'hh';
Begin
NickBMP := CreateBitmapMaskFromText(Nick, UpChars);
Repeat
Wait(100);
Until FindBitMapIn(NickBMP, X, Y, 1, 1, 800, 600);
Writeln('Found nick');
FreeBitmap(NickBMP);
End.
While no ones talking, Then say your WHOLE name!
SCAR Code:Program Nicktester;
Const
Name = 'Thefakedeal';
Nick = 'edea';
Begin
If(Pos(Nick, Name)<>0)Then
Begin
Writeln('Your Nick is correct!');
Writeln(Nick);
End Else
Begin
Writeln('Your Nick Is InCorrect');
Writeln(Nick);
End;
End.
And test that NOT ingame![]()
Code:
- Narcle: I recall Jukka releasing a bunch of scripts like this before... Its how he rolls I think. rofl
- Solarwind: Dude, you are like... t3h s3x.
- Hy71194: JuKKa you're a machine! You released 3 scripts in 10 minutes! :O
- benjaa: woah.... Jukka is the man Guildminer pwns all
- NaumanAkhlaQ: And JuKKa Is my Her0!
theres somthing in srl that does thattry checknicks; or checknick or somthing like that i think its the first one
![]()
~Hermen
There are currently 1 users browsing this thread. (0 members and 1 guests)