Jump to content

KentuckyFriedCruelty

Members
  • Joined

Everything posted by KentuckyFriedCruelty

  1. KentuckyFriedCruelty posted a post in a topic in Flames
    You call him bitg... then little... then big... which is he? You fucking latent homosexual.
  2. I think it's okay to say warez here. :wow:
  3. KentuckyFriedCruelty posted a post in a topic in Computer Discussion
    Thanks, it worked... The only problem is that the program isn't setting it to "1". :\
  4. KentuckyFriedCruelty posted a post in a topic in Computer Discussion
    ah, and ofcourse the window it looks for (Counter Strike Source --> Half-Life) Ok, cool. Thanks Erondial. EDIT: Still waiting for someone to tell me how to get the adress for gl_wireframe (what to search for in TSearch). EDIT AGAIN: Urza... Please read my previous posts.
  5. KentuckyFriedCruelty posted a post in a topic in Computer Discussion
    Ahh, shit. I got confused... I have a fever and I wrote this out of boredom.... Sorry. Would using ferox's and just switching the address to gl_wireframe's work? Ferox's is somewhere on the first page... "wall hack that works with vac2", or something.
  6. Sweet, works. Today, 57 people got raged and blocked me.
  7. KentuckyFriedCruelty posted a post in a topic in Computer Discussion
    K... Who cares about the above... I'm trying something else now. What I want to do is freeze gl_wireframe to "1"... but I don't know how to find the address in TSearch. Here's the code so far, can anyone see any errors? :| #include <stdio.h> #include <stdlib.h> #include <windows.h> int main() { char window; int myvalue2 = 1; LONG Address = whatever gl_wireframe adress is HANDLE pHandle; DWORD pId; FILE * LOC fopen("C:\\Program Files\\Valve\\Steam\\SteamApps\\ownge1\\counter-strike\\hl.exe", "r"); fgets( window, loc ); system("PAUSE"); if (window != 0) { GetWindowThreadProcessId(window, &pId); pHandle = OpenProcess(PROCESS_ALL_ACCESS, 0, pId); WriteProcessMemory(pHandle, (LPVOID)Address, (LPVOID)&myvalue2, 4, NULL); }else printf("CS window could not be found."); CloseHandle(pHandle); return 0; } Can someone tell me how to find the gl_wireframe address in TSearch? Thanks. :)
  8. KentuckyFriedCruelty posted a post in a topic in Computer Discussion
    Thanks. Hum, no matter what I search for, I always get this: (# replaced by numbers or letters) ##### 0 4 bytes I can't find anything else. :/
  9. KentuckyFriedCruelty posted a post in a topic in Computer Discussion
    can you give me a link for tsearch, please? I google it and get a bunch of crap (considering it's googizlle), and I don't know which is the right one. Also, would I need to change anything else for it to work on TFC? Other than then address?
  10. KentuckyFriedCruelty posted a post in a topic in Computer Discussion
    It's several threads below this... Made by ferox... I thought I gave enough info about the source's location. :)
  11. KentuckyFriedCruelty posted a post in a topic in Computer Discussion
    lol, my threads always start with two words, followed by elipticals.. HARHARHAR Anyways... I saw ferox's hack for CSS, and I was wondering if I could use it on TFC? I tried switching it to this... #include <windows.h> #include <stdio.h> using namespace std; int main() { char programmer[] = "Chaoz"; int myvalue2 = 1; LONG Address = 0x0DBB3602;; DWORD pId; DWORD dwOldProtect = 0; HANDLE pHandle; HWND hWnd; printf("Chaoz Wallhack. V1 \nJoin a game tab back to here and hit enter.\nWritten by P.G\n"); system("PAUSE"); hWnd = FindWindow(0, "Half-Life"); if (hWnd != 0) { GetWindowThreadProcessId(hWnd, &pId); pHandle = OpenProcess(PROCESS_ALL_ACCESS, 0, pId); WriteProcessMemory(pHandle, (LPVOID)Address, (LPVOID)&myvalue2, 4, NULL); }else printf("HL window could not be found."); CloseHandle(pHandle); return 1; } But I don't know what the TFC/HL address is... Where can I find the (updated) address(es)? Does anyone see other errors with this? (I only switched it to search for the Half-Life window, instead of Counter Strike Source, and some other non-important things...)
  12. KentuckyFriedCruelty posted a post in a topic in Other Games
    but teh trojan is a condom! lawlzroyce
  13. Is it possible to write a (TFC, CS1.6, etc.) hack in C? I'm learning C right now (I'm at I/O commands), and it'd be pretty dope if I could make something (in the future) without learning C++ (after).
  14. How do I disassemble it? Thanks. :bj:
  15. wassco, can you send me it? I'm trying to learn how to hack (so far I'm beginning at C, then I'll do C++, etc.)... If I could open this in my C editor/compiler/linker, it would be much help because I would be able to see how it's actually written (and works). Does anyone know what to use to open a opengl32.dll file? Thanks.