Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/26/21 in all areas

  1. ────────────── PREMIUM SUITE ────────────── ─────────────── FREE / VIP+ ─────────────── ──────────────────────────────────────────────────────────── ⌠ Sand crabs - $4,99 | Rooftop Agility - $5,99 | AIO Smither - $4,99 | AIO Cooker - $3,99 | Unicow Killer - £3,99 | Chest Thiever - £2,99 | Rock crabs - $4,99 | Rune Sudoku - $9,99 ⌡ ⌠ AIO Herblore - FREE & OPEN-SOURCE | Auto Alcher - FREE | Den Cooker - FREE | Gilded Altar - FREE | AIO Miner - VIP+ ⌡ ──────────────────────────────────── What is a trial? A trial is a chance for you to give any of my scripts a test run. After following the instructions below, you will receive unrestricted access to the respective script for 24 hours starting when the trial is assigned. Your trial request will be processed when I log in. The trial lasts for 24 hours to cater for time zones, such that no matter when I start the trial, you should still get a chance to use the script. Rules: Only 1 trial per user per script. How to get a trial: 'Like' this thread AND the corresponding script thread using the button at the bottom right of the original post. Reply to this thread with the name of the script you would like a trial for. Your request will be processed as soon as I log in. If i'm taking a while, i'm probably asleep! Check back in the morning Once I process your request, you will have the script in your collection (just like any other SDN script) for 24 hours. Private scripts: Unfortunately I do not currently offer private scripts. ________________________________________ Thanks in advance and enjoy your trial! -Apaec.
    1 point
  2. GitHub https://github.com/Tomhoogstra/OSTracker If you found this repository useful, please consider giving it a star! About In late 2019, OSTracker 1.0 was released which was a client-server implementation that strived to collect user data for scripters with ease. There were a few problems with this type of implementation, and most of them were performance related and mostly poor ways of communication between the client and the database. Today I am happy to release OSTracker 2.0, which transitions from this Client-Server approach to a RESTful API which allows for much easier and less intensive data submission and tracking. OSTracker 2.0 API is built on Laravel, a PHP framework that specialises in the development of web applications. Tracked Data (per user) Experience gained for all skills Items Received, Lost, or Spent (e.g. arrows and runes) Time ran Error logs (if setup) Upcoming Data retrieval end points that will allow you to filter certain users, scripts, skills, items, and more. Client-side installation Integration with your OSBot script is relatively simple. Simply copy the contents of the 'client' directory in this repo into your scripts code base. In your scripts onStart, you should initialise OSTracker like so. private Tracker tracker; @Override public void onStart(){ try { tracker = new Tracker(getBot(), getName(), "BASE_API_URL", "YOUR_TOKEN") .setUpdateInterval(30) // Defaults to an hour .start(); tracker.getSessionTracker().setVersion(getVersion()); } catch (Exception e) { if (tracker != null) { tracker.stop(); } e.printStackTrace(); } } And end the tracker in your scripts onExit like so @Override public void onExit(){ if(tracker != null){ tracker.stop(); } } Your token will be created when deploying the Laravel API to your server, or it will be provided to you if you are choosing to integrate with somebody else's API. From here, OSTracker will automatically handle experience, loot, and script runtime tracking, and by default will submit this data to the API once per hour. Data will also be submitted when the script is stopped. API installation Don't fancy setting all this up? I can host your data for you for $3 USD per month. Post-installation instructions / API endpoints
    1 point
  3. Need 50 full Graceful accounts, add me on discord if you have any completed. Sad Life Huh#5459
    1 point
  4. Wow.... comment out... "mainDialog.setLayout(new BoxLayout(mainDialog, BoxLayout.PAGE_AXIS));" works on my pc with this test code. public class Main { public static void main(String[] args) { AtomicReference<GUI> gui = new AtomicReference<GUI>(new GUI()); try { SwingUtilities.invokeAndWait(() -> { gui.set(new GUI()); gui.get().open(); }); } catch (InterruptedException | InvocationTargetException e) { return; } System.out.println("Done"); } } (linux so it might look different on windows/mac) https://ibb.co/qFX15fW
    1 point
  5. Ok. I was mistaken on the Jpanel.Try this mainDialog = new JDialog(); mainDialog.setTitle("KO Corp"); mainDialog.setModal(true); mainDialog.setLayout(new BoxLayout(mainDialog, BoxLayout.PAGE_AXIS)); mainDialog.setModalityType(Dialog.ModalityType.APPLICATION_MODAL); JPanel mainPanel = new JPanel(); mainPanel.setLayout(new BoxLayout(mainPanel, BoxLayout.PAGE_AXIS)); mainDialog.getContentPane().add(mainPanel); JTabbedPane tabbedPane = new JTabbedPane(); tabbedPane.setBorder(new EmptyBorder(15,15,15,15)); mainPanel.add(tabbedPane); (next time can you post the whole code so I/everone can run it)
    1 point
  6. No muling ? no restocking ? no thanks lol
    1 point
  7. 1 point
  8. 1 point
  9. Been botting since 2010 on RS, Only just purchased this script today will post back with my feedback. Seems to be solid thus far, nice work.
    1 point
  10. Thank you! Yea this project is currently on hold unfortunately because I can’t figure out a core issue. So I started my other one and thank you for the idea with beta testers!! That is going to be so helpful!
    1 point
  11. Someone did make one on Script Factory a while ago. As far as this script is concerned in the OP, just make sure you don't start too many projects before finishing one up first. I saw you started a Corp bot as well. You don't want to become known for producing half a script and then quitting lol. I haven't looked at the code any, but you've got a nice start with the paint as far as information users would like to know. My suggestion would be to get a beta group together who will test the script for you under certain circumstances... that they report bugs to you and provide feedback. This will get you the help you need, from a group of people who want to use the script. When you just release the script on the forums, people will typically run it, see an issue and not report back to you... which is zero help. That's why you should only give the script to beta testers in my opinion. Now if you're looking for help with the code, you could always ask in the script help section. Hope this helps! Edit: Don't be afraid to ask questions if you ever get stuck. You'll always find someone willing to help!
    1 point
  12. Just bought the script been trying to run for hours even bought a new acc for it & proxy... not working. What can i do in the meantime?
    1 point
  13. So sorry about that, shouldn't be too long. Just authed you some bots so you don't miss out on any botting gl sir. Please bot responsibly :D
    1 point
  14. Should be back up within a couple hours max, having some networking issues atm for some reason the bot isn't launching. I'll message staff they are always kind enough to check it out, we just patched the sand crabs one and this one's next. ETA 2-3 hours max. Just temp authed you guys a couple scripts so you don't miss out on any botting feel free to use them.
    1 point
  15. Wow, great release
    1 point
  16. The instructions are fucking terrible
    1 point
  17. Still unable to launch the script for the last day or so. Any updates on the status of this?
    0 points
×
×
  • Create New...