Everything posted by Gunman
-
OSBot Broke Even more for me :/
Glad it's working. Enjoy and gl with the botting man.
-
OSBot Broke Even more for me :/
Um. If you're running 32 bit java try uninstalling it and downloading 64 bit and run jar fix. All I got.
-
Have u ever tried botting in nmz?
12-19 hours a day for 6 weeks worked for me to get max melee
-
OSBot Broke Even more for me :/
@TwoBleuList what was already suggested so we don't suggest what was already suggested
-
[Dev Build] OSBot 2.5.90
I don't think Pat ever implemented anything for it. But I think he should; Would save me from having to remember to implement the check and handler
-
[Dev Build] OSBot 2.5.90
Ye, I noticed this a couple months ago and was thinking of bringing it up to you but I don't even know if there's something you can do about it. If the others who use it have similar results, is there even anything you can do besides enable the hardware mouse? I know packet bots don't have this issue. But that would be a huge overhaul I imagine. Plus I don't think that's a good solution for the long term to copy someone else and call it good.
-
What happened to Alek?
Right around now is the 2 year anniversary actually. But Pat has been doing a great job.
-
[Dev Build] OSBot 2.5.90
Does this fix the random issue with the bot constantly going through the some gates a random amount of times instead of once? Ye, I assumed there was something with the virtual mouses that triggered something. Just testing macro recording script vs a 3rd party macro recorder told me something was off. And this had a consistent result with the other bot providers injection clients too.
-
Add custom scripts?
Something in the code then. Make sure you have the script manifest and everything set to use java 8.
-
Are 7 days delayed bans rare?
@aquilatoii From my time here delay bans over 2-3 days are very rare. More than likely if you don't bot very smart at the start you will probably get a few accounts banned on the way to that stopping point you're after.
- [Outdated] Account Creator [Chrome Extension] - Alpha
-
Waifu Thread [Re:born]
Noooo this thread can't die
-
Problem with selenium and account creator bot
For anyone wonder yes it's possible to use Selenium.
-
Waifu Thread [Re:born]
- 6 New Scripts!
Some scripts that get removed can still remain in your script library but only appear in the client list- Alphabet game
- is the forum messed up?
This is why I am not letting you out of the attic- After a kill I want to loot first before attacking another monster.
- After a kill I want to loot first before attacking another monster.
@Mokrocaan You can do what Nbacon did if you don't care about picking up other peoples loot they left. But if you want to only pick up your loot, then store the tile the npc health percent == 0 is and then check that tile is != null and if it contains items you want to loot, loot. Else make the tile == null so it can attack another monster. Can look something like this. Also if you haven't look into conditional sleeps. if (lootTile != null) { if (items I want exist at tile) { loot the tile } else { lootTile == null; } } else { find and attack the next monster }- is the forum messed up?
They changed a bunch of shit and I personally don't like how wide everything is now. I am on a 1440p display so others way not have this issue.- [Dev Build] OSBot 2.5.89
Well that'd just stupid but thanks cutie- Waifu Thread [Re:born]
- [Dev Build] OSBot 2.5.89
@Patrick do you have to hit launch when using the cli parameter "-autologin" or am I doing something wrong? And if I do is this for security reasons or something?- use new mouse
What part of mouse algorithm do you not understand? Just looking at it on and off you should see a difference. Like the guy above said it changes the way the mouse moves and behaves. You also get to customize this one in the script code. In my case the bans have improved with the new mouse but idk if it's the new movement or just because it's slower in some situations and lowers the efficiency. As far as I can tell they do track the way you interact with the game, we don't know what exactly it is though of course. Imo it has something to do with the virtual mouse on injection clients that trigger something. And ALL injection clients seem to do this. My theory for this was testing the client with a macro script vs the client and a 3rd party macro recorder. The 3rd party beat the script every time. Next best I found was packet bots and the very best I found was mirror mode. I have yet to find a CLIENT that can beat mirror.- use new mouse
@gekkebakker It's a new mouse algorithm - 6 New Scripts!