Jump to content

Tom

Scripter III
  • Posts

    5335
  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    100%

Everything posted by Tom

  1. How do I enable the OSBot antiban now? I wan't to update my scripts with it until I've pushed my version out.
  2. I'd work on that walk to bank state a bit, its poorly designed and full of patterns. Conditional Sleeps are ideal, as they will wait until a condition is true, or the time out has been reached (user defined).
  3. Tom

    I am who I say

    Dont photoshop my photo for your advertisement purposes
  4. Tom

    I am who I say

    ye alright for da ladz
  5. What is this config 43 thing I have never heard of
  6. You been here 2 years and still only 55 posts, stuff like this better be why
  7. Tom

    I am who I say

    Because thats not allowed here silly
  8. Tom

    I am who I say

    I don't doubt that at all
  9. Tom

    I am who I say

    Yeah man the veins take time, thanks
  10. Tom

    I am who I say

    Whats so funny man
  11. Tom

    I am who I say

    Post edited
  12. You all wanted proof that I am who I say I am:
  13. And your cat has a fuckin frog hat, yet you dont see me complaining
  14. I believe there was a rule in the spam section, something about no weebs
  15. fuk off gh0st ur life should be removed
  16. good graphics 10/10 would recommend
  17. That shit died in 2011, it needs to be replaced with something more recent. HAHAHA So fucking funny! Much edge very wow! Wtf is that shit honestly, replace it with kappa atleast because thats actually being used, as much as I hate it I will accept it.
  18. if(!this.myPlayer().isUnderAttack() && !Cow.isUnderAttack() && !this.myPlayer().isAnimating()){ Cow.interact("Attack"); }
  19. You could debug the game and find the walking animation and the standing animation, then its just a matter of if(cow.getAnimation() == #### ){ etc } But who can be bothered doing that
  20. The cows tend to roam around a bit, so isAnimating might lose a lot of script effectiveness
  21. You can also check for multiple items using the string values as well if(inventory.contains("feather", "cheese", "penis") {
  22. Good antiban is good code, check yourself before you wreck yourself m8
  23. There is a better way to do this, but I don't know if it is what you want. You can have you entire paint in another class, then just add it as the paint listener on script start, or where ever you need it. I think its like, script.addPaintListener(new YOURPAINTCLASS) Then just implement the paint listener in that class and tada you're done
  24. There should be an isUnderAttack method for the cow as well
×
×
  • Create New...