look i dont know alot about c++ but i am playing this game called suddenattack i want to make dll hack for i have no idea where the codes are or i have to use the game dll i want to make hack for it please any one know a book or something
@CLANEGGSALADPERSON Your picky. this is really easy. You basically get the idea from his example. Its not like your going to take and directly copy it all to your source to use it. If your experienced enough you will realize the concept and just not care.
please somebody help me... my semester's final project of Data Structures is to convert bitmap image to JPEG without using any library. I'm messing with it for 2 weeks but there's no progress. please can you help me... i'll be vvvvvveeeeerrrrrrrrrrrryyyyyyyyy GREATFULL to uuu...
Thanks! This is great and just what I was looking for. You also introduced me to CodeBlocks which I find a lot better then DevC++. Keep it up, good .dll guides are hard to find and often are just random code which fails to work.
In the first part, why is hinstDLL global? It's only used in the main function. Also, before calling MsgBox(), shouldn't you check to see if MsgBox is NULL? Calling it without a NULL check seems a bit dangerous.
@FrozenIceCweam unix shared libraries are "Shared objects" (libexample.so). *.lib are static libraries in Visual C++. (.lib and .a are used for the exactly same thing. VS does everything by itself ofc ;D)
Shared Objects are UNIX. They're mainly used on Linux, yes. The same code can be compiled in MacOSX. (But MacOSX uses .dynlib, which has sightly other format...)
@FrozenIceCweam unix shared libraries are "Shared objects" (libexample.so). *.lib are static libraries in Visual C++. (.lib and .a are used for the exactly same thing. VS does everything by itself ofc ;D)
Shared Objects are UNIX. They're mainly used on Linux, yes. The same code can be compiled in MacOSX. (But MacOSX uses .dynlib, which has sightly other format...)
@linuxrocksrulers No, thanks for the explanation, though, I don't even use Linux anymore, had an install of Ubuntu running a while ago, I just can't be arsed, now. If you did make a tutorial, I'm sure many would make use of it.
can anyone help me i have no clue what this is im 15 and i want to be a computer engeneer but i dont know how to start learning can someone help me PLEASE
you can make some functions useful for lots of your programs, so you put em in a dll and link your projects with it. also you can make a dll and inject it into a process to modify it
@exbladex99 Though so, but wanted to make sure, didn't want to download something that wasn't needed, but since it's needed I'll have to download it later.
Hmm, interestingly, whenever I try to compile with the GNU GCC compiler my apps stop working on launch, and when I try the VC++ compiler, i cant compile at all due to errors, all the code is exactly the same as yours.
These are good tutorials. Advice: Explain more of what you write. Your viewers need to know what to do as well as why they do that, so they will see the instances in which they may need to use that code again.
he does anal sex hes a fag i can help you better just watch the video leave torture in the house of that gay kid and leave a comment you have to watch the whole thing then leave comment it will take you to my website
i have some problems in DevC++ da,could someone pls help me?I cant compile C codes,always it says source code not compiled but there is no error by the time compiling.
using namespace std get's rid of STDs? I gotta let me ex girlfriend know...
MrOpcode 2 weeks ago
So much I didn't understand...
Chippysz 1 month ago
Wonderful, thank you!
genericmember1 1 month ago
look i dont know alot about c++ but i am playing this game called suddenattack i want to make dll hack for i have no idea where the codes are or i have to use the game dll i want to make hack for it please any one know a book or something
ariftariq12 1 month ago
trying to play bttf
NatWolff43567890 5 months ago
your the new newboston, ps you earnt my sub and ill tell all o my friends about you
MrNeil1030 6 months ago
not a bad tutorial. thanks : )
bcut 7 months ago
yeah....... and?
tomi776 8 months ago
and I Tought thet is a "Simple" tutorial.. :o
loldudev6 8 months ago
This is just lackluster at its finest.
You do not need to define a typedef to call on a DLL.
This is the problem with teaching in our day and age ... people teach what isn't necessary or really required.
It is basically teaching lies, or just teaching as we were taught, which is obviously not right.
You do not need return 0 for code to compile and run. You do not need Window's development environment to use Window's functions.
STOP LYING TO PEOPLE AND TELL THE THE TRUTH!
CLANEGGSALADPERSON 9 months ago
@CLANEGGSALADPERSON Your picky. this is really easy. You basically get the idea from his example. Its not like your going to take and directly copy it all to your source to use it. If your experienced enough you will realize the concept and just not care.
GhostXoP 7 months ago
please somebody help me... my semester's final project of Data Structures is to convert bitmap image to JPEG without using any library. I'm messing with it for 2 weeks but there's no progress. please can you help me... i'll be vvvvvveeeeerrrrrrrrrrrryyyyyyyyy GREATFULL to uuu...
hackerahead 9 months ago
i hate that every c++ editor has own commands
for example visual c++ ; code blocks ; cBuilder
i learnt it with cbuilder and i can't do anything with this commands....
InterFace95 10 months ago
Cool stuff
TheCherry1994 10 months ago
Thanks! This is great and just what I was looking for. You also introduced me to CodeBlocks which I find a lot better then DevC++. Keep it up, good .dll guides are hard to find and often are just random code which fails to work.
how2backtrack 10 months ago
In the first part, why is hinstDLL global? It's only used in the main function. Also, before calling MsgBox(), shouldn't you check to see if MsgBox is NULL? Calling it without a NULL check seems a bit dangerous.
jadetraveler 11 months ago
You could use this OR one line of VBS code. Lol.
Commentsq 11 months ago
Next time, SPEAK THE HELL UP.
xMercuryx56 11 months ago
Great simple clear video cheers man
MrSparrowhawks 1 year ago
UNIX 'DLLs' are waaaay simplier.
linuxrocksrulers 1 year ago
@linuxrocksrulers I forgot is it .a, or .lib, or what? I can't remember. And did you mean GNU/Linux?
FrozenIceCweam 1 year ago
@FrozenIceCweam unix shared libraries are "Shared objects" (libexample.so). *.lib are static libraries in Visual C++. (.lib and .a are used for the exactly same thing. VS does everything by itself ofc ;D)
Shared Objects are UNIX. They're mainly used on Linux, yes. The same code can be compiled in MacOSX. (But MacOSX uses .dynlib, which has sightly other format...)
Lookup "YoLinux shared libraries" (PERFECT tutorial)
linuxrocksrulers 1 year ago
@FrozenIceCweam unix shared libraries are "Shared objects" (libexample.so). *.lib are static libraries in Visual C++. (.lib and .a are used for the exactly same thing. VS does everything by itself ofc ;D)
Shared Objects are UNIX. They're mainly used on Linux, yes. The same code can be compiled in MacOSX. (But MacOSX uses .dynlib, which has sightly other format...)
Lookup "YoLinux shared libraries" (PERFECT tutorial)
Should I make a tutorial how to create a dynamic library on linux?
linuxrocksrulers 1 year ago
@linuxrocksrulers No, thanks for the explanation, though, I don't even use Linux anymore, had an install of Ubuntu running a while ago, I just can't be arsed, now. If you did make a tutorial, I'm sure many would make use of it.
FrozenIceCweam 1 year ago
I use Visual Basic Express Edition (VB.NET) programming, and dam this is confusing compared to that!
Halo3glitching 1 year ago
Any Links for creating functions on our .dll ?
Making it pop-out is the easy part , making it do the work is the hard part :D
PIEzLOVERS 1 year ago
I get this error C:\Dev-Cpp\Makefile.win [Build Error] No rule to make target `all'. Stop.
asiandevel 1 year ago
can anyone help me i have no clue what this is im 15 and i want to be a computer engeneer but i dont know how to start learning can someone help me PLEASE
SilentKill57 1 year ago
HI,
DO YOU KNOW HOW TO PROTECT A DLL WITH KEY FILE AND HOW TO REMOVE IT?
THX
klyd971 1 year ago
@klyd971
use folderlock ( google it )
PIEzLOVERS 1 year ago
@klyd971 Google "Software Protector" or "DLL Protector" and you will find stuff that protects your software/DLL
darkwizzard70 1 year ago
Wow, i didn't know it's so simple! thanks, it'll help me with my projects!
avishaiozeri1 1 year ago
You know if you use VC++ you don't need windows.h
101Revolution 1 year ago
easier way:
Open notepad
source:
msgbox "Text here"
save as: [NAME].vps
Mr1996Swagg 1 year ago
@Mr1996Swagg try making software this way
kalodsun 1 year ago
@Mr1996Swagg
lol. and try making a dll that DOES something like that.
N0wShutUp 1 year ago
antiRTFM has really good tutorials for C++, go to his channel and learn! :D
VirtualDragonsPC 1 year ago
did the .exe print out "Message displayed" ? probably not right?
likesoursugar 1 year ago
Learn linux. Ill use header files thank you very much.
nickrohn93 1 year ago
just to let you know, linux uses DLLs as well. they are very handy.
ADeadRock 1 year ago
@ADeadRock well i feel like an asshole/dumbass
nickrohn93 1 year ago
don't worry about it, we all do at some point.
ADeadRock 1 year ago
Wait, when did you make the EXE?
MatielMigite 2 years ago
sorry, i don't know anything about dll.. what does it do? and what do i use it to?
Muse94Muse 2 years ago
you can make some functions useful for lots of your programs, so you put em in a dll and link your projects with it. also you can make a dll and inject it into a process to modify it
sarracatuf 2 years ago 2
A dll is like a book, (if you think as your project as a bookshelf) that you can use functions in.
AnLa061095 2 years ago
@Muse94Muse a dll is an external library, just like Java API's
chubbystudios 1 year ago
what did you do first
?
empty file?
or the link one then add a empty file in it?
YuwanaTeam 2 years ago
"simple"?
Ratstail91 2 years ago 17
@Ratstail91 yes simple ;)
RaverGames 1 year ago
@RaverGames c++ is more advanced than visual basic, but visual basic can be really useful too :)
Biohazard000Labs 1 year ago
@Ratstail91 Simple. Think its simple and its gonna be simple. Tested on myself.
linuxrocksrulers 1 year ago
Do you have to us codeblocks or could you create a dll by doing the same thing in notepad and saving it as a .dll (kind of like a .bat file)?
eviltaiyouai 2 years ago
@eviltaiyouai You need to use codeblocks or another compiler.
exbladex99 2 years ago
@exbladex99 Though so, but wanted to make sure, didn't want to download something that wasn't needed, but since it's needed I'll have to download it later.
eviltaiyouai 2 years ago
Thanks for this, it helped me understand.
0121ryanh117 2 years ago 2
very quiet
0121ryanh117 2 years ago
SCRIPTING FORUM
scripting(dot)netne(dot)net
RussianVIllager 2 years ago
2008 sucks, go get Code::Blocks
HordeAreMyFatCousins 2 years ago
CodeBlocks is a notepad. VSTS is a professional tool.
HawkEyeSlay 2 years ago
Visual Studio actually sucks for everything besides professional development.
HordeAreMyFatCousins 2 years ago
What C++ are you using?
i'm using 2008 and i can't find a .dll to use in it. That and the fact that 2008 looks entirely different then yours.
xXCOLEXx22 2 years ago
Comment removed
Finjuri 2 years ago
Yeah. Another okay one is Visual C++ Express. Its free like Code::Blocks.
Yeah, xXCOLEXx22, you're using Visual C++ 2008. Make a new "Class Library" project.
adamnew123456 2 years ago
Comment removed
Finjuri 2 years ago
Most people on an MS platform seem to go to the "offical" IDE UNLESS its C++.
THEN people try to find alternatives for whatever reason.
Ands its not a debugger, its an IDE / compiler.
adamnew123456 2 years ago
Comment removed
Finjuri 2 years ago
VC++ != C++
FrozenIceCweam 2 years ago 31
Comment removed
Finjuri 2 years ago
No. VC++ is M$ Update to C++, they added some Windows only API's and junk. VSTS is the ide debugger.
FrozenIceCweam 2 years ago
@FrozenIceCweam VC++ > C++
workimber 1 year ago
@workimber Depends. I don't use VC++ ever, though.
FrozenIceCweam 1 year ago
@FrozenIceCweam
oh, Really? o.O ... -.-"
maxxthegod2 1 month ago
yeah its codeblocks
HordeAreMyFatCousins 2 years ago
wtf i dont understand anything!
haloluver123 2 years ago
learn c++
BlutwaechterOdins 2 years ago
You should explain further how to actually code the DLL instead of just running off a template.
Art358 2 years ago
Art358, it's not a big deal to create and code a DLL. Look up into MSDN, There's a nice tutorial
MrTakeAshot1 2 years ago
fvd
6elias 2 years ago
i changed all dll files to open with notepad help
Ta1kingPi3 2 years ago
This comment has received too many negative votes show
Shit Tutorial.
BrinkOnEdge 2 years ago
Hmm, interestingly, whenever I try to compile with the GNU GCC compiler my apps stop working on launch, and when I try the VC++ compiler, i cant compile at all due to errors, all the code is exactly the same as yours.
HedgehogblastGuru 2 years ago
These are good tutorials. Advice: Explain more of what you write. Your viewers need to know what to do as well as why they do that, so they will see the instances in which they may need to use that code again.
HedgehogblastGuru 2 years ago
This has been flagged as spam show
he does anal sex hes a fag i can help you better just watch the video leave torture in the house of that gay kid and leave a comment you have to watch the whole thing then leave comment it will take you to my website
polkg123 2 years ago
You don't have to criticize us nerds... oh, and you're channel is really dull, maybe add some pictures of you committing suicide, that would be nice
jakk977 2 years ago 3
rofl nice one jakk977 :D
tero3 2 years ago
Comment removed
jakk977 2 years ago
Your awesome! Cool website btw
Vorbis5 3 years ago 3
nicely shown.. LoadLibrary is a good tut.
cptrecon 3 years ago 3
that helped SO much!
TheGtrMaster 3 years ago 3
Whats the name of the program your using?
DeadOrAliveForLife 3 years ago 2
Code::Blocks
abujp1993 3 years ago 2
Thank you! (I'm DeadOrAliveForLife)
Made new account.^^;
PCand360Gamer 3 years ago
Noprob!!
abujp1993 3 years ago
i have some problems in DevC++ da,could someone pls help me?I cant compile C codes,always it says source code not compiled but there is no error by the time compiling.
adanalian 3 years ago
i get it its just a hell of a lot of work !
and im speaking to you as a programer that has worked with c++ for more than 3 years !
casandramar 3 years ago
Sometimes it feels hard but once you start it it's nice.
CrimsonPolitics 3 years ago
Pls What name have a this C++ editor ???
wermington 3 years ago 5
Code::Blocks
InfernoDevelopment0 3 years ago 3
@wermington You can use Dev-C++,i think.
RaoulEmilian 1 year ago
sorry i didnt uderstand!!
pakistanzindabada 3 years ago 4
Which part didn't you understand?
InfernoDevelopment0 3 years ago
codeblocks
tomazsilva 7 months ago
Well that's great news, I might release another one in the near future.
InfernoDevelopment0 3 years ago 2
This is awesome 5/5, make more tutorials!!!
Your voice is right for the job :P
Cheers
madhoundnet 3 years ago
Nice tutorial, very helpful, but mine won't compile!
boneseh 3 years ago
Did you use the same code?
InfernoDevelopment0 3 years ago