Author Topic: Menu using In-Game Renderer  (Read 554 times)

0 Members and 1 Guest are viewing this topic.

Seb

  • Relentless Teamkiller
  • **
  • Posts: 72
    • View Profile
    • Aimjunkies.com
Menu using In-Game Renderer
« on: December 13, 2016, 09:15:48 am »
Hey guys, I've been reversing the game a lot lately and I recently stumbled upon the Widget base within IDA. From my previous reversing thread I figured out basically any popup is created using a widget and they're all named differently. By finding the base vtable I believe I can completely make my own in-game menu using this widget system. Here's an example of what it looks like. I want to know if anyone's done this before and if it's worked out?


K700

  • Poptart
  • *
  • Posts: 2
    • View Profile
Re: Menu using In-Game Renderer
« Reply #1 on: December 13, 2016, 11:36:37 pm »
Check my project
https://bitbucket.org/Ruslan_K700/warband-script-enhancer/src
if you can do something interesting, feel free send a pull request

MrMedic

  • MasstKer
  • ********
  • Posts: 8900
  • programmer/dev/software engineer
    • View Profile
Re: Menu using In-Game Renderer
« Reply #2 on: December 16, 2016, 08:27:14 pm »
Good idea seb.
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

Seb

  • Relentless Teamkiller
  • **
  • Posts: 72
    • View Profile
    • Aimjunkies.com
Re: Menu using In-Game Renderer
« Reply #3 on: December 17, 2016, 08:34:45 am »
Looking further into the widget base, I found a pretty easy way to instantly complete all actions which call the progress bar.


Have fun!