Page 5 of 23 FirstFirst ... 3456715 ... LastLast
Results 61 to 75 of 337
  1. #61
    professor315's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    26
    Reputation
    10
    Thanks
    476
    Quote Originally Posted by Yellow 13 View Post
    Thanks to professor's help, I am now able to make Logitech LUA scripts for weapons (nospread or norecoil) -> so far the values from Oscar to LUA does not have much discrepancy so the process is pretty much copy/paste.

    Since DLC will patch sensitivity to be more natural while aiming down sights, I will not release the scripts for public use until this patch is implemented.

    If you want to test for possible optimization on scripts (only limited amount of weapon atm), contact me.
    Good work Yellow 13 as always, we thank you for your efforts too for long time now.

    Quote Originally Posted by Pachwenko View Post
    Thanks alot made my own for acw-r using this
    Great you 've made it, care to share it with us?

  2. #62
    Falaq2478's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Hello mate this didn't work for me but i was thing can u make a simple rapid fire / burst macro in lua script

  3. #63
    Yellow 13's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    1,430
    Reputation
    96
    Thanks
    4,968
    Quote Originally Posted by Falaq2478 View Post
    Hello mate this didn't work for me but i was thing can u make a simple rapid fire / burst macro in lua script
    Not until DT releases
    Rig | 5820K - GTX1080 AMP
    P870KM1 | 7700K - GTX1080N SLi

  4. The Following User Says Thank You to Yellow 13 For This Useful Post:

    lumpi999 (06-13-2014)

  5. #64
    dogem666's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Hey professor, do you know what mouse click/mouse click down/mouse click up command is? I've got the g36c perfect accuracy burst and no recoil but the script is in ahk modified from my old bf3 an94 1200rpm script, and I'd like to import it to lua.

    i.imgur.com/NZIiaRV.jpg

    Attached Thumbnails Attached Thumbnails
    NZIiaRV.jpg  

    Last edited by dogem666; 06-15-2014 at 08:13 AM.

  6. #65
    Yellow 13's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    1,430
    Reputation
    96
    Thanks
    4,968
    Quote Originally Posted by dogem666 View Post
    Hey professor, do you know what mouse click/mouse click down/mouse click up command is? I've got the g36c perfect accuracy burst and no recoil but the script is in ahk modified from my old bf3 an94 1200rpm script, and I'd like to import it to lua.
    PressMouseButton()

    ReleaseMouseButton()

    type which mouse button that you use to fire
    Rig | 5820K - GTX1080 AMP
    P870KM1 | 7700K - GTX1080N SLi

  7. #66
    lumpi999's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Posts
    58
    Reputation
    10
    Thanks
    15
    My Mood
    Amused
    For Hardline beta i use:
    M = Fire
    delete M for Map in Config
    Aim (hold) with right and Fire with left Mousebutton

    EnablePrimaryMouseButtonEvents(true);
    local recoil = not true;
    function OnEvent(event, arg) --Battlefield Hardline Beta
    if IsMouseButtonPressed(3) then
    if IsMouseButtonPressed(1) then
    repeat
    PressKey("M")
    Sleep(50)
    ReleaseKey("M")
    Sleep(50)
    MoveMouseRelative(0,15)
    PressKey("M")
    Sleep(50)
    ReleaseKey("M")
    Sleep(50)
    MoveMouseRelative(0,15)
    MoveMouseRelative(0,-1)
    PressKey("M")
    Sleep("50")
    ReleaseKey("M")
    Sleep("50")
    MoveMouseRelative(0,15)
    MoveMouseRelative(0,-1)
    until not IsMouseButtonPressed(1) or not IsMouseButtonPressed(3)
    end
    end
    end
    If the script work to long (emty gun and gun goes down but dont reload or so)
    You can add this line:
    if not IsMouseButtonPressed(1) then break end
    Break the script if you dont pressed the left Mousebutton

    If the recoil is to high or low you can change the red value!!
    MoveMouseRelative(0,15)
    Last edited by lumpi999; 06-16-2014 at 02:36 PM.

  8. #67
    LogicIII's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    5
    no uibfasuibfubifeasugbifeasubifegasubi

  9. #68
    Iwantmymacro's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Can someone post the script for the ACE 23?

  10. #69
    Boss73's Avatar
    Join Date
    May 2014
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    Hi Professor, can u make it for Ace 23 and AWS pls?
    Nice work

  11. #70
    babiluzion974's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    1
    Can someone post the script for the M16A4 ? please

  12. #71
    Color's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    19,896
    Reputation
    2588
    Thanks
    7,864
    My Mood
    Lurking
    Quote Originally Posted by babiluzion974 View Post
    Can someone post the script for the M16A4 ? please
    That gun is easy as f*ck to handle, why would you need a script lol?

    Member Since 8/05/2012
    Editor 4/04/13 - 4/21/13
    Middleman 7/14/13 - 11/4/13

    Battlefield Minion 6/13/14-3/20/15
    Steam Minion 7/16/14-3/20/15

    Minion+ 10/1/14-3/20/15
    M.A.T. Minion 10/19/14-3/20/15
    ROTMG Minion 1/14/15-3/20/15

    Donator Since 2/26/15 (Thanks @Cursed!)
    Steam Minion 5/9/15 - 11/5/15
    OSFPS Minion 9/15/15 - 11/5/15


  13. #72
    professor315's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    26
    Reputation
    10
    Thanks
    476
    Until new DLC release, here is a no recoil macro for your loving ACE23.
    ACE23_HeavyBarrel_Angled_norecoil
    -any RDS only
    -Angled
    -Heavybarrel

    GstInput.MouseRawInput 1
    GstInput.MouseSensitivity 0.020000
    GstInput.MouseSensitivityVehicle 0.300000

    Open your LGS panel, navigate to your profile tab, import the macro profile i attach, set it as "Persistent".

    Now you should be able every time you are holding right mouse button, when you press the left mouse button to notice the auto cursor movement (so yes it is working only with scope/aim on). Easy as this, first hold the right mouse button, then click or hold the left mouse button and it works.
    Please do not pm me for skype, videos, tutorial etc, it can not be made simpler than this.

    Enjoy!


    https:// www .virustotal .com / de/file/b54582a3617c31c230ac88c4dee3c096ce683b55 d9a0c0325bef956697fd96c6/analysis/1404483651/
    https:// virusscan .jotti .org/ en/ scanresult/db356835e2e2b4f02ba7f633c 654074903d8a215
    <b>Downloadable Files</b> Downloadable Files

  14. The Following 50 Users Say Thank You to professor315 For This Useful Post:

    ares0027 (11-22-2014),audiohacked (12-06-2014),aydinexx (11-22-2017),bancomat2 (11-05-2014),bebert1512 (02-01-2018),BeDDonG (10-04-2014),BloodyI (07-05-2015),boomkaap (11-26-2014),bromagick (07-05-2015),canınacakam (09-05-2014),Carciofo96 (02-14-2016),def599 (02-27-2015),Deimosmacro (07-05-2014),despo_b (02-18-2015),ereisermisti (08-02-2015),FearNot (10-01-2018),Feomatar (04-22-2016),Hansa2906 (04-27-2016),HaxxerPanda (02-18-2015),Inverted Death (04-10-2016),j4n5 (07-17-2014),jacky6233 (01-19-2015),kisa101 (09-08-2014),koolbhoy (08-22-2014),kulabacsi (04-18-2015),landaxe (07-26-2014),lumpi999 (07-04-2014),madtery (03-09-2016),max970 (10-16-2014),Mickey 38 (10-30-2016),music373737 (11-03-2015),nastydog11 (11-25-2014),Nisulid (10-21-2014),notahackerforsure (06-07-2016),OB1ishere (12-30-2014),otaviorem (08-04-2016),pindakaas01 (09-15-2014),poolfish (09-06-2014),prazx (10-17-2015),Renegade1880 (07-15-2014),simo.1990 (01-26-2015),SirWilliamXI (04-14-2015),smackramen (09-29-2014),sonakshisinghania (08-08-2014),the3nd (03-29-2015),tokrot (11-25-2014),toxichue123 (04-24-2016),User67263 (02-06-2016),Yomerox1 (03-16-2016),Zepheion (09-24-2015)

  15. #73
    Color's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    19,896
    Reputation
    2588
    Thanks
    7,864
    My Mood
    Lurking
    Approved.

    Member Since 8/05/2012
    Editor 4/04/13 - 4/21/13
    Middleman 7/14/13 - 11/4/13

    Battlefield Minion 6/13/14-3/20/15
    Steam Minion 7/16/14-3/20/15

    Minion+ 10/1/14-3/20/15
    M.A.T. Minion 10/19/14-3/20/15
    ROTMG Minion 1/14/15-3/20/15

    Donator Since 2/26/15 (Thanks @Cursed!)
    Steam Minion 5/9/15 - 11/5/15
    OSFPS Minion 9/15/15 - 11/5/15


  16. The Following User Says Thank You to Color For This Useful Post:

    lumpi999 (07-04-2014)

  17. #74
    HNELITE's Avatar
    Join Date
    Feb 2014
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed
    can you get banned???

  18. #75
    Color's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    19,896
    Reputation
    2588
    Thanks
    7,864
    My Mood
    Lurking
    Quote Originally Posted by HNELITE View Post
    can you get banned???
    No macros wont get you banned.

    Member Since 8/05/2012
    Editor 4/04/13 - 4/21/13
    Middleman 7/14/13 - 11/4/13

    Battlefield Minion 6/13/14-3/20/15
    Steam Minion 7/16/14-3/20/15

    Minion+ 10/1/14-3/20/15
    M.A.T. Minion 10/19/14-3/20/15
    ROTMG Minion 1/14/15-3/20/15

    Donator Since 2/26/15 (Thanks @Cursed!)
    Steam Minion 5/9/15 - 11/5/15
    OSFPS Minion 9/15/15 - 11/5/15


  19. The Following User Says Thank You to Color For This Useful Post:

    lumpi999 (07-06-2014)

Page 5 of 23 FirstFirst ... 3456715 ... 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