CCBlueX Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. ibook
    I
    • Profile
    • Following 3
    • Followers 3
    • Topics 7
    • Posts 30
    • Best 1
    • Controversial 0
    • Groups 0

    ibook

    @ibook

    1
    Reputation
    22
    Profile views
    30
    Posts
    3
    Followers
    3
    Following
    Joined Last Online

    ibook Unfollow Follow

    Best posts made by ibook

    • RE: How to build LiquidBounce client

      @ibook f2596c49-f877-4a16-b6ff-18cede5fa5d6-image.png How should I fix it

      posted in Kotlin/Java
      I
      ibook

    Latest posts made by ibook

    • RE: How to obtain killaura attacking players

      @somedudeyouveneverheardof ok I see

      posted in ScriptAPI
      I
      ibook
    • RE: How to obtain killaura attacking players

      @somedudeyouveneverheardof thank you for your help

      posted in ScriptAPI
      I
      ibook
    • RE: How to obtain killaura attacking players

      ! @somedudeyouveneverheardof like this? Why can't I take to get the coordinates of target

      posted in ScriptAPI
      I
      ibook
    • RE: How to obtain killaura attacking players
      				var player = moduleManager.getModule('KillAura').target
      				//var player = getNearestTarget()
      				//var player = getClosestEntity();
      				if( mc.gameSettings.keyBindForward.isKeyDown() && KillAura.state == true && target != null && !player.isDead && Math.sqrt(Math.pow(mc.thePlayer.posX - player.posX,2) + Math.pow(mc.thePlayer.posZ - player.posZ,2)) != 0 && !LiquidBounce.moduleManager.getModule(Teams.class).isInYourTeam(player)){
      		            var c1 = (mc.thePlayer.posX - player.posX)/(Math.sqrt(Math.pow(mc.thePlayer.posX - player.posX,2) + Math.pow(mc.thePlayer.posZ - player.posZ,2)))
      		            var s1 = (mc.thePlayer.posZ - player.posZ)/(Math.sqrt(Math.pow(mc.thePlayer.posX - player.posX,2) + Math.pow(mc.thePlayer.posZ - player.posZ,2)))
      					chat.print(" C1"+c1+" S1"+s1)
      					if(mc.thePlayer.motionX <= 0.06 || mc.thePlayer.motionZ <= 0.06) {
      					 mc.thePlayer.motionX = motionXZ.get()*s1 - 0.18*motionXZ.get()*c1
      			    	 mc.thePlayer.motionZ = -motionXZ.get()*c1 - 0.18*motionXZ.get()*s1
      
      					} else {
      						
      					 mc.thePlayer.motionX = motionXZ.get()*s1 - 0.18*motionXZ.get()*c1
      			    	 mc.thePlayer.motionZ = -motionXZ.get()*c1 - 0.18*motionXZ.get()*s1
      
      					}
      
      posted in ScriptAPI
      I
      ibook
    • RE: How to obtain killaura attacking players

      Like this?![8N%[email protected]_Y]{UJY1J97HN~DV.png](/assets/uploads/files/1642827369666-8n-4o-v_y-ujy1j97hn-dv.png)

      posted in ScriptAPI
      I
      ibook
    • RE: Is there any HVH server

      @Khiêm-Nguyễn-Gia roob? please shut up

      posted in General Discussion
      I
      ibook
    • RE: How to obtain killaura attacking players

      @Aftery aftery wipe a bottom why don't you give me your credit card

      posted in ScriptAPI
      I
      ibook
    • Is there any HVH server

      Is there any HVH server

      posted in General Discussion
      I
      ibook
    • RE: How to obtain killaura attacking players

      @CzechHek what should I write the code, I am a rookie

      posted in ScriptAPI
      I
      ibook
    • How to obtain killaura attacking players

      How to obtain killaura attacking players, I want to makea targetstrafe.js

      posted in ScriptAPI
      I
      ibook