[Development]FDOBot [CZ/SK/EN]

04/11/2014 17:12 manulaiko#16
Quote:
Originally Posted by Sn1per9CZE View Post
Yeah... I am in MENSA and I have 130 IQ > more :)
:D :D :D I thought I was the only on this forum with a high IQ mine is 140 :D
04/11/2014 17:54 TheFallenAngel#17
Quote:
Originally Posted by Sn1per9CZE View Post
Hello, i wanted to say this in this forum before one month. But some informations were shock for me(about DarkOrbit, BP etc.)

But now I'm back and i want to say you I am coding new packet/pixelbot or other type of DarkOrbit bots. I am coding it in Java and i try to make it very good. But it needs time. I'm coding it now for... I think three days. And it has very beautiful GUI and I now have servers for this bot. Its only about time. Ity very hard work and Maybe I can do IT!

About Beta 0.0.1 for Beta testers: I will choose 5 people.

Some informations about me:

I am 14 years old boy and I am now learning Java for 2 years.
I am good in English and I am from Czech Republic.



That's all...
coding in java is a bad idea. java has more security holes in it than SSL. im pretty sure BP has a decent grasp on what those are and ur bot(if packet) will more than likely be detectable because of it. if u were going to do a packet bot, i would highly reccommend a different language like C or C++.
04/11/2014 18:09 Sn1per9CZE#18
Quote:
Originally Posted by TheFallenAngel View Post
coding in java is a bad idea. java has more security holes in it than SSL. im pretty sure BP has a decent grasp on what those are and ur bot(if packet) will more than likely be detectable because of it. if u were going to do a packet bot, i would highly reccommend a different language like C or C++.
Not bad idea... and I saw C is like java(i mean codes, math and other...) then is no problem to me code it in C :)

Thx for your idea!
04/11/2014 18:15 TheFallenAngel#19
Quote:
Originally Posted by Sn1per9CZE View Post
Not bad idea... and I saw C is like java(i mean codes, math and other...) then is no problem to me code it in C :)

Thx for your idea!
C is nothing like java.... java is object oriented. C isnt. there are no objects in C. are you sure you even know java? this is fundamental programming...
04/11/2014 18:21 Sn1per9CZE#20
Quote:
Originally Posted by TheFallenAngel View Post
C is nothing like java.... java is object oriented. C isnt. there are no objects in C. are you sure you even know java? this is fundamental programming...
I mean some codes in C# are like in Java :)
and SOME isn't ALL.
:)
04/11/2014 18:47 TheFallenAngel#21
Quote:
Originally Posted by Sn1per9CZE View Post
I mean some codes in C# are like in Java :)
and SOME isn't ALL.
:)
C# is different from C..... i didnt even mention C#...
and C++ is different from C and C#...

all the C's are not one language.
04/11/2014 19:23 L1m4ro#22
It's not hard, dear friend. But it does take time ;)
Good luck!

Quote:
Originally Posted by TheFallenAngel View Post
C# is different from C..... i didnt even mention C#...
and C++ is different from C and C#...

all the C's are not one language.
Who is talking about C++ or C anyway? The syntax is C, and both Java and C# use it. Their STYLE code is obviously the same, but the functions, the API, is different. Overall not really a big problem though.
04/11/2014 21:03 TheFallenAngel#23
Quote:
Originally Posted by darkunited View Post
It's not hard, dear friend. But it does take time ;)
Good luck!



Who is talking about C++ or C anyway? The syntax is C, and both Java and C# use it. Their STYLE code is obviously the same, but the functions, the API, is different. Overall not really a big problem though.
java and C# are object oriented languages. there are no objects in C. there is a HUGE difference.

and requi. u posted on my walll that ibot and the DO server are both java. no wonder DO has had so many hacks and ibot got cracked a lot :P
04/11/2014 21:04 'Heaven.#24
Quote:
Originally Posted by TheFallenAngel View Post
coding in java is a bad idea. java has more security holes in it than SSL. im pretty sure BP has a decent grasp on what those are and ur bot(if packet) will more than likely be detectable because of it. if u were going to do a packet bot, i would highly reccommend a different language like C or C++.
if you are using some kind of web applets in java, there are some vulnerabilities...
but i don't see any reason against using java, its a kind language. i would also prefer it compared to c/++
04/11/2014 21:07 TheFallenAngel#25
Quote:
Originally Posted by Waka Toa View Post
if you are using some kind of web applets in java, there are some vulnerabilities...
but i don't see any reason against using java, its a kind language. i would also prefer it compared to c/++
some is an understatement...

and no ur right. java is better than some languages like AutoIT. that is a lot worse
04/11/2014 22:15 L1m4ro#26
Quote:
Originally Posted by TheFallenAngel View Post
java and C# are object oriented languages. there are no objects in C. there is a HUGE difference.

and requi. u posted on my walll that ibot and the DO server are both java. no wonder DO has had so many hacks and ibot got cracked a lot :P
I said the syntax in C is the same as in C# and Java, no? And about the DO server, I don't know what the language is, but IBOT and KBOT arrived and worked "so good" were caused by a different thing.
04/11/2014 22:32 shopmaster#27
I would also like to be a beta tester plz.
04/11/2014 23:34 Madatek#28
Quote:
Originally Posted by manulaiko View Post
:D :D :D I thought I was the only on this forum with a high IQ mine is 140 :D
Mine is 150 lol (seriously, not joking), at 5 years old i could read
04/11/2014 23:43 TheFallenAngel#29
Quote:
Originally Posted by darkunited View Post
I said the syntax in C is the same as in C# and Java, no? And about the DO server, I don't know what the language is, but IBOT and KBOT arrived and worked "so good" were caused by a different thing.
the syntax in C is not the same as C#. that is my point. they are not even close to the same.
04/12/2014 00:21 manulaiko#30
Quote:
Originally Posted by TheFallenAngel View Post
some is an understatement...

and no ur right. java is better than some languages like AutoIT. that is a lot worse
Don't compare an scripting language with an object oriented programming language, it's like a glass of watter and CacoCalo with rum -.-

Also, I'd like to say that the most of the programming language are bassed in C, that's the reason why Java, C#, C++, Dart (of course), JavaScript and PHP (last 2 less) looks simmilar.

The developers of C++ wanted to have a full compatibility between C and C++, the compiler could compile both, C & C++ files, that's the reason why you can write a programm in C and use C++ compiler.