Jump to content

iJodix

Trade With Caution
  • Posts

    1025
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by iJodix

  1. Happens if there is no boss around who would keep eye on staff members.
  2. How about [member=Maldesto] > [member=DBuffed]
  3. Kys
  4. He's an idiot, that is what he is, i like how he is threatening to ip ban me.
  5. As Woody already said, use timer, nothing hard.
  6. Can be hardware issue, best bet is to contact with someone that has same motherboard and seperately test your ram/cpu/gpu/psu on different motherboard.
  7. iJodix

    82 agility

    Not sure really
  8. iJodix

    82 agility

    Pref no email registered/no bans.
  9. Already bought, close please.
  10. iJodix

    +1 corp

    Knew this day would come where mikasa admits he is a guy
  11. "Life is a school, where You learn how to remember what Your soul already knows." - Unknown
  12. getMouse().move(md, true); instead of; getMouse().move(md, false); Also if it doesn't work, try regular injection, most of stuff in mirror are broke
  13. Looking to buy an account with Tai Bwo Wannai Trio quest completed.
  14. If you're done, stop posting, simple as that I have to post, i like drama
  15. I'll pay for nudes, pm me.
  16. iJodix

    PC please

    40-50m
  17. Well, i'm fine with adding .getPosition(), was just wondering why it doesn't work without .getPosition()
  18. Yes, works for everything else expect GroundItem
  19. Well, it works for entity/objects but doesn't want to work for Ground items and who wouldn't want to touch Khaleesi
  20. GroundItem khaleesi= getGroundItems().closest(gI -> gI.getName().equals("Khaleesi") && gI.hasAction("Touch")); WalkingEvent walkingEvent = new WalkingEvent(khaleesi); walkingEvent.setBreakCondition(new Condition() { @Override public boolean evaluate() { return myPlayer().getPosition().distance(khaleesi.getPosition()) <= 3; } }); execute(walkingEvent); When doing above, it is not going to walk to the ground item but when i do following; WalkingEvent walkingEvent = new WalkingEvent(khaleesi.getPosition()); walkingEvent.setBreakCondition(new Condition() { @Override public boolean evaluate() { return myPlayer().getPosition().distance(khaleesi.getPosition()) <= 3; } }); execute(walkingEvent); It does walk, so, any reason why WalkingEvent needs .getPosition() for GroundItems for it to walk to it ?
  21. 100M if recovery test can be done or 120$PP
  22. Well, if you're not planning to play more demanding games then sure, 750ti will work fine, though, if you want to get smoother gameplay, i'd recommend going for gtx 960, look at this video;
  23. I bought 750ti for 100€ from ebay, mfw when i saw the 150€ price
  24. Any reasons why you're buying 750Ti for 150€ ? You could get a Gtx 950 from ebay for 180$ and get more perfomance then 750ti
×
×
  • Create New...