Search:

Type: Posts; User: Braco22

Page 1 of 7 1 2 3 4

Search: Search took 0.12 seconds.

  1. Replies
    9
    Views
    3,116

    [Preview] Combo Break - Tryndamere

    Learn how to combo break with Tryndamere!


    https://youtu.be/y9CpHyM2Qfk
  2. Thread: Zoom Hack v1.3

    by Braco22
    Replies
    24
    Views
    12,399

    [Patched] if you want zoomback + more. go to BoL.

    if you want zoomback + more. go to BoL.
  3. Thread: Zoom Hack v1.3

    by Braco22
    Replies
    24
    Views
    12,399

    [Patched] Are you going to make 1 of these for every patch...

    Are you going to make 1 of these for every patch in the future? Cause thats going to be alot.
    Why not find the aob of the address and make the program search for that aob, so in a sense it auto...
  4. Thread: Zoom Hack v1.2

    by Braco22
    Replies
    17
    Views
    4,396

    [Patched] You made a small error in your code. The address...

    You made a small error in your code.
    The address in your hack is 0x00B4B704 but the address I found was 0x00B4B794.

    Change it and your good to go. :P
  5. Thread: Zoom Hack v1.2

    by Braco22
    Replies
    17
    Views
    4,396

    [Patched] The addies are wrong. The hack does not work.

    The addies are wrong. The hack does not work.
  6. Thread: Cheat Engine

    by Braco22
    Replies
    35
    Views
    4,500

    would this method work for other games like...

    would this method work for other games like maplestory?
  7. Replies
    4
    Views
    967

    [Help] Deleting Spaces From String!

    I get an error for string.replace!
    Basically I want to replace the spaces in the old string with nothing.

    So it would end up like "12312312123"



    string old = "123 12312 123"
    string new =...
  8. Thread: Cheat Engine

    by Braco22
    Replies
    35
    Views
    4,500

    Does this allow for searching addies?

    Does this allow for searching addies?
  9. Replies
    9
    Views
    896

    [Help] Hey Hassan, could u tell me if this is right? i...

    Hey Hassan, could u tell me if this is right? i want a better understanding of arrays. does an array start with 0 or 1?

    if bool [3] = {true, true, true};

    would it be listed like this?

    a)...
  10. Replies
    7
    Views
    779

    [Help] Yes thank you Hassan.

    Yes thank you Hassan.
  11. Replies
    7
    Views
    779

    [Help] I see so i should put h = 1? yup this did the...

    I see so i should put h = 1?

    yup this did the trick. pardon for my lack of understanding of C++..
  12. Replies
    7
    Views
    779

    [Help] Yes I have. Base.ThreadCreate( hack1,...

    Yes I have.

    Base.ThreadCreate( hack1, hNames[n++], (LPTHREAD_START_ROUTINE)AutoClick, tFlags[h++], hFlags[t++] );

    and in the CreateThread function it maks tFlags[1] = true.
  13. Replies
    7
    Views
    779

    [Help] While Loop Does Not Initialize [Solved]

    The while loop in the AutoClick function does not initialize.

    Here is my function to create thread.

    void cBase::ThreadCreate(bool MenuVal,HANDLE hName,LPTHREAD_START_ROUTINE tName,bool&...
  14. Replies
    9
    Views
    896

    [Help] Intializing a Boolean Array [Solved]

    I get this error

    Code:
    error C2440: 'initializing' : cannot convert from 'bool' to 'bool [3]'

    when i do this

    Code:
    bool flag[3] = true;
  15. Replies
    10
    Views
    957

    where would i place this. i can't put it as...

    where would i place this. i can't put it as global though.

    i am doing this


    for(int i = 0; i < 30000; i++)
    {
    largeArray[i] = (char *)i;
    }
  16. Replies
    26
    Views
    2,163

    [Help] 'itoa' : function does not take 1 arguments

    'itoa' : function does not take 1 arguments
  17. Replies
    26
    Views
    2,163

    [Help] Intializing Large Character Array [Solved]

    I need help creating a long char array. Or is there a much simpler way to do this? I dont want to type it out to 30000. Is there a much shorter way to do this?

    char *num[] = { "1", "2", ..,...
  18. Replies
    10
    Views
    957

    Large Char Array!

    I need help creating a long char array. Or is there a much simpler way to do this? I dont want to type it out to 30000. Is there a much shorter way to do this?

    char *num[] = { "1", "2", ..,...
  19. Replies
    6
    Views
    518

    k got it. thanks

    k got it. thanks
  20. Replies
    6
    Views
    518

    how about nopping addies? Also i don't get the...

    how about nopping addies?

    Also i don't get the function of the flags.

    could you explain your code please.


    bool Flags[2];

    void fun_Commands()
  21. Replies
    6
    Views
    518

    Adding Hacks in Present!

    From reading D3D Menu sources, many of the hacks are written in RenderFrame. However my question is, wouldn't this lag your computer as you are constantly enabling the hack? Is there another way to...
  22. Replies
    2
    Views
    799

    Undetected Nop Function?

    Is there an undetected nop function for CA? Mine keeps getting detected.
  23. Thread: Textbox D3D?

    by Braco22
    Replies
    5
    Views
    1,033

    Textbox D3D?

    How can i print a textbox in D3D which allows users to write any values in the box.?
  24. Replies
    1
    Views
    578

    Print Addy to Screen?

    How can i convert a dword address to char so i can print on screen.


    DWORD adr = FindPattern(hD3D, 0x128000, (PBYTE)"\xC8\x09\x00\x00\x00\x00\x89\x86\x00\x00\x00\x00\x87\x86", "xx????xx????xx");...
  25. Thread: Nop Function?

    by Braco22
    Replies
    2
    Views
    475

    Nop Function?

    What is the current nop function?
Results 1 to 25 of 155
Page 1 of 7 1 2 3 4