Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Skins
  • Light
  • Brite
  • 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. Chinese
  3. 怎么修改水影标题不是text是修改liquidbounce...的标题

怎么修改水影标题不是text是修改liquidbounce...的标题

Scheduled Pinned Locked Moved Chinese
5 Posts 5 Posters 2.9k 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.
  • 尝 Offline
    尝 Offline
    尝试绕hyt
    wrote on last edited by
    #1

    怎么修改水影标题不是text是修改liquidbounce...的标题

    1 Reply Last reply
    0
    • NatsuN Offline
      NatsuN Offline
      Natsu
      wrote on last edited by
      #2

      唔~最好就是用script实现~ 虽然这真的是很简单的写法 那我就直接照搬好了喵

      /*
      如果你想计算游戏时长把接下来这段加在DisPlay.setTitle中,然后把注释都去除就好了((
      +  H  +'  时  '  +M +'  分  '+S+' 秒'
      */
      var scriptName = "Title"
      var scriptVersion = 1.0
      var scriptAuthor = "OwOCat"
      
      var Title = new Title()
      var client
      
      function Title() {
      
      	/*var S = 0
      	var HM = 0
      	var M =0
      	var H = 0
      	*/
      	this.getName = function() {
              return "Title"
          }
      
          this.getDescription = function() {
              return "Title "
          }
      
          this.getCategory = function() {
              return "Fun"
          }
      
          this.onUpdate = function() {
      		/* HM += 1
      		 if (HM ==20){
      		   S = S + 1
      		   HM = 0
      		   
      		  }
      		 if (S ==60){
      		   M = M +1
      		   S = 0
      		  }
      		  if (M==60){
      		   H = H+1
      		   M = 0
      		  } */
      
      		Display.setTitle('Your Client Name ' + '  Your Name or somethingOvO(')
      	}
      }
      
      var Display = Java.type('org.lwjgl.opengl.Display')
      
      function onLoad() {}
      
      function onEnable() {
          client = moduleManager.registerModule(Title)
      }
      
      function onDisable() {
          moduleManager.unregisterModule(client)
      }
      
      
      1 Reply Last reply
      0
      • L Offline
        L Offline
        liaoyilin
        wrote on last edited by
        #3

        你可以尝试使用Jbytemod来修改

        S 1 Reply Last reply
        0
        • keke_mcK Offline
          keke_mcK Offline
          keke_mc
          wrote on last edited by
          #4

          大佬们,这可以修改进去之后显示的Liquidbounce b*吗?我一直改不了,找不到地方

          1 Reply Last reply
          0
          • L liaoyilin

            你可以尝试使用Jbytemod来修改

            S Offline
            S Offline
            SuperHeadMaster
            wrote on last edited by
            #5

            @liaoyilin 666Jby大神

            1 Reply Last reply
            0

            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

            With your input, this post could be even better 💗

            Register Login
            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