Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

LiquidBounce Forum

  1. Home
  2. Suggestions
  3. Forbid obfuscation in the scripts category.

Forbid obfuscation in the scripts category.

Scheduled Pinned Locked Moved Suggestions
25 Posts 13 Posters 5.6k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • 6Sence6 6Sence

    @gabriel how is it meant to automatically deobf them?

    I Offline
    I Offline
    idk my name
    wrote on last edited by
    #7

    @6sence sth like onUpload event:
    check the script for obfuscation and if it is obfuscated - use .jar or .exe (idk, thats just suggestion) to deobfuscate it.

    6Sence6 1 Reply Last reply
    0
    • A Offline
      A Offline
      Aftery
      wrote on last edited by
      #8

      use .jar or .exe
      slight chuckle

      1 Reply Last reply
      0
      • ? A Former User

        I'd like to use this opportunity to again advocate for the banning of obfuscation. It delays discovery of any malicious code more than is tolerable. See my previous post on the subject.

        ? Offline
        ? Offline
        A Former User
        wrote on last edited by
        #9

        @Gabriel
        Firstly, fully automatic deobfuscation is not currently possible. Heck, we can't even detemine whether a script even is obfucated yet.

        Secondly, automatically determining whether a script is malicious is very, very, difficult. We might look at the amount of reflection it uses, but that can be circumvented by adding more native code.

        Thirdly, using an automated system, even if it was perfect, to determine whether a user may upload their content is shit.

        @natalka Yeah, I agree. While I personally don't see the point of obfuscation, some people might want those elite hax0r points. I personally am opposed to that and think it harms the overall community, however, I don't think it should be banned completely, as people might have valid reasons to obfuscate their code. IMO, manual approval is a good goal, but it's very time-consuming.

        @Aftery I mostly agree with you. While a manual approval process would be ideal, it's also timewasteage. A temporary ban on obfuscated scripts, and temporary locking of any threads that post them without prior review, is preferable to me.

        @idk-my-name Honestly, I'm convinced you're unfamiliar ith obfuscation,writing code in general, and running a forum. Not only is reliably checking anything for obfuscation pretty much impossible, it isn't even guaranteed that the deobfuscation even works. The only thing that's even remotely viable is run-time analysis, I have no idea on how we would implement this though. Aftery, as one of the most based people here, is once again correct.

        I 6Sence6 2 Replies Last reply
        0
        • DreamWasFuckedD Offline
          DreamWasFuckedD Offline
          DreamWasFucked
          wrote on last edited by
          #10

          liqudbounce antivirus

          1 Reply Last reply
          0
          • A Aftery

            id like to advocate for manual approval of scripts rather than forbidding obfuscation

            FaaatPotatoF Offline
            FaaatPotatoF Offline
            FaaatPotato
            wrote on last edited by
            #11

            @aftery yes like on unkowncheats

            ? Ali00035A 2 Replies Last reply
            0
            • ? A Former User

              @Gabriel
              Firstly, fully automatic deobfuscation is not currently possible. Heck, we can't even detemine whether a script even is obfucated yet.

              Secondly, automatically determining whether a script is malicious is very, very, difficult. We might look at the amount of reflection it uses, but that can be circumvented by adding more native code.

              Thirdly, using an automated system, even if it was perfect, to determine whether a user may upload their content is shit.

              @natalka Yeah, I agree. While I personally don't see the point of obfuscation, some people might want those elite hax0r points. I personally am opposed to that and think it harms the overall community, however, I don't think it should be banned completely, as people might have valid reasons to obfuscate their code. IMO, manual approval is a good goal, but it's very time-consuming.

              @Aftery I mostly agree with you. While a manual approval process would be ideal, it's also timewasteage. A temporary ban on obfuscated scripts, and temporary locking of any threads that post them without prior review, is preferable to me.

              @idk-my-name Honestly, I'm convinced you're unfamiliar ith obfuscation,writing code in general, and running a forum. Not only is reliably checking anything for obfuscation pretty much impossible, it isn't even guaranteed that the deobfuscation even works. The only thing that's even remotely viable is run-time analysis, I have no idea on how we would implement this though. Aftery, as one of the most based people here, is once again correct.

              I Offline
              I Offline
              idk my name
              wrote on last edited by idk my name
              #12

              @cancernameu hehe, i have my own github with my own repos & hacked clientbase using javaagents, also i code my own obfuscator for java bytecode (github.com/xWhitey)

              1 Reply Last reply
              0
              • ? A Former User

                I'd like to use this opportunity to again advocate for the banning of obfuscation. It delays discovery of any malicious code more than is tolerable. See my previous post on the subject.

                I Offline
                I Offline
                idk my name
                wrote on last edited by
                #13

                @cancernameu i think if js had sth like ObjectWeb ASM, we could automatically deobfuscate js scripts

                ? 1 Reply Last reply
                0
                • I idk my name

                  @6sence sth like onUpload event:
                  check the script for obfuscation and if it is obfuscated - use .jar or .exe (idk, thats just suggestion) to deobfuscate it.

                  6Sence6 Offline
                  6Sence6 Offline
                  6Sence
                  wrote on last edited by
                  #14

                  @idk-my-name well yeah but how are you going to get the jar or exe to deobf it lol, you would have to detect the type of obfuscation and then automatically deobf it. it best way to do it is literally not deobf the script just run it on a server and test if it tries to do anything malicious

                  1 Reply Last reply
                  0
                  • ? A Former User

                    @Gabriel
                    Firstly, fully automatic deobfuscation is not currently possible. Heck, we can't even detemine whether a script even is obfucated yet.

                    Secondly, automatically determining whether a script is malicious is very, very, difficult. We might look at the amount of reflection it uses, but that can be circumvented by adding more native code.

                    Thirdly, using an automated system, even if it was perfect, to determine whether a user may upload their content is shit.

                    @natalka Yeah, I agree. While I personally don't see the point of obfuscation, some people might want those elite hax0r points. I personally am opposed to that and think it harms the overall community, however, I don't think it should be banned completely, as people might have valid reasons to obfuscate their code. IMO, manual approval is a good goal, but it's very time-consuming.

                    @Aftery I mostly agree with you. While a manual approval process would be ideal, it's also timewasteage. A temporary ban on obfuscated scripts, and temporary locking of any threads that post them without prior review, is preferable to me.

                    @idk-my-name Honestly, I'm convinced you're unfamiliar ith obfuscation,writing code in general, and running a forum. Not only is reliably checking anything for obfuscation pretty much impossible, it isn't even guaranteed that the deobfuscation even works. The only thing that's even remotely viable is run-time analysis, I have no idea on how we would implement this though. Aftery, as one of the most based people here, is once again correct.

                    6Sence6 Offline
                    6Sence6 Offline
                    6Sence
                    wrote on last edited by
                    #15

                    @cancernameu lol that last point same

                    1 Reply Last reply
                    0
                    • I Offline
                      I Offline
                      idk my name
                      wrote on last edited by
                      #16

                      @6sence I do not think, that it is needed to run the script. I think just find for "Runtime" or "System" or getenv or http(s) things

                      ? 1 Reply Last reply
                      0
                      • I idk my name

                        @6sence I do not think, that it is needed to run the script. I think just find for "Runtime" or "System" or getenv or http(s) things

                        ? Offline
                        ? Offline
                        A Former User
                        wrote on last edited by
                        #17

                        @idk-my-name That won't fucking work.

                        1 Reply Last reply
                        0
                        • I idk my name

                          @cancernameu i think if js had sth like ObjectWeb ASM, we could automatically deobfuscate js scripts

                          ? Offline
                          ? Offline
                          A Former User
                          wrote on last edited by
                          #18

                          @idk-my-name How is WebAssembly going to help us with this?!?

                          1 Reply Last reply
                          0
                          • ENDER1355v1E Offline
                            ENDER1355v1E Offline
                            ENDER1355v1
                            wrote on last edited by
                            #19

                            @bobismymanager skids, ac devs trying to patch the script...

                            ? 1 Reply Last reply
                            0
                            • ENDER1355v1E ENDER1355v1

                              @bobismymanager skids, ac devs trying to patch the script...

                              ? Offline
                              ? Offline
                              A Former User
                              wrote on last edited by
                              #20

                              @ender1355 NOOOOOOOO I NEED MY LEET HAXOR POINTS NOOOOOOO

                              1 Reply Last reply
                              0
                              • ENDER1355v1E Offline
                                ENDER1355v1E Offline
                                ENDER1355v1
                                wrote on last edited by
                                #21

                                @bobismymanager no one really loves skids, the skids have gone too far that they only renamed liquidbounce and called it own client.

                                1 Reply Last reply
                                0
                                • ENDER1355v1E Offline
                                  ENDER1355v1E Offline
                                  ENDER1355v1
                                  wrote on last edited by
                                  #22

                                  @bobismymanager well i didnt ask but okay

                                  1 Reply Last reply
                                  0
                                  • ENDER1355v1E Offline
                                    ENDER1355v1E Offline
                                    ENDER1355v1
                                    wrote on last edited by ENDER1355v1
                                    #23

                                    @bobismymanager they are forks as they said, I'm talking about skids that don't even give credit to CCBlueX

                                    1 Reply Last reply
                                    0
                                    • FaaatPotatoF FaaatPotato

                                      @aftery yes like on unkowncheats

                                      ? Offline
                                      ? Offline
                                      A Former User
                                      wrote on last edited by
                                      #24

                                      @faaatpotato said in Forbid obfuscation in the scripts category.:

                                      unkowncheats

                                      unknowncheats? csgo moment 😎

                                      1 Reply Last reply
                                      1
                                      • FaaatPotatoF FaaatPotato

                                        @aftery yes like on unkowncheats

                                        Ali00035A Offline
                                        Ali00035A Offline
                                        Ali00035
                                        wrote on last edited by
                                        #25

                                        @faaatpotato @Aftery manual approval of scripts should be done only when its obfuscated, like there should be an API that should check if the script is obfuscated or not, and for deobfuscated scripts, no one would make a malicious script that is not obfuscated

                                        1 Reply Last reply
                                        1
                                        Reply
                                        • Reply as topic
                                        Log in to reply
                                        • Oldest to Newest
                                        • Newest to Oldest
                                        • Most Votes


                                        About
                                        • Terms of Service
                                        • Privacy Policy
                                        • Status
                                        • Contact Us
                                        Downloads
                                        • Releases
                                        • Source code
                                        • License
                                        Docs
                                        • Tutorials
                                        • CustomHUD
                                        • AutoSettings
                                        • ScriptAPI
                                        Community
                                        • Forum
                                        • Guilded
                                        • YouTube
                                        • Twitter
                                        • D.Tube
                                        • Login

                                        • Login or register to search.
                                        • First post
                                          Last post
                                        0
                                        • Categories
                                        • Recent
                                        • Tags
                                        • Popular
                                        • Users
                                        • Groups