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

    Arrow MpAutoPickup v1.3 : 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 aactive 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.

    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
    	WinGet, process, ProcessName, ahk_pid %APID%
    	if (process = "Trove.exe"){
    		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, %process% 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.2 (1388b):
    Lighter file
    Timer improvment
    
    1.3 (1389b):
    Working with renamed window


    There are the virus scans :
    https://virusscan.jotti.org/en-US/fi...job/78riz7zqma
    https://www.virustotal.com/en/file/7...is/1478708544/

    NOTE : Old thread can be closed

    <b>Downloadable Files</b> Downloadable Files
    ~~~~~~~~~~
    Vouch thread
    ~~~~~~~~~~
    Trove scripts :
    Anti afk kick ~ Fishing bot ~ Bombing bot ~ Items picking
    ~~~~~~~~~~
    Trove cheats & tools:
    Fishing pointer ~ Speedhack
    ~~~~~~~~~~
    Trove tutorials :
    Find fishing pointer
    ~~~~~~~~~~

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

    3rd (10-31-2023),Adilia (04-11-2018),Ainima94 (12-13-2016),asd953789 (02-15-2018),augchen (09-22-2017),aunman (12-03-2016),Blacky! (07-09-2017),Bryan (11-09-2016),chipon1 (02-16-2020),Daniel1270 (11-12-2016),emma55699 (08-13-2017),eMotionSs (01-20-2017),Emre Akyildiz (12-10-2016),etagle (12-11-2017),galyfray (04-11-2018),hacker706 (01-18-2017),icows (11-11-2016),iFaker64 (10-18-2019),inspecter51 (12-02-2016),Killerdog0621 (07-11-2017),lavablob2 (11-22-2016),Lythed (07-26-2017),Magyar2002 (03-03-2019),Matochyo (11-03-2018),mehfan (06-27-2017),Metalizer1st (06-04-2017),micri (08-13-2018),nanod (06-27-2018),queteimpor (02-28-2018),Reginleifrx (04-16-2020),romancejr (12-07-2016),selgron (07-16-2020),ST411 (06-22-2022),suzuka5 (01-27-2017),TakeosOfficiel (02-22-2021),thiefxhunter (11-01-2017),thigocesar (04-02-2017),ThousandDragon (11-09-2016),tistis (02-02-2020),trantrongtienlx (12-04-2018),Vampire_Corp (12-31-2017),vinirahal22 (05-11-2022),WhyAm (12-06-2016),wolffmiester (11-09-2016),xx1987 (11-18-2016),yohol (01-25-2020)

  3. #2
    Psychotic's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    13,825
    Reputation
    4234
    Thanks
    6,055
    /Approved

    Previous version(s) will be closed.






    Super User since 02.02.2020
    Global Moderator since 09.23.2017
    Moderator since 09.01.2016
    Minion+ since 07.22.2016

    Marketplace Minion since 06.09.2016
    Trove Minion since 06.06.2016
    Middleman since 04.21.2016
    Social Engineering Minion since 02.03.2016
    News FO Freelancer From 11.08.2015 to 07.23.2016
    News FO Head Editor From 08.23.2015 to 11.08.2015
    News FO Head Editor From 07.19.2012 to 08.11.2014
    MPGH News and News FO Founder
    Programming Minion From Unknown to 04.23.2013
    Minecraft Minion From 09.19.2012 to 04.23.2013
    Member since 05.13.2012



  4. The Following 2 Users Say Thank You to Psychotic For This Useful Post:

    Bryan (11-09-2016),mpmoi (11-10-2016)

Similar Threads

  1. [Outdated] MpAutoPickup v1.2 : Automatically collects loot !
    By mpmoi in forum Trove Hacks & Cheats
    Replies: 8
    Last Post: 11-09-2016, 10:31 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