Everything posted by chad0ck
- Vet Rank?
- Vet Rank?
-
Open for request..
Let me start with the fire rune crafter and see how it is, we can go from there
-
40 att 70 str pure account making services question.
mmmhmmmm
-
[LifeTime Sponsor][ONLY $0.27/m] ★☆★ MattRsGold Selling RS3 Gold ★☆★ [Price Matching]
I thought this was osrs and was like what?? .29/M anyway, glws
-
Trouble loading scripts into OSBot Client
Export it as a runnable jar lol
-
Trouble loading scripts into OSBot Client
eh I have to use eclipse at work, so that's just what i stick with lol
-
Script help needed! [What not to do & how I can do it better]
They are actually very easy to understand, giving up won't get you anywhere!
-
Trouble loading scripts into OSBot Client
I'd use eclipse over intellij tho, there are guides on how to properly setup eclipse with OSbot.
-
Trouble loading scripts into OSBot Client
are you not compiling the scripts? there isn't a local script tab that i'm aware of. You need to put them in C:\Users\*USERNAME*\OSBot\Scripts
-
40 att 70 str pure account making services question.
That is correct, and they do sell for that much. I made 15 lvl 60 wcing accounts and sold all of them for $6 a pop. Also sold a maxed main for $450, PA is the way to go for selling. He isn't advertising, he posted a link. Everyone knows about PA smh.
-
Open for request..
noted. Still taking request There isn't much of a market for farming scripts, if i made a farming script it would be premium. =\ I will not make a script that Czar or Valkyr has, keep that in mind please.
-
Open for request..
Done. Waiting on SDN approval then i have to wait for it to be uploaded. 14 hour - 4 minutes and 54 seconds progress report. Still needs: GUI Paint Better combat checks other than that, pretty flawless. i think he released the beta
-
Open for request..
I do actually plan on making this, not anytime soon however. Czar actually has a nice slayer bot, I'd check out his scripts!
-
Open for request..
Looking to make another script while I wait for approval on SDN. Let me know what you want
-
Jewelry script (free)
Looks like this was taken care of.. cheers
-
Jug of Water getter
Is this still needed? Let me know.
-
AIO Farming(Premium)
Czar is a fucking beast, if you haven't already, check out his scripts.
-
Script help needed! [What not to do & how I can do it better]
I mean you do got a point there.. lol
-
Script help needed! [What not to do & how I can do it better]
I figured he was still trying to learn the process, if I were him i'd stick to states, they are easy to understand and after you have them down you can learn new processes
-
RS #86 & Upcoming update
Thank you for the update! keep up the good work guys.
-
What is the best way?
Follow this, and you'll have a good time.
-
Compiling without OSBot Jar
You need to follow a guide on how to setup osbot with the IDE you are using. I don't think it will be possible to compile without it in your library.
-
What is the best way?
This ^ They say you should spend 50% of development time planning your program out, think of this as the building blocks of your script. You don't want to build a house with a shitty foundation The best way of planning it out, do what you are gonna do manually, and write down everything you do. If you went down a set of stairs, you'll need that. if you walked somewhere, you'll need that. write everything down!
-
Script help needed! [What not to do & how I can do it better]
Actually, I'd say there is nothing wrong with the banking you have. if (inventory.isFull() && BANK_AREA.contains(myPlayer().getPosition())) { if (inventory.isFull()) { return State.GO_TO_BANK; } This is part of my fighting script. It switches to the correct states when needed, I don't see how it can be improved.