Jump to content

Single Core

Members
  • Posts

    156
  • Joined

  • Last visited

  • Feedback

    66.7%

Everything posted by Single Core

  1. 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
  2. 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; }
  3. Meh, I was hoping the API had something ... darn it xd Thanks
  4. 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
  5. Same, best part. I wasn't even botting I was gathering data for my scripts.
  6. Yeah but then you can't interact with them
  7. 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
  8. 350$ is possible. https://teksyndicate.com/videos/kill-your-console-350-gaming-pc-june-2012
  9. 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.
  10. 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?
  11. 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
  12. Thank you all, posted my small script. Link: http://osbot.org/forum/topic/54872-simple-treechopper/
  13. 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 )
  14. 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 ?
  15. 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
×
×
  • Create New...