Everything posted by whipz
-
[help] Local Script Wont Even Start
any script writers willing to go over it to make sure I havent bugged it out for me please ?
-
[help] Local Script Wont Even Start
all of mine work except for this one script ):
-
[help] Local Script Wont Even Start
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
-
[help] Local Script Wont Even Start
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 ?
-
Muffins vs the fucking dweebs on this forum
im the flowers, watching and waiting for my time to shine
-
What is the best way to find the center of a tile ? or area ?
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
-
Mouse.move( x , y , z) ?
Ill give it a try thanks mate !
- [B] Magic accounts 33 min
-
Mouse.move( x , y , z) ?
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
-
[B] Magic accounts 33 min
Hey guys, I want to buy around 5 accounts depending on price; Post offers below thanks
-
What is the best way to find the center of a tile ? or area ?
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 ):
-
What is the best way to find the center of a tile ? or area ?
i dunno ill try and report back xD Nope that doesnt work there is no getCenter
-
What is the best way to find the center of a tile ? or area ?
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
-
[Help] Conditional Sleep
thanks mate; k9's worked perfect (:
-
Attention Strain Smokers!
@dragonite3000 I thought you quit ? hahaha
-
Attention Strain Smokers!
recently gave up but I loved this mango flavored one I had my mate make ones; was amazing
-
pc
- Night's Script Giveaway!
- [Help] Conditional Sleep
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- [Help] Conditional Sleep
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- Night's Script Giveaway!
- Alternative for isAnimating
Do as night said thread anti ban if your doing an animation or if you are fletching should be fine as your mouse or whatever your anti ban won't effect the the stringing or fletching process and have it stop while you do your clicking then start again- Can't load RS at all.
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- osbot lag
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 /:- fresh accounts