Everything posted by Qubit
-
What are you listening to?
- S̶a̶f̶e̶ ̶S̶p̶a̶c̶e̶ Shit Box and Forums
It's becoming more and more apparent, users on this forums are becoming more and more butt hurt when they get offended. get over and take a joke- Calling onPaint()?
I've never run into this problem but, shouldn't paint update it whether or not it is in the onLoop?- Checking bank contents
if bank is open... getBank().getItems() //i believe Item[] getItems() - Gets the array of items stored in this container in order.- Mod Weath
Im curious into how the system works.. From my understanding it's dynamic and processing data off the spot, interesting- Need VPN suggestions!
private internet access... nvm saw you meant vps- 3rd Anniversary Winners, Southperk, nerd187, punchbaggies, mikasa, september
damn i was 14 kms, good luck an congratz to everyone- Who do you miss the most
Morova, fixthissite, eliot- Is our generation lazy?
no, not at all. compared to other generations- Osbot Teamspeak
Simple request and the title says it all. I believe it would bring the community closer together and would be great alternative to chatbox. -mentions Gh0st- Strange Combat Lite
looks clean tho.. Next time only include your script in the jar file- Jagex banning
client side vs server side, is something you might want to look into or understand.- [HELP] Display counter on GUI screen..
Use the onPaint() method in the script class e.g public void onPaint(Graphics2D g) { if(image != null){ g.drawImage(image, 545, 139, null); } g.drawString(formatTime(timer.getElapsed()), 388, 277); //395 g.drawString("Hides: " + hides, 388, 289); if(buryBones || keepBones)g.drawString("Bones: " + bones, 388, 301); } Graphis2D api https://docs.oracle.com/javase/8/docs/api/java/awt/Graphics2D.html- Programming Challenge...
So in my intro to machine organization course, two kids in my class created a program to auto solve bomb lab and attack lab. I thought this was probably the coolest thing ever and just wanted to share it. Information about the labs are in the link below. (Also advise everyone to try the labs as they are great and informative, they took me some decent amount of time to solve) Bomb lab Program: Disassembles a program in c in assembly x64. After analyzing the code it finds an input that triggers a solved procedure call Attack Lab Program: Disassembles a program in c n assembly x64. After analyzing the code finds an input string that executes/calls/ and exploits certain programs http://csapp.cs.cmu.edu/3e/labs.html- How far can we count without staff interruption.
21- My Life Story through Runescape
if this is true then damn nice! I wanna see some picks tho, for research purposes obv- Looting Script Help!
if (this.map.canReach((Entity) this.arrows) && !this.arrows.isOnScreen() && !this.isPlayerAnimating()) { this.walking.walk((Entity)this.arrows); //Why not just interact with?. Removing this would also cut off time to collect arrows } if (!this.isPlayerAnimating()) { this.arrows.interact(new String[]{"Take"}); } counter get number of arrows at pos attempt to pickup, get number of arrows at same pos and get difference and add to counter, price checker there's many snippets of that code in the tutorials section for the forum- i love maldesto (and alek)
- EDM collection for the past year
whatcha think? Alot, of stuff has been deleted from copyright claims. https://www.youtube.com/playlist?list=PLtyh_e8OdLhtqZmT-DWqmfTLjanGtI5qV- Python book for Java Programmer
So, I just found out from my regional manager I'll be teaching Python not C++ this summer... I have avoided Python up until now mainly because I've had no use for it and I hate it's white space. When I say avoided I mean, I fucking hate it and all it's fan boys I've come across, no offence. I most proficient in Java and getting almost as good in C/C++. So I was wondering if anyone would recommend a decent book for me to quickly grasp the concepts for next month. Also, I don't know why, I asked to teacher older kids around 18 but the Python class is some intro one for 10-12 years old so I don't expect to be going deep into the language at all.- Csgo fps drop
Thought it was only csgo, but now I realized it is happening in other fps games i have maybe you are just retarded- Csgo fps drop
So two days ago for some reason I have been getting this weird bug where every 5-7 seconds my fps drops crazily. Being I don't have vsync on I watch as 300 fps goes to 150, and the screen freezes for half a second. I've verified the cache integrity 2 times and my drivers are up to date.. It is just this game too, so I have no clue what to do.. specs, geforce 980, i7-56k, 16gb ram 5/7 I have realized this is not happening just to csgo now, but to other fps games too- Perfect Stronghold AIO
wait so, ankous and flesh crawlers scripts are no longer supported?- New Laptop, what to get?
Looking for some suggestions for a new laptop in the 1000-1200 range. I would be primarily using it for programming for school. Currently I have a desktop I built with decent specs I use for gaming, so the laptop would be for commodity. But yeah as I said It will be a travel laptop which I would bring to with me to class and on campus to the library and stuff. I'm looking at the razer blade stealth. But I'm also tempted with the mac book air even though I hate mac and have never learned to use one in my life. I also believe that all macs come with a swift ide, so ios development would be possible, which I don't plan on doing but it will be there if I ever need it. So shoutout some stuff, and thanks for the feedback.- me being braindead once again
you should probably learn some more programming logic before scripting.. Makes everything a bit easier - S̶a̶f̶e̶ ̶S̶p̶a̶c̶e̶ Shit Box and Forums