Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: Sources Fake player online with BOT [EMU+SCFMT]  (Visto 17379 veces)

0 Miembros and 2 Guests are viewing this topic.

Offline BladeKnight109 #20 Posteado: June 25, 2021, 11:27:45 AM | Modificado: June 25, 2021, 11:47:51 AM by BladeKnight109

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 3
  • Gracias recibida: 4
  • vn

Gracias:


Offline manfromvn #21 Posteado: June 25, 2021, 01:51:34 PM

  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 82
  • Gracias recibida: 29
  • vn
 missing function "gObjAddUser();"  please help share. thanks


Online KhongGianOL #22 Posteado: June 25, 2021, 02:16:59 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 217
  • Gracias recibida: 602
  • vn
missing function "gObjAddUser();"  please help share. thanks

Câu trả lời của bạn đây ?

Code: [Select]
short gObjAddUser()
{

int count;

//EnterCriticalSection(&m_critAddMonster);

int totalcount = 0;
count = gObjCount;

while (true)
{
if (gObj[count].Connected == PLAYER_EMPTY)
{
gObjCharZeroSet(count);
gObj[count].m_Index = count;
gObj[count].Connected = PLAYER_CONNECTED;

gObjCount++;

if (gObjCount < count)
{
gObjCount = count + 1;
}

if (gObjCount >= OBJMAX)
{
gObjCount = 0;
}

//LeaveCriticalSection(&m_critAddMonster);
return count;
}

count++;

if (count >= OBJMAX)
{
count = 0;
}

totalcount++;

if (totalcount >= OBJMAX)
{
//LeaveCriticalSection(&m_critAddMonster);
//LogAdd( lMsg.Get( MSGGET ( 1, 255 )), __FILE__, __LINE__ );
return -1;
}
}

//LeaveCriticalSection(&m_critAddMonster);
return -1;
}

Be kind, for everyone you meet is fighting their hard battle

Gracias:


Offline manfromvn #23 Posteado: June 25, 2021, 11:49:22 PM | Modificado: June 25, 2021, 11:54:11 PM by manfromvn

  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 82
  • Gracias recibida: 29
  • vn
Thanks but I got error with this. pls help fix



 

Gracias:


Offline zhangjianle865 #24 Posteado: June 26, 2021, 12:25:38 AM

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 126
  • Gracias recibida: 86
  • cn
Cómo añadir a la fuente
El mío es Louis.
Tengo 165 errores.



Online KhongGianOL #25 Posteado: June 26, 2021, 01:05:36 AM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 217
  • Gracias recibida: 602
  • vn
Cómo añadir a la fuente
El mío es Louis.
Tengo 165 errores.

mã nguồn này chỉ dành cho SCFMT, EMU thì phải viết lại hết...

Be kind, for everyone you meet is fighting their hard battle

Offline chuckhai #26 Posteado: June 26, 2021, 05:33:28 AM

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 130
  • Gracias recibida: 1074
  • vn
mã nguồn này hoạt động tốt


Online KhongGianOL #27 Posteado: June 26, 2021, 06:10:19 AM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 217
  • Gracias recibida: 602
  • vn
đúng, mã nguồn này hoạt động tốt với SCF

Be kind, for everyone you meet is fighting their hard battle

Offline JavixFer #28 Posteado: June 26, 2021, 08:10:38 AM

  • +1 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 480
  • Gracias recibida: 4057
  • bo
đúng, mã nguồn này hoạt động tốt với SCF
como iria las lineas en attack.cpp? mis bot se quedan estaticos no hacen nada...


Online KhongGianOL #29 Posteado: June 26, 2021, 09:38:21 AM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 217
  • Gracias recibida: 602
  • vn
đúng, mã nguồn này hoạt động tốt với SCF
como iria las lineas en attack.cpp? mis bot se quedan estaticos no hacen nada...

Cậu đang sử dụng mã nguồn SCFMT

Be kind, for everyone you meet is fighting their hard battle

Offline manfromvn #30 Posteado: June 26, 2021, 09:40:40 AM

  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 82
  • Gracias recibida: 29
  • vn
@KhongGianOL Có cách nào làm cho mấy con bot này đánh ko có delay ko, nó đánh chậm như rùa bò ấy, delay 1s mới ra skill.


Online KhongGianOL #31 Posteado: June 26, 2021, 10:58:24 AM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 217
  • Gracias recibida: 602
  • vn
@KhongGianOL Có cách nào làm cho mấy con bot này đánh ko có delay ko, nó đánh chậm như rùa bò ấy, delay 1s mới ra skill.

Sét trong file ấy..đánh thử 65k xem

Be kind, for everyone you meet is fighting their hard battle

Offline JavixFer #32 Posteado: June 26, 2021, 11:45:01 AM

  • +1 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 480
  • Gracias recibida: 4057
  • bo
đúng, mã nguồn này hoạt động tốt với SCF
como iria las lineas en attack.cpp? mis bot se quedan estaticos no hacen nada...

Cậu đang sử dụng mã nguồn SCFMT
estoy usando mu emu... me podrias facilitar las lineas que va en attack para asi yo adaptarlasa a mu emu por favor please


Offline lramon #33 Posteado: June 26, 2021, 08:22:23 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 25
  • Gracias recibida: 24
  • vn
I buy for MUEMU Send me MP with price !


Online KhongGianOL #34 Posteado: June 26, 2021, 10:11:11 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 217
  • Gracias recibida: 602
  • vn
I buy for MUEMU Send me MP with price !

If you are Vietnamese, contact zalo: 0938737340 and if you are international friends, contact facebook: http://facebook.com/to.ngoc.quang.1984

Be kind, for everyone you meet is fighting their hard battle

Offline judakiss21 #35 Posteado: June 27, 2021, 12:26:21 AM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 48
  • Gracias recibida: 11
  • ph

Offline jangaka1 #36 Posteado: June 27, 2021, 03:05:22 AM | Modificado: June 28, 2021, 04:28:31 AM by jangaka1

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 26
  • Gracias recibida: 10
  • gp

Offline manfromvn #37 Posteado: June 27, 2021, 03:09:28 AM

  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 82
  • Gracias recibida: 29
  • vn
@KhongGianOL Không phải do agi, cái này nó ko đánh liên tục được, mấy con bot nó đánh bị delay đánh nhát 1 chứ ko tung skill liên tục, kiểu như dùng skill kẹp chuột ấy. ông xem lại thử nhé. thạnks


Offline jangaka1 #38 Posteado: June 27, 2021, 03:12:50 AM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 26
  • Gracias recibida: 10
  • gp
@KhongGianOL Không phải do agi, cái này nó ko đánh liên tục được, mấy con bot nó đánh bị delay đánh nhát 1 chứ ko tung skill liên tục, kiểu như dùng skill kẹp chuột ấy. ông xem lại thử nhé. thạnks


Bạn chỉ mình cách add vào source SCF được không ?

cảm ơn bạn nhiều


Offline manfromvn #39 Posteado: June 27, 2021, 03:26:31 AM

  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 82
  • Gracias recibida: 29
  • vn
Code đủ cả rồi chỉ việc Copy & Paste vào trong source thôi chứ có cần làm gì cao siêu đâu mà bạn hỏi khó thế ?
Với lại code này hình như còn thiếu 1 số chỗ nữa, mình miễn cưỡng chạy tạm được nhưng vẫn bị lỗi error đỏ lòm ở trên ấy.


Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
17 Replies
5923 Views
Last post July 16, 2022, 10:16:09 PM
by SaintZeus