Results 1 to 3 of 3

Threaded View

  1. #1
    3rd's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    27
    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 (4 Weeks Ago)

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