Jump to content

Stoud

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by Stoud

  1. When I attempt to make an https connection to a website that a browser can connect to correctly(https certificate provided by Let's Encrypt), I get this message: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target Any nice ways to handle this?
  2. I understand it would be easier server side, but as I said numerous times, I'm not doing it server side. It literally has to be possible because the client renders the swining animation. Note that I am guaranteed to be in the same chunk as the player.
  3. You should read what I wrote before posting. If this became NCP, yes, client developers would decompile it. It's going to be private, so client devs won't exactly be too worried about it. Also, you clearly don't understand what the mod is for. It's literally for moderators of servers. It doesn't check if YOU are cheating, it checks if a random player on the server is cheating. Read before complaining next time please.
  4. The reason I need to get it shouldn't be too relevant. I am trying to make a client side anticheat for mods to use while afk or whatever. I know it's not going to be something commonly used, and I'm not trying to make it so. I think many solutions would port backwards decently well, so I'd be happy to even see a 1.10 solution. And just saying, you can do some cool and somewhat effective stuff from the client side too. I already have a reach check, along with an aimbot check and a speed check. Speed works quite well, and the other two work to a lesser extent.
  5. It's for any version 1.7 - 1.9. I want cps from server side because I'm making a sort of client side anticheat for mods.
  6. Basically, I'm trying to make a mod that tracks the cps of a given player. Note that this player is not mc.thePlayer, so I can't use a MouseEvent for it. Is there any easy way that I can tell when a player swings? I checked here: https://dl.dropboxusercontent.com/s/h777x7ugherqs0w/forgeevents.html but didn't see anything.
  7. Basically, I'm trying to make a mod that tracks the cps of a given player. Note that this player is not mc.thePlayer, so I can't use a MouseEvent for it. Is there any easy way that I can tell when a player swings?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.