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<stdlib.h> | |
| //usual stuff | |
| int main(){ | |
| int age; | |
| int x; | |
| int y; | |
| scanf("%d", &age); | |
| printf("i freaaking hate microsoft winblows \n"); | |
| printf("hop and O"); |
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
| Computer Information: | |
| Manufacturer: Unknown | |
| Model: Unknown | |
| Form Factor: Laptop | |
| No Touch Input Detected | |
| Processor Information: | |
| CPU Vendor: AuthenticAMD | |
| CPU Brand: AMD A10-9620P RADEON R5, 10 COMPUTE CORES 4C+6G | |
| CPU Family: 0x15 |
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
| forcedLauncher:i=0 | |
| renderer2:t="vulkan" | |
| doShowDriversOutdated:b=yes | |
| language:t="English" | |
| use_release_candidate:b=no | |
| releaseChannel:t="" | |
| clientType:t="32bit" | |
| hdClient:b=no | |
| graphicsQuality:t="custom" | |
| use_gamepad_cursor_control:b=no |
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
| http://termbin.com/x75i8 | |
| http://termbin.com/btvi3 | |
| http://termbin.com/zrms |
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
| [ 0.000000] microcode: microcode updated early to revision 0x2a, date = 2018-01-18 | |
| [ 0.000000] Linux version 4.16.6-1-ARCH (builduser@heftig-20360) (gcc version 7.3.1 20180406 (GCC)) #1 SMP PREEMPT Mon Apr 30 12:30:03 UTC 2018 | |
| [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=a8762702-f0cf-4ab2-b649-ecef175c1651 rw quiet resume=UUID=aee2417f-46e2-4e07-a19e-546a003c8a23 sysrq_always_enabled=1 | |
| [ 0.000000] KERNEL supported cpus: | |
| [ 0.000000] Intel GenuineIntel | |
| [ 0.000000] AMD AuthenticAMD | |
| [ 0.000000] Centaur CentaurHauls | |
| [ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' | |
| [ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' | |
| [ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' |
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
| #/bin/sh | |
| VPNBOOK: | |
| echo vpnbook>/home/utku/vpn/vpnbook/password; wget -qO - https://www.vpnbook.com |grep Password: |tr -d " " |sed 2d |cut -b 22- |rev |cut -b 16- |rev>>/home/utku/vpn/vpnbook/password | |
| echo vpnbook>(desired file here without "(" and ")"); wget -qO - https://www.vpnbook.com |grep Password: |tr -d " " |sed 2d |cut -b 22- |rev |cut -b 16- |rev>>(desired file here without "(" and ")") | |
| FREEVPN: | |
| rm (desired file here without "(" and ")");echo freevpnme>(desired file here without "(" and ")");wget -qO - http://freevpn.me/accounts|tr \< A|tr \> C|tr / B|awk '{gsub(/ABliCAliCAbC/,"\n")}1'|awk '{gsub(/Aspan /,"\n")}1'|grep Password:ABbC|head -1|awk '{gsub(/AliCAbC/,"")}1'|awk '{gsub(/Password:ABbC /,"")}1'|awk '{gsub(/Password:ABbC/,"")}1'|tr -d " ">>(desired file here without "(" and ")") | |
| you can copy and paste to your terminal and run |
NewerOlder