Skip to content

Instantly share code, notes, and snippets.

View ilobmirt's full-sized avatar

ilobmirt ilobmirt

View GitHub Profile
@ilobmirt
ilobmirt / SGIT.bat
Last active August 7, 2023 04:50
Simple Git for Dos Proof of Concept
@ECHO OFF
SET GIT_URL=https://github.com
SET GIT_USER=%1
SET GIT_PROJECT=%2
SET GIT_BRANCH=%3
SET GIT_TARGET=%GIT_URL%/%GIT_USER%/%GIT_PROJECT%/tarball/%GIT_BRANCH%
SET /E TMPNAME=randstr 8
ECHO GIT REPOSITORY - %GIT_USER%/%GIT_PROJECT%/%GIT_BRANCH%
@ilobmirt
ilobmirt / Unit_Factory_Partner.mlog
Created November 6, 2023 04:10
Mindustry Scripts
#==================================================================================================#
#Unit_Factory_Partner.mlog
#-------------------------
#By Ilobmirt - 2023NOV05
#Manage associates to get Items into storage unit. This is to make units remotely without conveyors
#==================================================================================================#
globals:
#Imports