Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Reality Kal

Newbie Spellweaver
Joined
Oct 7, 2012
Messages
64
Reaction score
10
Hello Guys, few people Contacted me and told me that "Reality Kal" Using my name as " found the ddoser " :blink:. First at all i have to say, im NOT DDOSING YOUR SERVER!! I Dont know how it works and im also not "extremek". Even tho Unbreakable got ddosed to and im playing on it im serious im not DDOSING YOUR SERVER!

few german lines to madknight


Sagmal woher hast du mein geburtsdatum?
Und wer gab dir diesen namen? Es ist nämlich nicht richtig.
Ich komme Erstens nicht aus Hamburg. und zweitens heiße ich Thomas.
und DDOSEN kann und will ich nicht. Bitte kontaktiere mich via skype dann klären wir die sache.
Habe dir addy geschrieben.

-ArroganT


thats what Reality Kal Homepage wrote.


Reality Kal proudly presents the DDoSer:

Niclas Wayne



Also known as: ArroganT, Angeber, extremek

Brithday: 23.02.1995 (17 years old)

Location: Hamburg, Germany

Internet now: Wilhelm.tel before: Alice DSL

Hey buys his DDoS Power from hackforums.net

We also located where he live and collected many IPs of him
 
Joined
Jun 23, 2006
Messages
782
Reaction score
399
To get a birthdate is pretty easy... just search for a email, username or something you've mentioned somewhere and you have it...
I can confirm that Angeber != extremek..
 
Newbie Spellweaver
Joined
Oct 7, 2012
Messages
64
Reaction score
10
Alex!!!
Thats not Ducking true -.- i never was "extremek" because when extremek was in a chatbox he always was " Egyptian " or however..
Dunno there aint a poop way to prove that im not the ddoser but however, why should i ddos a server that i never played on?
Same with Unbreakable, i ddos it to? ofc, because i play alot there -.- dont understand that.. however MadKnight add me or smth so we can talk..
 
Newbie Spellweaver
Joined
Oct 7, 2012
Messages
64
Reaction score
10
Script what? dude im playing on Unbreakable, why should i ddos other servers? That dont make a single sence..
 
make Love, not War!
Joined
Feb 2, 2008
Messages
511
Reaction score
407
Alex, striker wrote:
Angeber != extremek which means IS NOT EQUAL TO:
1 = 1 correct!
1 != 2 correct!
1 != 1 incorrect!

Striker confirmed that Angeber IS NOT extremek.

:/
 
Junior Spellweaver
Joined
Dec 16, 2012
Messages
187
Reaction score
29
if (Angeber != ExtremeK )
{
cout <<"We don't really care"<<end;
Angeber Ob;
Ob.OffTopic delete;
}

.... kinda bored here so since everyone's flaming i thought of joining the company. xd
-We need a Whine section so bad. :(
 
Elite Diviner
Joined
Feb 8, 2012
Messages
439
Reaction score
867
if (Angeber != ExtremeK )
{
cout <<"We don't really care"<<end;
Angeber Ob;
Ob.OffTopic delete;
}

Little correction:
if (Angeber != ExtremeK )
{
cout <<"We don't really care"<<endl;
Angeber *OffTopic = new Angeber;
delete OffTopic;
}
 
Joined
Jun 23, 2006
Messages
782
Reaction score
399
Little correction:
if (Angeber != ExtremeK )
{
cout <<"We don't really care"<<endl;
Angeber *OffTopic = new Angeber;
delete OffTopic;
}
That's also wrong.
Angeber *OffTopic = new Angeber;
delete OffTopic;
this won't do anything except create Angeber and then instantly delete it.
Angeber Ob;
Ob.OffTopic delete;
this is better :p but there's a mistake.
Angeber Ob;
Ob.OffTopic.delete(); would be right :p
 
Elite Diviner
Joined
Feb 8, 2012
Messages
439
Reaction score
867
That's also wrong.
Angeber *OffTopic = new Angeber;
delete OffTopic;
this won't do anything except create Angeber and then instantly delete it.
And? Thats not wrong, if Class Angeber exist it would compile and this code make no sense ^^
And this is very bad:
Angeber Ob;
Ob.OffTopic.delete(); would be right :p

therefore OffTopic Attribute have to be declared as public and you ignore getter setter
better:
Angeber Ob;
Ob.OffTopic().delete();
OffTopic() as getter and OffTopic private Attribute

but i wont talk about crap, ups i just did it ^^
 
Joined
Jun 23, 2006
Messages
782
Reaction score
399
First:
If a Angeber class already exist, you would create a NEW Angeber class which wouldn't affect the existing one.

Second:

OffTopic can be a class or a other struct inside Angeber, so there's no need for ().
Nobody talked about public, private or protected class members, so don't start with them...
 
Elite Diviner
Joined
Feb 8, 2012
Messages
439
Reaction score
867
Why i already knew that you want to have the last word? ^^
Anyways..
The cleverer give in :laugh:
 
Junior Spellweaver
Joined
Dec 16, 2012
Messages
187
Reaction score
29
Hey you're arguing about my source, Angeber is a function .. hehe just kidding :p
And now we made a hell of an offtopic xd
Enjoyable convo though.
 
Back
Top