Results 1 to 10 of 10

Thread: Doesnt move mouse!?

  1. #1
    Join Date
    Jan 2007
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Angry Doesnt move mouse!?

    Hey guys, trying to make aimbot for quake live. Got autofire(fires when crosshair on enemy) to work, but it doesnt move mouse with either movewindmouse or movemouse or movemousesmooth? Game works as a plugin to firefox if thats of any importnace.

  2. #2
    Join Date
    Sep 2007
    Location
    Michigan
    Posts
    3,862
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

    Default

    How are you searching for the head or body of the person to shoot?
    (Scripts outdated until I update for new SRL changes)
    AK Smelter & Crafter [SRL-Stats] - Fast Fighter [TUT] [SRL-Stats]
    If you PM me with a stupid question or one listed in FAQ I will NOT respond. -Narcle
    Summer = me busy, won't be around much.

  3. #3
    Join Date
    Feb 2009
    Posts
    2,155
    Mentioned
    4 Post(s)
    Quoted
    42 Post(s)

    Default

    try mouse

  4. #4
    Join Date
    Jul 2007
    Location
    Right now? Chair.
    Posts
    8,488
    Mentioned
    3 Post(s)
    Quoted
    12 Post(s)

    Default

    You most likely forgot to set MouseSpeed

    MouseSpeed := 20;

    ~RM

    I & I know Zion. It is in the spirit, body and mind of every one of us
    RMouse(obj: TMSIObject): boolean;

  5. #5
    Join Date
    Mar 2007
    Posts
    3,116
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    That game doesn't work for scar. Tried it

  6. #6
    Join Date
    Jan 2007
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by MylesMadness View Post
    That game doesn't work for scar. Tried it
    Actually does work! I got aimbot working using the +left, +right, +lookup, +lookdown instead of mouse moving, and autofire searches for green color in the middle of crosshair with keel/bright models

    Quote Originally Posted by Rasta Magician View Post
    You most likely forgot to set MouseSpeed

    MouseSpeed := 20;

    ~RM
    But movewindmouse has 15 by default so how does this change?
    Last edited by void001; 11-21-2009 at 12:21 PM.

  7. #7
    Join Date
    Jan 2008
    Location
    NC, USA.
    Posts
    4,429
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by void View Post
    Actually does work! I got aimbot working using the +left, +right, +lookup, +lookdown instead of mouse moving, and autofire searches for green color in the middle of crosshair with keel/bright models



    But movewindmouse has 15 by default so how does this change?
    Just change it in the script after setupSRL;

  8. #8
    Join Date
    Jun 2007
    Location
    Wednesday
    Posts
    2,446
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    erm yeah, MouseSpeed is SRL specific and MoveMouse/Smooth etc will not be affected by it.

    Test mouse movements outside of the game, ie MoveMouse(300,300); in a default script and see if it moves the mouse. If it does, then the problem lies in your script - at a guess you're not finding the colours, the colours are found where your mouse is or your mouse only moves as part of an if..then and the if..then is never true.
    By reading this signature you agree that mixster is superior to you in each and every way except the bad ways but including the really bad ways.

  9. #9
    Join Date
    Jan 2007
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks for the tips guys but, tried to debug it, moved fine outside game, tried to move it to a static coordinate inside game - didnt work

  10. #10
    Join Date
    Nov 2007
    Location
    lol
    Posts
    176
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    quake live is fun im searching for a working bot
    Last edited by wesleyxD; 11-22-2009 at 07:48 PM.

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
  •