If you use old version of injection.dll – take the proper version of script.dll from archive with used injection.
You want inj source code?
You known C++? Injection.dll and Launcher written in RAD Studio 2010, script.dll – in C++ Builder 6.0 with synhl component for colored editor.
Yeah I know C ...
Search found 6 matches
- 2014-10-10 10:04:50
- Forum: General
- Topic: Yoko with client 7.0.35.6
- Replies: 26
- Views: 10635
- 2014-10-10 08:51:42
- Forum: General
- Topic: Yoko with client 7.0.35.6
- Replies: 26
- Views: 10635
Re: Yoko with client 7.0.35.6
But why I have empty field tabpage of script? And you release source code of new Injection?
- 2014-10-10 06:37:30
- Forum: General
- Topic: Yoko with client 7.0.35.6
- Replies: 26
- Views: 10635
Re: Yoko with client 7.0.35.6
Yeah I login 2 server with injection and I didn't have problem with type but tabpage Script not working (empty field) ...
- 2014-10-09 23:22:57
- Forum: General
- Topic: Yoko with client 7.0.35.6
- Replies: 26
- Views: 10635
Re: Yoko with client 7.0.35.6
problem with items I with advice from friend this. (Packet 0xF3)
private static CallbackResult OnItemDetailsNew(byte[] data, CallbackResult prevState)
{
lock (World.SyncRoot)
{
PacketReader reader = new PacketReader(data);
byte id = reader.ReadByte();
if (id != 0xF3) throw ...
private static CallbackResult OnItemDetailsNew(byte[] data, CallbackResult prevState)
{
lock (World.SyncRoot)
{
PacketReader reader = new PacketReader(data);
byte id = reader.ReadByte();
if (id != 0xF3) throw ...
- 2014-07-21 14:08:34
- Forum: General
- Topic: Injection 2014 !
- Replies: 588
- Views: 159774
Re: Injection 2014 !
See injection_log.txt (with Verbose Logging checked checkbox on main tab and select ClientVersion >6.0.5 on connection tab) after connect to auth server.
First BYTE 0xEF - greeting
BYTE[4] - IP (Seed for login crypt)
BYTE[16] - I don't remember what is it, looking on the Internet.
I know but I ...
First BYTE 0xEF - greeting
BYTE[4] - IP (Seed for login crypt)
BYTE[16] - I don't remember what is it, looking on the Internet.
I know but I ...
- 2014-07-20 23:23:05
- Forum: General
- Topic: Injection 2014 !
- Replies: 588
- Views: 159774
Re: Injection 2014 !
Hello, coul you anybody post source code this new injection please? I try repair czech external program to UO but I absolutely don't know how fix program for new clients (> 6.0.1.7?) For client which sending login packet 0xEF (program is make for clients 2.xx but 6.0.1.1 works too) sending me error ...