Jump to content


Sk8erkid

Member Since 11 Nov 2003
Offline Last Active Jun 05 2005 08:10 AM

Posts I've Made

In Topic: Return of the Dawn v2.3

02 January 2005 - 01:11 AM

Works here :) and banshee, he is right about the renaming the exe and using the normal crack not working.

In Topic: Little Chat Bot im starting to create...

09 January 2004 - 12:56 AM

i tried putting no in "" but it still just skips the IF and displays the else statement. Ill explain the situation, the chat dude asks your name, then He laughs and says, "is that your REAL name?!" and i want to if you say no then it uses the IF in the previous post but if anything else than he just continues.. and from what i know this should work? this is the code i have at the top...some might be unneeded?
#include<iostream>
int main(int argc, char *argv[])
{ char quit; 
while (quit != 's')
{
   char Alright[256];
   int Path;
   char PlayerName[256];
   char TrueName[256];
   char RealName[256];
   char WhatsUp[8];
   char WhereFrom[256];
   char Ok[4];
   #define no 0

In Topic: Little Chat Bot im starting to create...

08 January 2004 - 04:07 AM

ah nevermind i forgot to add "#define no 0"