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. General Discussion
  3. Bounce-Killer Project

Bounce-Killer Project

Scheduled Pinned Locked Moved General Discussion
22 Posts 5 Posters 4.1k Views 1 Watching
  • 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.
  • SkiderKillerS SkiderKiller

    Why build this project
    Many Chinese developers do not abide by the open source agreement. Make no contribution when using the results of others. To this end, we will deal with their procedures.
    For the open source project liquidbource (GPLv3), the original developers required to open source their modified products when using their code.
    As far as I am concerned, only FDP client & liquidbounceplus has truly complied with the agreement.
    Most people sell with verification, but they don't open source to users, which is a serious violation of the original intention of the source.
    Now we will crack these clients or other operations to prevent them from continuing their violations.
    It is worth noting that we will use all means
    Project address

    Plumer ManP Offline
    Plumer ManP Offline
    Plumer Man
    wrote on last edited by Plumer Man
    #3

    Auth:

    public boolean shouldLaunch(HWID hwid) {
        return authenticate(hwid);
    }
    
    public void launch() {
        if(!shouldLaunch(AuthUtils.getHWID())) return;
    }
    

    Crack:

    public boolean shouldLaunch(HWID hwid) {
        return true;
    }
    
    public void launch() {
        if(!shouldLaunch(AuthUtils.getHWID())) return;
    }
    
    suicidemouse33S 1 Reply Last reply
    0
    • SkiderKillerS SkiderKiller

      Why build this project
      Many Chinese developers do not abide by the open source agreement. Make no contribution when using the results of others. To this end, we will deal with their procedures.
      For the open source project liquidbource (GPLv3), the original developers required to open source their modified products when using their code.
      As far as I am concerned, only FDP client & liquidbounceplus has truly complied with the agreement.
      Most people sell with verification, but they don't open source to users, which is a serious violation of the original intention of the source.
      Now we will crack these clients or other operations to prevent them from continuing their violations.
      It is worth noting that we will use all means
      Project address

      suicidemouse33S Offline
      suicidemouse33S Offline
      suicidemouse33
      wrote on last edited by suicidemouse33
      #4

      @skiderkiller most of them arent obfuscated 💀

      also this project is cool, starred it in gh

      Plumer ManP 1 Reply Last reply
      0
      • suicidemouse33S suicidemouse33

        @skiderkiller most of them arent obfuscated 💀

        also this project is cool, starred it in gh

        Plumer ManP Offline
        Plumer ManP Offline
        Plumer Man
        wrote on last edited by
        #5

        @suicidemouse if they arent obfuscating how r they keeping the clients safe lmfao

        suicidemouse33S 1 Reply Last reply
        0
        • SkiderKillerS SkiderKiller

          Why build this project
          Many Chinese developers do not abide by the open source agreement. Make no contribution when using the results of others. To this end, we will deal with their procedures.
          For the open source project liquidbource (GPLv3), the original developers required to open source their modified products when using their code.
          As far as I am concerned, only FDP client & liquidbounceplus has truly complied with the agreement.
          Most people sell with verification, but they don't open source to users, which is a serious violation of the original intention of the source.
          Now we will crack these clients or other operations to prevent them from continuing their violations.
          It is worth noting that we will use all means
          Project address

          ShadowOfMarshS Offline
          ShadowOfMarshS Offline
          ShadowOfMarsh
          wrote on last edited by
          #6

          @skiderkiller May i join the team? Marshadow#5056

          ShadowOfMarshS 1 Reply Last reply
          0
          • ShadowOfMarshS ShadowOfMarsh

            @skiderkiller May i join the team? Marshadow#5056

            ShadowOfMarshS Offline
            ShadowOfMarshS Offline
            ShadowOfMarsh
            wrote on last edited by
            #7

            @shadowofmarsh I have experience with client development and know how auth systems work.
            I should be able to write a deobfuscator for some of these clients and maybe crack them

            SkiderKillerS 1 Reply Last reply
            0
            • suicidemouse33S Offline
              suicidemouse33S Offline
              suicidemouse33
              wrote on last edited by
              #8

              Noteless also skidded from FDP, skidding from a skid.

              Plumer ManP 1 Reply Last reply
              0
              • suicidemouse33S suicidemouse33

                Noteless also skidded from FDP, skidding from a skid.

                Plumer ManP Offline
                Plumer ManP Offline
                Plumer Man
                wrote on last edited by
                #9

                No but like fdp grabs all the leaks into one place making it easy to access

                suicidemouse33S 1 Reply Last reply
                0
                • Plumer ManP Plumer Man

                  No but like fdp grabs all the leaks into one place making it easy to access

                  suicidemouse33S Offline
                  suicidemouse33S Offline
                  suicidemouse33
                  wrote on last edited by
                  #10

                  @plumer-man true

                  1 Reply Last reply
                  0
                  • ShadowOfMarshS ShadowOfMarsh

                    @shadowofmarsh I have experience with client development and know how auth systems work.
                    I should be able to write a deobfuscator for some of these clients and maybe crack them

                    SkiderKillerS Offline
                    SkiderKillerS Offline
                    SkiderKiller
                    wrote on last edited by
                    #11

                    @shadowofmarsh You can prove your ability in the forum. We welcome all capable people to join us.

                    ShadowOfMarshS 1 Reply Last reply
                    0
                    • Plumer ManP Plumer Man

                      Auth:

                      public boolean shouldLaunch(HWID hwid) {
                          return authenticate(hwid);
                      }
                      
                      public void launch() {
                          if(!shouldLaunch(AuthUtils.getHWID())) return;
                      }
                      

                      Crack:

                      public boolean shouldLaunch(HWID hwid) {
                          return true;
                      }
                      
                      public void launch() {
                          if(!shouldLaunch(AuthUtils.getHWID())) return;
                      }
                      
                      suicidemouse33S Offline
                      suicidemouse33S Offline
                      suicidemouse33
                      wrote on last edited by
                      #12

                      @plumer-man how is that cracking

                      Plumer ManP 1 Reply Last reply
                      0
                      • suicidemouse33S suicidemouse33

                        @plumer-man how is that cracking

                        Plumer ManP Offline
                        Plumer ManP Offline
                        Plumer Man
                        wrote on last edited by
                        #13

                        @suicidemouse if the auth is shit and it just return a boolean you can just modify it to always say true

                        A suicidemouse33S 2 Replies Last reply
                        0
                        • Plumer ManP Plumer Man

                          @suicidemouse if the auth is shit and it just return a boolean you can just modify it to always say true

                          A Offline
                          A Offline
                          Aftery
                          wrote on last edited by
                          #14
                          This post is deleted!
                          Plumer ManP 1 Reply Last reply
                          1
                          • Plumer ManP Plumer Man

                            @suicidemouse if the auth is shit and it just return a boolean you can just modify it to always say true

                            suicidemouse33S Offline
                            suicidemouse33S Offline
                            suicidemouse33
                            wrote on last edited by
                            #15

                            @plumer-man said in Bounce-Killer Project:

                            @suicidemouse if the auth is shit and it just return a boolean you can just modify it to always say true

                            basically making the client think that you are always authenticated

                            1 Reply Last reply
                            0
                            • Plumer ManP Plumer Man

                              @suicidemouse if they arent obfuscating how r they keeping the clients safe lmfao

                              suicidemouse33S Offline
                              suicidemouse33S Offline
                              suicidemouse33
                              wrote on last edited by
                              #16

                              @plumer-man uh, they dont

                              1 Reply Last reply
                              0
                              • A Aftery

                                This post is deleted!

                                Plumer ManP Offline
                                Plumer ManP Offline
                                Plumer Man
                                wrote on last edited by
                                #17

                                @aftery rise does it

                                suicidemouse33S 1 Reply Last reply
                                0
                                • Plumer ManP Plumer Man

                                  @aftery rise does it

                                  suicidemouse33S Offline
                                  suicidemouse33S Offline
                                  suicidemouse33
                                  wrote on last edited by
                                  #18

                                  @plumer-man lmao.

                                  1 Reply Last reply
                                  0
                                  • SkiderKillerS SkiderKiller

                                    @shadowofmarsh You can prove your ability in the forum. We welcome all capable people to join us.

                                    ShadowOfMarshS Offline
                                    ShadowOfMarshS Offline
                                    ShadowOfMarsh
                                    wrote on last edited by
                                    #19

                                    @skiderkiller just leaked vestige src to mof13fps

                                    Plumer ManP suicidemouse33S 2 Replies Last reply
                                    0
                                    • ShadowOfMarshS ShadowOfMarsh

                                      @skiderkiller just leaked vestige src to mof13fps

                                      Plumer ManP Offline
                                      Plumer ManP Offline
                                      Plumer Man
                                      wrote on last edited by
                                      #20

                                      @shadowofmarsh bro all versions of vestige have been cracked lol

                                      ShadowOfMarshS 1 Reply Last reply
                                      0
                                      • Plumer ManP Plumer Man

                                        @shadowofmarsh bro all versions of vestige have been cracked lol

                                        ShadowOfMarshS Offline
                                        ShadowOfMarshS Offline
                                        ShadowOfMarsh
                                        wrote on last edited by
                                        #21

                                        @plumer-man yes but 0 src leaks so i'm first to leak it.

                                        1 Reply Last reply
                                        0
                                        • ShadowOfMarshS ShadowOfMarsh

                                          @skiderkiller just leaked vestige src to mof13fps

                                          suicidemouse33S Offline
                                          suicidemouse33S Offline
                                          suicidemouse33
                                          wrote on last edited by
                                          #22

                                          @shadowofmarsh said in Bounce-Killer Project:

                                          vestige

                                          rofl

                                          1 Reply Last reply
                                          0
                                          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