Everything posted by Single Core
-
How to use ConditonalSleep
I use the Timer class and do this, which is the same thing I assume. xd time.reset(); while(time.isRunning() && script.myPlayer().isAnimating()) { MethodProvider.sleep(50); }
-
My gaming setup <3
I'd have bought a 1440p screen and a 780 TI. 256 GB EVO and 2 TB HDD. And why did you buy an I7 4770k with a stock cooler ???? Please tell me you're going to buy a custom cooler. PM me I'll advice you a good one With a good cooler u'll be able to overclock to about 4.5 - 4.6 GHZ depending if you have a good chip
-
Vials Of Water
They really aren't profitable anymore
-
Minecraft help please!
Is it internet lag or frame lag?
- Need an assistant
-
Need an assistant
I'm currently working on a mercher which can sell/buy 1 item type at the time. Could be 100k water runes or simply 1 noted rune scim. This is really profitable when flipping low priced items (runes, tabs, food, ... ) The problem is I need someone to trade me quite often and help me out --> Help me to provide basic functionality --> Attempt to scam/lure/trade-run the script ... --> Anything that could go wrong I would like it to be tested You don't need any java knowledge, only an oldschool account and some free time on your hands. I'll give you the first copy of the script when it's released(For free ofcourse) Requirements: --> Skype --> A decent microphone --> Speak English or Dutch. Add me on skype: mathy19951
-
Item interaction [Trade]
Cause I am a lazy fuck: public Point getPointForSlot(int slot) { int index = 0; for(int i = 0; i < 7; i++) { for(int j = 0; j < 4; j++) { if(index == slot) { return new Point(577 + j * 45, 228 + i * 36); } index++; } } return null; }
-
Item interaction [Trade]
Meh, I was hoping the API had something ... darn it xd Thanks
-
Item interaction [Trade]
When I try to interact with an item whilst I am in trade It keeps trying to 'open' my inventory which has been grayed out due to the trade. How do I get the 'x, y' coords for an item ? Solution: public Point getPointForSlot(int slot) { int index = 0; for(int i = 0; i < 7; i++) { for(int j = 0; j < 4; j++) { if(index == slot) { return new Point(577 + j * 45, 228 + i * 36); } index++; } } return null; } Thanks in advance, Single Core
-
Boom, two accounts in one day?
Same, best part. I wasn't even botting I was gathering data for my scripts.
-
Chat Interfaces
Yeah but then you can't interact with them
-
Chat Interfaces
Solution: RS2InterfaceChild face = script.getInterfaces().getChild(137, 2); if (face != null) { RS2InterfaceChild[] children = face.getChildren(); for(int i = 0; i < 16; i++) { if(children[i] != null) { if(children[i].getMessage() != null) { script.log("Child: [137, 2] Child: " + i + " | Message: " + children[i].getMessage()); } } } } Found it myself, can be closed by a mod
-
Post your speed here!
- Good desktop under $160?
350$ is possible. https://teksyndicate.com/videos/kill-your-console-350-gaming-pc-june-2012- best android phone under 400?
He should've put: Best Android phone under 400 that I can buy anytime. Iphone == IOS not android.... And I'd rather have a G2 or G3 then an Iphone tbh.- Rate my Setup!
What GPU is that? And if you build it youself why didn't you go with the I7 4770k ? Could've had 20- 25% more performance if you overclocked it. What CPU Cooler did you use ? What Motherboard do you have ? PSU?- GOALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL
Haha, idd wel leuk :p Maar nog 15 minuutjes eh xd- Essence Mine Portal Problem
Try npc.- NKFighter Reaction Timers
I haven't used the script, and I'm not planning to. But from what I can see the script seems pretty fast definitely for a fighter. I've seen fighters with 4 times more delay. So keep up the good work- Introduction
Thank you all, posted my small script. Link: http://osbot.org/forum/topic/54872-simple-treechopper/- HELP! Windows 8.1 Keeps freezing!
Have you looked up the games compatibility with windows 8.1? Else I'd say try running it as a windows 7 app. (Right click -> Properties -> Compatibility ...Select win7 )- HELP! Windows 8.1 Keeps freezing!
I'm going to take a leap and guess a memory issue(Try to remove half of your RAM, if it still occurs reinsert that part and remove the other half). Do you eventually get a bluescreen? Or does it just freez and keep buzzing ?- Introduction
Hello fellow botters/scripters/developers ... History: So I'm a new member to these forums, I've made this account a time back to take a look and never really used the bot. But thats going to change. I started reading the API and I seem to like it. I've been a developer/scripter on few other forums. Now, I'm not a java expert. I know the basics and some intermediate stuff at most. And I'm eager to learn more and I'm open to improvements and suggestions. Some of my names on other forums were: "Range inc", "Qxy", "Nexus". Shoot me a PM if you know me About me: My name is Mathias and I'm 18 years old. I just finished highschool and I'm going to the university(Applied IT - Cybercrime) I live in Belgium and spend a lot of my free time playing minecraft(modpacks), runescape and some league. As you can tell english isn't my main language so I will make mistakes, you can correct me anytime, I'd love to improve my english. I'm writing a simple woodcutting script to get familiar with interaction and walking, ... I'll be posting it when it's finished. It will only be chopping regular tree's and have basic support, like I said it's to understand the API a bit better I've taken a look at a few tutorials on the forums and they seem alright I like to have to friends/scripters/anyone as a friend on my skype so feel free to add me! Skype: mathy19951 - Good desktop under $160?