Skip to content

Instantly share code, notes, and snippets.

@igeighty
igeighty / Activate_Windows_8_8.1_10_and_11_Pro_for_Free.md
Created March 13, 2025 06:59
Activate Windows 8, 8.1, 10 and 11 Pro for Free

Activate Windows 8, 8.1, 10 and 11 Pro for Free

A guide how to get and activate Windows 8, 8.1, 10 and 11 Pro for free!

WATCH OUT FOR SUSPICIOUS LINKS IN THE COMMENTS BELOW!

I noticed that people or bots are trying to place suspicious links below that link to some sketchy source for what they say is a 'crack' or nothing at all. I'd recommend you to NOT click on any of those links! The scripts in this guide are open source and can be viewed as desired. I'm fine with posting coupons here! Do note that if you do so, please prove it! Link a review site along with the site and the coupon. Thanks, Minionguyjpro.

NOTE

If you see the Windows keyboard button in this guide; and you can't find it on your keyboard, you likely have/had Windows 10 which has the button . If you can't find that one, you likely have a PC that

#!/bin/bash
# ARMA 3
# Server Management Script
# Author: Daniel Gibbs
# Contributor: Scarsz
# Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
set -x
@igeighty
igeighty / server.cfg_snipped
Last active June 26, 2016 03:50
Evolution altis mission parameters section for inclusion in server.cfg for ARMA3 server
// MISSIONS CYCLE
class Missions
{
class Evolution
{
template = "evolution-a3.altis";
difficulty = "regular"; // values = [recruit,regular,veteran,custom]
class Params
{
aiSystem = 2; // AI System - values = {1,2}; default = 2; {"UPSMON","GAIA"}
@igeighty
igeighty / server.cfg_snipped
Last active June 26, 2016 03:52
domination mission parameters section for inclusion in server.cfg for ARMA3 server
// MISSIONS CYCLE (see below)
class Missions
{
class Domination
{
template = "co40_domination_3_42_blufor.altis"; // Change mission name to suit - igeighty
difficulty = "regular";
class Params
{
d_MainTargets_num = 8; // Main Targets - Altis values = {200,210,220,230,240,2,4,6,8,10,12,14,16,18,20,25,33} default 8 [West Route, North Route, East Route, South Route, Complete ordered, Random 2, Random 4, Random 6, Random 8, Random 10, Random 12, Random 14, Random 16, Random 18, Random 20, Random 25, Random 33]
@igeighty
igeighty / server.cfg_snipped
Last active October 23, 2020 21:28
greuh_liberation.Altis mission parameters section for inclusion in server.cfg for ARMA3 server
// MISSIONS CYCLE
class Missions
{
class Liberation
{
template = "greuh_liberation.Altis";
difficulty = "regular"; // values = [recruit,regular,veteran,custom]
class Params
{
Unitcap = 1; // Maximum amount AI units - [default 1] - values = [0.5,0.75,1,1.25,1.5,2] - Text {50%,%75,%100,%125,%150,%200}