[cpp] /* Passwort Generator by Becks ============================= Credits: – Krusty Greetings: – Dr.Sp!c – Krusty – Acsii Visit: Youtube.com/becksscene */ #include... weiterlesen...
[php] 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0 0 _ __ __ __ 1 1 /‘ \ __ /’__`\ /\ \__ /’__`\ 0 0 /\_, \ ___ /\_\/\_\ \ \ ___\ \ ,_\/\ \/\ \... weiterlesen...
[php] 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0 0 _ __ __ __ 1 1 /‘ \ __ /’__`\ /\ \__ /’__`\ 0 0 /\_, \ ___ /\_\/\_\ \ \ ___\ \ ,_\/\ \/\ \... weiterlesen...
/* MUTHAFUKKEN REVERSE SHELL By a32 Do whatever you want with this code. I dont give a shit. Have fun using/modding this. I had fun coding this ;D */ #include <stdio.h> #include <sy... weiterlesen...
[php] #pragma comment(linker, "/OPT:NOREF") // this tells the linker to keep the machine code of unreferenced source code #pragma optimize("", off) // disable all optimiz... weiterlesen...
Main Header: Code: #define WIN32_LEAN_AND_MEAN #ifndef _MAIN_H #define _MAIN_H char *GetDirectoryFile(char *filename); void __cdecl add_log (const char * fmt, ...); void *DetourFunc(BYTE *sr... weiterlesen...
zu verlinkende lib: ws2_32.lib unter Dev-Cpp: libws2_32.a #include <windows.h> #include <winsock2.h> #include <stdio.h> int start() { WSADATA wsa; return WSAStartup(MAKEWOR... weiterlesen...
Kommentare