Search:

Type: Posts; User: SawMister

Search: Search took 0.08 seconds.

  1. Replies
    2
    Views
    989

    [Help] Hey, i allready fixxed it :) #define...

    Hey, i allready fixxed it :)





    #define BasePointer1 0x400000
    #define dwSpeedAddress 0x00C008EC
    #define Points6 0x00000510
    #define Points7 0x00000682
  2. Replies
    2
    Views
    989

    [Help] What is wrong with this code?

    Hey.

    I have the following pointer in CE:
    https://puu.sh/8reFM/3a8ca54e58.png

    Base: "metin2client.bin"+00C008EC
    Offset 1: 0x510
    Offset 2: 0x682

    Now my code in c++:
  3. Replies
    8
    Views
    1,884

    Its the max user value on a server. This class is...

    Its the max user value on a server. This class is outdated but should work. Whats the new maximum player value on a server?
    But i think this will not fix the problem :S
  4. Replies
    8
    Views
    1,884

    This code should work. Whats wrong with it? It...

    This code should work. Whats wrong with it?
    It doesn´t show me players :(
  5. Replies
    8
    Views
    1,884

    I hope they see this :) Regards, René

    I hope they see this :)
    Regards, René
  6. Replies
    8
    Views
    1,884

    No it´s not nice its a problem :D I would love...

    No it´s not nice its a problem :D
    I would love you if you can tell me what is wrong in the second code, because i don´t need chams :P
    Regards, SawMister
  7. Replies
    8
    Views
    1,884

    ESP is not working correctly

    Hey Infestationcoder :P
    I really need help from you.

    I have this code to draw red dots for player, and white dots for vehicles:


    void Draw(){...
  8. Replies
    2
    Views
    607

    [Help Request] GetCharMoney DLL problem

    Hi.
    We have a problem with reading the moneyvalue of our character.
    Code:


    #include <Windows.h>

    char* money;

    char* Functionen::GetCharMoney()
  9. Replies
    0
    Views
    513

    [Help Request] Cheat Engine Stringpointer problem

    Hey.

    I want to find some things in a game like name, hp, mp, ep and so on.
    I can find this addresses as string.
    Now, i make a pointerscan for this address, and restart the game.
    But then, there...
  10. Replies
    1
    Views
    445

    [Help Request] Python interpreter

    Hey.
    I have a full bot for a game, made in python.
    But i want to make a dll, so i must use python in c++.

    How can i do it?

    Thank you.
    Regards, René :)
  11. Replies
    1
    Views
    476

    [Help] Simple read adress in a textbox

    Hello.

    I want to read a simple adress and show the value in a textbox.
    For writing, i used this:


    void SetDisableSpeedhack(){
    DWORD wert1 = *(DWORD*)BasePointer1;
    if(wert1 > 0){
    ...
  12. Replies
    10
    Views
    1,023

    [Help Request] It works brilliant! Thank you sooo much! :)...

    It works brilliant!
    Thank you sooo much! :)
    Regards, Sawmister :)
  13. Replies
    10
    Views
    1,023

    [Help Request] Yes its a .net DLL. So i have a form in it.

    Yes its a .net DLL.
    So i have a form in it.
  14. Replies
    10
    Views
    1,023

    [Help Request] No here: img4 .fot os-hochladen. n...

    No here:
    img4 .fot os-hochladen. n et/uploads/cppyutdqsn2hw.png
  15. Replies
    10
    Views
    1,023

    [Help Request] 201054 #define BasePointer1 0x6C4F24...

    201054


    #define BasePointer1 0x6C4F24
    #define Points6 0x00000004
    #define Points7 0x0000066e

    Seems correct :/

    (Look picture please)
  16. Replies
    10
    Views
    1,023

    [Help Request] It still not working. The code which was working...

    It still not working.
    The code which was working with my other pointer (5 Offsets):



    #define BasePointer 0x6EBE1C
    #define Points0 0x00000008
    #define Points1 0x000005dc
    #define Points2...
  17. Replies
    10
    Views
    1,023

    [Help Request] Whats wrong with this code?

    Hi.

    I have a 2 offsetpointer.
    The pointer is 100% working.
    I try to change the value in CE (2Bytes). But the Game is Crashing while calling the function.
    Whats wrong?

    ...
  18. Replies
    0
    Views
    2,716

    [Help] OllyDBG undetected?

    Hey.

    Im new here. I hope you can help, and understand me.
    Im searching for an undetected OllyDBG which can debug an executable packed with the newest Themida.
    I tested so much, but all are...
  19. Replies
    1
    Views
    599

    Is there any working injector?

    Hey.

    I have compiled my DLL in Vc++ 2010.
    But it doesnt appears ingame.
    So i think the injector isn´t working.

    Is there any workin injector for Combat Arms?

    Sorry for my English.
  20. Thread: GUI Designer

    by SawMister
    Replies
    23
    Views
    3,280

    [Preview] When can you upload this? I really need this :o ...

    When can you upload this? I really need this :o

    Regards, Rene
  21. Replies
    3
    Views
    545

    How can i delete "For (; ;)"?

    Hello.

    I have this codesnipped;


    DWORD val2 = 0;

    bool State2 = false;

    void punkte2()
  22. Replies
    7
    Views
    911

    [Help] Okay thanks. I tried: With same result :(...

    Okay thanks.

    I tried:


    With same result :(

    Please help again

    Regards, Rene
  23. Replies
    7
    Views
    911

    [Help] Game crahses with my DLL

    Hello. First of all, i must say sorry for my English, im German.
    Yesterday i made a DLL for the game "Metin2". The DLL should freeze my Y coordinate, when i press F1. But when i press F1, the game...
Results 1 to 23 of 23