GreenGoblin
BANNED
- Jul 17, 2008
- 1,492
- 2,581
So in total how many 2.0 is there and will be there?
venom scripting allows u to add whatever u want. u can even outsource it if u just want someone to write u up some scripts bots etc, but to answer your question you can do whatever your little IMing heart desires
What is venomscripting?
-it is a vb.net scripting engine that will let you make vseopro/bot to do the tasks the way you want to. Its so flexible, and there are no significant speed loss compared to compiled IL/.net apps. No more posting on bug section like, "$user is not working in constant paths etc" because you can create a new code.
Advantages:
-No more compiling for us to release new updates for new supported sites, we will just edit the scripts. Coders who want to create bots dont need to do the tasks: create gui, create threading codes, create http codes, etc. All they need to do is create a bot code right away. Once a site updates, it will be easy to update a script, no need to update the whole software.
Features:
1. Pure vb.net syntax
2. Built in functions for creating bots(scrapers, http class, etc)
3. Vseobot database can be used so completing forms is just a few lines of codes away.
4. Ability to create your own functions that can be called inside the main code.
5. Ability to import external libraries(dll) and use it inside the scripting.