Author Topic: <CRAZY> Rapid Throwing Weapon Hack  (Read 1689 times)

0 Members and 1 Guest are viewing this topic.

Troll

  • Online Villain
  • ***
  • Posts: 249
  • Look left -> Fool!
    • View Profile
<CRAZY> Rapid Throwing Weapon Hack
« on: May 18, 2014, 05:59:19 pm »
1. Host a server
2. Open Cheat Engines Memory view
3. right click go to adress
4. paste 0060A77A
5. right click replace with code that does nothing (in other words NOP it)
6. Have fun  :icon_biggrin2

Works only if you are hoster. However if you do it on any other server you will see 20 knifes thrown but you "really" just thrown one of them.
« Last Edit: May 18, 2014, 06:06:42 pm by Troll »
A wise man once said:

e^(i*pi) + 1 = 0

MrMedic

  • MasstKer
  • ********
  • Posts: 8900
  • programmer/dev/software engineer
    • View Profile
Re: <CRAZY> Rapid Throwing Weapon Hack
« Reply #1 on: May 18, 2014, 07:26:07 pm »
nice one thanks for sharing  :icon_thumbsup
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

FriendsKnow

  • Guest
Re: <CRAZY> Rapid Throwing Weapon Hack
« Reply #2 on: May 18, 2014, 07:54:21 pm »
Weapon Switcher,your character switches his weapon every second (anti afk or retard look)

[ENABLE]
alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(exit)

newmem:

originalcode:
//mov [eax],edi
//cmp edx,[esi+68]

exit:
jmp returnhere

"DINPUT8.dll"+589A:
jmp newmem
returnhere:

 
 
[DISABLE]
dealloc(newmem)
"DINPUT8.dll"+589A:
mov [eax],edi
cmp edx,[esi+68]

MrMedic

  • MasstKer
  • ********
  • Posts: 8900
  • programmer/dev/software engineer
    • View Profile
Re: <CRAZY> Rapid Throwing Weapon Hack
« Reply #3 on: May 18, 2014, 08:03:54 pm »
lol  :icon_rolleyes2

or mouse_event(1, 1, 0, 0, 0);
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: <CRAZY> Rapid Throwing Weapon Hack
« Reply #4 on: May 19, 2014, 12:45:10 am »
I have found a Auto feint hack. However when i activate it myvman Starts shaking like crazy and moves his weapon like a retard :D
A wise man once said:

e^(i*pi) + 1 = 0

FriendsKnow

  • Guest
Re: <CRAZY> Rapid Throwing Weapon Hack
« Reply #5 on: May 19, 2014, 12:56:48 am »
So  Currently I found bot attack direction

Code: [Select]
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(exit)

newmem:

originalcode:
mov [esi],eax //attack dir value is stored in EAX  ( replace it with one of these values and bots will atack in chosen direction  left=2 down=0 right=1 up=3)
push esi
lea eax,[esp+20]

exit:
jmp returnhere

"mb_warband.exe"+F6C27:
jmp newmem
nop
nop
returnhere:


 
 
[DISABLE]
dealloc(newmem)
"mb_warband.exe"+F6C27:
mov [esi],eax
push esi
lea eax,[esp+20]
//Alt: db 89 06 56 8D 44 24 20



Now if we can have bot incoming swing direction,we should read this  EAX value and change  Attack Direction in our character  (I don't know how yet)
« Last Edit: May 19, 2014, 01:04:14 am by FriendsKnow »

MrMedic

  • MasstKer
  • ********
  • Posts: 8900
  • programmer/dev/software engineer
    • View Profile
Re: <CRAZY> Rapid Throwing Weapon Hack
« Reply #6 on: May 19, 2014, 01:03:42 am »
I have found a Auto feint hack. However when i activate it myvman Starts shaking like crazy and moves his weapon like a retard :D

well done :icon_thumbsup
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

MrMedic

  • MasstKer
  • ********
  • Posts: 8900
  • programmer/dev/software engineer
    • View Profile
Re: <CRAZY> Rapid Throwing Weapon Hack
« Reply #7 on: May 19, 2014, 01:06:12 am »
So  Currently I found bot attack direction

[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(exit)

newmem:

originalcode:
mov [esi],eax //attack dir value is stored in EAX  ( replace it with one of these values and bots will atack in chosen direction  left=2 down=0 right=1 up=3)
push esi
lea eax,[esp+20]

exit:
jmp returnhere

"mb_warband.exe"+F6C27:
jmp newmem
nop
nop
returnhere:


 
 
[DISABLE]
dealloc(newmem)
"mb_warband.exe"+F6C27:
mov [esi],eax
push esi
lea eax,[esp+20]
//Alt: db 89 06 56 8D 44 24 20



Now if we can have bot incoming swing direction,we should read this  EAX value and change  Attack Direction in our character  (I don't know how yet)

well done , and tip: its different for real players on real servers 'dedicated'.
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

FriendsKnow

  • Guest
Re: <CRAZY> Rapid Throwing Weapon Hack
« Reply #8 on: May 19, 2014, 01:07:33 am »
I know that it's only for host ,first it needs to be done wit bots (I didn't analyze what your hack does)

MrMedic

  • MasstKer
  • ********
  • Posts: 8900
  • programmer/dev/software engineer
    • View Profile
Re: <CRAZY> Rapid Throwing Weapon Hack
« Reply #9 on: May 19, 2014, 01:08:50 am »
I know that it's only for host ,first it needs to be done wit bots (I didn't analyze what your hack does)

your getting there , keep trying your very close but its a bit different to how it sees it when you host compared to a real dedicated and a real players attack.
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

bysnoby

  • Cheater Apprentice
  • *
  • Posts: 18
    • View Profile
Re: <CRAZY> Rapid Throwing Weapon Hack
« Reply #10 on: May 31, 2014, 02:21:29 pm »
Thank you for your sharing