Jump to content

R3G3N

Members
  • Posts

    110
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by R3G3N

  1. You will go first and pay PP fees. PM me here or add my skype: live:coolpaperboy1
  2. Are you using your own IP or a proxy? Are you using the OSBot client when manually doing tutorial and 7qp or using the OSRS client?
  3. You go first or if I deem you trustworthy, then I will go first. You pay fees. PM me.
  4. I can do this right now PM me
  5. R3G3N

    OSBot 2.4.162

    Everything seems to be working now! Nice work Alek!
  6. @RunnwithI read it and it was very informative and helpful. But like you said the bond should be made back within a day but my botting accs last prob 15 - 20 hours before being banned. Any advices or solutions?
  7. Usually 1-2 bots per proxy IP. There was only one time when I was able to bot through the whole weekend and that was only with one proxy ip. Idk about not logging out and you wont get banned. I know what happens to me is that sometime in the morning the botting accs would get disconnected. Ill try again this weekend and see what happend again. Also how long does it take for you guys to recover your bond expense before you actually start profitting?
  8. Hey guys, Whenever I try suicide botting on the weekends, the longest I can get is through half a day and the next morning I would get banned trying to log into the bot accounts. Do you guys also get banned the morning after or am I the only one that gets banned on the weekends? I thought usually they ban suicide botters Monday morning. What could be the issues that cause these banning? Could it be how the scripts were written, F2P vs P2P, breaks or some other issues? I am just curious on how you guys are suicide botting on the weekends. I have never gotten an account that I suicided botted on last longer than a day. I would appreciate some good advices/feedbacks!!
  9. Hey juggles, since you suicide bot daily (do you break?), how often do your accs get banned on the weekdays/weekends and how long are you able to bot for before getting banned? I heard suicide botting on weekends is ideal because you wont be banned during those three days but i tried that last weekend on saturday and got banned the following sunday morning. Also how much gp per hr do your methods range if you dont mind saying. Do different accs have different gp methods and do you vary gp methods on one account or only suicide one gp method? I aspire to make a gold farming income just like yours. Please insight with some of your valuable knowledge
  10. Hey guys, Does anyone know a solution to my issue? I recently bought a new private proxy (VIRMACH) and used it to bot through tutorial island. My accounts would get locked up after completing tutorial island. I used several different tutorial island scripts and they would still get locked up. And when I went through tutorial island without using a script, the account would also get locked up. Could my proxy IP be flagged? This also happened with an IP that I used before the private proxy purchase. I tried deleting my Jagex cache and changing my HWID but they didn't change anything.
  11. Yeah... this is my first script I'm writing. Trying to learn how to script ;) btw these errors pop up ConditionalSleep cannot be resolved to a type the method condition() of type new ConditionSleep(){} must override or implement a supertype method What do they mean? Thanks for helping
  12. It doesn't work still Here's my code for traveling from bank to smelting place and smelting the bars RS2Object furnace = objects.closest("Furnace"); RS2Object bank = objects.closest("Bank booth"); RS2Widget bronze = getWidgets().getWidgetContainingText("Bronze"); final Area FURNACE_AREA = new Area(3274, 3184, 3279, 3188); final Area BANK_AREA = new Area(3269, 3166, 3271, 3169); if (!FURNACE_AREA.contains(myPlayer())){ getWalking().walk(FURNACE_AREA.getRandomPosition()); if (!myPlayer().isAnimating()){ if (bronze != null){ bronze.interact("Smelt X"); getKeyboard().typeString("" + (int)((Math.random()*99) + 30)); } else furnace.interact("Smelt"); } }
  13. Nope does not work Here's my code for the widget: RS2Widget bronze = getWidgets().getWidgetContainingText("Bronze"); furnace.interact("Smelt"); if (bronze != null){ bronze.interact("Smelt X"); }
  14. Hello guys, I'm trying to make a Al-Kharid Smelting bars script. One problem that I am having is that my script won't use the widgets. RS2Widget bronze = getWidgets().get(311, 4); if (bronze != null){ bronze.interact("Smelt X Bronze"); getKeyboard().typeString("" + (int)((Math.random()*99) + 30)); } I also tried RS2Widget bronze = getWidgets().getWidgetContainingText("Bronze") which also doesn't work. How come this code doesn't work? The code before this interacts with the furnace then the bar options pop up and then the script does nothing. Image: http://imgur.com/IYd0exp
×
×
  • Create New...