Skip to content

Instantly share code, notes, and snippets.

View Eklip5e's full-sized avatar
:accessibility:
Studying for University

Nello - Pastello Eklip5e

:accessibility:
Studying for University
  • LT, Italy
  • 01:36 (UTC +02:00)
  • Instagram Eklip5econ
View GitHub Profile
This file has been truncated, but you can view the full file.
[15:37:06] [main/INFO]: Loading Minecraft 1.20.1 with Fabric Loader 0.14.22
[15:37:06] [ForkJoinPool-1-worker-3/WARN]: Mod geophilic uses the version v2.0.0-mc1.20u1.20.1 which isn't compatible with Loader's extended semantic version format (Could not parse version number component 'v2'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version
[15:37:06] [ForkJoinPool-1-worker-3/WARN]: Mod globalpacks uses the version 1.16.1_fabric which isn't compatible with Loader's extended semantic version format (Could not parse version number component '1_fabric'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version
[15:37:07] [main/INFO]: Dependencies overridden for minecraft, lambdynlights, fabricloader, debugify
[15:37:07] [main/WARN]: Warnings were found!
- 'Minecraft' (minecraft) 1.20.1 recommends any version after 5.1.0 of Fabulously Optimized, which is missing!
- You should install any version after 5.1.0 of Fabulously Optimized for the
@Eklip5e
Eklip5e / score.js
Last active August 10, 2023 20:36 — forked from savely-krasovsky/score.js
Gamee Hacker Bot for Telegram
/**
* Created by fipso on 13.10.16.
*/
const CryptoJS = require('crypto-js');
const request = require('request-promise-native');
const TelegramBot = require('node-telegram-bot-api');
const bot = new TelegramBot('TOKEN', {polling: true});