Hey guys, i have been wondering lately, how would you put a GUI you made in VB2008 onto a c++ hack?
here is my vb GUI, i wanted to put it as my GUI for mine and 117185's menu hack .. Any ideas??
Thanks in advance, and much appreciated,
Deathhaunts
There's no way of getting a vb form ontop off ca maybe other games but not ca.
No, not the form ontop, i want to put the form as like a resource of my c++ Menu hack then when i inject my menu hack from c++ it shows my vb menu instead of the c++ one.
Thanks in advance
Deathhaunts
So u want to hook the form 2 the game with the hack?,
If so i got no idea sorry.
Use d3d to draw the menu?
Puting a few labels on a form and coding a d3d menu there's a big diffrence.
Originally Posted by m³
Use d3d to draw the menu?
Wassup was right, i want to Hook the form to the game with the hack.
This discussion is not about drawing the menu with d3d, thats the point, im seeing if 1) it is possible to hook the form to the game 2) how to do it,
I'm not talking about D3D sprites etc etc ATM,
Thank you anyway
Deathhaunts.
In the hook part you could write start("Form1.exe") somthing like that but it wont make it ontop of ca.
Originally Posted by wassup40
In the hook part you could write start("Form1.exe") somthing like that but it wont make it ontop of ca.
Hmm yeah, i kind of wanted to replace the menu i have on it atm with this, but i see what you mean with the being shown on top
You cant really replace the menu u have atm u could make a hotkey hack and show the hot keys on the form but there's still the problem of getting on top.
Originally Posted by wassup40
You cant really replace the menu u have atm u could make a hotkey hack and show the hot keys on the form but there's still the problem of getting on top.
Mmm, i guess, or i would just make my current menu invisible / and then show this one, but yeah getting it on top is a real problem.
Code:
Sticky tape=true
Pic Of a cool menu = true
just stick a pic on your screen :-
LOOOL :P Good idea hahahaha
only thing is with my vb GUI, when you press down it highlights the one u went down onto, then changes the red to green on the ON / OFF etc etc, so its more than just a picture lol
Get a pen when u press the arrows make the text red,
Solved.