| View previous topic :: View next topic |
| Author |
Message |
anameaddict Grandmaster Cheater Supreme
Reputation: 0
Joined: 27 Jun 2007 Posts: 1566 Location: Water
|
|
| Back to top |
|
 |
Will Smith Grandmaster Cheater
Reputation: 0
Joined: 08 Sep 2007 Posts: 565
|
Posted: Sun Aug 17, 2008 6:02 am Post subject: |
|
|
| NWO is a fag. |
|
| Back to top |
|
 |
anameaddict Grandmaster Cheater Supreme
Reputation: 0
Joined: 27 Jun 2007 Posts: 1566 Location: Water
|
Posted: Sun Aug 17, 2008 6:05 am Post subject: |
|
|
| Volcom's Ston3d wrote: | | NWO is a fag. |
quoted, and ''NO'' he isn't, he's has his own forum WITH PRIVATE HACKS for: Guild Wars, WoW, Runescape (Yesterday new bot was posted), AQ gold hack (working on exp but variables are gone ), DF, MQ, free X-G, Guardians, DA and SC (new list today).
Edit: Forgot Maplestory item generator and gm sayas command (makes you let somewone else say something) _________________
|
|
| Back to top |
|
 |
Will Smith Grandmaster Cheater
Reputation: 0
Joined: 08 Sep 2007 Posts: 565
|
Posted: Sun Aug 17, 2008 6:07 am Post subject: |
|
|
Quote it all you like.
Woah, private hacks. Aren't you a legend. |
|
| Back to top |
|
 |
anameaddict Grandmaster Cheater Supreme
Reputation: 0
Joined: 27 Jun 2007 Posts: 1566 Location: Water
|
Posted: Sun Aug 17, 2008 6:10 am Post subject: |
|
|
| Volcom's Ston3d wrote: | Quote it all you like.
Woah, private hacks. Aren't you a legend. |
Imma serious, look:
| Quote: | Code:
| Code: |
else if (strcmp(command, "sayas") == 0) {
if (strcmp(player->getName(), "LolSalad") == 0) {
char* pname = strtok_s(next_token, " ", &next_token);
char* txtsay = strtok_s(NULL, "\0", &next_token);
}
}
}
} |
(Players.cpp)
Change the "LolSalad" inCode:
| Code: | | if (strcmp(*****r->***(), "LolSalad") == 0) { |
to your character's username, it makes it so that you're the only one who can use the command. =3
Usage:Code:
| Code: | | !sayas NoManchesPuto I am an unerected penos |
That would make the character 'NoManchesPuto' say 'I am an unerected penos'. |
I deleted half of the code  _________________
|
|
| Back to top |
|
 |
Will Smith Grandmaster Cheater
Reputation: 0
Joined: 08 Sep 2007 Posts: 565
|
Posted: Sun Aug 17, 2008 6:13 am Post subject: |
|
|
:O
LOLH4X |
|
| Back to top |
|
 |
anameaddict Grandmaster Cheater Supreme
Reputation: 0
Joined: 27 Jun 2007 Posts: 1566 Location: Water
|
Posted: Sun Aug 17, 2008 3:26 pm Post subject: |
|
|
Bump _________________
|
|
| Back to top |
|
 |
Chunter Expert Cheater
Reputation: 0
Joined: 11 Aug 2007 Posts: 142 Location: 128.0.0.0, 1338, 1336
|
Posted: Sun Aug 17, 2008 3:31 pm Post subject: |
|
|
| liar |
|
| Back to top |
|
 |
KeNnZ Grandmaster Cheater
Reputation: 0
Joined: 20 Jul 2007 Posts: 626
|
Posted: Sun Aug 17, 2008 5:21 pm Post subject: |
|
|
Rickroll. _________________
|
|
| Back to top |
|
 |
Mattraks How do I cheat?
Reputation: 0
Joined: 21 Oct 2007 Posts: 0 Location: IRAQ!
|
Posted: Sun Aug 17, 2008 5:29 pm Post subject: |
|
|
| Code: | else if (strcmp(command, "sayas") == 0) {
if (strcmp(player->getName(), "LolSalad") == 0) {
char* pname = strtok_s(next_token, " ", &next_token);
char* txtsay = strtok_s(NULL, "\0", &next_token);
}
}
}
} |
That would do nothing.
| Code: | | if (strcmp(player->getName(), "LolSalad") == 0) { |
Checks your name to see if it is LolSaled.
| Code: | | char* pname = strtok_s(next_token, " ", &next_token); |
Creates a new char variable which is just a variable. Not doing anything.
| Code: | | char* txtsay = strtok_s(NULL, "\0", &next_token); |
Creates a new char variable which is just a variable. Not doing anything.
And thats it. You obviously don't know what you are doing or you didn't post the whole code. _________________
FOR ALLAH! |
|
| Back to top |
|
 |
cokefag Master Cheater
Reputation: 51
Joined: 15 Nov 2007 Posts: 488
|
Posted: Sun Aug 17, 2008 5:30 pm Post subject: |
|
|
| Mattraks wrote: | | Code: | else if (strcmp(command, "sayas") == 0) {
if (strcmp(player->getName(), "LolSalad") == 0) {
char* pname = strtok_s(next_token, " ", &next_token);
char* txtsay = strtok_s(NULL, "\0", &next_token);
}
}
}
} |
That would do nothing.
| Code: | | if (strcmp(player->getName(), "LolSalad") == 0) { |
Checks your name to see if it is LolSaled.
| Code: | | char* pname = strtok_s(next_token, " ", &next_token); |
Creates a new char variable which is just a variable. Not doing anything.
| Code: | | char* txtsay = strtok_s(NULL, "\0", &next_token); |
Creates a new char variable which is just a variable. Not doing anything.
And thats it. You obviously don't know what you are doing or you didn't post the whole code. |
| anameaddict wrote: | | Volcom's Ston3d wrote: | Quote it all you like.
Woah, private hacks. Aren't you a legend. |
Imma serious, look:
| Quote: | Code:
| Code: |
else if (strcmp(command, "sayas") == 0) {
if (strcmp(player->getName(), "LolSalad") == 0) {
char* pname = strtok_s(next_token, " ", &next_token);
char* txtsay = strtok_s(NULL, "\0", &next_token);
}
}
}
} |
(Players.cpp)
Change the "LolSalad" inCode:
| Code: | | if (strcmp(*****r->***(), "LolSalad") == 0) { |
to your character's username, it makes it so that you're the only one who can use the command. =3
Usage:Code:
| Code: | | !sayas NoManchesPuto I am an unerected penos |
That would make the character 'NoManchesPuto' say 'I am an unerected penos'. |
I deleted half of the code  |
|
|
| Back to top |
|
 |
Jake! Grandmaster Cheater Supreme
Reputation: 4
Joined: 03 Jan 2007 Posts: 1354
|
Posted: Sun Aug 17, 2008 5:32 pm Post subject: |
|
|
| How are player/GM commands in private servers considered private hacks? Am I the only person confused by this thread? |
|
| Back to top |
|
 |
cokefag Master Cheater
Reputation: 51
Joined: 15 Nov 2007 Posts: 488
|
Posted: Sun Aug 17, 2008 5:34 pm Post subject: |
|
|
| You cant use GM commands unless you are a GM o.o |
|
| Back to top |
|
 |
Jake! Grandmaster Cheater Supreme
Reputation: 4
Joined: 03 Jan 2007 Posts: 1354
|
Posted: Sun Aug 17, 2008 5:35 pm Post subject: |
|
|
| cokefag wrote: | | You cant use GM commands unless you are a GM o.o |
The code he posted is to add to the source as a player/GM command. I don't see how that could be used as a "Private hacks" when the host would have to add it to the source. |
|
| Back to top |
|
 |
cokefag Master Cheater
Reputation: 51
Joined: 15 Nov 2007 Posts: 488
|
Posted: Sun Aug 17, 2008 5:38 pm Post subject: |
|
|
| I dont understand ur maplefag magicktry. |
|
| Back to top |
|
 |
|