Is there a way to write things on the SMART canvas like "Loads done: xx"?
I believe I've seen it once but I can't recall how!
Thanks,
.
Is there a way to write things on the SMART canvas like "Loads done: xx"?
I believe I've seen it once but I can't recall how!
Thanks,
.
Ce ne sont que des gueux
You mean like the rsbot paint that can tell timerunning and stuff on a blank area on the rs screen?
That would be nice.
I do visit every 2-6 months
Yeah... I guess. I've never used RSBot but it's the same idea.
Ce ne sont que des gueux
There is, it should be somewhere on the forum.
lol
Look in JuKKa's Ess miner. The answer is in there.
Originally Posted by irc
If you search the forums then you are sure to find your answer
-Rasta-
Can't d/l JuKKa's ess miner (anymore?).
Anyone that still has it, PLEASE give it.
Ce ne sont que des gueux
SCAR Code://JuKKa
Function GetPaintBitmap(sX, sY: Integer; Text: TStringArray; Dist: Integer): Integer;
Var
TPA: TPointArray;
H, Q, B, Color: Integer;
Begin
Result := BitmapFromString(sX, sY, '');
For B := 0 To High(Text) Do
Begin
TPA := LoadTextTPA(Text[b], UpChars, H);
Color := Random(16777215);
For Q := 0 To High(TPA) Do
FastSetPixel(Result, TPA[q].x, TPA[q].y + B * Dist, Color);
End;
End;
//JuKKa
Procedure ClearSMARTCanvas;
Var
BMP: Integer;
SMARTCanvas, Canvas: TCanvas;
Begin
BMP := BitmapFromString(765, 503, '')
SMARTCanvas := GetBitmapCanvas(BMP);
Canvas := GetBitmapCanvas(BMP);
SMARTCanvas.handle := SmartGetDebugDC;
SafeCopyCanvas(Canvas, SMARTCanvas, 0, 0, 765, 503, -1000, -1000, 1000, 1000);
FreeBitmap(BMP);
End;
//JuKKa
Procedure WriteSmartCanvas(Text : TStringArray);
Var
SCanvas, Canvas: TCanvas;
BMP : Integer;
Begin
ClearSMARTCanvas;
BMP := BitmapFromString(765, 503, '');
SCanvas := GetBitmapCanvas(BMP);
SCanvas.handle := SmartGetDebugDC;
Canvas := GetBitmapCanvas(GetPaintBitmap(765, 503, Text, 25));
SafeCopyCanvas(Canvas, SCanvas, 0, 0, 765, 503, 10, 10, 765, 503);
FreeBitmap(BMP);
End;
Writing an SRL Member Application | [Updated] Pascal Scripting Statements
My GitHub
Progress Report:13:46 <@BenLand100> <SourceCode> @BenLand100: what you have just said shows you have serious physchological problems 13:46 <@BenLand100> HE GETS IT! 13:46 <@BenLand100> HE FINALLY GETS IT!!!!1
Thanks!
Everyone that helped me and especially JuKKA!
Ce ne sont que des gueux
There are currently 1 users browsing this thread. (0 members and 1 guests)