Udrakoloader
1.0.0
Udrakoloader هو وزارة الدفاع ، متوافقة حاليًا مع SAMP و HALO [ربما مع العديد من الألعاب الأخرى]. يوفر القدرة على تحميل البرامج النصية (DLL) التي تم تطويرها في .NET في اللعبة.
استنادا إلى scripthookvdotnet و Sharpneedle. يتكون أساسًا من استضافة CLR ، لتشغيل الإضافات .NET.
- لا أحصل على الفضل في هذا للأسباب التالية:
بعض الأمثلة: [ترجمة DLL ووضعها داخل مجلد "Udrakoloader"]
للإضافات C# ، يجب عليك توفير دليل مساحة الاسم الصحيحة.
في هذه الحالة ، استبدل ["مسافة الاسم" project.udrakoloader "] بـ [" مساحة الاسم .UDRAKOLOADER "]
// Plugin.cs
using System ;
using System . Collections . Generic ;
using System . Diagnostics ;
using System . Linq ;
using System . Text ;
using System . Windows . Forms ;
namespace ExampleProject . Udrakoloader
{
public class Plugin
{
public static int EntryPoint ( string pwzArgument )
{
string processName = Process . GetCurrentProcess ( ) . ProcessName ;
MessageBox . Show ( "C# Example | The current process is " + processName ) ;
return 0 ;
}
}
} 'Plugin.vb
Imports System
Imports System.Collections.Generic
Imports System.Diagnostics
Imports System.Linq
Imports System.Text
Imports System.Windows.Forms
Imports System.Reflection
Imports System.Runtime.CompilerServices
Imports System.Runtime.InteropServices
Imports System.Security
Namespace Udrakoloader
Public Class Plugin
Public Shared Function EntryPoint( ByVal pwzArgument As String ) As Integer
Dim processName As String = Process.GetCurrentProcess().ProcessName
MessageBox.Show( "vb Example | The current process is " & processName)
Return 0
End Function
End Class
End Namespace قم بتنزيل الإصدارات المسبقة التي تم إجراؤها للألعاب: تنزيلات Udrako Loader