Jump to content

Extreme Scripts

Trade With Caution
  • Posts

    10702
  • Joined

  • Last visited

  • Days Won

    27
  • Feedback

    96.2%

Everything posted by Extreme Scripts

  1. Like the title says. If someone has a account that they could lend me for 1 hour or so to test my NMZ script i would greatly appreciate it. Of course the person who does so will receive the script free upon release. If interested please pm me via the forums ^_^ Thanks for your time
  2. The solution is to open chrome, click settings and select the equivalent of this option in your case:
  3. Welcome buddy ^_^ Hope you enjoy your time here and find this community a warming home
  4. Post in the Client errors/bugs section and try provide an account when you get it. @OP Great speed this time @Laz thank you
  5. WOW Must say that design is super sexy, he did an amazing job
  6. Dayum dude that's so creative. Looks awesome
  7. Nice ^_^ always nice to see new people trying to script. Just a suggestion to make it look less bot like, instead of walking to the same position in the area each time you could just define one huge ass area and grab a random position each time for it to walk to: This will essentially just get a random coordinate each time which is valid for that area and walk to it ^_^
  8. Good luck with your account ^_^ look forward to seeing the progress updates.
  9. Yeah about 6x better When BT get Fibre in my Area = WINNING, till then
  10. Holy @Mikasa come live with me babe
  11. Yes! Yes! Yes! A huge step in the right direction
  12. For sure you don't get speeds like that from fibre
  13. Purchase VIP or any one of the other "Donors"
  14. Should be getState().toString() buddy ^_^
  15. Your username exposure doe inb4 Ban caused by OSBot's users
  16. Your not suppose to extend script for each of your classes, your suppose to create a constructor which extends method provider, you could do it like so: This will then allow you to access the MethodProvider using "s.client.blah blah" Hope that's clear enough for you
  17. No lol i dunno who he is kid just asked me for all my premiums like i was gonna give it to him Babe use your store icons and link them to your thread That wolf though is a beast
  18. Did you actually think i need a interpretation Btw your new sig is hottttt
  19. Cleverbot.bs is not the official Cleverbot website, please direct yourself to Cleverbot.com
  20. One thing I would recommend is having a basic-moderate understanding of how to read jDocs, The tutorials I would recommend is @Pandemic's scripting series which can be found on this thread: http://osbot.org/forum/forum/250-tutorials/ More Specifically the tutorials are: Scripting Series Part 1 2) Scripting Series Par 2 Enjoy it ^_^
  21. Same as Scrub studying first year in the UK (1 month from finishing) , my current syllabus for the first year has just covered Java up to Queues, it is really tedious if you have already got previous knowledge in programming but the group projects (in the UK at least) you get to do some pretty cool stuff in your second year such as developing industry scale software, mobile apps etc depending on your choice which i'm quite looking forward to Having said that you get the many bits you wish to shoot yourself over but at the end of the day it has to be done But Unreal Engine is a good place to start for games.
  22. What you would need to do is define a new Area: final Area huntArea = new Area(bottom xy, top xy); if(player.isInArea){ //lay trap etc } else { walk(huntArea.getRandomPoisiton(0).walkHere(this.bot); } This is a very simple implementation so look into your own way of doing it, Goodluck with this and i look forward to the competition ^_^
×
×
  • Create New...