Search found 7 matches

by kyanor
2015-03-20 05:23:42
Forum: Modifications. Other user tools.
Topic: Script.dll signature
Replies: 2
Views: 3686

Re: Script.dll signature

That solved, thank you!
by kyanor
2015-03-19 04:43:45
Forum: Modifications. Other user tools.
Topic: Script.dll signature
Replies: 2
Views: 3686

Script.dll signature

Hello, i`ve created my own script.dll on older injection, but now i found out that it no longer works on injection 2015.

Analyzing a little I found a missing exported method called GetScriptVersion, but I don`t know what it returns and its parameters.
Does anyone know where can i get those ...
by kyanor
2013-07-15 13:54:59
Forum: General
Topic: Multiple Gumgs
Replies: 2
Views: 2469

Re: Multiple Gumgs

Thank for your fast reply.. So sad for that..

Looking forward to see it implemmented.. Thx.
by kyanor
2013-07-14 22:59:09
Forum: General
Topic: Multiple Gumgs
Replies: 2
Views: 2469

Multiple Gumgs

Hey there...
Now that we have a new Injection, i decided to remember howto make scripts..

My problem is, i have 2 gumps opening at the same time.
When i use the LastGump function i get only one of those. There is a way that i can get the second gump info?

Thx.
by kyanor
2012-03-01 03:48:18
Forum: Modifications. Other user tools.
Topic: Scripting in any .NET language
Replies: 4
Views: 4465

Re: Scripting in any .NET language

New version uploaded.

  • UI Bug fixes
  • Added all Attributes to UO Class (Life, STR, Mana, etc)
  • Added many functions

If you find any bug, please report.
by kyanor
2012-02-28 13:40:37
Forum: Modifications. Other user tools.
Topic: Scripting in any .NET language
Replies: 4
Views: 4465

Re: Scripting in any .NET language

Edited first topic
by kyanor
2012-02-27 17:13:42
Forum: Modifications. Other user tools.
Topic: Scripting in any .NET language
Replies: 4
Views: 4465

Scripting in any .NET language

I've modified script.dll to use native .NET languages. It's not parsing, but using it as a library(dll).

You can use any .NET language as C# or VB.Net.
You can fully debug your script with Visual Studio or any Just-In-Time Debugger.

It's working well, and you can make use of the Visual Studio or ...