[SEC] Orebfuscator 2.1.7 - Anti X-RAY [CB 1.4.5-1.7.10]

Discussion in 'Archived: Plugin Releases' started by lishid, Sep 24, 2011.

  1. Offline

    lishid

    Orebfuscator - Anti X-RAY:

    Bukkit-Dev link here:
    All important information available here:
    http://dev.bukkit.org/server-mods/orebfuscator/

    FAQ
    https://github.com/lishd/Orebfuscator/wiki/FAQ

    Configuration guide and performance optimizations:
    https://github.com/lishd/Orebfuscator/wiki/How-to-properly-configure-Orebfuscator


    Download:
    Orebfuscator 2.1.7 for MC 1.4.5-1.7.10

    Legacy versions:
    http://dev.bukkit.org/server-mods/orebfuscator/


    Video:




    Images:
    [​IMG]
    [​IMG]
    CPU testing (open)

    [​IMG]
    Engine modes (open)

    [​IMG]
    [​IMG]


    Support the developer: [​IMG]
     

    Attached Files:

    • 1.jpg
      1.jpg
      File size:
      217.5 KB
      Views:
      657
    • 2.jpg
      2.jpg
      File size:
      131.8 KB
      Views:
      445
  2. Offline

    lishid

    Try y experimental build:
    http://dl.dropbox.com/u/18947504/Orebfuscator.jar
     
  3. Offline

    MrOttuh

    Maybe u guys know whats going on. I dl'ed this plugin to test it for another server i play on and to fully test it i downloaded x-ray (no I don't use these when i play). And im noticing that when I press f3 w/o hacks on the ;atencybar is green and moving fast. But when i turn them on and i see all the random ores generated by orebfuscatror, my client starts lagging to all hell and when i check f3 the latency bar is red, moving slow and spikes really high. Is that suppose to happen?
     
  4. Offline

    CorrieKay

    iirc, yes.
     
  5. Offline

    MrOttuh

    Ok. It wasn't really a problem seeing as it only affeted those who would technically be using xray. Just wondering. Thank you :3
     
  6. Offline

    lishid

    it's supposed to lag the hell out of hackers. Consider it a feature :p
     
    W.I.N.D and CorrieKay like this.
  7. Offline

    Jigsaw

    I am getting an IOException stack trace very frequently while using Orebfuscator. I think it is when a player logs out, or at least that is what I am assuming. Is this normal or is there something wrong here?

    Version: 1.4.5

    Here is the stack trace:
    Show Spoiler

    2012-05-25 22:06:30 [SEVERE] java.io.IOException: Stream Closed
    2012-05-25 22:06:30 [SEVERE]at java.io.RandomAccessFile.seek(Native Method)
    2012-05-25 22:06:30 [SEVERE]at net.minecraft.server.RegionFile.a(SourceFile:345)
    2012-05-25 22:06:30 [SEVERE]at net.minecraft.server.RegionFile.a(SourceFile:282)
    2012-05-25 22:06:30 [SEVERE]at net.minecraft.server.ChunkBuffer.close(SourceFile:262)
    2012-05-25 22:06:30 [SEVERE]at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241)
    2012-05-25 22:06:30 [SEVERE]at java.io.FilterOutputStream.close(FilterOutputStream.java:160)
    2012-05-25 22:06:30 [SEVERE]at lishid.orebfuscator.cache.ObfuscatedCachedChunk.setData(ObfuscatedCachedChunk.java:135)
    2012-05-25 22:06:30 [SEVERE]at lishid.orebfuscator.cache.ObfuscatedCachedChunk.Write(ObfuscatedCachedChunk.java:103)
    2012-05-25 22:06:30 [SEVERE]at lishid.orebfuscator.obfuscation.Calculations.Obfuscate(Calculations.java:534)
    2012-05-25 22:06:30 [SEVERE]at lishid.orebfuscator.obfuscation.Calculations.Obfuscate(Calculations.java:226)
    2012-05-25 22:06:30 [SEVERE]at lishid.orebfuscator.threading.OrebfuscatorThreadCalculation.run(OrebfuscatorThreadCalculation.java:111)
     
  8. Offline

    lishid

    completely normal. I will suppress the error in the future versions.
     
    W.I.N.D likes this.
  9. Offline

    IsaiahRobichaud

    Can you please change engine mode 1 so it makes everything invisible? I saw in those pictures that coal still apeared and same with other things.
     
  10. Offline

    lishid

    InitialRadius set to 0 and you're done.
     
    W.I.N.D likes this.
  11. Offline

    CobraBoy

    Hey !

    A lot of players have that :

    [​IMG]

    I can't find any solution :/

    This is my config :

    Code:
    ConfigVersion: 1
    Integers:
      EngineMode: 2
      UpdateRadius: 2
      InitialRadius: 1
      ProcessingThreads: 1
      MaxLoadedCacheFiles: 64
      ProximityHiderDistance: 8
      ProximityHiderID: 0
      ProximityHiderEnd: 255
    Booleans:
      UseProximityHider: true
      UseSpecialBlockForProximityHider: true
      UpdateOnBreak: true
      UpdateOnDamage: true
      UpdateOnPhysics: true
      UpdateOnPiston: true
      UpdateOnExplosion: true
      UpdateOnHoe: true
      UpdateThread: true
      DarknessHideBlocks: true
      VerboseMode: false
      NoObfuscationForOps: false
      NoObfuscationForPermission: false
      UseCache: false
      Enabled: true
    Lists:
      ObfuscateBlocks:
      - 14
      - 15
      - 16
      - 21
      - 54
      - 56
      - 73
      - 74
      DarknessObfuscateBlocks:
      - 52
      - 54
      ProximityHiderBlocks:
      - 23
      - 54
      - 58
      - 61
      - 62
      - 116
      RandomBlocks:
      - 5
      - 14
      - 15
      - 16
      - 21
      - 48
      - 56
      - 73
      DisabledWorlds: []
    
    Thanks !
     
  12. Offline

    viruzinbr

  13. Offline

    CorrieKay

    increase your initial radius to 2-4
     
  14. Offline

    CobraBoy

    Thank you ! I set it to 2. I'll tell you if it works :)
     
  15. Offline

    lishid

    Disable cache.
     
    W.I.N.D likes this.
  16. Offline

    CobraBoy

    There's no cache ;)

    The players have the same issue when I set it to 2, and to 3-4 the world doesn't load ... :/
     
  17. Offline

    owenftw

    great plugin
     
  18. Offline

    IsaiahRobichaud

    ...........................
     
  19. Offline

    CorrieKay

    what? thats how you do that.
     
  20. Offline

    IsaiahRobichaud

    ............................
     
  21. Offline

    CorrieKay

    How about you actually say something instead? that might help us fix your problem. :|
     
  22. Offline

    IsaiahRobichaud

    I did.................................
     
  23. Offline

    CorrieKay

    My mistake.

    Unfortunately "............................" doesnt help much.

    :p
     
  24. Offline

    Alesana

    It doesn't work with The X-RAY Mod. Im using default config, minecraft v1.2.5. Anyone can help me please?
     
  25. Offline

    Zeathy

    When I read through the various github pages it sounded like engine mode 1 is much better. Less resource intensive and can also block x-ray texture packs. Is there any reason to use 2 over 1?

    Also, cache is disabled by default but it sounds like in the original post that this would improve performance. What are the upsides and downsides of using the cache?

    I enjoy most aspects of this except that chests don't show up when you are near them. I have to plop down a block, even while standing right next to the invisible chests, to get them to show up. It seems like the in videos it was enough for people just to walk by them. How much more open to cheaters would I be if I disabled proximity hider? Doesn't the rest of the plugin already make x-rays much more difficult, rendering this aspect overkill?

    Thanks for taking the time to read this. I know that was a lot of questions.
     
  26. Offline

    lishid

    do "/ofc disable cache"

    It works with everything. check if you have an admin account with bypass permissions.

    Engine 2 is much better against x-ray since it blocks it completely, lagging anyone trying to x-ray, whereas engine mode 1 sometimes reveals some minor ores. Chunk cache does improve performance, but sometimes causes fake ores to appear at the end of a chunk (though they are only visual). The chest hiding features has 2 components: if you block the chest with blocks, then it will be hidden until one block is revealed. If you move close to a chest that's out in the open, it will also be revealed. The enclosed chests make sure that hackers won't see the chests unless they know exactly where it is and dig for it. The out-in-the-open (proximityHider feature) function makes sure hackers don't know that there are chests in secret bases.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 14, 2016
    W.I.N.D likes this.
  27. Offline

    CobraBoy

    Done. I will tell you if it works :)

    Thanks
     
  28. Offline

    CobraBoy

    It's the same :/
     
  29. Offline

    Falco33

    I am getting bad compressed data errors. How would i fix this? I think it is Orebfuscator so.
     
  30. Offline

    Alesana

    Ok it's works! Thanks! =)
     
  31. Offline

    iSeven77

    Im an OP at a server and i see alot of ores like at level 52 i find diamonds and like 72 lapis lazul and wood underground and ofc its not a mine, is this something its happening lately or what ? i also have Anticheat plugin so idk a little help :)
     

Share This Page