Everything posted by Phaibooty
-
Banned after 20 minutes of botting or less
Hi, Trying to seek some guidance. My accounts are getting banned after tutorial island, or after starting to farm within 20-30 minutes or less. I think it might be my proxy or tutorial island? Is there a way around it? Very frustrating creating a ton of accounts then either getting locked or banned. Having no progress whatsoever. LOL.
-
Website Looking for a partner/Developer
Honestly could probably just setup a wordpress site with woocommerce if you don't mind it being simple. You would just post pictures and type a desc, and thats it. You can even accept payments through stripe or paypal lol. Domain and hosting is pretty cheap. Domains like .club .me etc tend to go on sale for $.99 lol. Hosting for a year would be around $60. Or you can pay monthly for $10. Pretty simple to setup everything too. Edit: Woocommerce can also remove accounts once they have been bought.
-
Got my (second) main unbanned today
That OCD matching cooking and fishing lol
-
Explv's Tutorial Island [Free] [Random Characters]
Messes up after 2 accounts.
-
VPS for botting
You think using a VM with a VPN/proxy will be more effective? also I'm assuming I should just hand tut island? Thanks for for your help btw
-
VPS for botting
I don't understand how you guys are able to run around 10-20 without getting banned hella quick... For some reason, I get banned after tut island and an hour of farming. Ive been using VPNs too. Don't know what im doing wrong lol. Any of you guys using custom built gaming PC's to host your bots?
-
World Auto select never picks F2p world?
Just got back after a break, and realized my bots never pick a f2p channel. Always p2p. Yes I have it enabled to only select f2p. Is this a glitch right now? http://prntscr.com/f31wpe
-
[FREE] hEssenceMiner | EFFICIENT ESSENCE MINING | MULE SUPPORT
Not sure if you're still active. But im guessing you dont have an auto muling? So you have to manually handle the trade?
-
Satire's Runescape account creator [Automated script launching] [Multi-Script launching] make your farm fully automated!
@Satire Would you be willing to accept paypal?
-
[Gold Farm]Automatic Farming w/ Database
Imagine selling your method...
-
Stealth Quester
Hi, can I get a trial? And how long is the trial? Thanks in advance!
-
OSBOT Cpu usage 90%+
Just 1, bot factory
-
OSBOT Cpu usage 90%+
honestly i cant tell if youre trolling me lmao
-
OSBOT Cpu usage 90%+
I was wondering what is up with OSBOt going up to 90% cpu usage at times at night? I choose low cpu usage, but then when it goes that high, it freezes the script and the script just stops. PC Specs (just incase someone is wondering): i7-4790k 16gb ram Gfx: GTx 970 idk what else to add, but this is frustrating lol
-
[FREE] hEssenceMiner | EFFICIENT ESSENCE MINING | MULE SUPPORT
Still nothing? Been checking this thread almost everyday LOL. Looks like a very solid script as it is..
-
Tree cutting help!
Wow. Beautiful. Thank you for the help.
-
Explv's AIO [13 skill AIO in 1 script]
Having same error. [ERROR][bot #1][01/12 07:55:16 PM]: Error in script executor! java.lang.NullPointerException
-
[Gold Farm]Automatic Farming w/ Database
Fucking beautiful... sell me this. or ill suck ur dick either or ;)
-
Explv's AIO [13 skill AIO in 1 script]
Hey is selling/buying still bugged?
-
Tree cutting help!
Thank you! I appreciate the help. It works beautifully now. Going to do more studying lmao. thanks again
-
Tree cutting help!
Thank you! Gave this a try, and works beautifully. Still a little confused on where I should put it, but I guess that just comes with more java knowledge lol. I put it right before tree.isVisible.. @[member=Override] public int onLoop() throws InterruptedException { if(!inventory.isFull()){ //Chop if(Tree_Area.contains(myPlayer())){ Entity tree = objects.closest(tree_name); if (tree != null) { if (Tree_Area.contains(tree)) if (tree.isVisible()) { if(!myPlayer().isAnimating()){ if(!myPlayer().isMoving()){ tree.interact("Chop down"); sleep(random(700,800)); } } } else { camera.toEntity(tree); } } shit, explains why it stops chopping after 1 tree. lmao Still a little confused on how to use that line of code but I'll keep reading. Thank you!
-
Tree cutting help!
Hi, I'm still new to scripting and learning java while scripting.. but here is the code, I was wondering how would I tell the bot to only cut trees that are in the tree area? Even if it is visible, I don't want the bot to click trees that are not in the area? import org.osbot.rs07.api.map.Area; import org.osbot.rs07.api.model.Entity; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; import java.awt.*; /** * Created by Phaibooty on 1/11/2017. */ @ScriptManifest(author = "Phaibooty", info = "Chops Logs Only", name ="LogWoodcutter", version = 1, logo ="") public class SimpleWoodcutter extends Script { final String tree_name = "Tree"; final Area BANK_AREA = new Area(3092,3040,3097,3246); final Area Tree_Area = new Area(3103,3226,3114,3233); final int BANK_BOOTH_ID = 23961; @[member=Override] //Code used at Start public void onStart() { log("lets get started!"); log("This is where the code begins."); } @[member=Override] public int onLoop() throws InterruptedException { if(!inventory.isFull()){ //Chop if(Tree_Area.contains(myPlayer())){ Entity tree = objects.closest(tree_name); if (tree != null) { if (tree.isVisible()) { if(!myPlayer().isAnimating()){ if(!myPlayer().isMoving()){ tree.interact("Chop down"); sleep(random(700,800)); } } } else { camera.toEntity(tree); } } } else { getWalking().webWalk(Tree_Area); } }else { //bank if (BANK_AREA.contains(myPlayer())){ Entity bankbooth = objects.closest(BANK_BOOTH_ID); if(bank.isOpen()){ bank.depositAll(); } if (bankbooth != null){ if(bankbooth.isVisible()){ bankbooth.interact("Bank"); sleep(random(700,800)); } } } else { getWalking().webWalk(BANK_AREA); } } return random(200, 300); } @[member=Override] //Code used at End public void onExit(){ log("Thanks for using my woodcutter!"); } @[member=Override] public void onPaint(Graphics2D g) { } } Code is really messy and I'm still confused... but hopefully some guidance will help.
-
Explv's AIO [13 skill AIO in 1 script]
Still having an issue saving and loading tasks.
-
Explv's Tutorial Island [Free] [Random Characters]
Stuck on trying to turn off roofs. Had to do it manually.
-
[FREE] hEssenceMiner | EFFICIENT ESSENCE MINING | MULE SUPPORT
any news?