Results 1 to 13 of 13

  Click here to go to the first staff post in this thread.   Thread: World of Tanks expirience hack

  1. #1
    Join Date
    Jan 2011
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    World of Tanks expirience hack

    i was starting whit making a hack for game World of Tanks.

    but now i am stuck i hoped some1 could help me
    i used cheat engine to get the address for the expirience.
    the next step is that i looked what writed to this. and copy that address and searched it whit ollydbg.
    i found the address there and selected it till end of function.
    but i dono what to do now...

    hope for some1 to help me..

  2. #2
    Join Date
    Jun 2008
    Posts
    188
    Thanks
    51
    Thanked 53 Times in 26 Posts
    Rep Power
    67

    Re: World of Tanks expirience hack

    replace the 'retn' with 'int3' so you can control that function, that way you can edit the 'expirience'.

  3. #3
    Join Date
    Jan 2011
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Re: World of Tanks expirience hack

    in ollydbg i need to do that?
    because i am new in this.
    what do i need to do after that?
    is there a complete program for what i can use for it
    i've got dev-c++ and visual basic 2010

    thnx for the help

  4. #4
    Join Date
    Jan 2006
    Location
    Sunspear
    Posts
    1,151
    Thanks
    10
    Thanked 140 Times in 80 Posts
    Rep Power
    143

    Re: World of Tanks expirience hack

    You really should learn how to program, and come back later.

  5. #5
    Join Date
    Jan 2011
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Re: World of Tanks expirience hack

    then the game is old lol.... and i ordered the book learn c++ in 21 days... so maybe i will learn something then
    but for now is there maybe some1 who wants to help me.
    Open beta is launched today and there is no cheat protection on it
    And the game is free to download.
    And i've got a cdkey for the one who wants to help me..

    thnx btw

  6. #6
    Join Date
    Jul 2005
    Posts
    597
    Thanks
    39
    Thanked 111 Times in 57 Posts
    Rep Power
    124

    Re: World of Tanks expirience hack

    I started on World of Tanks.. then I got bored with it. Wasn't worth my time..

  7. #7
    Join Date
    Jan 2011
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Re: World of Tanks expirience hack

    thats not what i asked for lol
    only need to help te get xp hack....
    thnx

  8. #8
    Join Date
    Jan 2011
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Re: World of Tanks expirience hack

    can i use this one and what do i need to change that gamename to world of tanks the address...

    #include <iostream>

    #include <windows.h>


    using namespace std;


    int main()

    {

    HWND hWnd;

    DWORD dwID;

    HANDLE hProcess;


    hWnd = FindWindow(NULL, "3D Pinball for Windows - Space Cadet");


    GetWindowThreadProcessId(hWnd, &dwID);

    hProcess = OpenProcess(PROCESS_ALL_ACCESS, NULL, dwID);


    int value = 1000000;



    WriteProcessMemory(hProcess, (LPVOID) 0x00C20C62, (LPVOID) &value, sizeof(&value), NULL);

    return 0;

    }

  9. #9
    Join Date
    Jan 2011
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Re: World of Tanks expirience hack

    and this is what i marked wit sigmark:
    00416DB9 8970 08 MOV DWORD PTR DS:[EAX+8],ESI
    00416DBC 8915 A8AC0A01 MOV DWORD PTR DS:[10AACA8],EDX
    00416DC2 C701 8096DD00 MOV DWORD PTR DS:[ECX],OFFSET WorldOfT.P>
    00416DC8 C700 01000000 MOV DWORD PTR DS:[EAX],1
    00416DCE 5E POP ESI
    00416DCF C3 RETN



    signature : \x89\x70\x08\x89\x15\x00\x00\x00\x00\xC7\x01\x00\x00\x00\x00\xC7\x00\x 00\x00\x00\x00\x5E\xC3
    mask : xxxxx????xx????xx????xx
    base address : 0x401000
    scansize : 0x7b7000

    can some1 help me now what this info?

  10. #10
    Join Date
    Jul 2006
    Posts
    1,533
    Thanks
    44
    Thanked 380 Times in 156 Posts
    Rep Power
    180

    Re: World of Tanks expirience hack

    You need to leave this forum.

  11. The Following 2 Users Say Thank You to DeepblueSea For This Useful Post:

    Benj__ (01-28-2011), syntroniks (01-28-2011)

  12. #11
    Join Date
    Jan 2011
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Re: World of Tanks expirience hack

    why for???

  13. #12
    Join Date
    Jun 2008
    Posts
    188
    Thanks
    51
    Thanked 53 Times in 26 Posts
    Rep Power
    67

    Re: World of Tanks expirience hack

    Quote Originally Posted by poetsdoek View Post
    why for???
    That's exactly why..
    You just don't get it.

  14. #13
    Join Date
    Sep 2008
    Location
    USA
    Posts
    963
    Thanks
    190
    Thanked 112 Times in 83 Posts
    Blog Entries
    1
    Rep Power
    102

    Re: World of Tanks expirience hack

    Quote Originally Posted by poetsdoek View Post
    why for???
    WHY FORU?!

    Dear Admins! Don't ban me pls! I'm not request for hack!!
    how can i use this code? Will I must compiling it?
    must use some program to insert this code?... that?
    did not quite fit, because the game stops and not just a command. It may be a source...
    Using hacs? Tacke some RISCs!
    slowdowns that's my game?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Question About expirience for gamehooking
    By DaOs199 in forum Beginner
    Replies: 1
    Last Post: 11-25-2010, 01:11 PM
  2. Discussion What has the world come to
    By iQ in forum Off Topic
    Replies: 30
    Last Post: 11-24-2009, 08:53 PM
  3. Replies: 3
    Last Post: 10-20-2008, 03:52 PM
  4. End of the World
    By De-Sire in forum Off Topic
    Replies: 5
    Last Post: 11-28-2003, 04:42 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •