This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| please visit my website at http://pk.warcry.com/ | |
| ============================================================================== | |
| RANKING UP YOUR UNITS | |
| ============================================================================== | |
| You can begin to rank up your units after you have completed the first map. | |
| And you'll need to too, as the second boss is a real pain, and might very well | |
| be impossible to defeat with only the most basic troops. | |
| Once you complete the first map, your Lab will open. Visit the Lab from the | |
| main kingdom menu and you will have an option to RankUp your units. In order |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //connect the rx<-0/tx->0 on nodemcu rx/tx after mega and nodemcu done uploading this code. | |
| /*-----------------for mega------------------------*/ | |
| void setup() { | |
| Serial.begin(115200); | |
| } | |
| void loop() { | |
| Serial.write("0"); | |
| delay(500); | |
| Serial.write("1"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @echo off | |
| title Activate Microsoft Office 2016 ALL versions for FREE!&cls&echo ============================================================================&echo #Project: Activating Microsoft software products for FREE without software&echo ============================================================================&echo.&echo #Supported products:&echo - Microsoft Office Standard 2016&echo - Microsoft Office Professional Plus 2016&echo.&echo.&(if exist "%ProgramFiles%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles%\Microsoft Office\Office16")&(if exist "%ProgramFiles(x86)%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles(x86)%\Microsoft Office\Office16")&(for /f %%x in ('dir /b ..\root\Licenses16\proplusvl_kms*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&(for /f %%x in ('dir /b ..\root\Licenses16\proplusvl_mak*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&echo.&echo ============================================================================&ech |
NewerOlder