Jump to content

whipz

Members
  • Posts

    780
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by whipz

  1. all of mine work except for this one script ):
  2. I just dont want to format for it not to fix the problem; I dont understand why it worked fine just before update, now it wont even try to start; When i click run on it, nothing happens, the logger doesnt even say script starting like it does with the rest; Paint wont show up, login handler wont do anything either; I have not modified the script in anyway since update as well. Edit: it works for someone who I originally made it for; which is fucking weird
  3. Hey guys, before yesterdays OSRS update, my script was working fine. Since then when I go to run it nothing happens the logger doesnt say script starting, or even show up paint. You can click the start button 10000 times and nothing; I have deleted OSBOT folder, I have restarted Computer I have downloaded a new OSBOT as well. Still nothing. The thing that makes this even weirder is the person I originally wrote the script for still works. Yet for me it doesn't. I dont know what to do, all my others still work just not this one. I really dont want to format my computer if that wont fix the problem. However I will tomorrow if nothing else helps. Anyone have any ideas ?
  4. im the flowers, watching and waiting for my time to shine
  5. Ill give that a shot as well, I have found that different camera angles play a part, thats why I want mouse.move to contain z axis as this will help with the height why do I divide by 2 ? just asking
  6. Ill give it a try thanks mate !
  7. Hey guys, is there a way to move the mouse in an x , y , z format ? i have looked threw the API and i cant seem to see one; would be really useful for me on different camera angles to be able to lift the mouse in a Z axis
  8. Hey guys, I want to buy around 5 accounts depending on price; Post offers below thanks
  9. I figured it out using this int mouseSpotX = Math.toIntExact((long) hoverTile.getPolygon(getBot()).getBounds().getCenterX()); int mouseSpotY = Math.toIntExact((long) hoverTile.getPolygon(getBot()).getBounds().getCenterY()); mouse.move really needs to have both x and y but also sometimes z ):
  10. i dunno ill try and report back xD Nope that doesnt work there is no getCenter
  11. I have no idea on how to do it; everything I have tried is always just slightly off, its driving me insane ): will post what I got if needed but obviously mines wrong lol
  12. thanks mate; k9's worked perfect (:
  13. @dragonite3000 I thought you quit ? hahaha
  14. recently gave up but I loved this mango flavored one I had my mate make ones; was amazing
  15. i did have it set for after re spawn rate i was just using it so that it would work; but it always fucks up; ill give it a shot and report back
  16. Hey guys, my conditional sleeps usually work however for ground items I seem to be having a little bit of problems; this is my code for that part GroundItem item = getGroundItems().closest("item"); if (item == null) { log("item is null"); if (!magic.isSpellSelected()) { log("Spell is not active, activating spell"); magic.castSpell(Spells.NormalSpells.TELEKINETIC_GRAB); } else { log("item is null, spell is active moving mouse to predicted spot"); hoverTile.hover(bot); sleep(random(500, 1500)); new ConditionalSleep(5000) { @Override public boolean condition() throws InterruptedException { return item.exists(); } }.sleep(); } } no matter what I do it always seems to return true even if its not there I have tried: item != null; (this one waits until it times out then continues) item.isVisiable(); item.isOnScreen(); pretty much everything I can think of and nothing works right
  17. depends on location of vpn some have no lag some have tons some have minimal depends on location of vpn some have no lag some have tons some have minimal
  18. running to bots on one client causes major lag thats why most people just pay for VIP as running 10 bots in 10 clients works better than running 2 bots in 1 client /:
  19. how much you looking to pay ea ? and how many you want ?
×
×
  • Create New...