Community
    • Login

    Auto fishing script help needed please

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    4 Posts 2 Posters 2.9k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Bicentric BumpB
      Bicentric Bump
      last edited by

      I am trying to make a script for Trove to auto fish, but i need help figuring out how to get it to work properly. I can get it to press [F] to fish, wait 30 seconds press [F] to reel in, wait 3 seconds, press [F], wait 30 seconds, and repeat. I also have it open Glyph, but I can not figure out how to get it to work inside Trove itself. I have tried opening Trove.exe instead of Glyph but Trove crashes. Is there any way to have a script hook into a program taht is already running then have the script execute inside that application?

      This is my script, it is a vbscript because it is the only one I am currently messing around with. If it can not be done with vbscripts or there is an easier method with or without other script types, I would love to know.

      Set shellobj = CreateObject(“WScript.Shell”)
      shellobj.run “”“C:\Program Files (x86)\Steam\steamapps\common\Trove\GlyphClient.exe”“”
      shellobj.exec “”“C:\Program Files (x86)\Steam\steamapps\common\Trove\Games\Trove\Live\Trove.exe”“”

      wscript.sleep 30000

      Do
      shellobj.sendkeys “F”
      wscript.sleep 30000
      Shellobj.sendkeys “F”
      wscript.sleep 3000
      Shellobj.sendkeys “F”

      Loop
      If (BreakLoop = 1) Then
      break
      Esc::
      BreakLoop = 1
      End If
      BreakLoop = 1

      1 Reply Last reply Reply Quote 0
      • MAPJe71M
        MAPJe71
        last edited by

        How is this Notepad++ related?

        1 Reply Last reply Reply Quote 1
        • Bicentric BumpB
          Bicentric Bump
          last edited by

          I wrote it in Notepad++

          1 Reply Last reply Reply Quote 0
          • MAPJe71M
            MAPJe71
            last edited by

            Sorry to say but IMO this is like asking your car dealer for help on fixing the bumps in the road on the way to your destination!

            I think you will have a higher chance of finding help in a forum/community related to Trove.

            1 Reply Last reply Reply Quote 1
            • First post
              Last post
            The Community of users of the Notepad++ text editor.
            Powered by NodeBB | Contributors