Skip to content

Instantly share code, notes, and snippets.

View Overwatch-C-17's full-sized avatar
😄
Help reporting bugs.

Overwatch Soldier Overwatch-C-17

😄
Help reporting bugs.
View GitHub Profile
@Overwatch-C-17
Overwatch-C-17 / SelfExtractingArchive.nsi
Last active February 7, 2019 15:52
A custom Self Extracting Archive made using NSIS
!echo "SELF EXTRACTING ARCHIVE SCRIPT - English Only" ; Going to set this script into generic self extractor instead of installer
; Main Installer settings
Name "Generic Files"
BrandingText "File Extractor v0.1 - English Only"
Caption "File Extractor: Generic Files"
CompletedText "Extraction Success!"
CRCCheck force
InstallButtonText "Extract"
InstallDir "$EXEDIR"
@Overwatch-C-17
Overwatch-C-17 / SBARINFO.TXT
Last active February 10, 2019 22:22
HUD modification for Beautiful Doom v6.3.x. Adding a bit new stats for fullscreen HUD: Kills, Items, Secret and Timer stat (in sec) for a temporary Powerup Giver like Blur Sphere, etc.
monospacefonts true, "0";
statusbar normal, forcescaled, 0.75
{
AspectRatio "4:3"
{
drawimage "BDSTBL", 0, 126;
drawimage "BDSTBR", 260, 126;
//armor
@Overwatch-C-17
Overwatch-C-17 / 00_etc-hosts.md
Last active March 4, 2019 12:55 — forked from mul14/00_etc-hosts.md
/etc/hosts for Vimeo, Netflix, Reddit, and Imgur.

Unblock Vimeo, Netflix, Reddit, dan Imgur

Saya support Internet Positif untuk memblokir porn, situs judi, dan hal-hal ilegal lainnya. Tapi pemerintah dan ISP sangat konyol karena tidak mengizinkan akses ke Vimeo, Reddit, Imgur, Netflix--yang mana bukanlah situs dengan konten utama ilegal.

Linux / BSD / macOS

Tambahkan list di bawah ke /etc/hosts.

Windows

Tambahkan list di bawah ke %System32%\Drivers\etc\hosts

@Overwatch-C-17
Overwatch-C-17 / hosts
Last active June 28, 2019 04:23
System 32 Hosts File Backup
# Copyright (c) 1993-2006 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
@Overwatch-C-17
Overwatch-C-17 / ConditionalLoop.h
Last active April 24, 2021 01:54
For and While loop
#include "zcommon.acs"
#library "main"
bool Debug = False;
int TrainingSpawnSpot = 0;
str OldSwitch[5] =
{
"SW_OL1", // Array index start from here, count as 0
"SW_OL2", // 1