Search:

Type: Posts; User: intervention61

Page 1 of 10 1 2 3 4

Search: Search took 0.12 seconds.

  1. could you upload t6mp.exe pls? EDIT: nvm, got it

    could you upload t6mp.exe pls?
    EDIT: nvm, got it
  2. Firstly, if you don't know shit about ASM; why...

    Firstly, if you don't know shit about ASM; why bother using it? or a better approach would be to learn the basics first.
    Anyways, even if you get the syntax correct; it won't work. You aren't...
  3. [Outdated] still same thing as cardoow's, and fullbright &...

    still same thing as cardoow's, and fullbright & no fog?
  4. [Outdated] /orly . cardoow

    /orly . cardoow
  5. [Request] You can read both the server's / other players...

    You can read both the server's / other players ip. There's a struct for all players in the current match, you just gotta find out where that's located :)
  6. Replies
    50
    Views
    13,341

    [Release] mkay, i thought the chat didnt print any shaders

    mkay, i thought the chat didnt print any shaders
  7. Replies
    50
    Views
    13,341

    [Release] using shaders in text to chat crash?

    using shaders in text to chat crash?
  8. [Tutorial] Lol faggot, this was released by compmstr on...

    Lol ******, this was released by compmstr on another forum. Not your release so credit the people when re-releasing their stuff.
  9. [Tutorial] Excatly, thanks for letting me know. This guy's...

    Excatly, thanks for letting me know. This guy's leeching goes on and on lol

    also OP btw


    bool ChangeName(char* Name)
    {
    char buf[100];
    sprintf_s(buf, "userinfo \"\\name\\%s\"", *Name);...
  10. Replies
    11
    Views
    3,979

    [Tutorial] why not just create the struct as it is with...

    why not just create the struct as it is with correct size and stuff, rather than making a custom one and reading values to it separately.
    Also i'm assuming ReadInteger() uses ReadProcessMemory(),...
  11. Replies
    3
    Views
    1,148

    float CurrentFOV; ReadProcessMemory( hProcess,...

    float CurrentFOV;
    ReadProcessMemory( hProcess, FOVAddress, &CurrentFOV, 4, NULL );

    switch( KeyPressed )
    {
    case VK_PRIOR:

    CurrentFOV += 5.f;
    break;
  12. Replies
    7
    Views
    3,648

    I dont think dvar addresses are static, use...

    I dont think dvar addresses are static, use pointers. Also this code wouldnt work for everyone, im guessing it works for you because you are on Windows XP. To open a handle to another process and...
  13. Replies
    3
    Views
    573

    [Solved] There isnt VAC in sp / specops, feel free to do...

    There isnt VAC in sp / specops, feel free to do whatever
  14. Replies
    7
    Views
    2,411

    [Solved] freezing just means constantly overwriting its...

    freezing just means constantly overwriting its value
  15. Replies
    62
    Views
    30,182

    [Release] Weird, no idea, unless i get those crashes...

    Weird, no idea, unless i get those crashes myself( which i don't, runs perfectly on my pc) i dont know what causes it, as i cant debug it.
  16. Replies
    62
    Views
    30,182

    [Release] Im not sure what might cause it, ive never had...

    Im not sure what might cause it, ive never had that problem. I guess turn off the aimbot when your using the menu
  17. Replies
    62
    Views
    30,182

    [Release] because I dont use console commands to give...

    because I dont use console commands to give weapon and for to give a specified weapon use the /give command in console
  18. Replies
    62
    Views
    30,182

    [Release] oh /facepalm lol, sv_cheats should be in server...

    oh /facepalm lol, sv_cheats should be in server tab and no you cant use god mode as client because its server sided.
    I dont see what else i can build on it lol, I wont update this unless a new...
  19. Replies
    62
    Views
    30,182

    [Release] https://mpgh.net/forum/169-battlefield-heroes-hacks...

    https://mpgh.net/forum/169-battlefield-heroes-hacks/57741-download-perx-injector.html

    Download the injector, run it.
    In the box "What To Inject" type "BlackOps.exe"
    then click browse and select...
  20. Replies
    62
    Views
    30,182

    [Release] Its a .dll file xD, get a injector e.g. PerX, run...

    Its a .dll file xD, get a injector e.g. PerX, run BlackOps and inject this dll from the injector
  21. Replies
    62
    Views
    30,182

    [Release] BaberZz's Zombies CHETTO

    Basically a V2 of my old hook, If anyone still plays this laggy game, press HOME or F1 to display the menu ( You need to be host to use the "Server" menu ) and use tilde key to bring up the console....
  22. Replies
    12
    Views
    3,261

    [Solved] what??? *(BYTE*)0xAddress = 0xEB;

    what???

    *(BYTE*)0xAddress = 0xEB; << will change it to jmp
  23. Replies
    5
    Views
    1,445

    [Solved] if you are trying to write a value to a pointer...

    if you are trying to write a value to a pointer in another process you'll have to use WriteProcessMemory() or some alternative as you dont have access to the memory. Im assuming your pointerbase...
  24. Replies
    5
    Views
    2,696

    [Help] Also the offset your patching is recoil angles,...

    Also the offset your patching is recoil angles, youd have to put in a loop and constantly overwrite 0 to get no recoil. Its probably detected aswell. There are easier ways to do no recoil, go analyse.
  25. Replies
    5
    Views
    2,696

    [Help] // [iw4mp.exe+0x1AABE1]...

    // [iw4mp.exe+0x1AABE1]
    WriteProcessMemory(hProc, (LPVOID)0xB35980, &recoilAmount, (DWORD)sizeof (recoilAmount), NULL); // this is where we write the memory to prevent recoil effect
    ...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4