Trove Multi-Account-Login 2.2
Caffeine happened...
Example of setup:
(First run is normal, second I close two clients to show the crash handler)
To run these scripts you need AutoHotkey: https://autohotkey.com/
- Only Tested on Windows 10 with Steam Version of Trove in all available languages as of this post date
How-To-Use!
1. Extract files into a folder
2. Run "Glyph Login.ahk"
3. Enter Emails and Passwords to use
4. Click Continue
5. Choose your options
6. Press Launch
7. Wait™
To use this script alongside Nippy's Fishing bot:
- Run Nippy's Fishing Bot before logging in the accounts and let the script do the work
Current Issues:
ChangeLog:
Exit key for each script is F4
VirusTotal: 0/57 (13 unable to process)
https://www.virustotal.com/#/file/58...6f36/detection
VirusScan: (0/15)
https://virusscan.jotti.org/en-US/fi...job/njvym4m73b
Download: (wait for file approval)

It may be obvious to some but I remind you to use passwords for these accounts that are different to any other passwords you use. These passwords are saved into a text file, copied to the clipboard for short periods of time and are NOT SECURED!
Example of setup:
(First run is normal, second I close two clients to show the crash handler)
To run these scripts you need AutoHotkey: https://autohotkey.com/
- Only Tested on Windows 10 with Steam Version of Trove in all available languages as of this post date
How-To-Use!
1. Extract files into a folder
2. Run "Glyph Login.ahk"
3. Enter Emails and Passwords to use
4. Click Continue
5. Choose your options
6. Press Launch
7. Wait™
To use this script alongside Nippy's Fishing bot:
- Run Nippy's Fishing Bot before logging in the accounts and let the script do the work
Current Issues:
Issues
- Reply with a description of the issue you are having, I will try to get back to you and fix it.
- If the program doesn't seem to click "play" on glyph, try increasing wait_for_glyph_to_login to a higher number (in milliseconds) for optimal use
- Passwords are as unsafe as can be, considering adding some sort of encryption in a later release
- Not tested much, as always.
- If the program doesn't seem to click "play" on glyph, try increasing wait_for_glyph_to_login to a higher number (in milliseconds) for optimal use
- Passwords are as unsafe as can be, considering adding some sort of encryption in a later release
- Not tested much, as always.
ChangeLog:
Changes
[2.2] Changelog:
Intro:
Had caffeine withdrawl for a few days, got my fix and went mad and did this among other things.
Started using Visual Studio Code to do AHK and other languages and it's so much nicer than Notepad++ as it gives the preview of the zoomed out code on the right hand side and it's easier on my eyes, better syntax highlighting and easy file renaming and addition etc.
The extention i used (Visual Studo Code and extensions are free): https://marketplace.visualstudio.com...ode-autohotkey
Was thinking about adding password encryption that is "randomly" generated on first run but had problems doing it and gave up. Was thinking of getting two arrays of characters, one as they key, with the key saved in a file to be decoded to the clipboard but maybe I'll add that later.
TL;DR: I'm a noob at arrays in AHK.
Was taking a break from study to do this for a few solid hours so don't expect much in the future.
Changes:
-Added "Error_Display.ahk" which I'm using (to some extent) to display errors in a more user-friendly way
-Removed some parts of the startup which just added variables for no reason
-Added fancy magic code to header
-Changed check for crashed/closed clients to an individual level so the whole process isn't restarted
--Introduced a function (add_runnum) for adding to runnum to go through clients to launch
--window_setup now takes 2 parameters
--window_setup is now one big single loop so it can be broken out of
-Introduced a check for internet connectivity because my internet is a problem and it probably is for others
Intro:
Had caffeine withdrawl for a few days, got my fix and went mad and did this among other things.
Started using Visual Studio Code to do AHK and other languages and it's so much nicer than Notepad++ as it gives the preview of the zoomed out code on the right hand side and it's easier on my eyes, better syntax highlighting and easy file renaming and addition etc.
The extention i used (Visual Studo Code and extensions are free): https://marketplace.visualstudio.com...ode-autohotkey
Was thinking about adding password encryption that is "randomly" generated on first run but had problems doing it and gave up. Was thinking of getting two arrays of characters, one as they key, with the key saved in a file to be decoded to the clipboard but maybe I'll add that later.
TL;DR: I'm a noob at arrays in AHK.
Was taking a break from study to do this for a few solid hours so don't expect much in the future.
Changes:
-Added "Error_Display.ahk" which I'm using (to some extent) to display errors in a more user-friendly way
-Removed some parts of the startup which just added variables for no reason
-Added fancy magic code to header
-Changed check for crashed/closed clients to an individual level so the whole process isn't restarted
--Introduced a function (add_runnum) for adding to runnum to go through clients to launch
--window_setup now takes 2 parameters
--window_setup is now one big single loop so it can be broken out of
-Introduced a check for internet connectivity because my internet is a problem and it probably is for others
Exit key for each script is F4
VirusTotal: 0/57 (13 unable to process)
https://www.virustotal.com/#/file/58...6f36/detection
VirusScan: (0/15)
https://virusscan.jotti.org/en-US/fi...job/njvym4m73b
Download: (wait for file approval)

