Everything posted by Token
-
Should i move to City?
I know how it feels, deciding where to move. You just have to figure out where you would have a better life. I personally take into account 2 very important factors: internet speed and electricity reliability PS: this topic doesn't belong in the market section
- JavaFX
-
How to get click area for context menu
public boolean selectAction(String action) { return mouse.click(new RectangleDestination(bot, menu.getOptionRectangle(menu.getMenu() .indexOf(menu.getMenu().stream().filter(o -> o.action.equals(action)).findFirst().get())))); } Don't forget to take into account some menus include color tags
-
JavaFX
i was a bad boy and got sent to my room without dinner jagex turn
-
JavaFX
I was desperately browsing stackoverflow for an answer to "this is runescape" so as not to look overwhelmed by your argument while you were editting your reply your turn
- JavaFX
-
JavaFX
It decreases the stack frame size on all methods that require access to your Script instance by 64 bits Your turn.
-
∫∫
- ∫∫
- ∫∫
- JavaFX
// don't forget the manifest public class Unicorns extends Script { public static Script script; @ Override public void onStart() { script = this; } @ Override public int onLoop() { return 69; } } This wonderful piece of code solves all your OOP problems- How Much $ Would You Trust The Person ^ You?
$69 and a- How exactly do i start osbot+proxy+ a script with CLI?
java -jar "pathtoclientincludingclientname.jar" -login osbotusername:osbotpassword -bot botusername:botpassword:pinputrandom4digitnumberifyoudonthaveone -script scriptnameforlocaloridforsdnscript:scriptargs -proxy ip:port:username:password or ip:port if you dont have username and password authentication on your proxy- Questions about internships! (Software Development)
It's still a thing- Questions about internships! (Software Development)
"I've been programming for 3 years now, doing Java, Android, iOS, HTML & CSS, .NET, JavaScript and libraries" so 3 years you only learnt stuff but you never bothered applying it, you never worked on a project, you didn't produce a single thing. In the eyes of an employer that translates into "I haven't done anything at all but this is all I can write in my CV". You have better chances of getting a job if you tell them you hack facebook passwords... If you actually know all that you said you should have no problem renting a server and a domain, coding a website using JSP with a java backend and creating client apps for android and iOS. Give it a nice name and put it as a web app project in your CV and you will have 100% hire rate. If you can't do this, then you are right to feel that you don't know shit, hope for their mercy and maybe next time you will apply for a job/internship you will be better prepared. PS: working on projects that use frameworks are very much appreciated in a CV, Spring and Hibernate experience will get you any java developer job. Don't forget these don't have to be large commercial projects, they don't have to be official, they don't even have to involve a team, they just have to exist, even if it's a simple 100 line program it's better than listing your programming skills.- When there's a long queue at McDonalds, and you can't be bothered waiting 20 mins
Yep but that's the truth. That video is shot in the US and that's how people react to it. There was another one made in russia, people didn't give a shit about the guy trying to pull a prank there.- When there's a long queue at McDonalds, and you can't be bothered waiting 20 mins
dw I will find a @Solution- When there's a long queue at McDonalds, and you can't be bothered waiting 20 mins
Indeed. I really liked the part where that dude jumped off a bridge.- When there's a long queue at McDonalds, and you can't be bothered waiting 20 mins
Agreed. KFC is a lot better- When there's a long queue at McDonalds, and you can't be bothered waiting 20 mins
What server- When there's a long queue at McDonalds, and you can't be bothered waiting 20 mins
I miss you too- When there's a long queue at McDonalds, and you can't be bothered waiting 20 mins
Ah cmon the vid is damn funny- When there's a long queue at McDonalds, and you can't be bothered waiting 20 mins
Just yell Allahu Akbar, and people will flee in terror- whos has some badluck lately
someone left 20 cookies in my fridge they disappeared in a few hours im on a strict diet- Reducing osbots mem usage
They may be running slowly but without any background processes maybe. The use of -mem 1024 only applies if your default memory allocation is too low so that's why I asked you what was the default one. This won't change anything if that's not the case.