k thanks alot
but cant c++ also edit dll files? and no its not on WOW.
some online game :D
User Profile
Collapse
-
Ok well there is some Game That Requires an Engine
and you need to inject a dll file to get the CHEAT working
so what i need is to edit some values, or add more to do more stuff
If you know what i meanLeave a comment:
-
i am asking, can you gimme a code that can do that, so i can edit some stuff on it. or Can only ASM do thatLeave a comment:
-
How To edit .dll files using c++
ive been trying to open dll files using c++, but could not, all that opens is a folder. Can someone help me please? Thanks - Fir3bat -
wow, ok that made it so easier... but one thing, what is sentinal??...Leave a comment:
-
This is what is in the file
Code:January 12.4 13.5 12.1 12.6 February 8.2 9.5 8.0 7.5 March 14.9 13.5 12.9 15.3 April 30.0 35.5 40.2 37.7 May 24.5 26.1 23.4 24.0 June 30.3 4.6 11.4 21.6
Leave a comment:
-
Code:January London 14.5 12.5 10.8 8.2 13.8 february Quebec City 15.4 15.2 8.2 7.5 9.9
1.the total average of the month February, how would i do that... because january comes before it
2. Find Highest Number in (specific month)
3.smallest number in specific city..
just...Leave a comment:
-
noo here is what i wanted
i need to get everyline of the code into an array
then display the array in my output code
i need it like thatLeave a comment:
-
so say if i want to fin >> sMonth 5 times
what mod should i use???
n%? == ?Leave a comment:
-
-
How to get a specific line in a Code... Need Help
C++ gets confusing sometimes just like my next problem
I need to get a specific line in the file
Say File Precipitation has this inside
Code:January 14.5 12.5 10.8 8.2 13.8 february 15.4 15.2 8.2 7.5 9.9
Code:January February 14.5 15.4
-
This is my output
Code:45 98 35 23 67 84 average is 88 and total is 352 65 91 20 54 62 37 65 84 32 average is 215 and total is 862 21 54 95 87 35 62 54 78 average is 337 and total is 1348 56 average is 351 and total is 1404 95 62 35 54 78 average is 432 and total is 1728
Leave a comment:
-
-
-
File IO arrays
Ok fellow programmers
i got this program
file is say (71dIN.txt)
inside file is
Code:45 98 35 23 67 84 65 91 20 54 62 37 65 84 32 21 54 95 87 35 62 54 78 56 95 62 35 54 78
this is my code
Code:#include <iostream> #include <sstream>
-
ok, just 1 problem, wat do u mean by character of message at position i??
wont i have to use arrays?
this is wat i have
for (n = 0; n > 40; n++)
{
if ( (here is my problem) ) - how do i check the position?
{
sum++;
}
return sum;
}...Leave a comment:
-
well that works thanks
and for the counting the 'e's??
sry for so many questionsLeave a comment:
-
File io
I have been using file io for like a week now, not an expert but this is for my computer science class.
Say the file is 71cIN.txt and inside the file it said "What a beautiful day to be programming."
And what i have to do is display all the words, and count all the letter 'e's in the sentence.
this is wat i have so far
Code:#include <iostream> #include <fstream>
No activity results to display
Show More
Leave a comment: