-
Posts
3448 -
Joined
-
Last visited
-
Days Won
17 -
Feedback
100%
Everything posted by Gunman
-
Stealth injection/ Quest: Client of Kourend Bot gets stuck with walking erros in logger [INFO][Bot #1][05/29 06:40:40 AM]: webwalkevent status: FAILED [INFO][Bot #1][05/29 06:40:40 AM]: [DEBUG] Executing stage: 961 [INFO][Bot #1][05/29 06:40:40 AM]: talking to horace [INFO][Bot #1][05/29 06:40:40 AM]: walking to position [x=1773, y=3588, z=0] [INFO][Bot #1][05/29 06:40:40 AM]: destination: [x=1774, y=3589, z=0] [INFO][Bot #1][05/29 06:41:51 AM]: WebWalkingEvent; Terminated! Exceeded attempt threshold. [INFO][Bot #1][05/29 06:41:51 AM]: webwalkevent status: FAILED [INFO][Bot #1][05/29 06:41:51 AM]: [DEBUG] Executing stage: 961 If I move him it would fix it's self. It happens several times.
-
[F2P] 50-100k/hr Tinderbox Looter (No Requirements)
Gunman replied to
FuryShark's topic in Money MakingActually tho LOL -
Still got my hopes up for monkey madness 1
-
As long as you don't over do it you should be fine. Also Questing stuff in f2p like Goblin Diplomacy, Cooks Assistant , Doric's quest, and Romeo and Juliet can get you banned easily on fresh accounts since they are high ban rated quests in general since people bot them all the time to get the trade restriction removed. Be human with how much you bot at once or in a day and you should be fine.
-
Requirements 33+ Magic Level 500+ Total Skill Level 1x "Zamorak monk top" 1x "Zamorak monk bottom" 1x "Staff of air" Law runes (About like 100-150 an hour you wish to run the script for) Optional (but recommended) 37 Magic Level (to teleport to Falador when banking) Water Runes (Grab like 10 per hour you wanna run the script for) TO RUN WITH MIRROR MODE Change the MS Reaction time to 50 Notes about v2.00 v2 was made to be as fast as possible, that being said the speed is very inhuman... Like insanely. Just use v1 if you wanna miss more wines but have a more human reaction time, or you can try adjusting mirror's reaction time. Your choice. Also side note, v2 may have some bugs as I didn't bug test very long fill out a bug report and I will push a fix...Maybe Version 2.00 n33bWineGrabber.jar Version 1.00 n33bWineGrabber500Skill.jar Bugs? 1. Mirror Mode or Stealth Injection? 2. What does the Logger say? 3. Provide pictures or videos if you can thanks. If anyone is interested in a wine grabber for the base floor, there's one on the SDN. Called "Wine telegrab" by camaro09. It's free. SDN Link https://osbot.org/mvc/sdn2/scripts/15 Thread Link https://osbot.org/forum/topic/157944-wine-telegrab/
-
That's okay I have a couple cores and a couple pair of threads and a stick of ram to spare...
-
I would consider a insta ban to be you create a account and 5-10 minutes of botting you are banned. Not creating it and it's already banned that would be stupid for them to do lol
-
Well yes if you create 1000 accounts then yes it can happen but on the degree that this person and I are botting no it won't happen.
-
Not 100% true. I have botted 2 x 10 accounts doing tutorial island at once for making testing accounts. 15/20 are still unbanned even after about 8 have botted 10 hours straight which I my self find very hard to believe.
-
If you had $1-2K+ to invest, what sort of botting would you do?
Gunman replied to cocanecowboy's topic in Spam/Off Topic
Well you could bot pvp world waters of jugs in p2p. It makes like 40-60k an hour if I remember right and you risk very low gold since it was cost like 30k gold per account. But you can't have all your bots doing that so you would need to spread them out to something else after. So maybe like 50-100 could do that and move bots over to another method like buying rune packs or something. Air packs was making like 500k an hour for me a while ago when you could sell air runes for 6 gp somtimes. But that only lasted like 4 days. -
If you had $1-2K+ to invest, what sort of botting would you do?
Gunman replied to cocanecowboy's topic in Spam/Off Topic
I would get a giant farm to terrorize the rs players. I would make a bunch of bots that walked around Lumbridge pretending to be Nazis and marching in sync chanting all hail Hitler. -
Don't change anything and walk away from the fishing area then run the script with the logger open. That's what happens if it does == null. Making it only use the that section of code if it's only !=null. If you wanna be spoon fed the code it's this. if (spot != null) { spot.interact("Net"); MethodProvider.sleep(5000); } I guess you could add it to your while so it would be like this. But you will need to move the Entity spot = getNpcs().closest("Fishing spot"); as @Imthabawse said. It is better practice as well in my opinion to code it this way as well. Entity spot = getNpcs().closest("Fishing spot"); while (!myPlayer().isAnimating() && spot != null) { spot.interact("Net"); MethodProvider.sleep(5000); } }
-
You need to null check the net void. It's one line of code and a pair of these {}. If not your script won't work right if == null
-
Not completely true but for the most part past 5 banned accounts you will start getting banned in about I would say 1/3 to 1/2 the time it took for the first account.
-
I would say you need to redo your logic. For starters you aren't null checking anything and what does the console say? Also I have no idea if this matter but move //Checks closest fishing spot and clicks it (supposedly) private void net() { Entity spot = getNpcs().closest(1530); spot.interact("Net"); } //Counts empty slots in inventory private int invCount() { return getInventory().getEmptySlotCount(); } //drops all shrimps private void drop() { getInventory().dropAll(317); } Out of on start and put it above @Override public final int onLoop() throws InterruptedException { And if you need an example of what I mean by null checking. private void net () { if (getNpcs().closest("Fishing spot") != null) { getNpcs().closest("Fishing spot").interact("Net"); } It will check to see if the fishing spot is availability before trying to interact with it. Like when you cut a tree and the stump is there then it's == null but when you can chop it it's != null. Also you need to use sleep conditions. Example new ConditionalSleep(number of mili seconds you want to sleep. 1000 is = to 1 second) { @Override public boolean condition() { return !myPlayer().isAnimating(); // return means what condition is met to overide the sleep condition timer. If it is set to sleep 100 seconds but you stop animating then it will over ride it and continue the code. } }.sleep(); I recommend checking out this scripting guide if you haven't looked at it already it was really helpful when I was learning scripting.
-
My guess is the IP is flagged for immediate locking and disabling. I had something similar change IP then you should be good.
-
Wine of Zamorak Telegrabber [F2P][90k/h+][SUPER FAST]
Gunman replied to H0rn's topic in Money Making
Maybe he might. I actually have a script like this I made for upstairs but I'm not gonna release for a personal reason. -
I know there is a pc setting that will reduce resource utilization if not focused. I don't remember the setting but this shouldn't be a osbot issue.
-
Just accept it and get ripped and big asf. Buy a pair of sunglasses. Then grow a mean beard and mustache and wait till you 60''s and maintain your body. And boom.
-
Yes this happens on both stealth and mirror. Oh thats good. I know it can be hard to keep replying to all the posts you get with the amount of scripts you have on the store.
-
Suggestion for the pre hover ore option is to make it anti-patterned. It will literally hover over the exact same position every single time. Then when goes to interact with the next ore it then moves the mouse to a random spot on the ore then clicks(I turned on mouse position and it pre-hovered the same values). Uses this pre-hover option has gotten some accounts disabled nearly instantly and I mean within minutes. I use another account on the same ip but a different mining script or yours for the matter and not use the pre-hover and I don't get instantly disabled. Just out of curiosity what happened to your Perfect Agility I noticed it wasn't on the store anymore? I already own it but just noticed it wasn't in my script collection but still on my script list in the client. And saw Mald say it was taken off the store for a month.
-
Well some issues with a onetime payment is there is no consistent money income which can cause some people to lose motivation for updating and supporting their script.
-
If I see it happen again I will but the only account I have right now doing motherlode is a mirror one and it got stuck once in the last 8 hours of running the script and it was set to randomly. And when it did get stuck it wasn't the same place as the other account. Also it kept getting stuck here on the other account. Only got stuck when it was going back to the mining area.