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

NatsuN

Natsu

@Natsu
About
Posts
6
Topics
1
Shares
0
Groups
0
Followers
5
Following
1

Posts

Recent Best Controversial

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

    唔~最好就是用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)
    }
    
    
    Chinese

  • armorbreaker
    NatsuN Natsu

    This basically doesn't exist I think so

    Kotlin/Java

  • About the Donate
    NatsuN Natsu

    自从LiquidBounce.cn(中国官网暴毙以来)
    我思索一件事情,目前LiquidBounce除了PayPal等其他的捐助方式...中国境内的捐助方式好像并没有
    我曾在18年在LiquidBounce.cn前往官方的爱发电捐助过
    如果我现在要捐助给CCBlueX,只能使用国外的渠道了吗?
    什么时候考虑再开放类似中国境内的捐助渠道呢?

    Chinese

  • 如何修改水影标题?
    NatsuN Natsu

    Display.setTitle就可以吧

    Chinese
  • Login

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