Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Skyrim42

Pages: [1]
1
abcdefg

2
Mount and Blade / Re: Need Auto Chamber Hack!
« on: July 12, 2015, 06:15:06 pm »
beyler bana autochamber lazım ama indirdim rocketware miydi neydi olmuyo ts yi a?tım kimse yok tu

3
Mount and Blade / Re: [RELEASE] Suicide Hack
« on: June 19, 2015, 06:21:17 am »
ty bro

4
Mount and Blade / Re: [RELEASE] Suicide Hack
« on: June 19, 2015, 06:12:49 am »
asdas nice

5
Mount and Blade / Re: AUTOCHAMBER RELEASE
« on: April 16, 2015, 03:36:56 pm »
 :icon_devil

7
Mount and Blade / Re: [RELEASE] Warband - Instant Hook v1.0
« on: March 12, 2015, 06:02:40 pm »
niceeeee

8
Mount and Blade / Re: Auto Chamber / Parry Hack
« on: March 06, 2015, 06:18:11 pm »
 :icon_devil :icon_devil :icon_devil :icon_devil

9
Mount and Blade / Re: I had troubles :(
« on: February 10, 2015, 03:36:02 pm »
http://tkc-community.net/forum/index.php?action=downloads
Chamber I found the code for the cheat code, but how do I do that I found them
    [code1]


    __declspec(naked) void AutoChamber()
    {
       __asm
       {

           // seeing as we are here he is in a attack and swinging
          pushad
                mov edx,[esp+10] // direction of the enemy swing.
                mov dword ptr AttackDirection,edx // direction my guy will chamber
          popad

                mov edx,[esp+0x10] // lets restore the old code and go back in to this game
                jmp AutoChamber_Ret // back to warband 1.158 meanwhile that 'other' routine is chambering in his swing direction

       }
    }

    // edited found a faster version

    [code2]


    void CopyBuffer(BYTE *Buffer, int Size, DWORD *Address)
    {
       DWORD pPrevious = 0;
       VirtualProtect(Address, Size, PAGE_EXECUTE_READWRITE, &pPrevious);
       memcpy(Address, Buffer, Size);
       VirtualProtect(Address, Size, pPrevious, &pPrevious);
    }
    //-- -----------------------
    void SetupHook(DWORD Function, DWORD Hook, int Size)
    {
       Hook = Hook - Function - 5;
       BYTE bHook[4];
       memcpy(bHook,(void*)&Hook,4);
       BYTE Buffer[10];
       memset(Buffer,0x90,10);
       Buffer[0] = 0xE9;
       Buffer[1] = bHook[0];
       Buffer[2] = bHook[1];
       Buffer[3] = bHook[2];
       Buffer[4] = bHook[3];
       CopyBuffer(Buffer, Size, (DWORD*)Function);
    }[/list]

    10
    Mount and Blade / I had troubles :(
    « on: February 09, 2015, 04:48:08 pm »
    Hi I can help you I can not find the chamber and tricks :icon_sad2 :icon_sad2 Pls Help pls  :cry:

    11
    Mount and Blade / Re: Auto Chamber / Parry Hack
    « on: January 24, 2015, 03:23:32 pm »
     :icon_devil :icon_devil

    12
    Mount and Blade / Re: [STEAM RELEASE] Warband 1.166 Auto Blocker
    « on: January 24, 2015, 03:21:46 pm »
     :icon_thumbsup :icon_thumbsup

    Pages: [1]