I NEED HELP
-
Chinese:https://forums.ccbluex.net/topic/2988/不懂就问
How to find out all the usages?
For example, I don't understand these codes:C04PacketPlayerPosition(mc.thePlayer.posX, mc.thePlayer.posY + 0.05250000001304, mc.thePlayer.posZ, false)//scriptAuthor = "Messenger"
I can go to https://scriptapi.liquidbounce.net to find out
Instructions:C04PacketPlayerPosition(X,Y,Z,false)
So How to find out such asmc.XXXX.XXXX()
or
timer.XXXXX()
-
@britishbiscuit So which ide is the most suitable,Could you please recommend some of them to me,Thank you
-
@落花残云 intellij or eclipse, try searching on forums, there is already enough threads about importing it, go to github and search for liquidbounce and follow the instructions, then you can type on whatever class on net.ccbluex.liquidbounce.features.module.modules (sorry if i got the path wrong). some day im going to make a guide with my horrendous english on how to do this
-
@britishbiscuit Thank you so much
For noobs like me It's hard to learn how to do if I just learn about the tutorial on the website