Hey guys. I was jsut wondering if it is possible to make a hack with notepad. I just typed up some random crosshair code and saved it as haha.dll but will it work. please comment back if it will
Yeah, it will.
Originally Posted by flashlight95
Yeah, it will.
Thanks man!
No.
It's not properly made...
Originally Posted by N00B1O2
Thanks man!
lol....... it will not work. Beleive me... Because when you create a text file and convert it to a dll there will be text in the dll that you writed and windows cant read it but when you make a C++ hack dll it compiles the commands you wrote into Windows language so when windows reads smth there it is executing smth...
Originally Posted by AnoNimTeck
lol....... it will not work. Beleive me... Because when you create a text file and convert it to a dll there will be text in the dll that you writed and windows cant read it but when you make a C++ hack dll it compiles the commands you wrote into Windows language so when windows reads smth there it is executing smth...
In short, it was not made properly.
It will be a .Dll file but not a proper one.
Originally Posted by N00B1O2
Thanks man!
Lmao.
Originally Posted by deathninjak0
Lmao.
AHHHH lol
Originally Posted by N00B1O2
I just typed up some random crosshair code and saved it as haha.dll
It doesn't work like that.
if you use notpad++ maybe ::
Yes, it is completely possible, though you will need an external compiler.
Originally Posted by freedompeace
Yes, it is completely possible, though you will need an external compiler.
or you could use CMD
Originally Posted by UltimateX1
or you could use CMD
"CMD" will not compile code.
/Moved to Coding Help & Discussion section .
There are many free compilers (IDEs) out there and those take your code and compiles it (compiles the object file + links it) and creates a .dll for your disposal. some of the best are Microsoft visual studio (this isnt free), Microsoft Visual C++ Express (free), DevC++.
Or which language is this code written in? C#, Java?