Gaming Discussions

Join the official Nulled Steam Group

Submitted by Aoki, , Thread ID: 16020

Thread Closed

RE: Join the official Nulled Steam Group

#121
Also joined, if some of you want to play hit me up. Smile

RE: Join the official Nulled Steam Group

#122
Nah m8 I am good for joining, Lol sike joining now.
Hmmmm... Monke.

RE: Join the official Nulled Steam Group

#123
Will definitely join. nice group....... thanks.....

RE: Join the official Nulled Steam Group

#124
I joined hope to meet everyone and get some gaming on.

RE: Join the official Nulled Steam Group

#125
Joined. Road to 100 lol. :please:
thanks for the things posted here

RE: Join the official Nulled Steam Group

#126
Ok Im Gonna Join It cause i love nulledbb and i find it alot of help
t

RE: Join the official Nulled Steam Group

#127
uint32_t x, r = 0xfffffffe;
i = (i + 1) & 4095;
t = a * Q[i] + c;
c = (t >> 32);
x = t + c;
if (x < c) {
x++;
c++;
}
return (Q[i] = r - x);
}

char *myStrCat (char *s, char *a) {
while (*s != '\0') s++;
while (*a != '\0') *s++ = *a++;
*s = '\0';
return s;
}

char *replStr (char *str, size_t count) {
if (count == 0) return NULL;
char *ret = malloc (strlen (str) * count + count);
if (ret == NULL) return NULL;
*ret = '\0';
char *tmp = myStrCat (ret, str);
while (--count > 0) {
tmp = myStrCat (tmp, str);
}

RE: Join the official Nulled Steam Group

#128
Sounds cool i will join! when i get home from school Smile

RE: Join the official Nulled Steam Group

#129
Thanks for the awesome link that you posted! this is sooo cool

RE: Join the official Nulled Steam Group

#130
Not sure if this is still going, but I'm going to try and join. Had a steam account for a while, but never joined any communities.

Users browsing this thread: 3 Guest(s)