This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <stdlib.h> | |
#include <ctype.h> | |
#include <string.h> | |
#include <math.h> | |
#define MAX_EXPR_LEN 1024 | |
// Helper functions for parsing | |
int isOperator(char c) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# First! | |
First gistis i didnt even know that exists |