Jump to content

Vag

Trade With Caution
  • Posts

    977
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by Vag

  1. Port 5900 is default port for VNC. And I assume the IP removed is the IP used by virtual machine. The error means that a TCP RST was received and the connection is now closed. This occurs when a packet is sent from your end of the connection but the other end does not recognize the connection; it will send back a packet with the RST bit set in order to forcibly close the connection. Try to allow that exception on your anti-virus or disable Anti-Virus and try again. Let me know if this helps.
  2. Even girls know playing RuneScape is something society does not accept.
  3. Been there done that. Tho my car was burn down and while it did, I got burn marks on my wrist from a "sauna".
  4. Are those reps or weights lol
  5. You mean those Zebra's ran over by local red necks
  6. Vag

    Hi All!

    But.. You signed in today?
  7. Refunds accepted on hardware failure or 24+ hr downtime. I can not guarantee the IP being unused as world is running out of IPv4. I have tho used my servers and so far no ip has been flagged. Adding tos asap i get home.
  8. I can sell you one. Check out my thread in Other Market. Advanced package should be able to do this easily.
  9. Arctica Hosting, Cheap, Fast and Reliable virtual servers! Hi, and welcome to Arctica Hosting thread. Arctica Hosting provides super cheap, but top quality virtual servers in Europe and United States. Server is set up within a 30 minutes of the order. We provide the servers with OSBot installed, and ready to be used, if asked. Our hardware is the latest and the most reliable on the market, using only high-quality hosting grade components. Virtualization is handled with 64-bit OpenVZ. Virtual Server Classic 1024MB RAM 10GB Raid 10 HDD 1x vCores 1x IPv4 & IPv6 100mbs connection speed Weekly Back-up 3M or $7,50us Virtual Server Basic 2048MB RAM 25GB Raid 10 HDD 2x vCores 1x IPv4 & IPv6 100mbs connection speed Weekly Back-up 5.5M or $13,75us Virtual Server Advanced 4096MB RAM 50GB Raid 10 HDD 3x vCores 1x IPv4 & IPv6 100mbs connection speed Weekly Back-up 10M or $25.00us Virtual Server Professional 8192MB RAM 100GB Raid 10 HDD 4x vCores 1x IPv4 & IPv6 100mbs connection speed Weekly Back-up 18M or $45,00us PM me via OSBot or post in this thread. Alternatively add me on Skype. VAG.RS (Beaware of imposters)
  10. Everything explained in one picture. I love you all
  11. Vag

    Fruity NMZ

    Well.. Nice but who would risk botting NMZ as it is 100% AFK experience anyways.. Ban-rates are too high for script like this.
  12. The client will run on everything you are able to install Java on..
  13. Pfft.. All accounts including mule got banned, so we are at the starting point now.. Cleaning the starting post to match current progress.. Will be finishing 3-4 accounts of waterfall quest today to get back running.. Also got new virtual servers to act as proxy.
  14. Look up their object ID from the client, then interact with the object ID (Walk here). After this, make the loop attack the spawned NPC
  15. Please take a note that the Mirror client is not acutally a benefit for VIP+ it is at test stage and VIP+ are allowed to test it. I am sure the CPU usage will be optimized when the mirror client is ready to use.
  16. Only the question #1 would be something I might maybe answer.. #2 & #3 are quedtions that will only make kids butthurt
  17. Hello, I am here to release my first OSBot Script ever. Writing this took me no more than 5 minutes. It is very basic, where I was just testing out OSBot Scripting.. This seems like something I might be doing more @Future. Script has no antiban, except random idle timer after killing a monster. Did a test run with this, and it does attack the chicken. Script can/must be started out @Any Chicken Spawn in RuneScape. Source code //OSBot API import org.osbot.rs07.api.model.NPC; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; //Importing Java AWT import java.awt.*; //Script Details @ScriptManifest(name = "VAGs Chicken Blaster", author = "VAG", version = 1.0, info = "Public BETA", logo = "") public class main extends Script { @Override public void onStart() { //Defines actions during startup log("VAGs Chicken Blaster 1.0 - Welcome!"); } @Override public void onExit() { //Executed after the script ends log("Thank-you for using VAGs Chicken Blaster!"); } @Override public int onLoop() throws InterruptedException { //Script on loop NPC chicken = npcs.closest("Chicken"); if(!myPlayer().isAnimating() && !myPlayer().isMoving()) { if(chicken != null) { if (chicken.isVisible()) { chicken.interact("Attack"); sleep(random(300, 600)); } else { camera.toEntity(chicken); } } } else { sleep(random(300, 600)); } return(random(100, 300)); //Random(?) Loop timer } @Override public void onPaint(Graphics2D g) { //Loading paint super.onPaint(g); g.setColor(Color.GREEN); g.drawString("VAG's Chicken Blaster ", 28, 175); } } Rewrote.
  18. May I :P I am a noobGoldFarmer.. Only making couple millions / day
  19. Just do it. Stand behind your words man.
×
×
  • Create New...