Jump to content

Joseph

Trade With Caution
  • Posts

    4692
  • Joined

  • Last visited

  • Feedback

    91.3%

Everything posted by Joseph

  1. Joseph

    Highscores API

    nice game thanks for the contribution. i remember making one of these that shit wasn't easy.
  2. Farewell my friend, thanks for all the pushed updated to gave me
  3. ^ that would e great but i dont see it coming any time soon
  4. Done I never noticed I had request. If I have it to you already before feel lucky. I assured you guys 27 hours have fun
  5. i just did it right now and it works for me. Try it again.
  6. then you have the wrong import, remove it. and try adding the other import. It should be something with rs07
  7. dude i was just lazy i ddint really want to create a new instance and have to go about using that. Rather then having it already initialize.
  8. Typically in most tutorial or snippet with in OSB. You have many of them telling you to create a script instance with in a new class. So that your allowed to use methods within the Script instance. Now i found a better and easier way of doing this. So here an example class See how within your class constructor you have Script argument that will initialize your private field Script. So whenever you want to use the bank. You'll have to use your script instance then call the bank method. Finally call the methods you want to use from the bank class. What you should do stead would be to extend Method Provider. Then within the constructor you will use the method within the Method Provider class to help you initialize all the classes it has. Example of the code above redone. public class WorldHopper extends MethodProvider{ public final static int[] P2P_WORLDS = {301, 302, 303, 304, 305, 306, 309, 310, 311, 312, 313, 314, 317, 318, 319, 320, 321, 322, 326, 327, 328, 329, 330, 333, 334, 335, 336, 338, 341, 342, 343, 344, 345, 346, 349, 350, 351, 352, 353, 354, 357, 358, 359, 360, 361, 362, 366, 367, 368, 369, 370, 373, 374, 375, 376, 377, 378}; public final static int[] F2P_WORLDS = {308, 316}; public final static int[] PVP_WORLDS = {325, 337}; public final static int[] TRIAL_WORLDS = {381, 382, 383, 384, 393, 394}; public WorldHopper(Script script) { exchangeContext(script.bot); } public void hopWorld(int...worlds) { List<Integer> worldList = new ArrayList<Integer>(); for (int world: worlds){ worldList.add(world); } if (interfaces.closeOpenInterface()) { int index = MethodProvider.random(worldList.size()); worldHopper.hop(worldList.get(index)); }else{ log("can't close open interface"); } } }
  9. wow nice data collection lol OP: good luck hope you hit the mother load.
  10. Joseph

    Behold...

    exactly that the last thing you see in the second movie lol
  11. You could always buy the green dot card. And transfer the money into PayPal. Then just purchase stuff off of pp
  12. i never knew about this. I get them randomly but when i get the im to scare to go back to sleep because ive never done that before. Great info
  13. First script I'm reworking now is armour. What should the next one be?
  14. already asked for a title change so sooner or later they will change it lol
  15. ya i fixed that before you had said anything lol edit: scratch that i just notice the title
  16. Osbot client forces you to use an account per tab. When you setup your account on the client it asks for a bank pin. Its either you have a pin setup and it will solve it for you. Or you dont add in a pin and it cant/wont solve it for you. Its a simple boolean
  17. My AIO Crafter thread: LINK_HERE Request a trial: LINK_HERE For those who dont know im currently revising the whole script. I am almost done with the platform of allowing the usage of both my old scripts and the revised ones. Why am i revising my script? I found easier ways of coding what i have now. I could get less coding and have more efficient scripts. I'm trying to add in low cpu usage. Also another reason why im doing this is because since i have school and work i dont have a lot of time on my hand to script freely as i did before. Now I script whenever i have a chance. So with that being said, i want to be able to have my old script (which people haven't been complaining about, which still perfectly work fine). Which will allow my customers to keep using the older scripts while i develop the newer version. Plus while i develop the newer version my customers will have a chance to beta test the newer script modes. So if there a bug with in the newer script. You'll report it and you could continue to bot with the older script modes. Until i get the chance of fixing up the newer script mode. How long are you going to take to finish the revision? I have no clue, like i said whenever i have a chance to script, that exactly what ill be working on. Cons: Both gui are identical so it may be a little confusing at first. (ill try my best, and see if i could make them look a little different. Enough so you could tell the difference) I wont be updating the older script unless its like urgent. (any errors please still report them) The paint is going to be the same. (i might just change the color so you guys know which one your using). It may take some time for me to finish the newer script Pros: You have the option of choosing which ones you will like to use. The newer script should be giving you the same amount of rewards, and maybe even more (which is my plan , if it doesnt go back to the older version and ill have to tweak the script up). If one is busted then you could use the other version. I'm using the older version to help me improve my newer version (hence why i said to report any bugs, so i could remove them from the newer version. Since it similar data and stuff). i added support for both version of the script into my dynamic sig. Within in the newer version ill have the script mode tabs disable if it isnt ready ofc. So that be a little hint on which gui you are currently in. TL;DR: I'm revising my aio crafter script. I'm allowing the usage of both the older script mode and allowing beta testing on my newer script mode.
  18. Joseph

    More info?

    those are bot worlds, basically if jagex thinks your botting they will transfer you into that world. So your basically flagged until they know your legit. If not they will keep you there and sooner or later ban you for botting.
  19. Joseph

    MagicTracker

    No clue man lol, this is a old snippet and like I said i only updated it to extend method provider.I want to see if I could do something creative with the class not sure yet
×
×
  • Create New...