Everything posted by Novak
-
Best price for vouchers on the market, for Czar and perfect scripts.
people could just say they are buying czars script and get the cheaper price. you will never know what they buy with it....
-
[AlphaTeam] THE RETURN OF [AlphaTeam] [New scripts]
can i join? ill be ur slave
- Move the little on screen tag
-
Verified awesome profile picture
don't worry, he's been working on the web walker for 2 years now!111!!!!111oneone11!
-
Verified awesome profile picture
this is VERY accurate
-
Lets Reminisce
a 3 script task based one, where you could switch between scripts, kind of like master race omega
-
Who's D is bigger than mine? (NSFW)
shots fired
-
Lets Reminisce
thanks for being a troll, I'm sure everyone appreciates it.
-
Lets Reminisce
Back in the day (6-7 years ago), i was the noobiest of noobs. I lurked the pb forums and leeched like nobody business. I eventually started buying premium scripts, thinking i could never learn to do what these guy can. Lets skip forward to current day, I can pretty much do whatever I want with java related to runescape. So many of you may be asking, how did this happen? the answer is hard work. I took multiple courses in java and c++, and really dedicated myself to learning programming. tl;dr if you wanna do something, work hard at it and it will happen obviously this was just a proof of concept, but tile and animation eventually got hooked. never give up on your dreams never in a million years did i think i could start making my own bot and hooking different functions
-
[AlphaTeam] THE RETURN OF [AlphaTeam] [New scripts]
- Plankoff - Makes Planks in Varrock - 200k + P/H [Free] [OpenSource]
its in the rar, theres no jar just the files- Plankoff - Makes Planks in Varrock - 200k + P/H [Free] [OpenSource]
l00000l src is clean tho, gf- Puush has been hacked
just use gyazo or lambda lmfao- walking on al kharid roof
position.interact(Walk here) seems to work. However, i need local walker too when it isn't visible on the minimap (and i don't want to start having to make paths and a custom walk method for it to work) can we expect an update to local walker for this?- walking on al kharid roof
neither localWalker or map.walk work on al kharid rooftop. it just does nothing. anyone else experience this/have a workaround? edit: seems like it doesn't work on varrock rooftop either. it works on pollnivneach though, which is weird- Area class (with plane)
the osbot 2 area class does not support planes, so i made my own package data; import org.osbot.rs07.api.map.Position; import org.osbot.rs07.api.model.Entity; import org.osbot.rs07.utility.Area; public class RS2Area { public final Area area; public final int plane; public RS2Area(Area area, int plane) { this.area = area; this.plane = plane; } public boolean contains(Position pos) { return area.contains(pos) && pos.getZ() == plane; } public boolean contains(Entity entity) { return area.contains(entity) && entity.getPosition().getZ() == plane; } }- My First H1Z1 Battle Royale Win!
im a legend at this game- eSmithing
- Hello
- Osbot Members Snapchats
lmfao last time i gave my snapchat out to someone on osbot they spammed me for nudes for like a week- Two day ban LOL
whats the fun in playing a game that you can beat in a short amount of time?- People! Embrace my internet!
- @:mald:
more like he put all his money in a bank account now and locked it so she cant throw it away- onLoop not running?
you messed up your bracketing somewhere, make sure every opening bracket has a closing one- the 1k klub
- Plankoff - Makes Planks in Varrock - 200k + P/H [Free] [OpenSource]