Jump to content

Noidlox

Members
  • Posts

    23
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Noidlox

  1. Sorry for posting this in the wrong section. I didn't know where else to post this. This semester, I'll be learning C at school. Can anyone reccomend me a REALLY good book about programming C. A book that goes in a lot of detail as to how and why things work. I want the book to discuss memory, CPU, control structures, etc. as it teaches me about C. Apart from learning C, I wanna understand why and how things work at a very low-level. Any advice would be great! @Alek: Can you please give me some advice? I consider you an expert in this kind of stuff due to your work on Paladins. Thanks!
  2. I feel you bro. Parnament bans suck.
  3. I wanna send money from Canada to Australia, without paying fees. Any ideas? EDIT: Must be thru paypal!
  4. Still though. This is a relatively new script with only a few testers. I'm impressed that Jagex was able to catch you that quick. I've seen private scripts run for days w/o bans.
  5. Holy sht. Did you run any other scripts before running Eagle's farmer??? And how long did you run the Farming script for???
  6. Bookmarked and saved. TY I did, no thanks to you. cubeRoot x = if x > 0 then x ** 0.33333333 else ((-x) ** 0.33333333) * (-1) What's that?
  7. It needs to be a basic method lol. This is so complicated. I can't even read that.
  8. Can I get a long trail pls? The greener the better
  9. I know it was a joke, that's why I was playing along.
  10. Vouch. This is how I learned.
  11. Naw man, Imma script for another client. Lambdas are pretty sick lol. Thank you
  12. LOL did you not read the thread? This isn't a release or anything - I quit scripting. I posted this for others to learn, and so I can delete the 'OSBot' folder from my laptop. But thanks for the kind words
  13. So this is the very very first script I made for OSBot. It's called Chop, Drop, Burn. I made it because it is unique and something like this doesn't exist on the SDN. This script has two modes: 1. Chop & Drop 2. Chop & Burn The first mode will powerchop any type of log, anywhere in rs, and drop it The second mode power chops any type of log, and then lights fires out of it, anywhere in RS [it automatically detects if tinderbox is in inventory] There are multiple failsafes such as: 1. Being attacked by NPC 2. Unreachable tile 3. Goes back to starting position 4. Moves to next tile if a flower is on the ground 5. Looks for axe and if not found, then logs out 6. Woodcutting level to low [nvm I deleted this because God Apa told me to] Problems with the script: I didn't encounter any as this script got me 60 wc and fm, but I wanted to make several improvements such as: 1. Scan the entire area and light fires on the path that is the most clear [i.e. Not interrupted or occupied by ground decor] 2. Start at the east most end and then light fires [I actually got an algorithm for this lol (surprisingly)] 3. Use enums!!! Enums are hella powerful lol, but when I started programming, I didn't even know what encapsulation was rofl. I thought enums were a type of fruit... But not anymore. 4. Add a progressive mode [i.e. Automatically switch to the next tree] 5. Add the ability to just light fires at ANY bank and calculate the most "clear" path. 6. Pseudo-anti-ban for those who believe it helps with bans 7. Organize code into different classes 8. Switch from the state framework to task framework ^ I was very close to doing the above but then... Well let's just say that I never got around to it and I never will. I'm posting this for others to learn and if anyone wants to finish what I started [and take my ideas], feel free, you don't even have to credit me, and I hope you don't lol. I quit. Source [Don't bother giving me feedback, I quit]: https://pastebin.com/JL83jbCz Also, I would like to thank the following people: @Apaec: Gave me excellent feedback on what to improve. He also tore me a new one which was very helpful @Chris: Criticized my crappy code and helped me with lambdas. [I still don't know how they work lol, but surprisingly I can use em] @Auron: Criticized my crappy code and introduced me to conditional sleeps
  14. Hey dude, you can you look into my account? I think it got rolled back
×
×
  • Create New...