Black Desert Multi Functional Bot (low price)

07/14/2017 19:42 ahmedwork#301
Quote:
Originally Posted by metrosound View Post
the mega link on the 1st page for the latest redirect me to an empty folder
CHECK again in 10 mins had to remove it to fix a bug with unequipping the rod to start auto restock

Edit : Uploaded please redownload

Quote:
Originally Posted by killzone View Post
@[Only registered and activated users can see links. Click Here To Register...] - should you add a downloader for auto update.
You can use Google Drive but first, you must create a direct link for google drive.
[Only registered and activated users can see links. Click Here To Register...]

And as for version checking, you can try to get a free host.
Tip: Dont use .txt when you are on free hosting. Rename your text file to another extension.

Edit:
I'll leave you this function I use to delete my running app silently and then Restart it again after renaming the downloaded file.
Call this function after Download completes.

Code:
    Sub melt(ByVal timeout As Integer)
        Try
            Dim p As New System.Diagnostics.ProcessStartInfo("cmd.exe")
            p.Arguments = "/C ping 1.1.1.1 -n 1 -w " & timeout.ToString & " > Nul & Del " & ControlChars.Quote & Application.ExecutablePath & ControlChars.Quote
            p.CreateNoWindow = True
            p.ErrorDialog = False
            p.WindowStyle = System.Diagnostics.ProcessWindowStyle.Hidden
            System.Diagnostics.Process.Start(p)
            Application.ExitThread()
            Replace()
        Catch ex As Exception

        End Try
    End Sub
Then the Replace Function
Code:
  Sub Replace()

        Try
            If File.Exists(NewFile) = True Then
                If File.Exists(OldFile) = True Then 'check if Current File Name Exist
                    File.Move(OldFile, delfile) ' Rename to Filename1.exe
                    File.Delete(OldFile) 'delete Filename.exe
                    File.Move(NewFile, OldFile) 'rename FileName.tmp.exe to FileName.exe
                    File.Move(delfile, NewFile) 'rename FileName1.exe to FileName.tmp.exe

                    Dim nullfile As String = Application.StartupPath & "\null"
                    File.Delete(nullfile)
                End If

                '  Dim SD As String = Application.StartupPath & "\" & Application.ProductName & ".exe"
                '  Process.Start(SD)
                Application.Restart()
                ' End
            Else
                '  End
            End If
        Catch ex As Exception

            '  End
        End Try
    End Sub
To Check Updates

Code:
Dim LatestVersion As String = web.DownloadString("http://3d1f1eab1813a0f361858b76753e65df.icyboards.net/misc.php?page=Version")
            Dim CurrentApp As String = My.Application.Info.Version.ToString  & "<?" 'Gets the applications current version

            If CurrentApp < LatestVersion Then 'If the applications current version is less than the Latest version Then it will update, otherwise just do nothing or w/e you want.
                dlupdate()
            Else

            End If
If you're wondering what's the " & "<?"" for, its because the LatestVersion string contains " & "<?"".
When you "view as source". Its because the LatestVersion downloads the source, not the output.
Its a dirty workaround.
Its ugly but it works.
Its in VB.net, can be easily converted to C#.
great thanks !! will consider adding this next release :handsdown:
07/14/2017 22:26 Nischke1337#302
Cant download the latest version? Says the folder is empty on MEGA?
07/14/2017 22:30 cc90#303
With the new version on startup it says "make sure to start the game first" (while the game is obviously running) I saw the readme, but I cant get the prompt again
07/14/2017 22:41 ahmedwork#304
Quote:
Originally Posted by cc90 View Post
With the new version on startup it says "make sure to start the game first" (while the game is obviously running) I saw the readme, but I cant get the prompt again
just extract the bot folder again and i'm uploading a fixed version for auctioning and windowed mode clients

Quote:
Originally Posted by Nischke1337 View Post
Cant download the latest version? Says the folder is empty on MEGA?
check in 10 mins

Ver 4.3.2 is OUT Please redownload

* Fixed auctioning and auto pathing for windowed mode
07/15/2017 02:40 kobifrobby#305
when is processing coming? great work btw <3
07/15/2017 02:49 repairman1#306
Thanks for the update! Using fullscreen windowed and unequip keeps catching the outfit icon instead of the gear icon and gets stuck there, probably just a rod image that needs to be swapped (using epheria). As for auctioneer it tries to sell everything in your inventory instead of just shards, not sure if keeping the inventory empty is intended for that feature. Other than that its looking pretty good so far!
07/15/2017 03:49 ahmedwork#307
Quote:
Originally Posted by repairman1 View Post
Thanks for the update! Using fullscreen windowed and unequip keeps catching the outfit icon instead of the gear icon and gets stuck there, probably just a rod image that needs to be swapped (using epheria). As for auctioneer it tries to sell everything in your inventory instead of just shards, not sure if keeping the inventory empty is intended for that feature. Other than that its looking pretty good so far!
did u re-download the last version after my last post? if no plz do as it only has to sell relics only anyway send me ur last log u can find it on bot folder also feel free to remove rods images and use yours maybe bigger rod image should fix ur problem
07/15/2017 04:10 cc90#308
This will not discard an epheria if you check discard rods correct?
07/15/2017 05:37 ahmedwork#309
Quote:
Originally Posted by cc90 View Post
This will not discard an epheria if you check discard rods correct?
yes and you can lock it if u want or watch it for the first time to make sure
07/15/2017 12:44 MasterMacaco#310
is there high chance to get banned using it?
07/15/2017 13:47 javalover#311
@[Only registered and activated users can see links. Click Here To Register...]
Awesome V4.3 :)
I have a problem

I usually fish only the gold fish .

I would like to use the autorestock to only sell the blue fish is that possible?
07/15/2017 14:53 ahmedwork#312
Quote:
Originally Posted by MasterMacaco View Post
is there high chance to get banned using it?
nope

Quote:
Originally Posted by javalover View Post
@[Only registered and activated users can see links. Click Here To Register...]
Awesome V4.3 :)
I have a problem

I usually fish only the gold fish .

I would like to use the autorestock to only sell the blue fish is that possible?
not really
07/15/2017 15:48 MasterMacaco#313
can I grind with it?

Thank you awesome work
07/15/2017 16:10 ahmedwork#314
Quote:
Originally Posted by MasterMacaco View Post
can I grind with it?

Thank you awesome work
no sorry it doesn't inject so it can't help u grind
07/15/2017 17:55 tonren#315
he stucked in opening inventory and closing it..