Results 1 to 4 of 4
  1. #1
    khorii's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Posts
    7
    Reputation
    84
    Thanks
    0

    Logitech Friends List Cleaner

    The old one isn't updated and it is very useful for people who use cracked accounts that have a Logitech mouse.

    Navigate to C:\Users\You\AppData\Local\Logitech\Logitech Gaming Software\profiles
    Open your profile with Notepad++
    Paste this into one of your macros
    Code:
    <mousemove x="49689" y="20043"/>
    <delay milliseconds="200"/>
    <mousebutton direction="down" button="right"/>
    <delay milliseconds="20"/>
    <mousebutton direction="up" button="right"/>
    <delay milliseconds="200"/>
    <mousemove x="50500" y="32000"/>
    <delay milliseconds="200"/>
    <mousebutton direction="down" button="left"/>
    <delay milliseconds="20"/>
    <mousebutton direction="up" button="left"/>
    <delay milliseconds="200"/>
    <mousemove x="31975" y="36000"/>
    <delay milliseconds="200"/>
    <mousebutton direction="down" button="left"/>
    <delay milliseconds="20"/>
    <mousebutton direction="up" button="left"/>
    Restart Logitech Gaming Software
    Find the macro and set to Toggle ; Delay 200
    My resolution is 1920x1080 and my client's window size is 1280 x 720

    If this doesn't work for your resolution and you prefer a bigger window size you can easily get your mouse positions with this script.
    Code:
    EnablePrimaryMouseButtonEvents(true)
    function OnEvent(event, arg)
    if (event == "MOUSE_BUTTON_PRESSED") then
    repeat
    x, y = GetMousePosition();
    OutputLogMessage(" Mouse is at %d, %d\n", x, y)
    Sleep(100)
    until not IsMouseButtonPressed(1)
    end
    end
    Save the script to your profile. Just click on your screen and the mouse position will be printed in the script's console right below. Then just replace mine with yours. Make sure to remove the script when you're done, it can be laggy.
    Last edited by khorii; 04-16-2019 at 03:47 AM.

  2. #2
    Janitor's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    MPGH Reports
    Posts
    16,255
    Reputation
    3259
    Thanks
    7,214
    Thanks for this.
    Maybe try using [code] tags within thread to make it neat and stand out more ?
    Example
    Code:
    <mousemove x="49689" y="20043"/>
    <delay milliseconds="200"/>
    <mousebutton direction="down" button="right"/>
    <delay milliseconds="20"/>
    <mousebutton direction="up" button="right"/>
    <delay milliseconds="200"/>
    <mousemove x="50500" y="32000"/>
    <delay milliseconds="200"/>
    <mousebutton direction="down" button="left"/>
    <delay milliseconds="20"/>
    <mousebutton direction="up" button="left"/>
    <delay milliseconds="200"/>
    <mousemove x="31975" y="36000"/>
    <delay milliseconds="200"/>
    <mousebutton direction="down" button="left"/>
    <delay milliseconds="20"/>
    <mousebutton direction="up" button="left"/>
    Last edited by Janitor; 04-16-2019 at 03:37 AM.

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

    khorii (04-16-2019)

  4. #3
    khorii's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Posts
    7
    Reputation
    84
    Thanks
    0
    Quote Originally Posted by Ninja View Post
    Thanks for this.
    Maybe try using [code] tags within thread to make it neat and stand out more ?
    Example
    Code:
    <mousemove x="49689" y="20043"/>
    <delay milliseconds="200"/>
    <mousebutton direction="down" button="right"/>
    <delay milliseconds="20"/>
    <mousebutton direction="up" button="right"/>
    <delay milliseconds="200"/>
    <mousemove x="50500" y="32000"/>
    <delay milliseconds="200"/>
    <mousebutton direction="down" button="left"/>
    <delay milliseconds="20"/>
    <mousebutton direction="up" button="left"/>
    <delay milliseconds="200"/>
    <mousemove x="31975" y="36000"/>
    <delay milliseconds="200"/>
    <mousebutton direction="down" button="left"/>
    <delay milliseconds="20"/>
    <mousebutton direction="up" button="left"/>
    Thanks for the tip

  5. #4
    TadasCZE8's Avatar
    Join Date
    Dec 2016
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    Thank you

Similar Threads

  1. [Outdated] Friend List cleaner
    By w4ssup in forum League of Legends Hacks & Cheats
    Replies: 140
    Last Post: 02-19-2020, 08:47 AM
  2. any1 else having friend list prob.
    By kcfreak in forum Combat Arms Discussions
    Replies: 12
    Last Post: 10-20-2009, 06:25 PM
  3. Mpgh friend list
    By mlkey in forum Alliance of Valiant Arms (AVA) Hacks & Cheats
    Replies: 29
    Last Post: 09-25-2009, 09:06 PM
  4. Friend list
    By rockhardie in forum Combat Arms Help
    Replies: 10
    Last Post: 09-07-2009, 11:06 PM
  5. Friends List
    By kirbythepuff in forum Combat Arms Hacks & Cheats
    Replies: 18
    Last Post: 09-07-2008, 09:22 AM