Page 16 of 23 FirstFirst ... 61415161718 ... LastLast
Results 226 to 240 of 337
  1. #226
    HaxxerPanda's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    0
    My Mood
    Amused
    - - - Updated - - -

    Quote Originally Posted by Yellow 13 View Post
    Delete mb2 trigger on script (profile -> scripting)
    which line number do you mean in the script Yellow?

    1--ACE23_HeavyBarrel_Angled
    2function OnEvent(event, arg)
    3 if IsMouseButtonPressed(3) then
    4 if (event == "MOUSE_BUTTON_PRESSED" and arg == 1) then
    5 repeat
    6 ReleaseMouseButton(1)
    7 Sleep(38)
    8 MoveMouseRelative(-1,11)
    9 Sleep(38)
    10 until not IsMouseButtonPressed(1) or not IsMouseButtonPressed(3)
    11 end
    12 end
    13end


    thanks a lot for the answer.
    Last edited by HaxxerPanda; 02-19-2015 at 07:01 PM.

  2. #227
    manish_ranger's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    0
    hi professor..how do you determine the movemouse relative values and sleep values. is it just trial and error method. is it related with symthic.com values.

  3. #228
    Yellow 13's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    1,430
    Reputation
    96
    Thanks
    4,968
    Quote Originally Posted by HaxxerPanda View Post
    - - - Updated - - -


    which line number do you mean in the script Yellow?

    1--ACE23_HeavyBarrel_Angled
    2function OnEvent(event, arg)
    3 if IsMouseButtonPressed(3) then
    4 if (event == "MOUSE_BUTTON_PRESSED" and arg == 1) then
    5 repeat
    6 ReleaseMouseButton(1)
    7 Sleep(38)
    8 MoveMouseRelative(-1,11)
    9 Sleep(38)
    10 until not IsMouseButtonPressed(1) or not IsMouseButtonPressed(3)
    11 end
    12 end
    13end


    thanks a lot for the answer.
    Line 3

    /10char
    Rig | 5820K - GTX1080 AMP
    P870KM1 | 7700K - GTX1080N SLi

  4. #229
    HaxxerPanda's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    0
    My Mood
    Amused
    Okay, i tested... come Syntax Error: Line: 9 ???
    what have I done wrong!?
    Last edited by HaxxerPanda; 02-21-2015 at 08:44 AM.

  5. #230
    manish_ranger's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    0
    if IsMouseButtonPressed(3) then
    Sleep(1)
    if (event == "MOUSE_BUTTON_PRESSED" and arg == 1) then
    Sleep(20)
    ReleaseMouseButton(1)
    Sleep(20)
    MoveMouseRelative(-1,4)
    MoveMouseRelative(1,0)
    Sleep(20)
    ReleaseMouseButton(1)
    Sleep(20)
    MoveMouseRelative(-2,4)
    MoveMouseRelative(1,0)
    Sleep(20)
    ReleaseMouseButton(1)
    Sleep(20)
    repeat
    MoveMouseRelative(0,3)
    MoveMouseRelative(1,0)
    Sleep(20)
    ReleaseMouseButton(1)
    Sleep(20)
    until not IsMouseButtonPressed(3) or not IsMouseButtonPressed(1)
    end

    professor or mr yellow can you help me on this one..i'm getting too much horiz sway with this settings..

  6. #231
    Yellow 13's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    1,430
    Reputation
    96
    Thanks
    4,968
    Quote Originally Posted by HaxxerPanda View Post
    Okay, i tested... come Syntax Error: Line: 9 ???
    what have I done wrong!?
    I can't really know since the script is not mine.
    Rig | 5820K - GTX1080 AMP
    P870KM1 | 7700K - GTX1080N SLi

  7. #232
    HaxxerPanda's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    0
    My Mood
    Amused
    Quote Originally Posted by Yellow 13 View Post
    I can't really know since the script is not mine.
    Okay THX.... when i have 11 post i PM you and i hope you can make a script for me. Ore make you only Bloody scripts?

  8. #233
    Yellow 13's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    1,430
    Reputation
    96
    Thanks
    4,968
    Quote Originally Posted by HaxxerPanda View Post
    Okay THX.... when i have 11 post i PM you and i hope you can make a script for me. Ore make you only Bloody scripts?
    I make for both.
    Rig | 5820K - GTX1080 AMP
    P870KM1 | 7700K - GTX1080N SLi

  9. #234
    HaxxerPanda's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    0
    My Mood
    Amused
    Okay, nice would like to have a couple special. But I'll write then as PM

  10. #235
    ManSlayer's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    My Mood
    Confused
    I tried making a script to control the spread and recoil for my aek 971+heavy barrel+angled grip...I referred to symphic.com to find the upward and side to side recoil values..I can't seem to get it to work...I want to make a burst fire macro with controlled recoil since its the only way to keep spread at minimum...This is the script that I came up with.

    function OnEvent(event, arg)
    if IsMouseButtonPressed(2) then
    if (event == "MOUSE_BUTTON_PRESSED" and arg == 1) then
    repeat
    ReleaseMouseButton(1)
    Sleep(38)
    MoveMouseRelative(0.15,0.494)
    Sleep(38)
    until not IsMouseButtonPressed(1) or not IsMouseButtonPressed(2)
    end
    end
    end

    I am very new to this....
    Last edited by ManSlayer; 02-21-2015 at 03:56 PM. Reason: Apology

  11. #236
    HaxxerPanda's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    0
    My Mood
    Amused
    Quote Originally Posted by ManSlayer View Post
    I tried making a script to control the spread and recoil for my aek 971+heavy barrel+angled grip...I referred to symphic.com to find the upward and side to side recoil values..I can't seem to get it to work...I want to make a burst fire macro with controlled recoil since its the only way to keep spread at minimum...This is the script that I came up with.

    function OnEvent(event, arg)
    if IsMouseButtonPressed(2) then
    if (event == "MOUSE_BUTTON_PRESSED" and arg == 1) then
    repeat
    ReleaseMouseButton(1)
    Sleep(38)
    MoveMouseRelative(0.15,0.494)
    Sleep(38)
    until not IsMouseButtonPressed(1) or not IsMouseButtonPressed(2)
    end
    end
    end

    I am very new to this....
    ask Yello ore Professor i think they can help you.
    Last edited by HaxxerPanda; 02-21-2015 at 05:33 PM.

  12. #237
    Yellow 13's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    1,430
    Reputation
    96
    Thanks
    4,968
    Quote Originally Posted by ManSlayer View Post
    I tried making a script to control the spread and recoil for my aek 971+heavy barrel+angled grip...I referred to symphic.com to find the upward and side to side recoil values..I can't seem to get it to work...I want to make a burst fire macro with controlled recoil since its the only way to keep spread at minimum...This is the script that I came up with.

    function OnEvent(event, arg)
    if IsMouseButtonPressed(2) then
    if (event == "MOUSE_BUTTON_PRESSED" and arg == 1) then
    repeat
    ReleaseMouseButton(1)
    Sleep(38)
    MoveMouseRelative(0.15,0.494)
    Sleep(38)
    until not IsMouseButtonPressed(1) or not IsMouseButtonPressed(2)
    end
    end
    end

    I am very new to this....
    I have an AEK script if you want to check it out.

    PM me if you want to have it.
    Rig | 5820K - GTX1080 AMP
    P870KM1 | 7700K - GTX1080N SLi

  13. #238
    HaxxerPanda's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    0
    My Mood
    Amused
    PM is out to you THX a lot

  14. #239
    ManSlayer's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    My Mood
    Confused
    I still havent made 10 posts so I dont think I can pm you...I will return to you as soon as the pm feature is available and I want to really thank you guys for helping

  15. #240
    chthc88's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Okay, i have my own script, looking like this for scar-h, and its work fine buut, how to remove or decarese te first shoot jump?

Page 16 of 23 FirstFirst ... 61415161718 ... LastLast

Similar Threads

  1. Replies: 1
    Last Post: 04-19-2016, 05:00 PM
  2. [Help Request] Looking for a very simple (but specific) mouse program/macro
    By Rapidinha in forum Suggestions, Requests & General Help
    Replies: 5
    Last Post: 01-18-2014, 03:48 AM
  3. [Solved] XIGNCODE and logitech mouse software problem
    By joeramone in forum Alliance of Valiant Arms (AVA) Help
    Replies: 5
    Last Post: 11-09-2012, 01:00 PM
  4. Mouse with macros.
    By tony41011 in forum Alliance of Valiant Arms (AVA) Help
    Replies: 3
    Last Post: 01-14-2012, 10:16 AM
  5. Mouse scripts/macros bannable?
    By dbag in forum Call of Duty Black Ops Discussions
    Replies: 3
    Last Post: 11-14-2010, 06:54 AM