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. Off-Topic
  3. ccbluex forums website src code leak (!)

ccbluex forums website src code leak (!)

Scheduled Pinned Locked Moved Off-Topic
27 Posts 7 Posters 4.4k 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.
  • Painis BotP Painis Bot

    dont leak plz

    if mc.thePlayer.ontheWebsite() == true {
    mc.thePlayer.setnoBrainState() == true
    mc.thePlayer.IQlevel == --0
    

    czechhek's code:

    mc.thePlayer.onTheWebsite() && (mc.thePlayer.setNoBrainState(true), mc.thePlayer.iqLevel = 0)
    
    CzechHekC Offline
    CzechHekC Offline
    CzechHek
    wrote on last edited by CzechHek
    #8

    @spyfromtf2 Improved your code

    mc.thePlayer.ontheWebsite() && mc.thePlayer.setnoBrainState() && !mc.thePlayer.IQlevel
    

    or perhaps

    mc.thePlayer.ontheWebsite() && (mc.thePlayer.setnoBrainState(), !mc.thePlayer.IQlevel)
    

    doesn't make much sense but that's how you wrote it

    perhaps you wanted it to look like this

    mc.thePlayer.onTheWebsite() && (mc.thePlayer.setNoBrainState(true), mc.thePlayer.iqLevel = 0)
    

    doesn't make much sense anyway

    if so, here is how it should have looked

    if (mc.thePlayer.onTheWebsite()) {
        mc.thePlayer.setNoBrainState(true)
        mc.thePlayer.iqLevel = 0
    }
    
    Painis BotP 1 Reply Last reply
    4
    • CzechHekC CzechHek

      @spyfromtf2 Improved your code

      mc.thePlayer.ontheWebsite() && mc.thePlayer.setnoBrainState() && !mc.thePlayer.IQlevel
      

      or perhaps

      mc.thePlayer.ontheWebsite() && (mc.thePlayer.setnoBrainState(), !mc.thePlayer.IQlevel)
      

      doesn't make much sense but that's how you wrote it

      perhaps you wanted it to look like this

      mc.thePlayer.onTheWebsite() && (mc.thePlayer.setNoBrainState(true), mc.thePlayer.iqLevel = 0)
      

      doesn't make much sense anyway

      if so, here is how it should have looked

      if (mc.thePlayer.onTheWebsite()) {
          mc.thePlayer.setNoBrainState(true)
          mc.thePlayer.iqLevel = 0
      }
      
      Painis BotP Offline
      Painis BotP Offline
      Painis Bot
      wrote on last edited by Painis Bot
      #9

      @czechhek i enjoy ur scripts

      1 Reply Last reply
      0
      • Painis BotP Painis Bot

        @mems

        if mc.theUser.ontheWebsite() == true {
        mc.theUser.setnoBrainState() == true
        mc.theUser.IQlevel == --0
        ? Offline
        ? Offline
        A Former User
        wrote on last edited by
        #10

        @spyfromtf2

        var allownobrainstate[MAX_USERS] = false
        var setiqlevel[MAX_USERS] = 0
        for(i in usernames) { if(i is SpyFromTF2 && i[userinfo][loggedin]) { allownobrainstate[i] = true; setiqlevel[i] = 0} }
        
        Painis BotP 1 Reply Last reply
        0
        • ? A Former User

          @spyfromtf2

          var allownobrainstate[MAX_USERS] = false
          var setiqlevel[MAX_USERS] = 0
          for(i in usernames) { if(i is SpyFromTF2 && i[userinfo][loggedin]) { allownobrainstate[i] = true; setiqlevel[i] = 0} }
          
          Painis BotP Offline
          Painis BotP Offline
          Painis Bot
          wrote on last edited by
          #11

          @mems

          You forgot to put /// api_version=2

          ? 1 Reply Last reply
          0
          • Painis BotP Painis Bot

            @mems

            You forgot to put /// api_version=2

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

            @spyfromtf2 im sorry did i leak a script or the website's code

            Painis BotP 1 Reply Last reply
            0
            • ? A Former User

              @spyfromtf2 im sorry did i leak a script or the website's code

              Painis BotP Offline
              Painis BotP Offline
              Painis Bot
              wrote on last edited by
              #13
              This post is deleted!
              ? 1 Reply Last reply
              0
              • Painis BotP Painis Bot

                This post is deleted!

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

                @spyfromtf2 did i leak a script or the website's code

                Painis BotP 1 Reply Last reply
                0
                • ? A Former User

                  @spyfromtf2 did i leak a script or the website's code

                  Painis BotP Offline
                  Painis BotP Offline
                  Painis Bot
                  wrote on last edited by Painis Bot
                  #15

                  @mems website code oh wait script

                  ? 1 Reply Last reply
                  0
                  • Painis BotP Painis Bot

                    @mems website code oh wait script

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

                    @spyfromtf2 said in ccbluex forums website src code leak (!):

                    @mems website code

                    @spyfromtf2 said in ccbluex forums website src code leak (!):

                    @mems

                    You forgot to put /// api_version=2

                    then think about it

                    Painis BotP 1 Reply Last reply
                    0
                    • ? A Former User

                      @spyfromtf2 said in ccbluex forums website src code leak (!):

                      @mems website code

                      @spyfromtf2 said in ccbluex forums website src code leak (!):

                      @mems

                      You forgot to put /// api_version=2

                      then think about it

                      Painis BotP Offline
                      Painis BotP Offline
                      Painis Bot
                      wrote on last edited by
                      #17

                      @mems i was wrong lol

                      ? 1 Reply Last reply
                      0
                      • Painis BotP Painis Bot

                        @mems i was wrong lol

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

                        @spyfromtf2 you were right

                        Painis BotP 2 Replies Last reply
                        0
                        • ? A Former User

                          @spyfromtf2 you were right

                          Painis BotP Offline
                          Painis BotP Offline
                          Painis Bot
                          wrote on last edited by
                          #19

                          @mems you too

                          1 Reply Last reply
                          0
                          • ? A Former User

                            @spyfromtf2 you were right

                            Painis BotP Offline
                            Painis BotP Offline
                            Painis Bot
                            wrote on last edited by Painis Bot
                            #20

                            @mems btw dont start flamewars senk ju will ban for it

                            1 Reply Last reply
                            0
                            • Painis BotP Painis Bot

                              dont leak plz

                              if mc.thePlayer.ontheWebsite() == true {
                              mc.thePlayer.setnoBrainState() == true
                              mc.thePlayer.IQlevel == --0
                              

                              czechhek's code:

                              mc.thePlayer.onTheWebsite() && (mc.thePlayer.setNoBrainState(true), mc.thePlayer.iqLevel = 0)
                              
                              I Offline
                              I Offline
                              idk my name
                              wrote on last edited by idk my name
                              #21
                              This post is deleted!
                              1 Reply Last reply
                              0
                              • ? A Former User

                                @spyfromtf2 iTs nOt PlaYeR iTs uSEr

                                END3R1355E Offline
                                END3R1355E Offline
                                END3R1355
                                wrote on last edited by
                                #22

                                @mems hurbin' as usual?

                                1 Reply Last reply
                                0
                                • END3R1355E Offline
                                  END3R1355E Offline
                                  END3R1355
                                  wrote on last edited by
                                  #23

                                  @bobismymanager haha yes

                                  1 Reply Last reply
                                  0
                                  • END3R1355E Offline
                                    END3R1355E Offline
                                    END3R1355
                                    wrote on last edited by
                                    #24

                                    thx made my own forums now

                                    forums.sendhelp.me

                                    1 Reply Last reply
                                    0
                                    • Painis BotP Painis Bot

                                      dont leak plz

                                      if mc.thePlayer.ontheWebsite() == true {
                                      mc.thePlayer.setnoBrainState() == true
                                      mc.thePlayer.IQlevel == --0
                                      

                                      czechhek's code:

                                      mc.thePlayer.onTheWebsite() && (mc.thePlayer.setNoBrainState(true), mc.thePlayer.iqLevel = 0)
                                      
                                      END3R1355E Offline
                                      END3R1355E Offline
                                      END3R1355
                                      wrote on last edited by END3R1355
                                      #25

                                      @painis-bot said in ccbluex forums website src code leak (!):

                                      dont leak plz

                                      if mc.thePlayer.ontheWebsite() == true {
                                      mc.thePlayer.setnoBrainState() == true
                                      mc.thePlayer.IQlevel == --0
                                      

                                      czechhek's code:

                                      mc.thePlayer.onTheWebsite() && (mc.thePlayer.setNoBrainState(true), mc.thePlayer.iqLevel = 0)
                                      

                                      improved le code

                                      if (mc.thePlayer.ontheWebsite()) = true {
                                      mc.thePlayer.setnoBrainState() = true;
                                      mc.thePlayer.IQlevel = 0;
                                      }
                                      
                                      1 Reply Last reply
                                      0
                                      • END3R1355E Offline
                                        END3R1355E Offline
                                        END3R1355
                                        wrote on last edited by
                                        #26

                                        @bobismymanager thats the fake one

                                        1 Reply Last reply
                                        0
                                        • END3R1355E Offline
                                          END3R1355E Offline
                                          END3R1355
                                          wrote on last edited by
                                          #27

                                          @bobismymanager i dont get what ur trying to say here, it works for me

                                          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