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

    Arrow mpAutoPickup v1.0: Auto pickup loot

    Hey guys !

    This is a script that will auto-pick everything around you ! Very useful for dungeon runs !
    This is HIGHLY based on my anti afk and is a pain to use. I will release some update around it later (see future features)
    Requierments : AutoHotKey (last version I guess)

    How it works :
    Just start it, it will simulate a 'e' key long press on every active trove window every small amount of time.
    Press Numpad0 to exit. (To check if it's running look at the system tray and check if there is a small icon)

    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, A, TIME
    To change the time 'e' is hold it change there :
    Code:
    	Sleep, TIME
     

    Code:
    SetTimer, A, 999
    return
    A:
    	WinGet, l, list, Trove
    	Loop %l%
    	{
    		d := l%a_index%
    		WinGet, PID, PID, ahk_id %d%
    		ControlSend, , {e down}, ahk_pid %PID%
    		Sleep, 1800
    		ControlSend, , {e up}, ahk_pid %PID%
    	}
    	return
    Numpad0::
    	ExitApp


     

    Code:
    V1.0 (253b):
    Initial release


    There are the virus scans :
    https://virusscan.jotti.org/fr-FR/fi...job/0c3agohkm1
    https://www.virustotal.com/en/file/0...is/1453627940/

    <b>Downloadable Files</b> Downloadable Files

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

    Kaochra1 (01-30-2016),KinqxTrip (01-25-2016),MagromizCZ (01-26-2016),maintmax (01-27-2016),nescafe2010 (01-29-2016),punzaza171 (01-30-2016),s0ulskull (01-24-2016)

  3. #2
    HetrexRo's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Location
    Germany
    Posts
    4
    Reputation
    10
    Thanks
    8
    My Mood
    Yeehaw
    when i press numpad 0 it doesen't work .. .why?

  4. #3
    R34Lw0rd's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by HetrexRo View Post
    when i press numpad 0 it doesen't work .. .why?
    Quote Originally Posted by mpmoi View Post
    Press Numpad0 to exit. (To check if it's running look at the system tray and check if there is a small icon)

    read carefully

  5. #4
    Yemiez's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Sweden
    Posts
    2,566
    Reputation
    731
    Thanks
    16,279
    My Mood
    Devilish
    Just source, approved!

  6. #5
    mpmoi's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Location
    Here there
    Posts
    788
    Reputation
    26
    Thanks
    4,400
    My Mood
    Drunk
    Thanks . will update soon

Similar Threads

  1. [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
  2. [Help Request] Auto loot
    By m4a1klein in forum Vindictus Help
    Replies: 12
    Last Post: 06-01-2011, 01:05 AM
  3. [Patched] Alessandro CA BR Auto ON [NXChams][ShowFps][NoFog][NoSpread][PickUP]
    By Alessandro10 in forum Combat Arms Brazil Hacks
    Replies: 15
    Last Post: 11-15-2010, 01:02 PM
  4. auto pickup
    By shadowkiller210 in forum MapleStory Hacks, Cheats & Trainers
    Replies: 3
    Last Post: 08-28-2010, 11:17 AM
  5. auto pickup
    By shadowkiller210 in forum MapleStory Hacks, Cheats & Trainers
    Replies: 2
    Last Post: 03-03-2010, 11:51 PM