Everything posted by TFW
- $$$ AMAZING BOT F2P/P2P $$$
-
qcottysig
Nice work! Glad to see designers here
-
Development of my first script (And ever touching Java)
No problem buddy! Keep on climbing!
-
Do you get banned if you don't use mouse listener!?
ye bro ya know. got banned insta 100 mouse listerner not active. u gots to active it mayn u know. haha like ndo the deed and active it iosbot or we all get banned hahaha.a,.a.. ya no
-
[RQ]Updated video tutorial maybe?
I may make one if I get the time (or collab with someone to bring a tutorial to you). Been busy with finals coming up. but don't get discouraged my friend. Keep trying! EDIT: If you could leave any information you would like covered that would make it easier on me. Drop it through an Osbot PM or quote me. Also if you haven't checked already, here is a few scripting snippets I have made. It shows how to use some of Osbot's API http://osbot.org/forum/topic/96505-osbot-scripting-basics-and-snippets/
-
Development of my first script (And ever touching Java)
Need to do: - still figure out how to get players level and then use that to define what bot cuts if (getSkills().getStatic(Skill.WOODCUTTING) <= 30) //if woodcutting level is less than or equal to level 30...do something - other stats long startTime; @Override public void onStart() { //Code here will execute before the loop is started getExperienceTracker().startAll(); //Begin the experience tracker startTime = System.currentTimeMillis(); } @Override public void onPaint(Graphics2D g) { //This is where you will put your code for paint(s) //To track experience in a skill and draw it to the canvas simply do g.drawString("Attack: " + getExperienceTracker().getGainedXP(Skill.ATTACK), 15, 65); //(stuff, x , y); //also print runtime same way } Message me anytime!
-
[PC] 60 Attack Pure
You're looking @ (50-70)M depending on the buyer. Barrage, Firecape, gloves, etc. add to the price enhancement.
-
Glitch in Client?
Oh cool I am correct
- suh dude
-
https://www.twitch.tv/maldesto
? ? change the crappy musik
-
Glitch in Client?
Not sure. Just a thought.
-
Glitch in Client?
If you are constantly hopping and the condition is being check while you are logged out, wouldn't that be the problem? I assume you are hopping since you are shop buying.
-
pSeagullKiller
Removing patterns in your script would be ideal. Try working force left clicks and rightclicks, etc. Try having it logout @ x levels 30 atk 30 str 30 def All I could think of at this time
-
pSeagullKiller
Nice buddy! Glad you enjoyed my guide.
-
Walking to Entity
http://osbot.org/forum/topic/96505-osbot-scripting-basics-and-snippets/
- Amazing song
-
How do i tp using equipped dueling rings?
if (context.getEquipment().contains(new ContainsNameFilter<>("Ring of dueling"))) { context.getEquipment().interact(EquipmentSlot.RING, "Castle Wars"); //sleep }
-
buggerino
he was VIP before VIP was his MAIN And Scripter I was his secondary
-
We are a real forum now
fix client not chatbox
-
new to linux
Make sure your linux has java setup. Open the terminal I believe its java -jar jarnamehere.jar
- Hi guys.
-
this is a big achievement for me [OSBot]
- Need some wisdom
- Need some wisdom
It's essentially same thing kind of. I just don't want to be in the NPC area everytime I go to attack- Need some wisdom
Hmm I'll give it another go with a int of 5. Thanks for some wisdom