Well heyy,well im sorta trying to code this hack and every time i inject with portal i get this is an not a valid windows appilcation and this is what my source code looks like
i can even edit it with notepad(which you can see and i dont think im suppose to be able to edit it in notepad)
i complied it with dev C++ complier
i no i need a packer such as themida or whatever, do you have an idea whats wrong?
This is a base off hotkeys hack off -SyntheticK's hotkey base
You need to compile it with a compiler. Once you have compiled your hack, take the compiler output (which should be a DLL file), and inject that into your target process.
Is he a noob he should visit my info on ca c++ site for every one who needs help or any thing for c++ and other stuff which is coming soon.
so im downloaidng Microsoft Visaul C++ 2010 Express,i guessing this complier will work!
EDIT:THXS LIGHTZOUT
@GODHACK NOOOOO That would neverrrr workkk i used a compiler(Dev C++) Which is gay and you can open the Dll just liek that
DevC++ is Gay..
'Nuff Said.
There's nothing wrong with using notepad to program. |:
I do it from time to time.
well umm how do i complier it(not familer with 2010 express)
EDIT:Nver mind foudn out
Lol EDIT 2-i epic failed
Originally Posted by Void
There's nothing wrong with using notepad to program. |:
I do it from time to time.
well said you can program but you can't compile :P
Originally Posted by GodHack2
well said you can program but you can't compile :P
That's true, but Visual Studio's text editor doesn't compile, it runs CL.exe to compile. Just like you could do with notepad, comes out to the same thing, just no syntax highlighting and what not.
Originally Posted by Void
That's true, but Visual Studio's text editor doesn't compile, it runs CL.exe to compile. Just like you could do with notepad, comes out to the same thing, just no syntax highlighting and what not.
Which is what I count on to make sure I didn't miss something somewhere..
Plus VC++ has a kerned font as default font which I like.
Originally Posted by IcySeal
Which is what I count on to make sure I didn't miss something somewhere..
Plus VC++ has a kerned font as default font which I like.
I personally like notepad++'s default highlighting better, but that's just me..