Author Topic: Crosshair injector (or smth like dat)  (Read 1426 times)

0 Members and 1 Guest are viewing this topic.

Grad

  • Intentional Cheater
  • **
  • Posts: 31
    • View Profile
Crosshair injector (or smth like dat)
« on: June 12, 2015, 04:19:05 pm »
Hello guys!
I'm looking for simple crosshair injector or maybe just crosshairs (in .png, etc. etc for cheat engine)
I tryed to find smth in the internet but have not found anything.
Maybe someone of u has a simple crosshair injector or samples of crosshairs.
Thanks.

dunnohow

  • Intentional Cheater
  • **
  • Posts: 44
    • View Profile
Re: Crosshair injector (or smth like dat)
« Reply #1 on: June 12, 2015, 07:36:57 pm »
Code: [Select]
[ENABLE]

aobscanmodule(CROSSHAIR,mb_warband.exe,D9 9E 58 5E 00 00)
alloc(newmem,$1000)

label(code)
label(return)

newmem:

code:

 // fstp dword ptr [esi+00005E58]
  mov [esi+00005E58],(float)0
  jmp return

CROSSHAIR:
  jmp code
  nop
return:
registersymbol(CROSSHAIR)

[DISABLE]

CROSSHAIR:
  db D9 9E 58 5E 00 00

unregistersymbol(CROSSHAIR)
dealloc(newmem)

Grad

  • Intentional Cheater
  • **
  • Posts: 31
    • View Profile
Re: Crosshair injector (or smth like dat)
« Reply #2 on: June 12, 2015, 09:22:00 pm »
Code: [Select]
[ENABLE]

aobscanmodule(CROSSHAIR,mb_warband.exe,D9 9E 58 5E 00 00)
alloc(newmem,$1000)

label(code)
label(return)

newmem:

code:

 // fstp dword ptr [esi+00005E58]
  mov [esi+00005E58],(float)0
  jmp return

CROSSHAIR:
  jmp code
  nop
return:
registersymbol(CROSSHAIR)

[DISABLE]

CROSSHAIR:
  db D9 9E 58 5E 00 00

unregistersymbol(CROSSHAIR)
dealloc(newmem)

This is great...

But awesome guy, could u please write a few links where I can connect it with Warband?

ZOldDude

  • The Unknown Rank!
  • Administrator
  • MasstKer
  • *
  • Posts: 20874
  • Old School TKC
    • View Profile
    • Admin
Re: Crosshair injector (or smth like dat)
« Reply #3 on: June 12, 2015, 10:01:54 pm »
Look in the DOWNLOAD section...M.O. has a file with a few cross-hair programs in it.

*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.*

Grad

  • Intentional Cheater
  • **
  • Posts: 31
    • View Profile
Re: Crosshair injector (or smth like dat)
« Reply #4 on: June 12, 2015, 10:12:24 pm »
Look in the DOWNLOAD section...M.O. has a file with a few cross-hair programs in it.

Hm. I found only "HowToMake crosshair tutorial" by M.O...

dunnohow

  • Intentional Cheater
  • **
  • Posts: 44
    • View Profile
Re: Crosshair injector (or smth like dat)
« Reply #5 on: June 12, 2015, 11:55:15 pm »
Step by Step:

Download Cheat Engine

Start warband

Klick on the left button

select mb_warband.exe

klick on memory view below the empty field

tools -> auto assemble (Strga+A)

copy and paste this code

(optional save)

file -> assign to current cheat table

close all windows exept CE

right klick on the script -> hotkeys -> select a hotkey

file -> generate generic lua trainer

start the exe




ZOldDude

  • The Unknown Rank!
  • Administrator
  • MasstKer
  • *
  • Posts: 20874
  • Old School TKC
    • View Profile
    • Admin
Re: Crosshair injector (or smth like dat)
« Reply #6 on: June 13, 2015, 05:19:12 am »
Look in the DOWNLOAD section...M.O. has a file with a few cross-hair programs in it.

Hm. I found only "HowToMake crosshair tutorial" by M.O...

You did not look well enough.

http://tkc-community.net/forum/index.php?action=downloads;sa=view;down=34

http://tkc-community.net/forum/index.php?action=downloads;sa=view;down=309

*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.*

Grad

  • Intentional Cheater
  • **
  • Posts: 31
    • View Profile
Re: Crosshair injector (or smth like dat)
« Reply #7 on: June 13, 2015, 12:41:51 pm »
Look in the DOWNLOAD section...M.O. has a file with a few cross-hair programs in it.

Hm. I found only "HowToMake crosshair tutorial" by M.O...

You did not look well enough.

http://tkc-community.net/forum/index.php?action=downloads;sa=view;down=34

http://tkc-community.net/forum/index.php?action=downloads;sa=view;down=309


Ah, damn! I was trying to find it in categories. Thanks Zold!