Results 1 to 2 of 2
  1. #1
    lee_7979's Avatar
    Join Date
    Aug 2020
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    I'm a beginner, and I'm the only one who's planning a script.

    I'm making a 'PKM' with somebody else's code.

    mouse dpi 1350
    in game mouse sensitive 12

    if (event == "MOUSE_BUTTON_PRESSED" and arg == 1 and recoilx2) then
    if recoilx2 then
    repeat
    MoveMouseRelative(0, 2.7)
    Sleep(5)
    MoveMouseRelative(-1,0)
    Sleep(15)
    MoveMouseRelative(1,0)
    Sleep(15)
    MoveMouseRelative(0, 2.7)
    Sleep(5)
    until not IsMouseButtonPressed(1)

    The mouse is falling down too fast, which part should I fix?
    I'd appreciate your help.

  2. #2
    kyl3kr4zy's Avatar
    Join Date
    Jul 2017
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    1

    Exclamation

    Quote Originally Posted by lee_7979 View Post
    I'm making a 'PKM' with somebody else's code.

    mouse dpi 1350
    in game mouse sensitive 12

    if (event == "MOUSE_BUTTON_PRESSED" and arg == 1 and recoilx2) then
    if recoilx2 then
    repeat
    MoveMouseRelative(0, 2.7)
    Sleep(5)
    MoveMouseRelative(-1,0)
    Sleep(15)
    MoveMouseRelative(1,0)
    Sleep(15)
    MoveMouseRelative(0, 2.7)
    Sleep(5)
    until not IsMouseButtonPressed(1)

    The mouse is falling down too fast, which part should I fix?
    I'd appreciate your help.
    #Sleep(40)

  3. The Following User Says Thank You to kyl3kr4zy For This Useful Post:

    lee_7979 (09-15-2020)

Similar Threads

  1. Am I the only one who sees this?
    By InCognito in forum General
    Replies: 68
    Last Post: 06-13-2011, 07:54 AM
  2. Cause I'm the only one who's Insomniac.
    By crushed in forum C++/C Programming
    Replies: 8
    Last Post: 02-14-2010, 06:48 AM
  3. Replies: 39
    Last Post: 02-13-2010, 09:35 AM
  4. Replies: 40
    Last Post: 03-17-2009, 02:59 PM
  5. Am i the only one who hates Y!Answers??
    By thechewu in forum Spammers Corner
    Replies: 5
    Last Post: 08-20-2007, 03:27 AM