Results 1 to 5 of 5

Thread: wow ffs

  1. #1
    Join Date
    Jul 2008
    Posts
    179
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default wow ffs

    if i do this

    program New;
    begin
    mousebox(1,1,1,1,1);
    end.


    it will say invalid parimeters why -.-''

  2. #2
    Join Date
    Dec 2008
    Posts
    2,813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    {.include SRL/SRL.scar}

    begin
      SetupSRL;
      MouseBox(1, 1, 1, 1, 1);
    end.


  3. #3
    Join Date
    Jul 2008
    Posts
    179
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ty <3 rep +

  4. #4
    Join Date
    Dec 2008
    Posts
    2,813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    In case you need to know why, MouseBox is in SCAR without the end parameter, I think it just moves into the box specified by xs, ys, xe, and ye (x start, y start, x end, and y end), and in SRL, it has the last parameter to choose click type, or if you just want to move inside the box. If you need more help, panic._@live.com ^^

  5. #5
    Join Date
    May 2008
    Location
    Oregon, USA
    Posts
    154
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    gotta setupsrl. What is that ment to do anyway? if your trying to make a tool that helps you out check out the isfkeydown(1-9); function.

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
  •