Jump to content

progamerz

Scripter II
  • Posts

    3473
  • Joined

  • Last visited

  • Days Won

    4
  • Feedback

    100%

Everything posted by progamerz

  1. Thank you soo much for keeping this up to date!! really helpful.
  2. I think you meant it to be Save as and yeh nice guide!
  3. I get these problems with new version: Saving: Loading: And thanks for fixing the randomisation
  4. test chuckle00@.com So the problem is its thinking that we are tagging a banned user "Outlooker Cooker"
  5. why u guys ignoring the message but yeh its his wish.
  6. ^^ use this for better Deathwalk implement a better condition to be used with the dead area.
  7. check for a message in chatbox which says something like "Oh dear, your dead" or something check it out ur self and if it contains that set a boolean to true and then do the code.
  8. Just wanted to let u know when u click to randomise it tries to get into 750+ and 500+ total level(f2p) worlds And nice Good job!
  9. Hide name.
  10. Oh wow thanks i didn't know that xD and yeh forgot to select all lol Anywayz good job Get that scripter rank bank!!!!!!
  11. Nice work good job but can u add button to run all added accs? Thanks
  12. Randomly uses spacebar or mouse clicks.
  13. When they send u money it paypal let them say in description " I am paying for what i already recieved " and let them forward u the reciept then give them the script. hope so that helps.
  14. If they scammed u, there is no otherway than you charging back idk other than that sorry i also only use paypal but thinking of changing but idk to which i should change.
  15. After they pay u ask them to forward you the receipt from their's Paypal email address to urs so u would have proof to chargeback later. And let them go first and type in description "I paid for something which i already received"
  16. The client wasn't detecting Object try now and should work well.
  17. Thank you guys very much for the help Request close.
  18. This is first year for me in physics, So i am completely new but i mean how they got g = 9.8m/s2? Thank you for trying to help.
  19. The question is: A ball takes 5s to hit the ground, when dropped from the top of the building. What is the height of the building? And the answer is: My question is how we got g and is gravitation force denoted as g or what is g? I have exam on this sunday Thanks.
  20. public void makeAll() throws InterruptedException { RS2Widget PizzaWidget; PizzaWidget = getWidgets().get(309, 6); if (PizzaWidget != null && PizzaWidget.isVisible()) if (PizzaWidget.interact("Make all")) sleep(18000); } For this part i don't recommend using static widgets as sometimes if something got updated it would change the widget IDs. if (getInventory().isEmpty() && !getBank().contains("Incomplete pizza")) { return State.Bank; } The red text would return a null if the bank is not opened i think if (getBank().contains("Incomplete pizza")) { return State.Bank3; } Same for this
  21. @@Czar
  22. @@Maldesto @@Dex
×
×
  • Create New...