Results 1 to 11 of 11

Thread: Mouse moving randomly...

  1. #1
    Join Date
    Mar 2013
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default Mouse moving randomly...

    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?

  2. #2
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Drag the green crosshair from simba to your rs browser

    Creds to DannyRS for this wonderful sig!

  3. #3
    Join Date
    Mar 2013
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    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

  4. #4
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Before you start the script. Drag the green crosshair on simba to 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!

  5. #5
    Join Date
    Feb 2012
    Location
    Discord
    Posts
    3,114
    Mentioned
    37 Post(s)
    Quoted
    538 Post(s)

    Default

    Quote Originally Posted by praystation View Post
    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
    That's not all your script

  6. #6
    Join Date
    Mar 2013
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    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

  7. #7
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    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!

  8. #8
    Join Date
    Feb 2012
    Location
    Discord
    Posts
    3,114
    Mentioned
    37 Post(s)
    Quoted
    538 Post(s)

    Default

    Quote Originally Posted by Sjoekeloe View Post
    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.
    I didn't do it, I quoted him. Don't know why there's a * there though.

  9. #9
    Join Date
    Mar 2013
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    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?

  10. #10
    Join Date
    Mar 2013
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Well i guess it is, thanks for the helps guys.

  11. #11
    Join Date
    Jul 2011
    Location
    /home/litoris
    Posts
    2,226
    Mentioned
    0 Post(s)
    Quoted
    159 Post(s)

    Default

    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

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •