Results 1 to 8 of 8
  1. #1
    triptowel's Avatar
    Join Date
    Jul 2018
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0

    Trove only autokey

    so i've got this hotkey to hold on left mouse when i pres f1
    F1::
    alt := not alt
    if (alt)
    {
    Click down
    }
    else
    {
    Click up
    }
    Return
    how would i make this so it only works on trove and not everything else?

  2. #2
    xoetirc's Avatar
    Join Date
    Apr 2018
    Gender
    male
    Posts
    83
    Reputation
    10
    Thanks
    5
    My Mood
    Relaxed
    Quote Originally Posted by triptowel View Post
    so i've got this hotkey to hold on left mouse when i pres f1
    F1::
    alt := not alt
    if (alt)
    {
    Click down
    }
    else
    {
    Click up
    }
    Return
    how would i make this so it only works on trove and not everything else?
    I dont know if you could do it automatically but you cound manually do it by adding an hotkey to pause and resume the script

  3. #3
    phj280600's Avatar
    Join Date
    Apr 2017
    Gender
    male
    Posts
    206
    Reputation
    10
    Thanks
    130
    My Mood
    Inspired
    Quote Originally Posted by triptowel View Post
    so i've got this hotkey to hold on left mouse when i pres f1
    F1::
    WinGetTitle, ActiveWindow, ahk_exe Trove.exe
    if ActiveWindow = Trove {
    alt := not alt
    if (alt)
    {
    Click down
    }
    else
    {
    Click up
    }
    }
    Return
    how would i make this so it only works on trove and not everything else?
    ControlClick might possibly work, but im not sure it will.
    Or make an if statement that if active window tit
    Last edited by phj280600; 09-01-2018 at 04:51 AM.

  4. #4
    xoetirc's Avatar
    Join Date
    Apr 2018
    Gender
    male
    Posts
    83
    Reputation
    10
    Thanks
    5
    My Mood
    Relaxed
    Quote Originally Posted by phj280600 View Post
    ControlClick might possibly work, but im not sure it will.
    Or make an if statement that if active window tit
    Controlclick doesnt work with trove sadly

  5. #5
    phj280600's Avatar
    Join Date
    Apr 2017
    Gender
    male
    Posts
    206
    Reputation
    10
    Thanks
    130
    My Mood
    Inspired
    It can't click while on focused yes, but im not so sure it won't work if you have it focused.

  6. #6
    xoetirc's Avatar
    Join Date
    Apr 2018
    Gender
    male
    Posts
    83
    Reputation
    10
    Thanks
    5
    My Mood
    Relaxed
    Quote Originally Posted by phj280600 View Post
    It can't click while on focused yes, but im not so sure it won't work if you have it focused.
    from everything what ive tested, it only clicks at the location your mouse cursor is when using controlclick with trove, so it might not even be that bad of an idea ^^ mb

    - - - Updated - - -

    should be enough for what he wants

  7. #7
    phj280600's Avatar
    Join Date
    Apr 2017
    Gender
    male
    Posts
    206
    Reputation
    10
    Thanks
    130
    My Mood
    Inspired
    Quote Originally Posted by xoetirc View Post
    from everything what ive tested, it only clicks at the location your mouse cursor is when using controlclick with trove, so it might not even be that bad of an idea ^^ mb

    - - - Updated - - -

    should be enough for what he wants
    Yea but something like this might also work:
    F1::
    WinGetTitle, ActiveWindow, ahk_exe Trove.exe
    if ActiveWindow = Trove {
    alt := not alt
    if (alt)
    {
    Click down
    }
    else
    {
    Click up
    }
    }
    Return

  8. #8
    danielreseller2's Avatar
    Join Date
    Aug 2018
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    0
    trove hacking is so interesting lol

Similar Threads

  1. [WTS] Trove FLUX @ 100k : $4 | 500k : $17.50 | 1mil : $30 ONLY ! ~ AmberKaizer ~
    By AmberKaizer in forum Trove Marketplace
    Replies: 1
    Last Post: 09-24-2016, 12:17 AM
  2. [WTS] Trove Beta Closed Key for 10€ (P.S.C. only)
    By Killer_Weekend. in forum Selling Accounts/Keys/Items
    Replies: 3
    Last Post: 10-31-2014, 10:10 AM
  3. [Release] Simple AutoKey Only MAT
    By XPS Hacking in forum Mission Against Terror Hacks & Cheats
    Replies: 41
    Last Post: 11-19-2012, 10:07 PM
  4. video disk only plays audio, WDF?
    By m164life in forum Hardware & Software Support
    Replies: 15
    Last Post: 10-22-2006, 12:12 PM
  5. bant stick VICTIM ONLY tag
    By -[standoff]- in forum Art & Graphic Design
    Replies: 1
    Last Post: 08-29-2006, 01:27 PM