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++.
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
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...
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.
It's not hard, dear friend. But it does take time
Good luck!
Quote:
Originally Posted by TheFallenAngel
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.
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
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/++
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
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.
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.
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.