Everything posted by Joseph
-
Which is better
sleep on the onStart() while the gui is alive. or add a if statement (gui isnt visible) within the onLoop()
-
MATLAB and Java
it really doesnt lol
-
My players direction
i was actually doing that now for my script. ill add it in a bit edit: added it in
-
My players direction
public enum Direction { SOUTH(0), SOUTH_WEST(256), WEST(512), NORTH_WEST(768), NORTH(1024), NORTH_EAST(1280), EAST(1536), SOUTH_EAST(1792); private int index; Direction(int index) { this.index = index; } public static String toString(int index) { for (Direction d: values()) { if (index == d.index) return d.name().replace("_", " ").toLowerCase(); } return null; } public static String toString(Direction d) { return d.name().replace("_", " ").toLowerCase(); } } You simply have to use my players "getRotation()" example: log("" +Direction.toString(myPlayer().getRotation())); pictures example: it wont let me add picture http://puu.sh/7nqGB http://puu.sh/7nqHw http://puu.sh/7nqI6
-
Methods to use potions
why dont you supply us with that PotionData enum?
-
Looking forward to OSBot 3
your funny
-
OSBot v2.0.11-12 BETA
Its nice to see the api cleaning up. Keep it up. Edit: i got the same error that "Jack" got, while not running in debug mode. Edit 2: But i also got this error, when i try to run it in debug mode
- Runescape gta
- Bank Sale
-
Flappy Birds MULTIPLAYER! Join
its so slow lol, but its a bit fun
-
Use alch bot or autoclick?
alch bot, plus you said you were going to keep an eye on your bot so go for it
-
Banking api ~ almost finished
But the fact that you supposedly know where all your items are at in the bank, does seem bot like. no matter how many randomize sleep you take. But on the other hand if you search for a item it reduces the fact that you look like a bot
-
Banking api ~ almost finished
ive been knowing that, but that just make you look like a straight bot
-
Banking api ~ almost finished
You should just add in a search method
- Im back :D
-
Im back :D
Hey guys, some of you may know that i had quit Osbot. Well that was true, but im back!!! One of the main reason why i had left osbot was because of my one of my SDN script (Aio-Prayer). Which im currently discontinuing (Im truly sorry for those who brought it). i might decide to bring it back, but dont have high hopes. Now for a true introduction. Since the day i first found, and join Osbot. I never made a proper introduction. Im JoseDpay, im currently a senior high school. I play varsity basketball for my school. Currently my Basketball Team and i are in the start of the playoff. We are in third place but were still good and kicking ass. Basketball and school do take up a lot of my time. But i still find time to script. i promise that the script im going to start creating/releasing will be legit, no bootleg shit thank you for taking your time to read my intro sincerly JoseDpay. Ps. release the hate comments
-
Banking api ~ almost finished
why you remade the banking API?
-
AIO Prayer
im really not up for doing this script anymore, i think i might just discontinue it
- AIO Prayer
-
AIO Prayer
I'm back , I'm trying to port over to osbot git
- BYE
- Selling 3k unids
-
AIO Prayer
It's fine, only thing as of right now it has the option for own house support, but It's bugged until the next release
- item dump
-
AIO Prayer
I still don't understand why, it won't select the worship for you -.-