Author Topic: Auto Chamber / Parry Hack  (Read 16815 times)

0 Members and 1 Guest are viewing this topic.

MrMedic

  • MasstKer
  • ********
  • Posts: 8900
  • programmer/dev/software engineer
    • View Profile
Re: Auto Chamber / Parry Hack
« Reply #60 on: May 12, 2014, 10:15:22 pm »
cry more it looks ace on the screenshots lol :icon_laugh

Just release one hack for warband and you will see...


what will i see... you getting upset fish?

why dont you go for a ride in your friends BENZ lel  :icon_laugh
EnCoded Message: i3iy9yl8kr2xf3g2Txs3pr6ye3ya7jg5ty2z

https://www.youtube.com/watch?v=62_7-AYfdkQ
you need a paypal account for the private versions.

Website:
http://bit.ly/medic101

Teamspeak 3: 85.236.101.5:10157

Troll

  • Online Villain
  • ***
  • Posts: 249
  • Look left -> Fool!
    • View Profile
Re: Auto Chamber / Parry Hack
« Reply #61 on: May 12, 2014, 10:28:14 pm »
So now what if i write after "mov dword ptr AttackDirection,edx"
just
"call AutoChamberAddy".

Or am I thinking in the wrong direction?  :icon_teehee
A wise man once said:

e^(i*pi) + 1 = 0

ZOldDude

  • The Unknown Rank!
  • Administrator
  • MasstKer
  • *
  • Posts: 20874
  • Old School TKC
    • View Profile
    • Admin
Re: Auto Chamber / Parry Hack
« Reply #62 on: May 12, 2014, 10:29:46 pm »
what im actually doing is trolling you ...


*While we crash and burn, small, low tech, agrarian societies such as the Hmong in the mountains of Laos will continue on without so much as blinking an eye.*

MrMedic

  • MasstKer
  • ********
  • Posts: 8900
  • programmer/dev/software engineer
    • View Profile
Re: Auto Chamber / Parry Hack
« Reply #63 on: May 12, 2014, 10:38:05 pm »
what im actually doing is trolling you ...



"Twilight Zone" Nightmare at 20,000 Feet

remake was just as good



https://www.youtube.com/watch?v=WNNy172zofk
full episode of me pwning drainenergy  :icon_laugh



EnCoded Message: i3iy9yl8kr2xf3g2Txs3pr6ye3ya7jg5ty2z

https://www.youtube.com/watch?v=62_7-AYfdkQ
you need a paypal account for the private versions.

Website:
http://bit.ly/medic101

Teamspeak 3: 85.236.101.5:10157

Troll

  • Online Villain
  • ***
  • Posts: 249
  • Look left -> Fool!
    • View Profile
Re: Auto Chamber / Parry Hack
« Reply #64 on: May 12, 2014, 10:49:53 pm »
Will this work?  :icon_biggrin2
A wise man once said:

e^(i*pi) + 1 = 0

anderslise

  • Intentional Cheater
  • **
  • Posts: 38
    • View Profile
Re: Auto Chamber / Parry Hack
« Reply #65 on: May 12, 2014, 11:30:56 pm »
Quote
DWORD AutoChamber_Ret = 0x004F6C2B; //though my code is 4 lines, i decided to move on after 4 lines

What is this address?

Troll

  • Online Villain
  • ***
  • Posts: 249
  • Look left -> Fool!
    • View Profile
Re: Auto Chamber / Parry Hack
« Reply #66 on: May 12, 2014, 11:37:12 pm »
Quote
DWORD AutoChamber_Ret = 0x004F6C2B; //though my code is 4 lines, i decided to move on after 4 lines

What is this address?

Well I thought if i have 4 lines of code, i will return 4 lines After the code. If i would jump back again to the First line of my code, i would get a loop. However my code wont work But mrmedic said i'm close to finish the code. But i have No clue what i should write to make it Hook at my found address.
A wise man once said:

e^(i*pi) + 1 = 0

FriendsKnow

  • Guest

Troll

  • Online Villain
  • ***
  • Posts: 249
  • Look left -> Fool!
    • View Profile
Re: Auto Chamber / Parry Hack
« Reply #68 on: May 12, 2014, 11:46:42 pm »
Instead of Posting Videos you Could help me...  :icon_thumbsup
A wise man once said:

e^(i*pi) + 1 = 0

Kalorexoc

  • Relentless Teamkiller
  • **
  • Posts: 50
    • View Profile
Re: Auto Chamber / Parry Hack
« Reply #69 on: May 13, 2014, 12:15:14 am »
this is too funny. He admits hes an anti-cheat..yet there is room for speculation...? LMAO what a tosser.

Troll

  • Online Villain
  • ***
  • Posts: 249
  • Look left -> Fool!
    • View Profile
Re: Auto Chamber / Parry Hack
« Reply #70 on: May 13, 2014, 12:21:26 am »
Man i'm so close just don't know how to hook it...DA HECK... the call wont show up any errors. But is this the right  :icon_biggrin2 :icon_biggrin2 :icon_biggrin2
A wise man once said:

e^(i*pi) + 1 = 0

Troll

  • Online Villain
  • ***
  • Posts: 249
  • Look left -> Fool!
    • View Profile
Re: Auto Chamber / Parry Hack
« Reply #71 on: May 13, 2014, 12:58:36 am »
So have overwritten my code :

Quote
//this is the main.cpp used for the dll. I have no header file or etc. Just the main.cpp

#include <windows.h>
#include <TlHelp32.h>
#include <fcntl.h>
#include <stdio.h>
#include <io.h>

#define FunctionCall 0x004F6C27

DWORD AttackDirection = 0x004DF76A; //same like the one under it "what writes to the address" this is my attack direction
DWORD AutoChamberAddy = 0x004F6C27; //found this with the ebx 0 1 2 3 method. Clicked "what writes to the address
DWORD AutoChamber_Ret = 0x004F6C2B; //though my code is 4 lines, i decided to move on after 4 lines
DWORD myfunc = FunctionCall;

//the basic code
__declspec(naked) void AutoChamber()
{
   __asm
   {
      call dword ptr [myfunc]; //maybe this will tell where to hook???
      pushad
            mov edx,[esp+10] // direction of the enemy swing
            mov dword ptr AttackDirection,edx // direction I will chamber (Attack Direction) is replaced with edx (enemys attack direction)
         call AutoChamberAddy //don't know why
      popad

            mov edx,[esp+0x10] // restoration of enemy swing
         jmp AutoChamber_Ret //don't know if this works? :D

   }
}

A wise man once said:

e^(i*pi) + 1 = 0

feldmarschall

  • Moderator
  • Online Villain
  • *
  • Posts: 244
  • Strategist
    • View Profile
Re: Auto Chamber / Parry Hack
« Reply #72 on: May 13, 2014, 01:38:19 am »
https://www.youtube.com/watch?v=fLqDoz_W8VY This guy probably got autochamber long time ago or he is just super good.
"Strategy is a system of expedients; it is more than a mere scholarly discipline. It is the translation of knowledge to practical life, the improvement of the original leading thought in accordance with continually changing situations."

Troll

  • Online Villain
  • ***
  • Posts: 249
  • Look left -> Fool!
    • View Profile
Re: Auto Chamber / Parry Hack
« Reply #73 on: May 13, 2014, 01:42:45 am »
Stop Posting Videos about autochamber. Noone asked for them. You Could help developing thr code instead
A wise man once said:

e^(i*pi) + 1 = 0

Geriop

  • Cheater Apprentice
  • *
  • Posts: 19
  • geriop2 - skype
    • View Profile
Re: Auto Chamber / Parry Hack
« Reply #74 on: May 13, 2014, 03:16:22 am »
Looks good