Results 1 to 9 of 9
  1. #1
    mpmoi's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Location
    Here there
    Posts
    788
    Reputation
    26
    Thanks
    4,404
    My Mood
    Drunk

    Arrow MpAutoPickup v1.2 : Automatically collects loot !

    Hey guys !

    This is a script that will auto-pick everything around you ! Very useful for dungeon runs !
    Requierments : AutoHotKey (last version I guess)

    How it works :
    Press Numpad9 To start/stop on the active window.
    Clothe the AHK window to stop it

    Well providing screenshots would be useless, let me know if you think about something to improve.

    How you get this ?
    Just grab the source code and paste it in a .ahk file and start it!
    You can also download it directly.

    /!\ This won't work if you renamed Trove's window (Some account launchers are doing that, care)

    To change the amount of time between 2 keypresses, change TIME by the amount you want (in ms)
    Code:
    	SetTimer, SendControls, TIME
    To change the time 'e' is hold it change there :
    Code:
    	Random, r, MIN, MAX
     

    Code:
    #Persistent
    
    Pids := Object()
    
    Process, Exist, TeamViewer.exe
      If (ErrorLevel)
        Msgbox, "Teamviewer is currenly running. This is a known program to cause issues with the bot. Please close it or disable quick connect feature. If issues still happen try to uninstall it."
    
    Gui, Add, Text,, mpAutoPickup v1.2`n`nKeys :`nNumpad9 to start/pause`n`nActive accunts count :
    Gui, Add, Text, vCount w200
    Gui -Resize -MinimizeBox
    Gui, Show,,mpAutoPickup
    
    SetTimer, SendControls, 999
    SetTimer, UpdateGui, 250
    return
    
    numpad9::
    	WinGet, APID, PID, A
    	WinGetTitle, winTitle, ahk_pid %APID%
    	if (winTitle = "Trove"){
    		found = 0
    		for i, p in Pids
    			if (p=APID)
    				found=1
    		if (found!=1){
    			Pids.Insert(APID)
    			ToolTip, %APID% Now active
    			SetTimer, RemoveToolTip, 5000
    		}else{
    			newPids := Object()
    			for i, p in Pids
    				if (p!=APID)
    					newPids.Insert(p)
    			Pids := newPids
    			ToolTip, %APID% Now inactive
    			SetTimer, RemoveToolTip, 5000
    		}
    	}else{
    		Msgbox, %winTitle% is not a valid Trove window
    	}
    	return
    
    SendControls:
    	for i, pid in Pids{
    		ControlSend, , {e down}, ahk_pid %PID%
    		Random, r, 999, 1999
    		Sleep, %r%
    		ControlSend, , {e up}, ahk_pid %PID%
    	}
    	return
    
    UpdateGui:
    	c := Pids.MaxIndex()
    	GuiControl,, Count, %c%
    	return
    
    RemoveToolTip:
    	SetTimer, RemoveToolTip, Off
    	ToolTip
    	return
    
    GuiClose:
    	ExitApp


     

    Code:
    V1.0 (253b):
    Initial release
    
    V1.1 (1440b):
    Gui added
    Now supports start/pause per account
    
    V1.1 (1388b):
    Lighter file
    Timer improvment


    There are the virus scans :
    https://www.virustotal.com/en/file/4...is/1464983766/
    https://virusscan.jotti.org/fr-FR/fi...job/crw8osojl8

    NOTE : Old thread can be closed
    <b>Downloadable Files</b> Downloadable Files

  2. The Following 26 Users Say Thank You to mpmoi For This Useful Post:

    AIIDEAI (07-30-2016),ALPACA222 (10-26-2016),clockerindo (08-06-2016),darkasx (06-08-2016),Domii3666 (06-07-2016),DWK (07-31-2016),entroxx (08-03-2016),gnomepy (06-07-2016),Heae (06-04-2016),RuShi (06-06-2016),Hunter (11-09-2016),jjjgoshu (06-22-2016),jonny7777125 (06-29-2016),lappy (06-29-2016),lauwz (06-07-2016),manocheila (06-14-2016),matirosko (06-09-2016),[MPGH]Psychotic (06-06-2016),sirskittlegaming (08-25-2016),TaiGel (08-04-2016),vardarling (08-16-2016),VocaNope (06-04-2016),wlgns6751 (08-03-2016),XXXHAX0RXXX (07-24-2016),zlyjakcza12 (11-09-2016),ZorakYj2.0 (06-19-2016)

  3. #2
    Hero's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    memes
    Posts
    40,142
    Reputation
    4764
    Thanks
    9,684
    Sorry for late approval. Approved.
    [] [] [] [][]

    Editor from 06•14•2011 • 2014
    Donator since 09•16•2011
    Minion from 10•10•2011 • 01•06•2011
    Minion+ from 01•06•2012 • 08•08•2012
    Moderator from 08•08•2012 • 10•06•2012
    Global Moderator from 10•06•2012 • 12•05•2017
    Staff Administrator from 12•05•2017 • 05•01•2019
    Trusted Member since 07•13•2019
    Global Moderator since 09•11•2020




  4. #3
    mpmoi's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Location
    Here there
    Posts
    788
    Reputation
    26
    Thanks
    4,404
    My Mood
    Drunk
    No problem thanks !

  5. #4
    pexilo's Avatar
    Join Date
    Jul 2016
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    How to change the hotkey for start the bot ?

    Thanks.

  6. #5
    mpmoi's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Location
    Here there
    Posts
    788
    Reputation
    26
    Thanks
    4,404
    My Mood
    Drunk
    change the line

    Code:
    numpad9::

    by

    Code:
    {yourkey}::
    by replacyng {yourkey} by the key you want to use as the hotkey
    ~~~~~~~~~~
    Vouch thread
    ~~~~~~~~~~
    Trove scripts :
    Anti afk kick ~ Fishing bot ~ Bombing bot ~ Items picking
    ~~~~~~~~~~
    Trove cheats & tools:
    Fishing pointer ~ Speedhack
    ~~~~~~~~~~
    Trove tutorials :
    Find fishing pointer
    ~~~~~~~~~~

  7. #6
    Laflecheboucher's Avatar
    Join Date
    Jul 2016
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    26
    My Mood
    Confused
    how too use AHK file ?

  8. #7
    Bielhp's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Im getting a is not a valid trove window error what could it be?

  9. #8
    mpmoi's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Location
    Here there
    Posts
    788
    Reputation
    26
    Thanks
    4,404
    My Mood
    Drunk
    Quote Originally Posted by Bielhp View Post
    Im getting a is not a valid trove window error what could it be?
    I'll check later today

    - - - Updated - - -

    Quote Originally Posted by Bielhp View Post
    Im getting a is not a valid trove window error what could it be?
    Note that the trove window must be active when you press numpad9. Also note that the window must be renamed (will be fixed soon)
    ~~~~~~~~~~
    Vouch thread
    ~~~~~~~~~~
    Trove scripts :
    Anti afk kick ~ Fishing bot ~ Bombing bot ~ Items picking
    ~~~~~~~~~~
    Trove cheats & tools:
    Fishing pointer ~ Speedhack
    ~~~~~~~~~~
    Trove tutorials :
    Find fishing pointer
    ~~~~~~~~~~

  10. #9
    Hunter's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    Depths Of My Mind.
    Posts
    17,468
    Reputation
    3771
    Thanks
    6,159
    My Mood
    Cheerful
    /Outdated, closed.

Similar Threads

  1. [Release] MpAutoPickup v1.3 : Automatically collects loot !
    By mpmoi in forum Trove Hacks & Cheats
    Replies: 1
    Last Post: 11-09-2016, 10:28 AM
  2. [Outdated] mpAutoPickup v1.1: Auto pickup loot now improved
    By mpmoi in forum Trove Hacks & Cheats
    Replies: 10
    Last Post: 04-23-2016, 08:06 AM
  3. [Outdated] mpAutoPickup v1.0: Auto pickup loot
    By mpmoi in forum Trove Hacks & Cheats
    Replies: 4
    Last Post: 01-26-2016, 03:44 PM
  4. [Tutorial] CLASH OF LORDS 2(AUTO COLLECT BOXES&SEARCH LOOT)
    By xmodgames in forum Android OS
    Replies: 0
    Last Post: 10-13-2015, 03:24 AM
  5. My list of KO hack tools I have collected
    By SATANICAT in forum General Game Hacking
    Replies: 5
    Last Post: 09-23-2006, 07:07 PM