Jump to content

IDontEB

$100.00 Donor
  • Posts

    739
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by IDontEB

  1. Gangsters kill each other most of the time. Theres no reason for anyone gang related to target innocent people, and that only brings unwanted attention to them. Terrorist specifically do target the innocents though.
  2. This is the creed of Zammorak
  3. Might be possible if Inventory is not the currently open tab, then you wont register as having the berries in inv when you check inventory??? Or the game doesn't update quick enough on low CPU mode and your code checks before the inv has updated?
  4. by paying 75m every weekend might aswell start a small p2p farm or just buy a private tut island script?
  5. IDontEB

    RC

    Since youre using the same OSbot methods as everyone else youre bound to end up acting similarly to them because just how much variance can you have while doing RC? Unless youre doing obscure ways (which would be low xp) then you are probably going to be doing something similar to someone else.
  6. Most decent tier universities focus on the theory aspect of computer science. They expect you as a student to be able to read documentation and figure out certain parts of programming yourself. At my university they didnt teach Java until 2nd year and focused primarily on program structure and design, developing logic, and a lot of math courses for god knows what reason since we never used them.
  7. My best method is using the GP doublers at GE. They give you twice what you give them.
  8. Whoooops never actually read what Sleeptime was and assumed it was sleep randomly between X - X LMAO! Thank you for enlightening me.
  9. Is there something wrong with it im not seeing?
  10. new ConditionalSleep(1000, 3000) { public boolean condition() throws InterruptedException { return getInventory().contains("item"); } }.sleep();
  11. and a law degree according to
  12. Dude he also has a pot plant in his closet in Toledo Ohio, hes practically a king pin.
  13. MMA, Tribal Tattoo, and thinks those are considered abs....
  14. found you straight from the youtube vids. also why mention abs or cagefight if you are in the cage fight and dont have abs?
  15. Exactly, if youre productive enough with the meth and become successful youll be able to buy a new heart by the time you need one.
  16. Only 30mg? Are you trying to replace a coffee or get work done?
  17. Script writer rank doesnt mean anything, all you need is one script on SDN to get it I believe. Also, if you could script why cant you reset it to 0? Youve been working on this script since October 2016, and still arent done so I think maybe its time to just go learn Java!
  18. Damn dude, thats a lil complex for me but I think this should work though. have you tried: if(claycount != 0){ claycount = 0; }
  19. If you knew how to script you wouldnt have you clay counter based on your mining xp.
  20. While AMD seems to be in the CPU game again, its not with their FX series. If you want a budget CPU aim for anything on the upcoming R5 CPU's they are releasing April 5th (11th). It is slightly pricier than the CPU you picked but you will get HEAPS more performance for what you are paying plus the ability to overclock your CPU for more power and hyper threading. Furthermore, while you dont really need a GPU for botting if you would like to have you aim for an RX 460 which is the same price give or take 10 dollars depending on who you buy from, its from this current year so youll have better support and it performs better than a 750 TI.
  21. Since it was trained using movie reviews, if certain words were never used in a review for a movie it wont have any idea what the sentiment for the word is unless you train it yourself.
  22. Im not sure I understand, but If you are asking how to check which monster you are fighting with after running into an aggro/multi combat zone you can use something like myPlayer().getInteracting() and it will return the name of the monster which you are fighting. so you can do something like if(myPlayer().getInteracting() == "undesired npc name") run away; else continue fight
×
×
  • Create New...