-
Posts
3448 -
Joined
-
Last visited
-
Days Won
17 -
Feedback
100%
Everything posted by Gunman
-
Bank standing normally does and low game actives normally do. And you check by Experience.
-
Agility's ban rates are higher than the clouds my friend.
-
Nice. Yeah Project is a under rated scripter.
-
@Co650 Mirror Mode An extra layer of protection. Supposedly helps reduces ban rate/account flagging etc. Rumored reasons being, the reaction timer changes the patterns, or it appears to Jagex you're NOT using a 3rd party client. number 5 in here might explain some of that Some cons of MM is some scripts may not work as efficiently (Small impact but it's there). MM uses more PC resources. Can't use multiple proxy without a 3rd party program like proxifier Currently has a memory leak and may/can crash a lot or have bad performance with some scripts/tasks. Even so still very usable. Stealth Injection Best for farming Can use multiple proxies. More stable Doesn't have performance issues unless it's a issue with script. Generally over all solid but people feel the ban rate with SI is high or whatever. Over all I have botted with both SI and MM but I personally use MM even though I have botted multiple account with success on SI. But I would rather have an extra layer of protection with MM since I am not running 100's of accounts or anything. Plus I honestly do feel it's easier to bot and survive using MM. I never use VPN I only use proxies.
-
I just made one of these for Mordred in 15 minutes like a week ago lol. Gz I know people wanted this
-
@Co650 The bot has been down for like 2 hours. But in the last few minutes it's been going up and down. Might be why but still you should be using the Official Client with Mirror Mode. If you wanna try Rune Lite go ahead but it's meant to be used with the Official Client.
-
Reasons your bot isn't updating to 2.5.61 is because 2.5.61 is a dev version. Which means it can be buggy and is more of a release for mass testing. And I would not recommend downloading and using that build it does have some bugs. EDIT: Bot is down btw EDIT2: Bot keep going up and down so just open the bot every like 10-15 minutes if you can to check.
-
Aight I will just start making a list I guess and you and figure out if you like it or not. - Warframe - Smite/Dota2/League of Legends - Realm Of The Mad God - Path of Exile If you wanna try some FPS games try - CS:GO - Ring of Elysium - Combat Arms: Reloaded - Planet Side 2 Some P2P games that you may be interested in (All prices are in USD and for base game only) - $29.99 Arma 3 : Runs like shit on most hardware like 30-40 fps average at the worst and 60-70 at best. Depends on what you're playing. King of the Hill is worst fps since there is 100 players in a small area being rendered all at the same time. Over all is just like a Military Simulator; Or it can be a fun RPG game if you play on the Life servers or something. - $19.99 (On sale 7.99 also free weekend right now) Rainbow Six Siege : Kinda like CS:GO but higher graphic detail and more realistic. Same concept for the most part but you may find it much more pleasing that CS:GO - $19.99 Risk of Rain 2 : Hack n slash huge button smashing game. You fight off waves for each level stage and has you get stronger so does the enemies your fighting. Huge chaos, most the time I don't know what's going on because there is so much shit on the screen in the later stages. If I remember right the waves are infinite so you can play for a long time. - $29.99 Hell let loose : Super fun still in development, but it's basically you're in WW2. You join a squad/create a squad select your role. So you have a commander which is a player and he commands the squad leaders which can communicate to the squad leader and the squad leaders then lead there squad to attack/defend or take out takes and stuff like that to win advance and take over objectives being towns/cities in the game. It's a 100 player game and the game looks decent and runs really well. I have a 1080ti and at 1440p I hit cap fps all the time which is like 120 I think. - $9.99 Terraria : 2D Minecraft basically; But you can make a house and with the right things you can get npcs to show up to and live in your house which you can buy items from them with coins (copper,silver,gold,platinum). Can gather material to make items that can summon bosses and kill them to get material to make even better equipment and ect. About all I can think of right now.
-
Any game genre? Also I would recommend looking at the f2p section of steam and sort by what's being played.
-
Oh shit dude poggers
- 1003 replies
-
- premium
- moneymaking
-
(and 4 more)
Tagged with:
-
Original Client/ Jagex's Offical Client
-
The issue occurs. I restarted both OSBot and OG client. Script works again. After dream is over it breaks then after logging in the issue happens. Then I tried clicking the box and buying the stuff manually. Script starts working again. Cool. Again dream over script breaks then after logging in the issue occurs again. This time I stop for the day and made the post and now I tried the other client. Been 3 or 4 dreams now with Stable Build and hasn't happened.
-
@Token After switching to 2.5.60 the issue stopped. To add on to my post from yesterday the issue happened 3 times every single time after a dream when trying to restock absorption/overloads. 3rd time I thought it may be issue with the client version. Seems to work now
-
User is banned. Why his name has a line through it. The source is there if you wanna recompile the jar
-
@Token Client : MM and OSBot 2.5.61 Hey, script is getting stuck ONLY when trying to restock overloads and absorption(Buying herb boxes is fine, I don't know about other things). It only happens after completing a dream or a break(Idk which one exactly). Logger spams interacting with rewards box , may not be exact words but similar. The bot does nothing when doing this, it just sits forever even after logging out and logging back in. But then if I open the rewards box the logger then says switching tabs but again does nothing, infinite sleep. If I buy them manually it fixes until the next time it needs to buy overloads/absorption. Tomorrow I am gonna try version 2.5.60 and see if the issue proceeds since I know a lot of users don't use the dev builds, and no one else has reported a problem in the last few days.
-
Now that's some quality merch
-
Is this because of the soon release of Excellent Vorkath
-
We are missing a lot of people if this is a shit posting crusade
-
@MGI handles Mirror Mode. Pat might know if there is an update soon but I doubt it.
-
1.) I would just get a throw away account and keep changing and tweaking it till it looks good to you. 2.) I think most people return some where between 200 and 1000(no random). Most the time I see it around 500 flat though. Human reaction time is somewhere between 100-400 MS. Average is like 230-270 MS. But the human eye can process up to like 0.0066666666666667 of a second which is 0.15 MS; Which is before considering the input lag, brain processing, and other shit.
-
How to get entity (ignoring which is closest)
Gunman replied to sinclair666's topic in Scripting Help
@sinclair666 Only thing I can think of at the moment since I am tired but should work. First you can grab the closest fishing spot like I did below then grab the position and tell it the fishing spot you want is != to the second closest fishing spot's position. NPC closestfishingSpot = getNpcs().closest(npc -> npc != null && npc.getName().equals("Fishing spot")); NPC fishingSpot = getNpcs().closest(npc -> npc != null && npc.getName().equals("Fishing spot") && npc.getPosition() != closestfishingSpot.getPosition()); EDIT 1 : Hold up I just had an idea and need a sec to test if it would work. EDIT 2 : Nope nvm brian.exe stopped working and couldn't finish the thought sorry. -
@nothing312 Sounds like the script you're running is either throwing a Null Point Exception error and freezing the client or it's the fact that running multiple bots on a single client isn't that well optimized and doesn't run well. Nothing you can do besides either deal with it, or run 1 bot if you don't wanna buy VIP. If you buy VIP then you can run multiple clients, but still sticking to the 1 client 1 bot ratio.
-
From what I can tell you're running a bot farm with only Mirror Mode. Which is fine, but just because MM isn't working fine doesn't mean the build isn't stable nor does it mean VIP is worthless. Yeah a huge reason people recommend VIP is because of MM, but Stealth Injection is working perfectly fine. You still can Bot unlimited amounts of Stealth Injection accounts with no issues. And even with the Memory leak MM has right now I am still able to let an account run for more than 60 hours non stop with breaks perfectly fine. The only problems with MM right now is bank placeholders/Tabs, and the Memory leak which isn't that hard to deal with. Did you even try running a client with these CLI parameters java -jar "osbot 2.5.60.jar" -mem 1024 ? May not seem like it will do anything but for some reason either it being just being a random thing of luck that my MM client stopped crashing every 15-45 minutes or this actually helped. And compared to what it use to be before this MAJOR update a while back is incomparable. Now Before this update MM was TRULY unusable.
-
Not getGrandExchange().getOverallPrice(id of item goes here) It will grab the GE price not what you're buying/selling it for in the GE offer slots.