Results 1 to 10 of 10
  1. #1
    Skilledbear's Avatar
    Join Date
    Jan 2019
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0

    Any Script For Logitech Mouse Paid or Free

    is there any Lua script for logitech mouse for battlefield V even if its paid for small amount

    REQUEST ! NOT RELEASE IM SORRY FOR THIS MISTAKE
    Last edited by Bodvar; 09-25-2020 at 02:10 AM.

  2. #2
    twukk's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    0
    cronus as one id check there hear it works amazing to

  3. #3
    Silent's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    5,070
    Reputation
    2172
    Thanks
    8,474
    My Mood
    Bitchy
    purchasing cheats and referring to outside sites is not allowed. just a reminder.
    Click Here to visit the official MPGH wiki! Keep up with the latest news and information on games and MPGH! To check out pages dedicated to games, see the links below!











    dd/mm/yyyy
    Member - 31/01/2015
    Premium - 12/09/2016
    Call of Duty minion - 05/11/2016 - 05/11/2019
    BattleOn minion - 28/02/2017 - 05/11/2019
    Battlefield minion - 30/05/2017 - 05/11/2019
    Other Semi-Popular First Person Shooter Hacks minion - 21/09/2017 - 17/09/2019
    Publicist - 07/11/2017 - 02/08/2018
    Cock Sucker - 01/12/2017 - Unknown
    Minion+ - 06/03/2018 - 05/11/2019
    Fortnite minion - 08/05/2018 - 05/11/2019
    Head Publicist - 08/10/2018 - 10/01/2020
    Developer Team - 26/10/2019 - 10/01/2020
    Former Staff - 10/01/2020



  4. #4
    danielreseller2's Avatar
    Join Date
    Aug 2018
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    0
    yea ive heard that too

  5. #5
    ThatDayV's Avatar
    Join Date
    Oct 2016
    Gender
    male
    Posts
    38
    Reputation
    10
    Thanks
    1
    My Mood
    Amused
    this site is dry boys

  6. #6
    AccountRus's Avatar
    Join Date
    Jul 2019
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Skilledbear View Post
    is there any Lua script for logitech mouse for battlefield V even if its paid for small amount

    REQUEST ! NOT RELEASE IM SORRY FOR THIS MISTAKE
    I do have one if you would like to pm me I can sell it to you for £4

  7. #7
    Fasthackeromg's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Location
    In your mind
    Posts
    14
    Reputation
    10
    Thanks
    2
    My Mood
    Inspired
    you can reuse bf1 ones e.g here

    EnablePrimaryMouseButtonEvents(true);

    function OnEvent(event, arg)
    --only supported in v8.94.108+
    if IsKeyLockOn("scrolllock" )then
    if IsMouseButtonPressed(3)then
    repeat
    --norecoil
    if IsMouseButtonPressed(1) then
    PressKey("Q")
    Sleep(20)
    ReleaseKey("Q")
    repeat
    MoveMouseRelative(0,3)
    --change this value
    Sleep(33)
    until not IsMouseButtonPressed(1)
    end

    --Rapid Fire Script
    if IsMouseButtonPressed(4) then
    PressKey("Q")
    Sleep(20)
    ReleaseKey("Q")
    repeat
    PressMouseButton(1)
    Sleep(30)
    ReleaseMouseButton(1)
    MoveMouseRelative(0,3)
    Sleep(30)
    until not IsMouseButtonPressed(4)
    end

    --perfect burst
    if IsMouseButtonPressed(5) then
    repeat
    PressMouseButton(1)
    Sleep(150)
    ReleaseMouseButton(1)
    Sleep(170)
    until not IsMouseButtonPressed(5)
    end
    until not IsMouseButtonPressed(3)
    end

    --quickscope
    if IsMouseButtonPressed(5) then
    repeat
    PressMouseButton(3)
    Sleep(30)

    PressKey("lshift")
    --how long the scoping in takes
    Sleep(380)

    PressMouseButton(1)
    Sleep(50)
    ReleaseMouseButton(1)

    ReleaseKey("lshift")

    ReleaseMouseButton(3)
    --how long it takes after shooting to repeat
    Sleep(500)
    until not IsMouseButtonPressed(5)
    end

    if IsMouseButtonPressed(4) then
    --zoom in + rapid fire
    if IsKeyLockOn("capslock") then
    PressMouseButton(3)
    PressKey("Q")
    Sleep(20)
    ReleaseKey("Q")
    repeat
    PressMouseButton(1)
    Sleep(30)
    ReleaseMouseButton(1)
    --change this value
    MoveMouseRelative(0,3)
    Sleep(30)
    until not IsMouseButtonPressed(4)
    ReleaseMouseButton(3)
    else
    --zoom in and normal recoil control
    PressMouseButton(3)
    PressMouseButton(1)
    PressKey("Q")
    Sleep(20)
    ReleaseKey("Q")
    repeat
    MoveMouseRelative(0,1)
    --change this value
    Sleep(33)
    until not IsMouseButtonPressed(4)
    ReleaseMouseButton(3)
    ReleaseMouseButton(1)
    end
    end

    --quick revive
    if IsMouseButtonPressed(2) then
    PressKey("4")
    Sleep(30)
    ReleaseKey("4")
    Sleep(700)
    PressMouseButton(1)
    Sleep(30)
    ReleaseMouseButton(1)
    PressKey("1")
    end
    end
    end

  8. The Following User Says Thank You to Fasthackeromg For This Useful Post:

    moseman (10-02-2021)

  9. #8
    b3rk4n96's Avatar
    Join Date
    Aug 2017
    Gender
    male
    Location
    Istanbul
    Posts
    41
    Reputation
    25
    Thanks
    4
    Looks like good

  10. #9
    OnionPowder's Avatar
    Join Date
    Feb 2020
    Gender
    female
    Posts
    10
    Reputation
    10
    Thanks
    9
    This is a sick ass release, thanks.

  11. #10
    Cheats4us's Avatar
    Join Date
    Sep 2020
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    26
    Quote Originally Posted by Fasthackeromg View Post
    you can reuse bf1 ones e.g here

    EnablePrimaryMouseButtonEvents(true);

    function OnEvent(event, arg)
    --only supported in v8.94.108+
    if IsKeyLockOn("scrolllock" )then
    if IsMouseButtonPressed(3)then
    repeat
    --norecoil
    if IsMouseButtonPressed(1) then
    PressKey("Q")
    Sleep(20)
    ReleaseKey("Q")
    repeat
    MoveMouseRelative(0,3)
    --change this value
    Sleep(33)
    until not IsMouseButtonPressed(1)
    end

    --Rapid Fire Script
    if IsMouseButtonPressed(4) then
    PressKey("Q")
    Sleep(20)
    ReleaseKey("Q")
    repeat
    PressMouseButton(1)
    Sleep(30)
    ReleaseMouseButton(1)
    MoveMouseRelative(0,3)
    Sleep(30)
    until not IsMouseButtonPressed(4)
    end

    --perfect burst
    if IsMouseButtonPressed(5) then
    repeat
    PressMouseButton(1)
    Sleep(150)
    ReleaseMouseButton(1)
    Sleep(170)
    until not IsMouseButtonPressed(5)
    end
    until not IsMouseButtonPressed(3)
    end

    --quickscope
    if IsMouseButtonPressed(5) then
    repeat
    PressMouseButton(3)
    Sleep(30)

    PressKey("lshift")
    --how long the scoping in takes
    Sleep(380)

    PressMouseButton(1)
    Sleep(50)
    ReleaseMouseButton(1)

    ReleaseKey("lshift")

    ReleaseMouseButton(3)
    --how long it takes after shooting to repeat
    Sleep(500)
    until not IsMouseButtonPressed(5)
    end

    if IsMouseButtonPressed(4) then
    --zoom in + rapid fire
    if IsKeyLockOn("capslock") then
    PressMouseButton(3)
    PressKey("Q")
    Sleep(20)
    ReleaseKey("Q")
    repeat
    PressMouseButton(1)
    Sleep(30)
    ReleaseMouseButton(1)
    --change this value
    MoveMouseRelative(0,3)
    Sleep(30)
    until not IsMouseButtonPressed(4)
    ReleaseMouseButton(3)
    else
    --zoom in and normal recoil control
    PressMouseButton(3)
    PressMouseButton(1)
    PressKey("Q")
    Sleep(20)
    ReleaseKey("Q")
    repeat
    MoveMouseRelative(0,1)
    --change this value
    Sleep(33)
    until not IsMouseButtonPressed(4)
    ReleaseMouseButton(3)
    ReleaseMouseButton(1)
    end
    end

    --quick revive
    if IsMouseButtonPressed(2) then
    PressKey("4")
    Sleep(30)
    ReleaseKey("4")
    Sleep(700)
    PressMouseButton(1)
    Sleep(30)
    ReleaseMouseButton(1)
    PressKey("1")
    end
    end
    end
    thx for the script

Similar Threads

  1. Does anyone have any macro for CrossFire? (mouse macro) (logitech)
    By ihackeveryday in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 1
    Last Post: 07-25-2018, 11:15 AM
  2. [Help] Battlefield Play 4 free script For Logitech g400
    By aldi01 in forum Battlefield Play4Free Hacks
    Replies: 0
    Last Post: 09-18-2014, 02:28 PM
  3. [Help Request] VA wont launch any scripts for me?
    By NightTimeHD in forum DayZ Help & Requests
    Replies: 8
    Last Post: 02-19-2013, 09:51 AM
  4. [Solved] There is any script for the 360° trick?
    By tikastro1 in forum Call of Duty Modern Warfare 2 Help
    Replies: 3
    Last Post: 08-15-2011, 02:14 PM