Results 1 to 3 of 3

Thread: mouse is freaking out

  1. #1
    Join Date
    Jul 2006
    Posts
    259
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default mouse is freaking out

    right now im making a banker and when i try to run it it freak out and i can move the mouse so i have to use the arrow keys and enter to get in to scar and exit it but it only does this like 25% of the time can someone help me also does it look pretty banproof
    SCAR Code:
    procedure walktothebank;
    begin
    RoadColor:=FindRoadColor;
    GetSymbolColor(x,y,'mining site');
    mmouse(x,y,3,3);
    cmouse(x,y,3,3,true);
    wait(5000+random(500));
    RadialWalk(roadcolor,0,90,72,-2,2);
    RadialWalk(roadcolor,380,340,50,-2,2);
    RadialWalk(roadcolor,380,340,50,-2,2);
    RadialWalk(roadcolor,380,340,50,-2,2);
    //massive freak out happens here or close to here
    RadialWalk(roadcolor,380,340,50,-2,2);
    RadialWalk(roadcolor,270,540,72,-2,2);
    RadialWalk(roadcolor,260,280,72,-2,2);
    GetSymbolColor(x,y,'bank');
    mmouse(x,y,3,3);
    cmouse(x,y,3,3,true);
    end;

    procedure depositwachagot;
    begin
    OpenBank;
    DepositAll;
    CloseBank;
    end;

    begin
    setupsrl;
    walktothebank;
    depositwachagot;
    end.

  2. #2
    ronny.m.p Guest

    Default

    Its probably looking for a color but it can't find it.

  3. #3
    Join Date
    Jul 2006
    Posts
    259
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thank you i think i just realized wat is wrong

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. I defused the freaking bomb!
    By R0b0t1 in forum The Bashing Club / BBQ Pit
    Replies: 6
    Last Post: 05-29-2008, 04:55 PM
  2. Why Im So Freaking Angry@@@@@@@
    By zehhacker in forum OSR Help
    Replies: 11
    Last Post: 03-28-2008, 04:30 PM
  3. Freaking SMART!
    By Torrent of Flame in forum OSR Help
    Replies: 5
    Last Post: 03-08-2008, 06:07 PM
  4. Need a freaking IDE!
    By R0b0t1 in forum Delphi/FPC Help and Tutorials
    Replies: 12
    Last Post: 10-19-2007, 01:55 AM
  5. Hey123 Is A Freaking Reatard! :p
    By YoHoJo in forum The Bashing Club / BBQ Pit
    Replies: 32
    Last Post: 03-25-2007, 10:42 PM

Posting Permissions

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