Page 1 of 2 12 LastLast
Results 1 to 15 of 23
  1. #1
    Frought's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    In the dark island
    Posts
    3,403
    Reputation
    156
    Thanks
    5,980
    My Mood
    Cool

    Nickname Changer

    So i made a cmd memory process write and it changes the nickname into another nickname (I got the pointer)

    Code:
     #include <iostream>
     #include <windows.h>
     #include <string>
    using namespace std;
    // FindWindow();
    // GetWindowsThreadProcessId();
    // OpenProcess();
    // WriteProcessMemory();
    // CloseHandle();
    int main()  
    {   
       HWND hWnd = FindWindowA(0, "Alliance of Valiant Arms");
       if(hWnd == 0)
       {
    	  cerr << "Unable to find the window" << endl << endl;
       }
       else{
      clog << "Found Window" << endl << endl;;
      DWORD PId;
      GetWindowThreadProcessId(hWnd, &PId);
      HANDLE hProcess = OpenProcess(PROCESS_ALL_ACCESS, FALSE, PId);
      if (!hProcess){
      cerr << "Unable to Open Process" << endl << endl;;
      }
      else{
      clog << "Opened Process" << endl << endl;;
      string newvalue;
      cout << "Enter the new nickname: " << endl;
      cin >> newvalue;
      cout << endl << endl;
      int isSuccessful = WriteProcessMemory(hProcess, (LPVOID)0x00000, &newvalue , sizeof(newvalue), NULL);
      if(isSuccessful > 0){
      clog << "Process Memory Written" << endl << endl;;
      }else{
    	  cerr << "Cannot write process memory." << endl << endl;;
      }
      }
      }
     system("PAUSE");
     system("CLS");
    return main();
    }
    so when i run it and type the nick name it changes it into strange things like ^|á?? so that's my problem , any help? and yes i know i sucks but still didn't learn the complete memory write.

  2. #2
    Riddick's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    Delusional
    Posts
    7,704
    Reputation
    529
    Thanks
    5,193
    My Mood
    Devilish

  3. #3
    Frought's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    In the dark island
    Posts
    3,403
    Reputation
    156
    Thanks
    5,980
    My Mood
    Cool
    Quote Originally Posted by Riddick View Post
    I see CMD's way is more easier than compiling a dll.

  4. #4
    zZzeta/S's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Germany
    Posts
    1,061
    Reputation
    43
    Thanks
    2,100
    unicode my friend wchar_t
    Quote Originally Posted by Jabberwo0ck View Post
    Quote Originally Posted by uNrEaL View Post
    Cool, thanks!
    Ccman has gone too low. I've known for a long time he was sneaky.
    >top lel much crack many get so download wow

  5. #5
    Frought's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    In the dark island
    Posts
    3,403
    Reputation
    156
    Thanks
    5,980
    My Mood
    Cool
    Quote Originally Posted by zZzeta/S View Post
    unicode my friend wchar_t
    It's working.
    Last edited by Frought; 05-01-2013 at 12:14 PM.

  6. #6
    Z3LL3X's Avatar
    Join Date
    Apr 2013
    Gender
    female
    Posts
    28
    Reputation
    10
    Thanks
    0
    My Mood
    Goofy
    It looks all right to me o.O

    Do you plan on releasing this? My characters in game name is really shitty and needs to be changed.

    I wonder if there is a ban rate on this, because if Aeria saw that your name just randomly changed wouldn't that look funny in teh system?

  7. #7
    iRedemption's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    278
    Reputation
    10
    Thanks
    40
    Quote Originally Posted by Z3LL3X View Post
    It looks all right to me o.O

    Do you plan on releasing this? My characters in game name is really shitty and needs to be changed.

    I wonder if there is a ban rate on this, because if Aeria saw that your name just randomly changed wouldn't that look funny in teh system?
    It's not a real namechange in like forever :P
    Succesful deals with: kingofproz, tuga

  8. #8
    Frought's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    In the dark island
    Posts
    3,403
    Reputation
    156
    Thanks
    5,980
    My Mood
    Cool
    Quote Originally Posted by Z3LL3X View Post
    It looks all right to me o.O

    Do you plan on releasing this? My characters in game name is really shitty and needs to be changed.

    I wonder if there is a ban rate on this, because if Aeria saw that your name just randomly changed wouldn't that look funny in teh system?
    No i won't release this , this every time you close the game and open it again your name backs normally.

  9. #9
    Superwood's Avatar
    Join Date
    Mar 2011
    Gender
    female
    Posts
    172
    Reputation
    10
    Thanks
    18
    My Mood
    Cool
    Quote Originally Posted by [D]opeDog View Post

    No i won't release this , this every time you close the game and open it again your name backs normally.
    Yes man release it please

    asm3 ana falastini.

  10. #10
    Z3LL3X's Avatar
    Join Date
    Apr 2013
    Gender
    female
    Posts
    28
    Reputation
    10
    Thanks
    0
    My Mood
    Goofy
    Hmm, I've seen perm name changers...

  11. #11
    Naruto10150's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    272
    Reputation
    10
    Thanks
    37
    Quote Originally Posted by Z3LL3X View Post
    Hmm, I've seen perm name changers...
    ya... with $$

    or constant name changing

  12. #12
    Frought's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    In the dark island
    Posts
    3,403
    Reputation
    156
    Thanks
    5,980
    My Mood
    Cool
    Quote Originally Posted by Naruto10150 View Post
    ya... with $$

    or constant name changing
    Yes it can be done.

  13. #13
    HOOSIER's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    CyberSpace
    Posts
    962
    Reputation
    33
    Thanks
    2,352
    My Mood
    Cheerful
    It has to be in unicode form to work correct. Say you want the name to be MPGHhacker . It would be like this M/0P/0G/0H/0h/0a/0c/0k/0e/0r/0.
    The 0 are zeros. And you have to end it with /0 to end the line . It is how the game reads names it has to be this way for it to show the name . If you just changed it with MPGHhacker it would confuse the games language and come out as garbage "symbols"
    hope this helped you
    edit] if you can find some code that would convert text "ansi" to unicode that would make it a nice user friendly .exe the issue is you are trying to use ansi text when the game needs unicode text !
    Last edited by HOOSIER; 05-01-2013 at 03:44 PM.

  14. #14
    soulnite12's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    572
    Reputation
    21
    Thanks
    444
    My Mood
    Daring
    GOOD JOB SHERLOCK note we dont really want to hear about the legit sht this a hack site geez LOL
    Quote Originally Posted by Z3LL3X View Post
    Hmm, I've seen perm name changers...

  15. #15
    ySoNoob's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    United States
    Posts
    622
    Reputation
    31
    Thanks
    2,250
    My Mood
    Fine
    Quote Originally Posted by Z3LL3X View Post
    It looks all right to me o.O

    Do you plan on releasing this? My characters in game name is really shitty and needs to be changed.

    I wonder if there is a ban rate on this, because if Aeria saw that your name just randomly changed wouldn't that look funny in teh system?
    yes it would but its temp...so I don't think u can get banned very easily!
    only if u get reported enough!



Page 1 of 2 12 LastLast

Similar Threads

  1. [Outdated] Nickname Changer
    By Jabberwock in forum Alliance of Valiant Arms (AVA) Hacks & Cheats
    Replies: 62
    Last Post: 09-02-2012, 12:51 PM
  2. [RELEASE] MAC Adress Changer [PBBAN]
    By thereal|quintobean in forum WarRock - International Hacks
    Replies: 2
    Last Post: 03-15-2007, 10:26 AM
  3. [Release] Nickname changer
    By hjerherjdsd in forum WarRock - International Hacks
    Replies: 42
    Last Post: 12-16-2006, 04:24 PM
  4. Change nickname plz
    By ateu666 in forum WarRock - International Hacks
    Replies: 4
    Last Post: 07-10-2006, 06:59 AM