Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/14/14 in all areas

  1. I'm pleased to announce the fix for today's update. This 1.8.X release features several bug-fixes and additions: Client downloader no longer crashes or require relaunching Interface callback injector has been patched (fixes walking for new update). A new boot loader with stealth injection ported from OSBot 2 (this should combat a technique that's possibly used for insta-bans) When the client is offline, CPU usage doesn't skyrocket. Local scripts are now loaded before remote scripts. Download: http://osbot.org/get/index.php Happy botting! Thanks, Sincerely, Laz and the OSBot Team. Edit: 1.8.6: Camera rotation bug (thanks Eliot for confirming). 1.8.5: More work on facing stuff. 1.8.4: Timeout of rotateCameraToAngle() infinite loop. Partial fix for ArrayIndexOutOfBoundsException in Character.getFacing(). 1.8.3: (not version dependent) Fixed hook for lowest pitch. Reverted change to Molly and Pinball because the hook problem was solved. Added timeout for rotateCameraPitch(). 1.8.2: Anti-randoms (Molly, Pinball) fixes by @Divinity for the camera problem I'm tracking down.
    2 points
  2. If you want to donate $25.. Donate it? I mean.. no one is saying you MUST donate $100 lol. If you really want to donate to help OSB you wouldn't care about a PiP and Joe posted the perfect post for this thread.
    2 points
  3. Second one is jaw dropping
    2 points
  4. Your mums got more chins than it takes to get 200m ranged xp. #winning
    1 point
  5. <marquee behavior="scroll" direction="left">Here is some scrolling text... right to left!</marquee> ... not
    1 point
  6. 1 point
  7. The AbstaticScript is not required for this function to work. Its only used to print the exceptions. The correct import for Field is java.lang.reflect.Field. The hooks that are used in this function change every week. selectedItemCheckFieldName should be "im" now. Int 'getSelectionState' returns 'client.im' * (-1085438207)
    1 point
  8. Wait.... Stack traces are a bad thing?!
    1 point
  9. click current entrys spolier and i moved to seagulls because i lvl 3x faster, i don't mind the clicking tbh lol >.< im gonna have to do it @ pest control 85-99 anyway
    1 point
  10. Ironman won this one. ^_^
    1 point
  11. No I like seeing stack traces it makes me feel sophisticated Corey with an e.
    1 point
  12. Thank you, and I already found one =3. + will this one walk back to the spot? Because the last time that I had a combat random event ( swarm ) while using miner2, he ran away but didn't walk back.. And by the way you are really doing a great job .
    1 point
  13. He's definitely not that bad but I would like to see more improvement and some more advanced pieces before I promote someone to designer. There's also no need to let people vote. Not to sound rude but I'm aware of the fact that a lot of people don't have the correct knowledge to judge in this case, thus having no influence on my decisions.
    1 point
  14. Well, you may as well skip a step and use: MouseDestination dest = object.getMouseDestination(); sA.client.moveMouse(dest, true);
    1 point
  15. These paints are very basic, clustered, and anyone here with Photoshop could make one the exact same in 15 min. Anyhow, I do not believe he is at the correct skill level, or has enough knowledge at this point judging from the images you posted. Just keep working, and learning new skills.
    1 point
  16. 1 point
  17. That was his intention, yes. I'm 'Ayy' from Sythe.
    1 point
  18. Here is a guide on how to cancel automatic subscriptions - http://osbot.org/forum/topic/41641-how-to-cancel-automatic-renewals/ If you need anything else just send me a private message.
    1 point
  19. Gimp, I can see that you are thinking about yourself in this suggestion though no disrespect towards you.
    1 point
  20. You put way too much effort in checking whether or not an item is selected, and not only that, you are creating a new class loader when you could have simply used the one created by OSBot itself. You need to retrieve two fields to check if an item is selected whereas I only need to retrieve one. Instead of just initializing the fields in the classes constructor you are using redundant if statements which is both inefficient and unconventional. You can use final a lot more in your code to clean it up and you could have just put the whole block of code in one try catch statement, you used two. Again, both inefficient and unconventional. You do not use a method provided by the client and instead you create your own way of doing it. As for my code, it's not working as I haven't updated it which would literally take a second. As I said, the classloader is from a method provided by OSBot which is, indeed, obfuscated however efficient compared to your way of doing it. There's a certain field in the client which states whether or not an item is selected, using that the check is a whole lot more efficient and a whole lot cleaner. Just listen to what I say.
    1 point
×
×
  • Create New...