Skip to content

Instantly share code, notes, and snippets.

@cosote
cosote / gist:8094d7103fee7c94b59caaef14d3fb54
Created March 11, 2018 10:14
Clash of Souls Server 3
https://mega.nz/#!PrgBBQhQ!T-2D_cxGeIG0yryoI-UQ1Iq3fBEuyEAVQ0zqXG3s5WA?target=blank
We can make this file beautiful and searchable if this error is corrected: It looks like row 2 should actually have 1 column, instead of 2. in line 1.
NOTE |Author: Cosote - ver. 1.0 - 2016-06-09
NOTE |Giarch FFF (Fast Four Fingers), killa123123 edition
NOTE |Attack: FF Giarch, +1 tile from redline, fast with no delays
NOTE |Make these Troops: Archers 100%, 16 Giants
NOTE |Will drop 16 Giants in 1st wave, 160 Archs in 2nd wave, all Heroes and Castle if enabled from GUI and then remaining (gets rid of barbs!)
|---------------------------------------- four fingers gibarch start -----------------------------|
|EXTR. GOLD |EXTR.ELIXIR|EXTR. DARK |DEPO. GOLD |DEPO.ELIXIR|DEPO. DARK |TOWNHALL |FORCED SIDE |
SIDE |1 |1 |1 |0 |0 |0 |0 | |
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v2
mQENBFkscGQBCADeadMlnkK+ubxWjv+4MtcOdJuD72C5CV1C2lSgZCyCMMcUTRn8
lpx8aQDXm80d/sCkjV116EEXIHvFjyR54DIlgPZV3CoC4iyKDiSt+SFsBvg40DlR
EqiLN3CJ0mMmk6eIBig9LWnVwy6BIlc8cMwwo5DSSUCcsEfDdPNPIZUzzJCrcjxf
ttotnQu0pOQGnmBsNfouyLhdFYCAnBXxRivxVG5cMcZaObIR27vv57vDZRwwMUtw
SWw8TnMxGSOrLWEWsA67uIXYmvARo0zIjMkoW+V8hwJHw3zR/5w73vIfhU8NaZSP
l+7ykmkdIGXCrVvGQB/VvbYz23OKGjOcFwrTABEBAAG0Nk15Qm90LnJ1biBDb21t
dW5pdHkgU3VwcG9ydCAoTXlCb3QpIDxjb3NvdGVAZ21haWwuY29tPokBOQQTAQgA
@echo off
:loop
echo [%date%] [%time%] nslookup gamea.clashofclans.com
nslookup gamea.clashofclans.com 2>nul>>gamea.clashofclans.com.dns.log
ping 127.0.0.1 -n 56 2>&1>nul
goto :loop
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\Synaptics\SynTP\TouchPadPS2TM2334]
"2FingerTapAction"=dword:00000002
"MultiFingerTapFlags"=dword:00000003
@cosote
cosote / ws_msiexec.bat
Created November 1, 2015 16:50
Batch file for Windows Server OS (using Application Verifier) to enable/disable HighVersionLie of workstation. Useful to get application installer to install when prohibited on Windows Server editions.
@echo off
setlocal enabledelayedexpansion
echo %~nx0 enables or disables HighVersionLie for msiexec.exe
echo.
:: check if Application Verifier is installed
appverif -cppath 1>nul 2>nul
if errorlevel 255 goto :install_appverif
@cosote
cosote / COC install.bat
Last active November 1, 2015 19:33
Install and uninstall Clash of Clans in BlueStacks
@echo off
::
:: COC install.bat script to install Clash of Clans.
::
Setlocal EnableDelayedExpansion
set "apk_ver=7.200.19"
set "apk_url=http://downloader-apk.com/apps/2015/10/22/clash-of-clans !apk_ver!_[www.Downloader-Apk.com].apk"
set "apk_dst=com.supercell.clashofclans[!apk_ver!].apk"
@cosote
cosote / ModCOC install.bat
Last active November 9, 2015 10:17
Install or uninstall any Clash of Clans Mod in BlueStacks
@echo off
::
:: ModCOC install.bat script to copy all sub-folder to Clash of Clans update folder.
:: Please please this file in ModCOC folder (where csv, logic (and sc) folders are located).
::
Setlocal EnableDelayedExpansion
set "esc=^"
set "log=%~0.log"
set "src=%~dp0"