Redesky Fly and Redesky Speed
-
Redesky Teleport fly with lower Y-Teleport than IdkWhoMe's Fly and Speed with changeable LongJump boost would be perfect.
Source:
Neuer [KRASSER] Redesky-FLY! ☆ Minecraft mit Prestige – 07:03
— Ghost. -
If someone would tell me how to use scriptapi v2 and properly send packets i would be willing to make a script for smooth redesky fly + tp redesky fly
-
@Foreheadchan_ There's literally no difference in functionality in ScriptAPI v2, look at some examples.
-
This post is deleted!
-
@Leejames2305 lol wtf its mine liquidbounce xdd
-
@Foreheadchan_ The last time my fps went to 0 was because I accidentally tried to send packets in
onPackets()
. -
@commandblock2 same prob for me but too bored to learn scriptapi again so ill just keep the fastfly to myself
-
@Foreheadchan_ it's just javascript
-
@Foreheadchan_ What does sending packets on packet event have to do with learning a primitive language like javascript. If you send a packet it logically calls onPacket event, then it sends another packet and gets into a loop. To counter for that you would have to make a variable and store your sent packet in it, then check for it in onPacket. Alternatively you could make a bool that would disable packet logging for a while.