Jump to content

Vilius

Scripter II
  • Posts

    1495
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by Vilius

  1. I mean, it would be great if you would show us your code.
  2. Not going to lie, it looks like it was made in like 2006.
  3. You need to create an application for osbots script repo, then you need to create an application for a free script, then develop the script to get it uploaded to the sdn, thats how you get scripter 1.
  4. O no still better mods than iphones
  5. Note 4 Cyanogenmod Rooted/flashed/bootloader unlocked/TWRP recovery Everything
  6. /r/2007scape leaking again *sigh*
  7. That is a hidden widget, its not hover text even though it looks like it is, if you were to just play around with the widget debugfer youd find the correct root and child ids.
  8. Bought from g2a, didn't find anywhere cheaper. /close
  9. Title. slide into my dm's if you have an offer. (preferably cheaper than g2a/kinguin/etc. prices)
  10. I don't own a console, I use steam/origin/uplay for most of my gaming needs. Also I am not into racing games.
  11. "Steam is an internet-based digital distribution developed by Valve Corporation, digital rights management, multiplayer and social networking program made by Valve Corporation. Steam has its own store where the user can purchase video games and other software. It is available for Microsoft Windows, OS X and Linux.[1] Steam also has an application with fewer functions for smartphones which is available for Android and iOS. Steam can also be used as a communication software, meaning that you can talk with people if they are your friends on Steam."
  12. Get some cliche games like gta5, cod and shit like that
  13. Nop, cause fuck running multiple game threads in a single jvm.
  14. Pretty much @Nurvael confessed that he will be comeback and scamquit again, so mods you can watch out for him.
  15. Vilius

    Java int help

    Java is a pass by value and Integer is immutable. So no, you cannot pass an ints reference in the arguments of a method.
  16. Damn all of these people cannot show you a simple snippet, smh int[] slot = { 0, 4, 1, 5 }; for(int i : slot){ if(getInventory().getItemInSlot(i).getName().equals("whatever")) getInventory().getItemInSlot(i).interact("Drop"); } Just replace the slot array with the slots you want to be dropped.
×
×
  • Create New...