Register for your free account! | Forgot your password?

Go Back   elitepvpers > The Black Market > MMORPG Trading > Black Desert Trading
You last visited: Today at 15:37

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Black Desert Multi Functional Bot (low price)

Discussion on Black Desert Multi Functional Bot (low price) within the Black Desert Trading forum part of the MMORPG Trading category.

Reply
 
Old 07/14/2017, 19:42   #301
 
ahmedwork's Avatar
 
elite*gold: 325
Join Date: Apr 2008
Posts: 700
Received Thanks: 221
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
@ - should you add a downloader for auto update.
You can use Google Drive but first, you must create a direct link for google drive.


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
ahmedwork is offline  
Old 07/14/2017, 22:26   #302 Trade Status: Unverified(?)
 
elite*gold: 0
Join Date: Nov 2008
Posts: 5
Received Thanks: 0
Cant download the latest version? Says the folder is empty on MEGA?
Nischke1337 is offline  
Old 07/14/2017, 22:30   #303 Trade Status: Unverified(?)
 
elite*gold: 0
Join Date: May 2007
Posts: 11
Received Thanks: 0
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
cc90 is offline  
Old 07/14/2017, 22:41   #304
 
ahmedwork's Avatar
 
elite*gold: 325
Join Date: Apr 2008
Posts: 700
Received Thanks: 221
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
ahmedwork is offline  
Old 07/15/2017, 02:40   #305 Trade Status: Unverified(?)
 
elite*gold: 0
Join Date: Jan 2013
Posts: 2
Received Thanks: 0
when is processing coming? great work btw <3
kobifrobby is offline  
Old 07/15/2017, 02:49   #306 Trade Status: Unverified(?)
 
elite*gold: 0
Join Date: Jun 2017
Posts: 13
Received Thanks: 0
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!
repairman1 is offline  
Old 07/15/2017, 03:49   #307
 
ahmedwork's Avatar
 
elite*gold: 325
Join Date: Apr 2008
Posts: 700
Received Thanks: 221
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
ahmedwork is offline  
Old 07/15/2017, 04:10   #308 Trade Status: Unverified(?)
 
elite*gold: 0
Join Date: May 2007
Posts: 11
Received Thanks: 0
This will not discard an epheria if you check discard rods correct?
cc90 is offline  
Old 07/15/2017, 05:37   #309
 
ahmedwork's Avatar
 
elite*gold: 325
Join Date: Apr 2008
Posts: 700
Received Thanks: 221
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
ahmedwork is offline  
Old 07/15/2017, 12:44   #310 Trade Status: Unverified(?)
 
elite*gold: 0
Join Date: Apr 2010
Posts: 50
Received Thanks: 2
is there high chance to get banned using it?
MasterMacaco is offline  
Old 07/15/2017, 13:47   #311 Trade Status: Unverified(?)
 
elite*gold: 0
Join Date: Jun 2017
Posts: 18
Received Thanks: 0
@
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?
javalover is offline  
Old 07/15/2017, 14:53   #312
 
ahmedwork's Avatar
 
elite*gold: 325
Join Date: Apr 2008
Posts: 700
Received Thanks: 221
Quote:
Originally Posted by MasterMacaco View Post
is there high chance to get banned using it?
nope

Quote:
Originally Posted by javalover View Post
@
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
ahmedwork is offline  
Old 07/15/2017, 15:48   #313 Trade Status: Unverified(?)
 
elite*gold: 0
Join Date: Apr 2010
Posts: 50
Received Thanks: 2
can I grind with it?

Thank you awesome work
MasterMacaco is offline  
Old 07/15/2017, 16:10   #314
 
ahmedwork's Avatar
 
elite*gold: 325
Join Date: Apr 2008
Posts: 700
Received Thanks: 221
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
ahmedwork is offline  
Old 07/15/2017, 17:55   #315 Trade Status: Unverified(?)
 
tonren's Avatar
 
elite*gold: 0
Join Date: Jan 2008
Posts: 63
Received Thanks: 34
he stucked in opening inventory and closing it..
tonren is offline  
Reply

Tags
bdo, blackdesert online, fish bot


Similar Threads Similar Threads
Die Stämme Bot - DS-Remain
07/14/2017 - Browsergames - 38 Replies
Project closed DS-REMAIN V1.0.0.3 http://i.epvpimg.com/jG2pb.png http://i.epvpimg.com/J78rc.png http://i.epvpimg.com/jG2pb.png Willkommen in meinem Vorstellungs Thema zu meinem Die Stämme Bot "DS-Remain", der Bot befindet sich aktuell in der Closed Beta, dies bedeutet das der Bot noch in den entwicklungsanfängen ist, allerdings bereits jeder der sich der sich dazu bereit erklärt den Bot zu testen und auf Fehler zu prüfen auf anfrage ggf. die möglichkeit dazu bekommt, eine Lizenz für...
Remain's free GFX, signatures Shop!
07/06/2013 - Freebies - 10 Replies
-examples- http://puu.sh/3vDlt.jpg http://puu.sh/3vDm5.jpg http://puu.sh/3vDmp.jpg http://puu.sh/3vDoJ.jpg
Bot service remain
04/23/2006 - Silkroad Online - 22 Replies
Ich habe mal ne frage ich habe alles gemacht. Und es geht auch alles. ABER 1.Ich habe das mit meinem ersten Account gemacht und wenn ich jetzt damit ins spiel gehe und den Bot an mache kackt das game ab und da steht " Disconect from Server " 2. Habe einen 2 Account gemacht und der läuft. Aber wenn ich was ändere an der Bot einstellung dann kommt immer: Bot service remain at: 4hour40min. Kann das sein das mein Account nach dieser Zeit nicht mehr mit dem Bot geht. Und dann kommt wieder "...
remain in same spot when feared
06/16/2005 - WoW Guides & Templates - 0 Replies
When you fight mobs that fear, and you dont want to get feared into other mobs to get aggro. all you gotta do is walk backwards while fighting that mob. What this does, is, when you get feared, you remain in same spot until the fear wears off, then u can go back to beating the crap out of the mob I usually walk in a backwards circle, since the mob follows. this also works in pvp. only thing is, whoever does the fearing wont follow u when u walk backwards



All times are GMT +2. The time now is 15:37.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.