Skip to content

Instantly share code, notes, and snippets.

View Apihplays's full-sized avatar
🏠
Working from home

Hafiz Mohamed Apihplays

🏠
Working from home
  • Shah Alam
View GitHub Profile
@Apihplays
Apihplays / pocket kingdown own the world
Last active October 31, 2022 15:40
pocket kingdom own the world uncomplete guide. Ripoff from gamefaq/gamespot and editted
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
@Apihplays
Apihplays / megasendata_practice
Last active April 6, 2019 06:52
testing data sending using mega to nodemcu
//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");
@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