Register for your free account! | Forgot your password?

Go Back   elitepvpers > Other Online Games > Browsergames > DarkOrbit
You last visited: Today at 21:03

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

Advertisement



[Release] Simple Auction Helper

Discussion on [Release] Simple Auction Helper within the DarkOrbit forum part of the Browsergames category.

Reply
 
Old   #1
 
EinfachSö's Avatar
 
elite*gold: 76
Join Date: Jun 2012
Posts: 1,043
Received Thanks: 216
[Release] Simple Auction Helper

Status: Offline

As already mentioned in a seperate thread I want to share my little auction helper with you. It is kept very simple because it was never meant to be public. The program uses http requests so it is highly limited in speed. That's why I couldn't implement any features like the reaction on current bets.

_____________________________________

Screenshots:



_____________________________________

Features:
The program helps you with placing bets at the auction.
You can simply set the items and the amount of credits you are ready to spend on each.
The adventurous can also change the time between each bet for the optimal speed.
Randomised timings for extra safety.

_____________________________________

Settings:
Open the Java Archive(.jar) with WinRar(or similar) and navigate to the resource directory. Copy and Paste the xml file anywhere outside the jar file. Now you can edit it with any editor you like and set your username, password, server, time between bets, timeout(*) and of course all items.

_____________________________________

How to run:
The program is written in Java. The Java Archive(.jar) in the attachment is a runnable Java Archive. You can run it by using a Java Runtime Environment(JRE). Because Java releases them for every operating system(OS) the attached .jar can be run on every OS - given that you have the JRE.
You can run it by rightclicking it --> open with --> Java(TM) platform SE binary (it's called like that in windows - for more information depending your OS google "how to run jar files in [your OS]")
You now have two options. Either "Run" it or "stop" it. First will start the bidding process and last will stop it (not closing the window).

If you want some more "graphical" feedback you have the option to open the program in the command shell(second screenshot). For windows press "Win+R", type in "cmd" and confirm with "Enter" or by pressing "OK".
Now you have to navigate to your directory in which the jar file is stored. You can do that with the command "cd" followed by the directory path. If you are unsafe type in "dir" and comfirm with "Enter". You now see all directories and files in the working directory. This way you can go on step by step.

Example:

For running it type in the following command
PHP Code:
java -jar DOBidder.jar 
It will appear the same GUI as by running it directly, but you have the command shell as an output window.

_____________________________________

"FAQ":
  • Can I delete the items from the xml file that I won't bet on?
    Yes! But you need to change the value "amount" to the number of items that are listed.
  • Is the order of the IDs important?
    No! I don't know why I included them. Maybe for aesthetic.
  • How do I know that I got captchas?
    By stopping the tool and looking manual. I haven't included such a feature. If you got captchas increase the delay.
  • The cmd shell is saying "Bid order sent". Does it mean I got no captcha?
    No! The program is just sending bidding orders. It does not check if they are succesful.
  • Which amount of credits does the program bet?
    The amount you set in the xml file. The program doesn't check how high the current bid is. That would take to long.

*it should be irrelevant. If you get error messages, it may help increasing this value.


Changelog:


(not possible to attache .jar files)
EinfachSö is offline  
Thanks
9 Users
Old 02/03/2017, 20:07   #2
 
IcePunchz's Avatar
 
elite*gold: 0
Join Date: Apr 2013
Posts: 188
Received Thanks: 43
Thansk a lot for your work! I'll try this as soon as possible
IcePunchz is offline  
Old 02/03/2017, 23:51   #3
 
[-DarKShooteR-]'s Avatar
 
elite*gold: 100
Join Date: Jun 2013
Posts: 83
Received Thanks: 19
i get this error and i checked my login info but still
Bidding starts!
critical login failure
Exception in thread "Thread-1" java.lang.IllegalArgumentException: Cookie map must not be null
at org.jsoup.helper.Validate.notNull(Validate.java:26 )
at org.jsoup.helper.HttpConnection.cookies(HttpConnec tion.java:202)
at DOBidder.bid(DOBidder.java:225)
at DOBidder.dob(DOBidder.java:85)
at DOBidder.run(DOBidder.java:302)
at java.lang.Thread.run(Unknown Source)
[-DarKShooteR-] is offline  
Old 02/03/2017, 23:57   #4
 
EinfachSö's Avatar
 
elite*gold: 76
Join Date: Jun 2012
Posts: 1,043
Received Thanks: 216
Quote:
Originally Posted by [-DarKShooteR-] View Post
i get this error and i checked my login info but still
Bidding starts!
critical login failure
Exception in thread "Thread-1" java.lang.IllegalArgumentException: Cookie map must not be null
at org.jsoup.helper.Validate.notNull(Validate.java:26 )
at org.jsoup.helper.HttpConnection.cookies(HttpConnec tion.java:202)
at DOBidder.bid(DOBidder.java:225)
at DOBidder.dob(DOBidder.java:85)
at DOBidder.run(DOBidder.java:302)
at java.lang.Thread.run(Unknown Source)
try increasing the timeout value. You can put it very high. Like 150.000
EinfachSö is offline  
Old 02/04/2017, 00:12   #5
 
[-DarKShooteR-]'s Avatar
 
elite*gold: 100
Join Date: Jun 2013
Posts: 83
Received Thanks: 19
now this
Exception in thread "AWT-EventQueue-0" java.lang.IllegalThreadStateException
at java.lang.Thread.start(Unknown Source)
at GUI.actionPerformed(GUI.java:75)
at javax.swing.AbstractButton.fireActionPerformed(Unk nown Source)
at javax.swing.AbstractButton$Handler.actionPerformed (Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed (Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseRe leased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent( Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(U nknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unkno wn Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessI mpl.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$JavaSecurityAccessI mpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessI mpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilter s(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(U nknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarch y(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
[-DarKShooteR-] is offline  
Old 02/04/2017, 00:33   #6
 
EinfachSö's Avatar
 
elite*gold: 76
Join Date: Jun 2012
Posts: 1,043
Received Thanks: 216
Quote:
Originally Posted by [-DarKShooteR-] View Post
now this
Exception in thread "AWT-EventQueue-0" java.lang.IllegalThreadStateException
at java.lang.Thread.start(Unknown Source)
at GUI.actionPerformed(GUI.java:75)
at javax.swing.AbstractButton.fireActionPerformed(Unk nown Source)
at javax.swing.AbstractButton$Handler.actionPerformed (Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed (Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseRe leased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent( Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(U nknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unkno wn Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessI mpl.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$JavaSecurityAccessI mpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessI mpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilter s(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(U nknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarch y(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Don't click "Run" a second time. I will update the jar to prevent that error.
EinfachSö is offline  
Old 02/04/2017, 08:34   #7
 
elite*gold: 0
Join Date: Mar 2011
Posts: 2
Received Thanks: 0
Can u make a video?
carlos1399 is offline  
Old 02/04/2017, 10:25   #8
 
IcePunchz's Avatar
 
elite*gold: 0
Join Date: Apr 2013
Posts: 188
Received Thanks: 43
Is it possible to set the time to bid with seconds?
IcePunchz is offline  
Old 02/04/2017, 11:32   #9
 
EinfachSö's Avatar
 
elite*gold: 76
Join Date: Jun 2012
Posts: 1,043
Received Thanks: 216
Quote:
Originally Posted by IcePunchz View Post
Is it possible to set the time to bid with seconds?
I doubt that it can be very useful. Only if you bid on single items.
I updated the file anyway. If you want to use your old .xml file add the following code anywhere in the info section (but use the new jar!)
PHP Code:
<second>[your amount]</second
EinfachSö is offline  
Thanks
1 User
Old 03/14/2017, 12:10   #10
 
EinfachSö's Avatar
 
elite*gold: 76
Join Date: Jun 2012
Posts: 1,043
Received Thanks: 216
Little bit late.
Fixed login.
EinfachSö is offline  
Old 03/14/2017, 15:43   #11
 
elite*gold: 26
Join Date: Jan 2017
Posts: 187
Received Thanks: 21
xml not found
STRYKYNAYNE01 is offline  
Old 03/14/2017, 16:25   #12
 
EinfachSö's Avatar
 
elite*gold: 76
Join Date: Jun 2012
Posts: 1,043
Received Thanks: 216
Quote:
Originally Posted by STRYKYNAYNE01 View Post
xml not found
Open the .jar with winrar and look in the folder resources. Is there a .xml?
Have you run the program properly?
EinfachSö is offline  
Old 03/14/2017, 19:41   #13
 
elite*gold: 0
Join Date: Feb 2014
Posts: 132
Received Thanks: 31
İts Work Wow So thank bro good work
lenclstr746 is offline  
Old 03/14/2017, 21:13   #14
 
jorg*'s Avatar
 
elite*gold: 0
Join Date: May 2011
Posts: 1,764
Received Thanks: 1,577
did you add random times to bid?
jorg* is offline  
Old 03/14/2017, 22:02   #15
 
EinfachSö's Avatar
 
elite*gold: 76
Join Date: Jun 2012
Posts: 1,043
Received Thanks: 216
Quote:
Originally Posted by jorg* View Post
did you add random times to bid?
It should be random enough because the time between those bids depends on the current speed of your internet.

For more safety I will randomise the timings a bit.

#updated
EinfachSö is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
Simple Auction Website
05/14/2015 - Coders Trading - 3 Replies
Hello looking for someone to build a simple cheap auction website in asp.net. Skype me if you're interested. :) Offers please.
Simple Auction Website
05/13/2015 - .NET Languages - 1 Replies
Hello looking for someone to build a simple cheap auction website in asp.net. Skype me if you're interested. :) Offers please.



All times are GMT +1. The time now is 21:03.


Powered by vBulletin®
Copyright ©2000 - 2025, 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 ©2025 elitepvpers All Rights Reserved.