What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Honorbuddy and Javascript.

Javascript plugins Vs C# what you prefer ?

  • Javascript

    Votes: 0 0.0%
  • C #

    Votes: 0 0.0%
  • I dont care

    Votes: 0 0.0%

  • Total voters
    0

morgalis

New Member
Joined
Jan 15, 2010
Messages
54
To devs: why you guys dont implement an javascript engine ? so not only c# devs will devlop but much more people will play with it.
I remember zolofighter had spidermonkey javascript engine for C , but there is one also for C#.

Check this link http://jint.codeplex.com.
Jint is a script engine based on the Javascript language. Using Jint, developers can provide fully scriptable applications, execute .NET code without compiling, or create external configuration logic, using the most used script language.
Let more people enjoy with easy scripting.
 
Last edited:
I might be totally wrong - I aint really insert in this discussion, but I think it's quite impossible to program a bot / bot plugin with only JavaScript? Sorry if I am wrong / got it wrong.
 
i think he means java.. which is way more complicated to work with then c#/c++
 
I might be totally wrong - I aint really insert in this discussion, but I think it's quite impossible to program a bot / bot plugin with only JavaScript? Sorry if I am wrong / got it wrong.

As the OP said; it has been done before with ZoloFighter. I vote C# as it's a lot more powerful and anyone who knows JavaScript won't have much difficulty picking up enough C# to write plug-ins.
 
no he means javascript.. but a better question would be "why not just learn a real programming language?" ;)
 
No not Java , javascript , very easy to code.

function Combat(){

// Check my health if below 40% , if yes then heal
if (me.health < 40) {
CastSpell("Flash Heal");
}
}

yes , this scripting is easy..... easy , let us inside function combat create our own playstyle.
this is very simple to use and you can build your own CC or plugin very easy.

I vote C# as it's a lot more powerful and anyone who knows JavaScript won't have much difficulty picking up enough C# to write plug-ins.
C# is an language , you have to deal with Namespaces,Classes, Interfaca ,struct , enum , delegate ........
In javascript we just deal with some functions like Combat , Rest , Pre or after combat

Even the good old bot ISXWOW was working on an scripting engine , similar javascript.

Hldn why should someone learn a code language if javascript is easy to understand even without school. remember we are gamers and not students.
:) No offense.
 
Last edited:
Hldn why should someone learn a code language if javascript is easy to understand even without school. remember we are gamers and not students.
:) No offense.

because c# is easy to learn as well and it's what they're already using. why should anyone rewrite their program just because you don't want to learn to use it? no offense ;)
 
Correct i dont wanna learn it , and there are 1000 others like me that dont wanna learn it too .... C# is an coding language an javascript is scripting !!!!!!
It is just an idea ...
 
No not Java , javascript , very easy to code.

function Combat(){

// Check my health if below 40% , if yes then heal
if (me.health < 40) {
CastSpell("Flash Heal");
}
}

yes , this scripting is easy..... easy , let us inside function combat create our own playstyle.
this is very simple to use and you can build your own CC or plugin very easy.

C# is an language , you have to deal with Namespaces,Classes, Interfaca ,struct , enum , delegate ........
In javascript we just deal with some functions like Combat , Rest , Pre or after combat

Even the good old bot ISXWOW was working on an scripting engine , similar javascript.

Hldn why should someone learn a code language if javascript is easy to understand even without school. remember we are gamers and not students.
:) No offense.

i laugh when i see post like these...
where are all those old bots coded in c/java/vb? infact where are anybots that inject but this one half were c#..most were vb and lots were java/javascript and 80% are dead or gone
 
i laugh when i see post like these...
where are all those old bots coded in c/java/vb? infact where are anybots that inject but this one half were c#..most were vb and lots were java/javascript and 80% are dead or gone
???? no comment .... this one is in C# yes , not injecting but writing to memory, detectable as hell or like you said c/c++/java/vb/pascal .....

Anyway this question was mented to the devs ... they decide ...
 
Last edited:
i laugh when i see post like these...
where are all those old bots coded in c/java/vb? in fact where are any bots that inject but this one half were c#..most were vb and lots were java/javascript and 80% are dead or gone

There are no bots coded in javascript, primarily because javascript isn't a programming language, it's a scripting language, so when your laughing at bots coding in javascript your laughing at something you made up.

Also c# implementation is easy for the developers cause its coded into the .net framework to do run-time compilation, but easy scripting DLLs / APIs like the one he linked shouldn't be totally difficult to implement and could provide an much easier way to script as well as enhance the community involvement and bot immensely, which in return will bring in more business, if that's what the owners / developerss are looking for...
 
Haleluja

Also c# implementation is easy for the developers cause its coded into the .net framework to do run-time compilation, but easy scripting DLLs / APIs like the one he linked shouldn't be totally difficult to implement and could provide an much easier way to script as well as enhance the community involvement and bot immensely, which in return will bring in more business, if that's what the owners / developerss are looking for...

Someone understands me

Look now in plugin or CostumClasses , only few people can contribute...
I dont wanna have my char fighting like they decided it.

GIFE JavaScript..... you will be rewarded for this.
 
Haleluja



Someone understands me

Look now in plugin or CostumClasses , only few people can contribute...
I dont wanna have my char fighting like they decided it.

GIFE JavaScript..... you will be rewarded for this.

We understand you but won't do it for some time. Honorbuddy is evolving all the time and the reason custom classes appear complex is that they do so much clever. A JavaScript engine won't help this.
 
Adding js just because a handful of people prefer it is a pointless need on a good bot, the plugins and customclasses are not hard to make, and if you already know js it'll take you 10mins to grasp the basics of c# hell in the time its taken you to have this debate you could of made and debugged a plugin.

Why should we all have to deal with a bot checking more types of code and slowing it down, just so a handful of end users don't have to take 10mins out of there life to learn something different which could help them in the long run.
 
Last edited:
Assuming the devs would create a java interepeter engine into HB, it could do whatever you wanted as long as the API would allow it. Again this could be solved with nicely written UDF's.

So you should rather ask community start making UDF's making the trivial tasks as simple as possible.
 
Last edited:
Or you could learn maybe? I did.
I did too ...

But few coders isnt a community ...... what i am asking is:

1.Easy to implement.
2.Easy to use to many people
3.Community will grow much more
4.Some coders will be rewarded for this.

Now all the fights depends from C# coders like the days of glider , zolofighter was way better then that . Why ? alot of scripting was done.
 
Back
Top