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
| Write-host" ~ ~" | |
| Write-host" * * * *" | |
| Write-host" * *" | |
| Write-host" ~ * * ~ *" | |
| Write-host" * ~ * * ~" | |
| Write-host" ) ( ) *" | |
| Write-host" * ~ ) (_) ( (_) ) (_) ( *" | |
| Write-host" * (_) # ) (_) ) # ( (_) ( # (_) *" | |
| Write-host" _#.-#(_)-#-(_)#(_)-#-(_)#-.#_" | |
| Write-host" * .' # # # # # # # # # # # `. ~ *" |
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
| Sub changeTextColor() | |
| ' A great developer is a lazy developer! As we do magic in a few lines of code! | |
| ' Why dont you buy me a coffe ? | |
| ' http://sdllabs.pt/ | |
| Dim sld As Slide | |
| Dim shp As Shape | |
| For Each sld In ActivePresentation.Slides | |
| For Each shp In sld.Shapes | |
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
| #include <stdio.h> | |
| #include <unistd.h> | |
| int main () | |
| { | |
| int pid; | |
| printf("Hello World \n"); | |
| pid = fork(); | |
| if(pid != 0) | |
| printf("Dont bother me! Just fork off you %d",pid); |
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
| #REQUIRES -Version 2.0 | |
| <# | |
| .SYNOPSIS | |
| Add's a proxy entry from localhost (217.0.0.1) of a certain port, to another host, same port or another host another port | |
| .DESCRIPTION | |
| Add's a proxy entry from localhost (217.0.0.1) of a certain port, to another host, same port or another host another port | |
| .NOTES | |
| File Name : WinPortProxy.ps1 | |
| Author : acposantos () |
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
| #prevents root certificate instalation, normaly used for exploits | |
| #vars area | |
| $registryPath = "HKLM:\Software\Policies\Microsoft\SystemCertificates\Root\ProtectedRoots\" | |
| $Name = "Flags" | |
| $value = "1" | |
| ########## | |
| function Test-RegistryValue { | |
| param ( |
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
| 'Imperial March | |
| '"We shall never surrender!" (Churchill) Remenber this when you grow old! | |
| 'We are "kings"! And some day... Code will be life! | |
| 'Apocsantos | |
| 'main code | |
| 'calls all subs | |
| CALL Trooper | |
| CALL yoda |
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
| #Sleep Deprived Loon (The real one) | |
| #06/02/2018 GTM +0 22:03 @undisclosed location | |
| #For PROGRAMAR, thanks for the oportunity to work with you guys! | |
| # | |
| #SoftEther VPN Connection Creator for Windows Power Shell Under Windows 8.x and above | |
| #Rev0.0.2 (auto switch execution policies to run script and avoid security issues, prompt user for parameters) | |
| # | |
| #SleepDeprivedLoon 2108 (Dont waste time! Live! Cause life is to short to be wasted!" | |
| #The fault in our stars! | |
| # |
NewerOlder