Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


NWO free registration + FREE ACTIVATION - NO JOKE
Goto page 1, 2  Next
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Random spam
View previous topic :: View next topic  
Author Message
anameaddict
Grandmaster Cheater Supreme
Reputation: 0

Joined: 27 Jun 2007
Posts: 1566
Location: Water

PostPosted: Sun Aug 17, 2008 6:00 am    Post subject: NWO free registration + FREE ACTIVATION - NO JOKE Reply with quote

Check this out, says it all.

Note that you'll have to make an account first and THEN activate it.

More details:

http://nwocheating.forumportal.us/forum/viewtopic.php?t=2445

_________________
Back to top
View user's profile Send private message
Will Smith
Grandmaster Cheater
Reputation: 0

Joined: 08 Sep 2007
Posts: 565

PostPosted: Sun Aug 17, 2008 6:02 am    Post subject: Reply with quote

NWO is a fag.
Back to top
View user's profile Send private message
anameaddict
Grandmaster Cheater Supreme
Reputation: 0

Joined: 27 Jun 2007
Posts: 1566
Location: Water

PostPosted: Sun Aug 17, 2008 6:05 am    Post subject: Reply with quote

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 Confused ), 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
View user's profile Send private message
Will Smith
Grandmaster Cheater
Reputation: 0

Joined: 08 Sep 2007
Posts: 565

PostPosted: Sun Aug 17, 2008 6:07 am    Post subject: Reply with quote

Quote it all you like.

Woah, private hacks. Aren't you a legend.
Back to top
View user's profile Send private message
anameaddict
Grandmaster Cheater Supreme
Reputation: 0

Joined: 27 Jun 2007
Posts: 1566
Location: Water

PostPosted: Sun Aug 17, 2008 6:10 am    Post subject: Reply with quote

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 Razz

_________________
Back to top
View user's profile Send private message
Will Smith
Grandmaster Cheater
Reputation: 0

Joined: 08 Sep 2007
Posts: 565

PostPosted: Sun Aug 17, 2008 6:13 am    Post subject: Reply with quote

:O
LOLH4X
Back to top
View user's profile Send private message
anameaddict
Grandmaster Cheater Supreme
Reputation: 0

Joined: 27 Jun 2007
Posts: 1566
Location: Water

PostPosted: Sun Aug 17, 2008 3:26 pm    Post subject: Reply with quote

Bump
_________________
Back to top
View user's profile Send private message
Chunter
Expert Cheater
Reputation: 0

Joined: 11 Aug 2007
Posts: 142
Location: 128.0.0.0, 1338, 1336

PostPosted: Sun Aug 17, 2008 3:31 pm    Post subject: Reply with quote

liar
Back to top
View user's profile Send private message
KeNnZ
Grandmaster Cheater
Reputation: 0

Joined: 20 Jul 2007
Posts: 626

PostPosted: Sun Aug 17, 2008 5:21 pm    Post subject: Reply with quote

Rickroll.
_________________
Back to top
View user's profile Send private message
Mattraks
How do I cheat?
Reputation: 0

Joined: 21 Oct 2007
Posts: 0
Location: IRAQ!

PostPosted: Sun Aug 17, 2008 5:29 pm    Post subject: Reply with quote

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
View user's profile Send private message AIM Address Yahoo Messenger
cokefag
Master Cheater
Reputation: 51

Joined: 15 Nov 2007
Posts: 488

PostPosted: Sun Aug 17, 2008 5:30 pm    Post subject: Reply with quote

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 Razz
Back to top
View user's profile Send private message
Jake!
Grandmaster Cheater Supreme
Reputation: 4

Joined: 03 Jan 2007
Posts: 1354

PostPosted: Sun Aug 17, 2008 5:32 pm    Post subject: Reply with quote

How are player/GM commands in private servers considered private hacks? Am I the only person confused by this thread?
Back to top
View user's profile Send private message
cokefag
Master Cheater
Reputation: 51

Joined: 15 Nov 2007
Posts: 488

PostPosted: Sun Aug 17, 2008 5:34 pm    Post subject: Reply with quote

You cant use GM commands unless you are a GM o.o
Back to top
View user's profile Send private message
Jake!
Grandmaster Cheater Supreme
Reputation: 4

Joined: 03 Jan 2007
Posts: 1354

PostPosted: Sun Aug 17, 2008 5:35 pm    Post subject: Reply with quote

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
View user's profile Send private message
cokefag
Master Cheater
Reputation: 51

Joined: 15 Nov 2007
Posts: 488

PostPosted: Sun Aug 17, 2008 5:38 pm    Post subject: Reply with quote

I dont understand ur maplefag magicktry.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Random spam All times are GMT - 6 Hours
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites