Oh, it's cool then i probably wasn't being easy to understand. I thought you didn't understand your own code from your incorrect explanation.
I said it switches a bools status from true to false, false to true, how is that incorrect?
Originally Posted by jetamay
I said it switches a bools status from true to false, false to true, how is that incorrect?
bool StemOn = false;
While(true)
{
if(StemOn){WriteProcessMemory(Handle,Address,Buffe r,Size,0);
if(kbhit) //If someone hits a button on there keybored
{
char ReturnChar = ' '; //This is where we store the returned char
ReturnChar = getch(); //ReturnKey = Last Pressed Key
switch(ReturnChar)//If you don't know what this is.Relearn C++
{
case 'a': //If Return Char = a
If(StemOn){StemOn = false;}else{StemOn = true;} // Switch bool
}
}
You say this just switches bool back and forth between true and false?
Looks like there's a lot more to it and it doesn't even affect bool status unless a condition is met? Or are you refereing to the joke code?
You say this just switches bool back and forth between true and false?
Looks like there's a lot more to it and it doesn't even affect bool status unless a condition is met? Or are you refereing to the joke code?
Omg, Jesus Christ, did you read the code I posted, I added comments to what was happening, fucking read before flaming.
Read it again :
Originally Posted by jetamay
Code:
bool StemOn = false;
While(true)
{
if(StemOn){WriteProcessMemory(Handle,Address,Buffer,Size,0);
if(kbhit) //If someone hits a button on there keybored
{
char ReturnChar = ' '; //This is where we store the returned char
ReturnChar = getch(); //ReturnKey = Last Pressed Key
switch(ReturnChar)//If you don't know what this is.Relearn C++
{
case 'a': //If ReturnChar = a
If(StemOn){StemOn = false;}else{StemOn = true;} // Switch bool
}
}
It switchs a bools status from true to false, false to true.
Only really useful if your making a DLL, or can acquire key presses differently.
I'm not flaming, when you were asked what the code does, you said it 'switches bool status' and i said 'there obviousally has to be more going on for 3 reasons' and you said 'that is mostly the entire program' right?
Kay now that we reviewed. My comment i was supporting is simply:
a .DLL would be irrelevent to that code. you're already writing memory why load it?
b. it's not swtiching bool status unless a condition is met
.c is it not obvious it's a lil hook function? handle and all
Your answer made it sound like you simply said 'this program simply changes a bool status that's all' when that's obviousally no where near correct. Using obvious observation.
Which is why i said we confused each other, not flaming, it's just i thought you were saying you wrote the code but your only answer to what it does is 'changes bool status' which is as newb as it gets to say.
If you simply didn't finish explaining or got confused on how to answer, no biggie. BUT that poster wanted to know what that code was for. It obviousally is a crappy lil' hook. I assume you mis-understood what that guy was asking...But earlier i thought that simple response was your best answer which would be newby of course. My bad?
It's not just switching bool it's seeing if a key is pressed it'll change the bool and do a function. My answer was surely more useful to him. Furthermost the coding is slightly improper in the use of while(). i just don't think you can help that newb by summing your entire code up by 1 of it's lines.
Oh my god. You are flaming me, your telling me I don't know jack-shit of what I'm talking about when I do. The comments where suppose to be self explanatory , there not that fucking hard to follow.
well that guy apparently couldn't follow it and my point is your response was surely no help. so i further detailed it. i did disagree with a thing or two but no biggie. so no flame, just arguementive comment.
Maybe you were more helpful, usually people don't go around hacking games until there somewhat fluent in the language, which is why I posted such a brief explanation.
understandable then
Okay, I'm sorry for being so mean, sometimes I just loose it. Welcome to MPGH.
Haha it's same ive already argued a bit here ;p ty
Antinoob
Originally Posted by mastasnip3
What / who is antinoob and what is the point of the whole thing?
Antinoob was a really annoying noob, reached about 110 posts i think... No one liked him - he is now banned.
Originally Posted by olie122333
Antinoob was a really annoying noob, reached about 110 posts i think... No one liked him - he is now banned.