Results 1 to 6 of 6
  1. #1
    BLURREDDOGE's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    122
    Reputation
    10
    Thanks
    130
    My Mood
    Sleepy

    Post Trove 4-multi-box Auto Item Delete[Helper]

    Wrote the script this morning, you may have to change the co-ord's a tad bit for a higher accuracy:
    Code:
    ; Pause the script
    F2::Suspend
    
    ;####################################
    ; Hotkey to run the script in a loop
    ;####################################
    F3::
    CoordMode, Mouse, Screen             ;Makes coordmode work, at least for me, this way.
    
    Loop
    {
        ;################################
        ;         Top left 1/4
        ;################################
        MouseGetPos                          ;This seemed to improve the accuracy, might just be placebo.
        MouseMove, 870, 165
        Sleep 100
        Click
        MouseMove, 860, 165
        Click
        Sleep 1000
        Sendinput, x
        Sleep 5000
                ;#################################
                ;         Top right 1/4
                ;#################################
                MouseGetPos 
                MouseMove, 1830, 165
                Sleep 100
                Click
                MouseMove, 1820, 165
                Click
                Sleep 1000
                Sendinput, x
                Sleep 5000
                        ;#################################
                        ;        Bottom right 1/4
                        ;#################################
                        MouseGetPos 
                        MouseMove, 1830, 686
                        Sleep 100
                        Click
                        MouseMove, 1818, 686
                        Click
                        Sleep 1000
                        Sendinput, x
                        Sleep 5000
                                ;#################################
                                ;         Bottom left 1/4
                                ;#################################
                                MouseGetPos 
                                MouseMove, 869, 686
                                Sleep 100
                                Click
                                MouseMove, 880, 686
                                Click
                                Sleep 1000
                                Sendinput, x
                                Sleep 5000
    }
    ;#################################
    ;           End of loop
    ;#################################
    
    ; Terminate the script
    F4::ExitApp
    Vadgal's item deleter that I use alongside this script, you can splice them together to put it in one script:
    (Literally pasting them into an AHK file one after the other)

    https://www.mpgh.net/forum/showthread.php?t=1146423
    (Edit: change "WinHh := WinH//2" in his script to "WinHh := WinH//2.5" to use the config shown in the picture(if you are using the same gui mod as me(it raises the prompts)))

    A screenshot of the setup:
    The red arrows show the boxes that the script deletes the item in (I keep my Ancient Seafish at the bottom)
    (Black boxes because creating accounts needs an email and time - ignore them)



    In my spare time this half-term (for my school) I might try and make a new client-login/restarter because fishing bots dont work 24/7.
    Last edited by BLURREDDOGE; 05-26-2018 at 10:37 AM. Reason: Need to add virus scan for compiled, can't be bothered. Attachment removed from post.
    Newest Trove-Multi-Account-Login:
    V2.3

    ☭☭☭☭☭☭☭☭☭☭☭☭☭👇☭☭☭☭☭☭☭☭☭☭☭☭☭
    ┏───────────────────────────┓
    ┗───────────────────────────┛
    ☭☭☭☭☭☭☭☭☭☭☭☭☭☝☭☭☭☭☭☭☭☭☭☭☭☭☭

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

    haha07666 (05-25-2018),Xion213 (05-26-2018)

  3. #2
    GHOSTKILL190's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Posts
    124
    Reputation
    10
    Thanks
    8
    See this deletes the Trophy fish then. I mean, I understand because then your building tab get's filled. But i'm okay with the bot stopping because I have no inventory due to trophies because it takes twice as long to fill that up then Ancient boots. (I attached 5 accounts - FRESH made, run to water and started Nippys Fish Bot. Obviously the boot drop did not work...)

    With this method, you have to keep 1 of each stacked fish, lure, Egg fragment. It will delet all trophy fish - but destroy all boots. So with this I would NOT have to use boot drop on Nippys and loot collector because my inventory will never get full.



    -This one is fine due to having all 3 bags unlocked.

    - - - Updated - - -

    I changed my mind while watching the trophy system for a couple hours on 5 accounts. Loosing out on those fish won't be back. Also the boots stack so I won't have to worry about those. It's deleting the Acient Boots and the trophy fish. When running that script I have my 4 clients upen, it like click the middle slot on each client and repeats. does not do anything else.

  4. #3
    BLURREDDOGE's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    122
    Reputation
    10
    Thanks
    130
    My Mood
    Sleepy
    This is my personal script I've used for a while, I lost it then re-wrote it.
    I don't care about trophies after half filling my plot with them.

    I also only use 4 accounts at a time and have a spare PC (a shit one) so this is all I need.

    I could modify this to detect trophies if for some reason you wanted to keep them, maybe with a selction for types you want to keep but that would a lot of work using an OCR.

    I'm still finishing off an AHK script using an AHK for automation of a quiz game and don't want to spare any time annyoing myself with OCR madness.
    Newest Trove-Multi-Account-Login:
    V2.3

    ☭☭☭☭☭☭☭☭☭☭☭☭☭👇☭☭☭☭☭☭☭☭☭☭☭☭☭
    ┏───────────────────────────┓
    ┗───────────────────────────┛
    ☭☭☭☭☭☭☭☭☭☭☭☭☭☝☭☭☭☭☭☭☭☭☭☭☭☭☭

  5. #4
    BLURREDDOGE's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    122
    Reputation
    10
    Thanks
    130
    My Mood
    Sleepy
    Quote Originally Posted by GHOSTKILL190 View Post
    See this deletes the Trophy fish then. I mean, I understand because then your building tab get's filled. But i'm okay with the bot stopping because I have no inventory due to trophies because it takes twice as long to fill that up then Ancient boots. (I attached 5 accounts - FRESH made, run to water and started Nippys Fish Bot. Obviously the boot drop did not work...)

    With this method, you have to keep 1 of each stacked fish, lure, Egg fragment. It will delet all trophy fish - but destroy all boots. So with this I would NOT have to use boot drop on Nippys and loot collector because my inventory will never get full.



    -This one is fine due to having all 3 bags unlocked.

    - - - Updated - - -

    I changed my mind while watching the trophy system for a couple hours on 5 accounts. Loosing out on those fish won't be back. Also the boots stack so I won't have to worry about those. It's deleting the Acient Boots and the trophy fish. When running that script I have my 4 clients upen, it like click the middle slot on each client and repeats. does not do anything else.
    I'm confused at your update, did you read the main post? Of course it doesn't do anything it does do - that's a given right?
    Last edited by BLURREDDOGE; 06-14-2018 at 03:10 PM.
    Newest Trove-Multi-Account-Login:
    V2.3

    ☭☭☭☭☭☭☭☭☭☭☭☭☭👇☭☭☭☭☭☭☭☭☭☭☭☭☭
    ┏───────────────────────────┓
    ┗───────────────────────────┛
    ☭☭☭☭☭☭☭☭☭☭☭☭☭☝☭☭☭☭☭☭☭☭☭☭☭☭☭

  6. #5
    ROYAL_BRICK's Avatar
    Join Date
    Nov 2021
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    My Mood
    Confused

    The script doesn't open

    The script doesn't open and it shows me a message
    "An older instance of this script is already running. Replace it with this instance?
    Note: To avoid this message, see #SingleInstance in the help file." I pressed the Yes button after but nothing happend afterwards.

  7. #6
    Trovebot1's Avatar
    Join Date
    Feb 2019
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    1

    SCRIPT

    I made a very good eraser, but I'm new here and I can't post photos and links, you can greatly reduce your code, use variables and not numbers on the clicks, don't throw the click to the trash but use the "Middle" to Instead of LEFT or RIGHT, it erases the item.
    example.

    Sleep % tempo_150
    Click, %coluna_5%, %linha_10% Middle, Down
    Sleep % tempo_100
    Click, %coluna_5%, %linha_10% Middle, Up
    Sleep % tempo_150
    Click, %confirmacao_coluna%, %confirmacao_linha% Left, Down
    Sleep % tempo_100
    Click, %confirmacao_coluna%, %confirmacao_linha% Left, Up

  8. The Following User Says Thank You to Trovebot1 For This Useful Post:

    anounymus (11-16-2021)

Similar Threads

  1. Trove Multi box bot
    By batuhan7313 in forum Trove Discussions & Help
    Replies: 7
    Last Post: 06-27-2017, 03:35 PM
  2. [WTS] ROTMG Multi boxing accounts for Trove Radiant Gear / Flux
    By gameboyplanb in forum Trove Marketplace
    Replies: 4
    Last Post: 06-24-2016, 09:39 AM
  3. [Release] Minecraft Auto Item Maker [BETA]
    By flameswor10 in forum Minecraft Hacks & Cheats
    Replies: 15
    Last Post: 06-11-2011, 11:15 AM
  4. [Request] Multi Theft Auto 1.0.4
    By Steam. in forum Hack Requests
    Replies: 4
    Last Post: 08-29-2010, 03:14 AM
  5. [Help] How to make auto- friend deleter
    By screeniepeople in forum Combat Arms Europe Hacks
    Replies: 2
    Last Post: 06-25-2010, 11:09 PM

Tags for this Thread