Results 1 to 6 of 6

Thread: lolz help please

  1. #1
    Join Date
    Mar 2007
    Posts
    129
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default lolz help please

    how do i make my mouse click an hold for a set amount of time like when scrolling up in the bank?
    Edit: or how to click a spot then drag to a spot then let it go
    <insert a sig here>

  2. #2
    Join Date
    Feb 2007
    Location
    Access Violation at 0x00000000
    Posts
    2,865
    Mentioned
    3 Post(s)
    Quoted
    18 Post(s)

    Default

    HoldMouse(x, y, etc, etc); ReleaseMouse(x, y, etc, etc); ?
    Ce ne sont que des gueux


  3. #3
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    SCAR Code:
    HoldMouse(x,y);
    wait(timehere)
    ReleaseMouse(x,y);

    Rep me if i helped

  4. #4
    Join Date
    Mar 2007
    Posts
    129
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Invalid number of parameters in script C:\Program...

    HoldMouse(631, 714,1,1);
    Wait(1000)
    ReleaseMouse(1017, 714,1,1);

    did i do it wrong?
    <insert a sig here>

  5. #5
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    Its HoldMouse(x,y,true) no randomnesss in it so it would be:

    SCAR Code:
    HoldMouse(631, 714,true);
    Wait(1000)
    ReleaseMouse(1017, 714,true);

    Hope i helped

  6. #6
    Join Date
    Mar 2007
    Posts
    129
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    got it works in 3.14 not 3.15 but thats ok for now
    thx for the help ill rep you =)
    <insert a sig here>

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. My name/signature...... lolz
    By Vampspiro in forum Discussions & Debates
    Replies: 7
    Last Post: 08-19-2008, 10:12 PM
  2. Fish Tailes :\ lolz
    By Ejjman in forum Misc. Links and Programs
    Replies: 9
    Last Post: 08-13-2007, 04:25 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
  •