This hack isn't complete (Only follows people that jump). This is just the result of me messing around with different techniques. Hopefully you guys can learn something from it :P.
With all the information I gathered from making this I will probably start working on my Lua Interface for CO2.
Features:
-Text hook example
-Jump hook example
-Following players jump
Use this by shift clicking the target and then typing "/follow".
I was just wondering... to run the code,I must have a compiler,right?
I have Dev-C++ ... and it finds errors if I try compile any of this code...
Sorry if it is something simple that I do not know,but I am noobie at C++.
Lol, shift-clicking players to target them. That reminds me of something .
Nice work though .
I actually was almost done with this and then someone pointed out CoOperative :P. I still wanted to finish it though to try out some more things in C++.
I was just wondering... to run the code,I must have a compiler,right?
I have Dev-C++ ... and it finds errors if I try compile any of this code...
Sorry if it is something simple that I do not know,but I am noobie at C++.
im still new at C++ also,i used VC ++ 2008((free version)have the full on my main computer but somone was on mine so had to use a spare comp)it updated the code and everything,but i dident get no exe or dll file,i only spent alittle time looking at it so i dont realy know if i did somthing wrong..
dont know if you need a VC complieler or if any C++ compiler will work,ill loke at it again today to see what i can help you with or tell you
call me nup n pelt me with dry bread
I HAB PROBS WIT DOWNLOADIN IT
THAT ******* SITE KEEPS ******* ASKING FOR MY ******* E-MAIL BUT I ******* GAVE IT LIKE A ******* THOUSAND TIMES IN THE END I ******* END UP DOING THIS ******* ALL OVER AGAIN
BLEX HELP.
I was just wondering... to run the code,I must have a compiler,right?
I have Dev-C++ ... and it finds errors if I try compile any of this code...
Sorry if it is something simple that I do not know,but I am noobie at C++.
Listing the errors would help. Also don't use Dev-C++, it is an old outdated compiler.
call me nup n pelt me with dry bread
I HAB PROBS WIT DOWNLOADIN IT
THAT ******* SITE KEEPS ******* ASKING FOR MY ******* E-MAIL BUT I ******* GAVE IT LIKE A ******* THOUSAND TIMES IN THE END I ******* END UP DOING THIS ******* ALL OVER AGAIN
BLEX HELP.
*** damnit you stupid, Egyptian scumbag.
JUST HIT THE BIG, ******* "CLICK HERE TO CONTINUE" BUTTON, YOU ******* MORON.
Listing the errors would help. Also don't use Dev-C++, it is an old outdated compiler.
Which compiler should I use? I don't want download the one from microsoft which will install about 200 MB at my hard disk(which I don't have )...
Could you suggest me one better than Dev-C++?
Did ya download the SDK to go with Code::Blocks? (the big one)
If your using MinGW Code::Blocks, then you will need to translate all the __asm blocks into gas format, write your own detour functions, and work around having no __decl(naked) feature. As MS Detours is not designed to be compiled with MinGW, I've tried it many times in the past. (It feels like M$ only want it only to be used by M$ products, but i just feel that way bcuz im a M$ Hater xD).