This file contains 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
#Persistent | |
F1:: | |
Gui +AlwaysOnTop | |
Gui, Add, Text,, Keyboard shortcuts for Farmville 2 on Zynga`n`nQ = Exit the program`nP = Pause the program`n`n1 = Start the clicks.`nPress the hotkey to click on all requests from your friends. | |
Gui Add, Button, Default, Close | |
Gui, Add, GroupBox, w240 h50, v2.0 | |
Gui, Show, w290 h190, About |
This file contains 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
/give @p chest{display:{Name:'[{"text":"Chest","italic":false,"color":"aqua"}]',Lore:['[{"text":"FULLY ENCHANTED:","italic":false}]','[{"text":"","italic":false}]','[{"text":"- Netherite Armor","italic":false}]']},BlockEntityTag:{Items:[{Slot:0,id:netherite_helmet,Count:1,tag:{Enchantments:[{id:fire_protection,lvl:4},{id:respiration,lvl:3},{id:aqua_affinity,lvl:1},{id:thorns,lvl:3},{id:unbreaking,lvl:3},{id:mending,lvl:1}]}},{Slot:1,id:netherite_chestplate,Count:1,tag:{Enchantments:[{id:projectile_protection,lvl:4},{id:thorns,lvl:3},{id:unbreaking,lvl:3},{id:mending,lvl:1}]}},{Slot:2,id:netherite_leggings,Count:1,tag:{Enchantments:[{id:blast_protection,lvl:4},{id:thorns,lvl:3},{id:unbreaking,lvl:3},{id:mending,lvl:1}]}},{Slot:3,id:netherite_boots,Count:1,tag:{display:{Name:'[{"text":"Netherite Boots (Depth Strider)","italic":false,"color":"aqua"}]'},Enchantments:[{id:feather_falling,lvl:4},{id:projectile_protection,lvl:4},{id:depth_strider,lvl:3},{id:unbreaking,lvl:3},{id:mending,lvl:1},{id:soul_speed,lvl:3}] |
This file contains 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
var images=$$("img");for(each in images){var mdiv=document.createElement("P");document.body.appendChild(mdiv);mdiv.innerHTML=images[each].src}; |
This file contains 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 | |
REM Create a InternetShortcut (.url) | |
SET _name="Example.com" | |
SET _website="https://example.com" | |
echo [InternetShortcut] > "%_name%.url" | |
echo URL=%_website% >> "%_name%.url" | |
REM Example.com.url |
This file contains 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 | |
REM Create a InternetShortcut (.url) | |
echo [InternetShortcut] > "Example.com.url" | |
echo URL=https://example.com >> "Example.com.url" | |
REM Example.com.url |
This file contains 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 | |
REM Create a InternetShortcut (.url) | |
echo [InternetShortcut] > "Example.com.url" | |
echo URL="https://example.com/hello world" >> "Example.com.url" | |
REM Example.com.url |
This file contains 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 | |
REM Create a InternetShortcut (.url) | |
SET _name="Example.com" | |
SET "_website=https://example.com/hello world" | |
echo [InternetShortcut] > "%_name%.url" | |
echo URL=%_website% >> "%_name%.url" | |
REM Example.com.url |
This file contains 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 | |
REM Show the time (hours, minutes, seconds) with variable | |
REM https://groups.google.com/g/microsoft.public.win2000.cmdprompt.admin/c/CHS0gwjZQDA/m/L85IIcFcLgkJ | |
REM <nul (set/p z=sec min hours: %time:~6,2% %time:~3,2% %time:~0,2%) | |
title %~nx0 | |
cls | |
cd %~dp0 | |
echo. | |
echo Show the time with variable | |
echo. |
This file contains 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
/* | |
vbscript-format by vsmalone -- Visual Studio Code Extension | |
https://marketplace.visualstudio.com/items?itemName=vsmalone.vbscript-format | |
%USERPROFILE%\.vscode\extensions\vsmalone.vbscript-format-0.0.2\extension.js | |
Line 13 | |
*/ | |
// vscode.window.showInformationMessage('完成'); | |
vscode.window.showInformationMessage('Finish'), |
This file contains 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 | |
SET _we="%POWERSHELL_DISTRIBUTION_CHANNEL%" | |
FOR /F "tokens=* delims=MSI:" %%G IN (%_we%) DO echo %%G | |
pause |
OlderNewer