Hi when i run a script the bot takes control of my mouse and randomly move all around my simba toolbar instead of going to smart and running the script, what is the problem?
Hi when i run a script the bot takes control of my mouse and randomly move all around my simba toolbar instead of going to smart and running the script, what is the problem?
Drag the green crosshair from simba to your rs browser
Creds to DannyRS for this wonderful sig!
I can't it keeps getting back to a random spot every time, is it an issue whit the script? Heres the script
Simba Code:program kFish;
{$DEFINE SMART8}*
{$I SRL/SRL.Simba}
{$I SRL/SRL/Misc/Debug.Simba}
{$I P07Include.Simba}
var
x,y,logDTM,oakDTM,fishDTM,TinderDTM,test: Integer;
Text: TStringArray;
procedure DTMZ;
begin
logDTM := DTMFromString('mwQAAAHic42RgYHBlYmDwA+JAIPYFYkcgNgdiYyhtA8RCjAwMAkDMA8RsQMwAxExAzAXEgkAsChJjYCQCEwYkmQIA5cIC7A==');
fishDTM := DTMFromString('mwQAAAHic42RgYPBmYmAIAeJEII4D4gAg9gRiVyAOBuJwIC5jZGAoBuJUIE4C4nQgzgXiEigfJM7AwEgEJgxIMgUAFYMG3A==');
tinderDTM := DTMFromString('m1gAAAHic42JgYJjAxMAwHYjnAvFCIF4KxAuAeA4Q9wJxBxD3APF7oNpPQPwOiF8C8VMgfgDEN6D0c6gcAwMjkZg4QLppAOzrDyQ=');
oakDTM := DTMFromString('mFQEAAHic42VgYJjAxMAwD4iXAPECIJ4GxN1A3A7lLwXiPiCeDcRToXKijAwMgkDMB8T/gWYwAGkWIOaG0pyMELG/QEoYqhYsQDImHVBsCwCL+Qpl');
writeln('Loaded DTM''s');
end;
procedure DTMFree;
begin
FreeDTM(fishDTM);
FreeDTM(oakDTM);
FreeDTM(logDTM);
FreeDTM(tinderDTM);
writeln('Freed DTM''s');
end;
procedure goFish;
begin
P07_TabInventoryTab(4);
repeat
If P07_FindObjCustom(x, y, ['Raw','ure', 'Fishing','pot'], [14597535, 14597268, 15123625, 14398100, 15058085], 5) Then
begin
Before you start the script. Drag the green crosshair on simbato your RS Client
Your RS Client will turn red. That means u did it correctly.
Make sure simba isn't in the way of your client; (or U could use ActivateClient; ) in your main loop to prevent that.
Creds to DannyRS for this wonderful sig!
OHhhhhh okay i understood what you mean't, but the problem is that even if it controls the client now, it keeps taking control of my mouse while im writing this
Euh ok? That's normal. If u don't want it to control it then put
if using SMART8: {$DEFINE SMART8} or
if using SMART 7.2: {$DEFINE SMART}
on top of your script like killer did.
Creds to DannyRS for this wonderful sig!
Thats what i did but it still takes control of my mouse and moves it randomly in my client box ( whitout clicking anywhere)
Could it be a script error?
Well i guess it is, thanks for the helps guys.
You aren't running SetupSRL, and because of that it doesn't use the SMART window.
Miner & Urn Crafter & 07 Chicken Killer
SPS BlindWalk Tutorial
Working on: Nothing
teacher in every art, brought the fire that hath proved to mortals a means to mighty ends
There are currently 1 users browsing this thread. (0 members and 1 guests)