Skip to content

Instantly share code, notes, and snippets.

View therealbush's full-sized avatar
💭
bbbbbbbbbb

bush therealbush

💭
bbbbbbbbbb
  • your moms house
View GitHub Profile
@sagivo
sagivo / gist:3a4b2f2c7ac6e1b5267c2f1f59ac6c6b
Last active July 15, 2024 16:51
webRTC stun / turn server list
to check if the server works - https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice
stun:
stun.l.google.com:19302,
stun1.l.google.com:19302,
stun2.l.google.com:19302,
stun3.l.google.com:19302,
stun4.l.google.com:19302,
stun.ekiga.net,
stun.ideasip.com,
@RobertAKARobin
RobertAKARobin / python.md
Last active June 13, 2024 04:24
Python Is Not A Great Programming Language
@Doogie13
Doogie13 / PacketFly.java
Last active July 30, 2023 07:01
A basic packetfly
package demo.knight.twelvemod.module.modules.movement;
import demo.knight.twelvemod.event.MovePlayerEvent;
import demo.knight.twelvemod.event.PacketEvent;
import demo.knight.twelvemod.mixin.mixins.ISPacketPlayerPosLook;
import demo.knight.twelvemod.module.Category;
import demo.knight.twelvemod.module.Module;
import demo.knight.twelvemod.setting.settings.FloatSetting;
import net.minecraft.network.play.client.CPacketConfirmTeleport;
import net.minecraft.network.play.client.CPacketPlayer;