Thread: C++ Help

Results 1 to 2 of 2
  1. #1
    Sixx93's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    673
    Reputation
    21
    Thanks
    250
    My Mood
    Cool

    C++ Help

    Hi all, if someone can help me i will thank a lot him.. so i'm trying to make my first memory hack for Combat Arms (my first hack ever was a D3D)... I've no error but when i Inject it, it doesn't work, i don't know why...
    Here the source:

    #include "stdafx.h"
    #include <iostream>
    #include <windows.h>

    using namespace std;

    #define lolasd 0x006D452C //Boxes
    #define asdlol 0x37577868 //Unlimited Respawn


    int main()
    { int *pb=(int *)lolasd;
    int *pu=(int *)asdlol;



    *pb = 1;
    *pu = 1;

    return 0;
    }
    maybe it doesn't work because the instruction for change the vaulue of adress is only one time... so i decided to make a infinite DO cycle, but nothing, pls, someone help me!

  2. #2
    Grim's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    5,359
    Reputation
    112
    Thanks
    3,786
    My Mood
    Cynical
    READ THE RULES OF THE SECTION BEFORE POSTING!!!

    This is the second time you posted this thread and if you do it again you'll be banned for multiple thread spamming.

    I moved your first one to the correct location, THE C++ SECTION!

    here -- https://www.mpgh.net/forum/31-c-c/108356-c-help.html

    /closed and you've been warned.
    Want to see my programs?
    \/ CLICK IT BITCHES \/

Similar Threads

  1. [Help Request] Combat arms Vid help
    By djw111 in forum Combat Arms Help
    Replies: 4
    Last Post: 12-24-2011, 05:06 PM
  2. [Help Request] AFK Bot [help]
    By fet in forum Combat Arms Help
    Replies: 7
    Last Post: 04-28-2011, 03:17 AM
  3. [Help Request] Injector Admin help
    By asdfgas in forum Combat Arms Help
    Replies: 4
    Last Post: 04-27-2011, 06:12 PM
  4. [Help Request] Ajuda / Help
    By - Battery' in forum Combat Arms BR Coding Help
    Replies: 3
    Last Post: 04-22-2011, 07:15 PM
  5. [Help Request] Help my!
    By Windowns7 in forum Combat Arms BR Coding Help
    Replies: 2
    Last Post: 04-18-2011, 01:41 PM