Results 1 to 3 of 3
  1. #1
    3rd's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    26
    Reputation
    10
    Thanks
    3

    Thumbs up Trove Background AFK clean Boomeranger or other... AHK

    I made this script for a ship, namely boomeranger farming.
    The script runs in the background, you can watch YouTube, play another game, the script will continue to work only in Trove
    What does this script do?
    Auto attack, uses skill 2 and collects items.
    PS: you should add an additional button for the primary attack, I don’t know why but this fucking game didn’t want to attack if I indicated to attack with the mouse.


    F3=Start Script

    F2=Pause Script

    PS2: If you have any questions, I will try to answer.


    DetectHiddenWindows, On
    SetTitleMatchMode, 2

    WinGetClass, WinClass, Trove

    loop {
    SetTimer, GetFocus, 200
    }
    return

    GetFocus:
    ControlFocus,, Trove
    Return


    F3::
    loop
    {
    Controlsend,, {Numpad0 down}, ahk_class %WinClass%
    Sleep 100
    Controlsend,, {2 down}, ahk_class %WinClass%
    Sleep 200
    Controlsend,, {2 up}, ahk_class %WinClass%
    Sleep 30000
    Controlsend,, {e down}, ahk_class %WinClass%
    Sleep 500
    Controlsend,, {e up}, ahk_class %WinClass%

    }



    F2::Pause




    You must have AutoHotkey installed for this script to work.

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

    Masco951 (2 Weeks Ago)

  3. #2
    3rd's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    26
    Reputation
    10
    Thanks
    3
    There is a problem, if Steam is running, the script will not work for some reason, I don’t know if everyone can have this problem, but if this happens, turn off Steam.

  4. #3
    Lord12c's Avatar
    Join Date
    Apr 2023
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by 3rd View Post
    There is a problem, if Steam is running, the script will not work for some reason, I don’t know if everyone can have this problem, but if this happens, turn off Steam.
    this works good if you want it

    #Persistent
    #NoEnv

    WinGetClass, WinClass, Trove
    Active := false

    F3::
    if (Active)
    {
    SetTimer, SendBackground, Off
    Active := false
    }
    Else
    {
    SetTimer, SendBackground, 100
    Active := True
    }
    Return

    F2::
    SetTimer, SendBackground, Off
    Active := false
    Return

    SendBackground:
    Controlsend,, {Numpad0 down}, ahk_class %WinClass%
    Sleep 100
    Controlsend,, {2 down}, ahk_class %WinClass%
    Sleep 200
    Controlsend,, {2 up}, ahk_class %WinClass%
    Sleep 30000
    Controlsend,, {e down}, ahk_class %WinClass%
    Sleep 500
    Controlsend,, {e up}, ahk_class %WinClass%
    return
    Last edited by Lord12c; 10-31-2023 at 08:10 PM.

  5. The Following User Says Thank You to Lord12c For This Useful Post:

    3rd (10-31-2023)

Similar Threads

  1. [Release] Trove Background Click and ClickDrag Functions For AHK
    By phj280600 in forum Trove Hacks & Cheats
    Replies: 29
    Last Post: 11-11-2020, 02:46 AM
  2. ahk no recoil and other ahk hack on esea
    By 2fmz in forum Counter-Strike 2 Discussions
    Replies: 4
    Last Post: 09-28-2018, 11:43 PM
  3. [WTS] Trove account full radiant boomeranger Fortras Albairn etc.
    By killer2610 in forum Trove Marketplace
    Replies: 8
    Last Post: 07-19-2017, 04:26 AM
  4. [Release] Trove Anti-AFK
    By Akolon13 in forum Trove Hacks & Cheats
    Replies: 4
    Last Post: 06-14-2017, 02:57 AM
  5. [Patched] Trove Fishing Bot (AHK Background)
    By HaHaItsJake in forum Trove Hacks & Cheats
    Replies: 54
    Last Post: 04-07-2015, 02:27 PM

Tags for this Thread