TKC-Community

Hacking and Art => Mount and Blade => Topic started by: Mercenary_Frank on November 23, 2015, 07:22:10 pm

Title: Mount and blade external radar 'hack' open source C#
Post by: Mercenary_Frank on November 23, 2015, 07:22:10 pm
Tally-ho chaps,

Been spending some time working on my radar. Got it fully functionally working now and wish to share the source code with you guys. Furthermore I wish to go deeper in the game reverse engineering things so that I can create more powerful hacks since a radar in this game doesn't benefit you a lot. Nevertheless it is still a nice thing to have and with the help of MrMedic (cheers fella) I will now be able to properly do W2S. Ofcourse, every hack I will produce for mount and blade will get posted with full source code on TKC. So stay tuned lads.

However a few notes considering this cheat.

- This hack works externally. You can't view the radar while you are playing in full screen

- Cheat is limited to 100 players max. You can change this easily in the source code.

- This cheat mainly serves as a learning platform.

- Feel free to C+P the source code in your program but that way you won't learn anything.

- I am not in any way a second MrMedic. I probably will never be as good as him but he is aiding me in the ways of reverse engineering in which I thank him a lot.

Enough chit-chat onto the source code!

http://tkc-community.net/forum/index.php?action=downloads;sa=view;down=432#forum
Title: Re: Mount and blade external radar 'hack' open source C#
Post by: mReURO on November 23, 2015, 08:09:38 pm
best post since ages :P

back to "how to" instead of "i want"


+1
Title: Re: Mount and blade external radar 'hack' open source C#
Post by: MrCamo on November 23, 2015, 08:36:03 pm
best post since ages :P

back to "how to" instead of "i want"


+1

it is not a tutorial but a source code.

Btw MrMedic can you FULLY beat sxe injected (15.2 fix 4)?

Concretely Anti-Wallhack,Anti NoFlash and Anti SpeedHack.
Title: Re: Mount and blade external radar 'hack' open source C#
Post by: MrMedic on November 23, 2015, 09:09:41 pm
good work frank , thanks for sharing with the community.  :icon_thumbsup
Title: Re: Mount and blade external radar 'hack' open source C#
Post by: mReURO on November 24, 2015, 04:05:17 am
best post since ages :P

back to "how to" instead of "i want"


+1

it is not a tutorial but a source code.



so? its about "do it yourself" (u camo also bought your source code from medic otherwise u would have no clue how to make any
 hack for M/B) instead of "i want" an autoblock or/and wallhack. fuck them. this is exactly how it should work !!!!!!!!!!!!!!!!!!!
Title: Re: Mount and blade external radar 'hack' open source C#
Post by: MrCamo on November 26, 2015, 12:18:46 pm
This place is a paradise for anti-cheaters who gather all cheats and tools from here to detect or block them in ther custom mods.
Title: Re: Mount and blade external radar 'hack' open source C#
Post by: MrMedic on November 26, 2015, 07:32:18 pm
yes we know this , but that kind of thing has been happening for years , the most reliable guarantee on the internet is that an anti cheat developer will scour a cheat forum more than most cheaters them selves.. it is part of the battle which we endure and in every case in my world .. the anti cheaters all ways lose..
Title: Re: Mount and blade external radar 'hack' open source C#
Post by: MrCamo on November 26, 2015, 07:41:19 pm
yes we know this , but that kind of thing has been happening for years , the most reliable guarantee on the internet is that an anti cheat developer will scour a cheat forum more than most cheaters them selves.. it is part of the battle which we endure and in every case in my world .. the anti cheaters all ways lose..

I have a question regarding detection. If I write myself a crosshair overlay application which only draws a crosshair on-screen using GDI PLUS. Will it be detected by VAC or any other anti-cheat?
Title: Re: Mount and blade external radar 'hack' open source C#
Post by: MrMedic on November 26, 2015, 07:43:27 pm
it depends how you implement it , however i know for a fact that blu tac or a none permanent marker is not detected ( ps do not use either at a lan party you will get your pc smashed up and possibly your face as well ).
Title: Re: Mount and blade external radar 'hack' open source C#
Post by: MrCamo on November 26, 2015, 07:53:46 pm
it depends how you implement it , however i know for a fact that blu tac or a none permanent marker is not detected ( ps do not use either at a lan party you will get your pc smashed up and possibly your face as well ).

 :smile

this application will not interfere with game's memory by any means.I'm just gonna draw lines on screen using GDI PLUS.this way.

https://msdn.microsoft.com/en-gb/library/windows/desktop/ms533895(v=vs.85).aspx

Can it be detected or not? (I mainly care about VAC)
Title: Re: Mount and blade external radar 'hack' open source C#
Post by: MrMedic on November 26, 2015, 08:22:44 pm
it should be safe as long as you change the exe to not resemble copy pasted code also do not use a window title on the overlay with any words that resemble 'i am cheating this game' also make the overlay bigger or smaller ie not the exact same size as the game window also for fair fight anti cheat etc do not use common keys like insert or delete keys to activate as this will get you flagged and you should be undetected , ps dont pack it with a well known packer as some anticheats scan for known headers of packers and obfusticators.
Title: Re: Mount and blade external radar 'hack' open source C#
Post by: MrCamo on November 26, 2015, 08:27:40 pm
it should be safe as long as you change the exe to not resemble copy pasted code also do not use a window title on the overlay with any words that resemble 'i am cheating this game' also make the overlay bigger or smaller ie not the exact same size as the game window also for fair fight anti cheat etc do not use common keys like insert or delete keys to activate as this will get you flagged and you should be undetected , ps dont pack it with a well known packer as some anticheats scan for known headers of packers and obfusticators.

Alright thx.
Title: Re: Mount and blade external radar 'hack' open source C#
Post by: Overlord_420 on April 22, 2018, 05:38:48 pm
Unhandled exception at 0x0049E466 in mb_warband.exe: 0xC0000005: Access violation writing location 0x004AA700. Got this error when running it guessing this wont work no more unless its modified ?
Title: Re: Mount and blade external radar 'hack' open source C#
Post by: ZOldDude on April 23, 2018, 10:35:53 pm
Some locations have changed in the 3 years since this was posted...idea remains the same.
Title: Re: Mount and blade external radar 'hack' open source C#
Post by: MrMedic on May 16, 2018, 12:17:22 am
Unhandled exception at 0x0049E466 in mb_warband.exe: 0xC0000005: Access violation writing location 0x004AA700. Got this error when running it guessing this wont work no more unless its modified ?

debug ... 0x004AA700 <<< problem solved.
Title: Re: Mount and blade external radar 'hack' open source C#
Post by: thethomasgod on July 10, 2018, 04:17:21 am
I can't download :\, can i get some help pls? it just says something about rate the download, and then error.
Title: Re: Mount and blade external radar 'hack' open source C#
Post by: PappaHarper on September 15, 2018, 06:25:45 am
How to install?