Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: Source Notices SelecServer(1.04E)  (Visto 11169 veces)

0 Miembros and 1 Guest are viewing this topic.

Offline walkeny #60 Posteado: July 09, 2021, 05:06:17 PM

  • 0 puntos por ventas
  • *
  • Rank: Experto
  • Posts: 166
  • Gracias recibida: 1072
  • ni
@cobyzero se podria crear una DLL externa, algo asi como un plugin, para agregar al GS?
Estuve intentando hacerlo plugin pero para main, la source funciona todo con main y getmain, no toca nada en el GS.
Si alguien tiene una base de algun plugin para guiarme xddd ya que el mio me saltan errores con la dll principal.

se podria con el plugin de la camara no?

Gracias:


Offline cobyzero #61 Posteado: July 09, 2021, 09:27:21 PM

  • MAESTRO

  • US. DE HONOR

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 648
  • Gracias recibida: 26670
  • pe
@cobyzero se podria crear una DLL externa, algo asi como un plugin, para agregar al GS?
Estuve intentando hacerlo plugin pero para main, la source funciona todo con main y getmain, no toca nada en el GS.
Si alguien tiene una base de algun plugin para guiarme xddd ya que el mio me saltan errores con la dll principal.

se podria con el plugin de la camara no?
si, ya lo hice xd, pero ya esta el codigo que alguien mas haga el plugin ami me da peresa xD a parte es un código viejo. caca


Offline walkeny #62 Posteado: July 10, 2021, 09:40:42 PM

  • 0 puntos por ventas
  • *
  • Rank: Experto
  • Posts: 166
  • Gracias recibida: 1072
  • ni
@cobyzero se podria crear una DLL externa, algo asi como un plugin, para agregar al GS?
Estuve intentando hacerlo plugin pero para main, la source funciona todo con main y getmain, no toca nada en el GS.
Si alguien tiene una base de algun plugin para guiarme xddd ya que el mio me saltan errores con la dll principal.

se podria con el plugin de la camara no?
si, ya lo hice xd, pero ya esta el codigo que alguien mas haga el plugin ami me da peresa xD a parte es un código viejo. caca

jajaja bueno eso si, probare hacerlo no soy coder ni nada, pero ando aprendiendo me sirve que aprendo o me doy por vencido, :V


Offline onlinezajzaj #63 Posteado: October 11, 2021, 04:27:49 AM

  • MAESTRO

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 689
  • Gracias recibida: 17938
  • vn
Video tutorial Source Notices SelecServer(1.04E)

There are many of you who have questions about how to implement this source code, now I make video tutorials, wish you success!



 
 tabaco tabaco tabaco tabaco tabaco tabaco tabaco tabaco tabaco tabaco tabaco

The complete code :
.cpp:



Chuyên cung cấp Server MU -  Dạy dev MU online - Giá rẻ.
TEACHER MU ONLINE VIỆT NAM / TRAO ĐỔI KINH NGHIỆM MU ONLINE TOP 1 tại VIỆT NAM
WhatApps/Zalo : +886983042918 - ONLINEZAJZAJ : https://zalo.me/caongochavt
https://www.paypal.me/teacherzajzaj

Offline Rindy #64 Posteado: October 11, 2021, 01:17:12 PM

  • 0 puntos por ventas
  • *
  • Rank: Usuario activo
  • Posts: 68
  • Gracias recibida: 1597
  • gb
Naked(Notices)
{
   LoadBitmapA("Custom\\Noticias.jpg", 0x9969, GL_LINEAR, GL_CLAMP, 1, 0);

   int PosX;
   PosX = 470;

   char fecha[25];
   time_t current_time;
   current_time = time(NULL);
   ctime(&current_time);
   strcpy(fecha, ctime(&current_time));

   pDrawGUI(0x9969, (float)455, (float)70 - 47, 173, 407);

for(int R = 105;R < 200; R++)
{
   gInterface.DrawFormat(eGold, 505, 54 + 10 + R, 250, 1, "%s", gCustomMessage.GetMessage(R));
}


   _asm
   {
      lea eax, Test_LevelBuff
      push eax
      //   // ----
   }
   _asm
   {
      mov Test_Buff, 0x004D7D1D
      jmp Test_Buff
   }
}


Offline ImportedPotato #65 Posteado: October 16, 2021, 02:32:26 AM

  • 0 puntos por ventas
  • *
  • Rank: Heroe
  • Posts: 174
  • Gracias recibida: 32
  • ph
Bueno a nada : v xd



how did you manage to change the background and make it more transparent?


Offline cobyzero #66 Posteado: October 16, 2021, 11:32:25 AM

  • MAESTRO

  • US. DE HONOR

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 648
  • Gracias recibida: 26670
  • pe
Bueno a nada : v xd



how did you manage to change the background and make it more transparent?
It is not an image, it is a color xD,It is the first version that I did xD


Offline ImportedPotato #67 Posteado: October 28, 2021, 06:42:48 AM

  • 0 puntos por ventas
  • *
  • Rank: Heroe
  • Posts: 174
  • Gracias recibida: 32
  • ph
Bueno a nada : v xd



how did you manage to change the background and make it more transparent?
It is not an image, it is a color xD,It is the first version that I did xD


share pls :D


Offline sonytfm #68 Posteado: January 21, 2022, 12:07:55 AM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 387
  • Gracias recibida: 2378
  • ar
Video tutorial Source Notices SelecServer(1.04E)

There are many of you who have questions about how to implement this source code, now I make video tutorials, wish you success!



 
 tabaco tabaco tabaco tabaco tabaco tabaco tabaco tabaco tabaco tabaco tabaco

The complete code :
.cpp:
 
Where do I add that code to main.cpp?


Offline sonytfm #69 Posteado: January 22, 2022, 06:49:10 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 387
  • Gracias recibida: 2378
  • ar
Alguien me daria una mano con esto? :/


Offline comelon666 #70 Posteado: January 22, 2022, 07:33:26 PM | Modificado: January 22, 2022, 07:36:23 PM by comelon666

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 120
  • Gracias recibida: 304
  • pe
Bueno a nada : v xd



how did you manage to change the background and make it more transparent?
It is not an image, it is a color xD,It is the first version that I did xD


share pls :D

para hacerlo transparente aca esta:

       
Code: [Select]
pSetBlend(true);
glColor4f((GLfloat)0.0, (GLfloat)0.0, (GLfloat)0.0, (float)0.6);
pDrawBarForm(405.0, 40.0, 175.0, 380.0, 0.0f, 0);
pGLSwitchBlend();
pGLSwitch();
glColor3f(1.0, 1.0, 1.0);
pSetBlend(false);

solo remplazen la imagen por eso, quedaria asi:



pueden cambiar el tamaño, la ubicacion, la transparencia, etc.



Offline sonytfm #71 Posteado: March 14, 2022, 11:13:13 AM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 387
  • Gracias recibida: 2378
  • ar
Alguien me da una mano con esto? no se nada de source :(


Offline djkaku #72 Posteado: May 29, 2023, 10:04:45 PM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 41
  • Gracias recibida: 6
  • ar
hola alguno me ayudaria a agregar este sistema a mi main? intento pero al momento de probar me tira error de licencia


Offline wellwisher22 #73 Posteado: July 22, 2023, 08:38:12 AM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 239
  • Gracias recibida: 1851
  • br
@cobyzero @axeman192

i don't know what i do wrong here...
can help my someone ?
i was do this...

@emersonx13
answers my on skype or in private :(

in main source i was first create the ---> CustomNotice.cpp / Notice.h

[ CustomNotice.cpp ]
=========================================================================================
Spoiler for Hiden:
#include "stdafx.h"
#include "Notice.h"
#include "Tmemory.h"
#include "CustomFont.h"
#include "CustomMessage.h"
#include "Interface.h"
#include "Defines.h"

DWORD      Test_Buff;
char      Test_LevelBuff[40];

Naked(Notices)
{
   
   int PosX;
    PosX = 470;

   
   pDrawGUI(0x9969, (float)455 , (float)70 - 47, 173, 407);
   

   CustomFont.Draw(CustomFont.FontSize20, 505, 50, 0xDAA520FF, 0x0, 0, 0, 0, gCustomMessage.GetMessage(5));
                                       
   
   CustomFont.Draw(CustomFont.FontSize19, PosX, 80, 0x8B0000FF, 0x0, 0, 0, 0, gCustomMessage.GetMessage(6));

   CustomFont.Draw(CustomFont.FontSize18, PosX, 100, 0xFFFFFFFF, 0x0, 0, 0, 0, gCustomMessage.GetMessage(7));
   CustomFont.Draw(CustomFont.FontSize18, PosX, 115, 0xFFFFFFFF, 0x0, 0, 0, 0, gCustomMessage.GetMessage(8));
   CustomFont.Draw(CustomFont.FontSize18, PosX, 130, 0xFFFFFFFF, 0x0, 0, 0, 0, gCustomMessage.GetMessage(9));

   CustomFont.Draw(CustomFont.FontSize19, PosX, 150, 0x8B0000FF, 0x0, 0, 0, 0, gCustomMessage.GetMessage(10));

   CustomFont.Draw(CustomFont.FontSize18, PosX, 165, 0xFFFFFFFF, 0x0, 0, 0, 0, gCustomMessage.GetMessage(11));
   CustomFont.Draw(CustomFont.FontSize18, PosX, 180, 0xFFFFFFFF, 0x0, 0, 0, 0, gCustomMessage.GetMessage(12));   
   CustomFont.Draw(CustomFont.FontSize18, PosX, 195, 0xFFFFFFFF, 0x0, 0, 0, 0, gCustomMessage.GetMessage(13));   

   CustomFont.Draw(CustomFont.FontSize19, PosX, 215, 0x8B0000FF, 0x0, 0, 0, 0, gCustomMessage.GetMessage(14));

   CustomFont.Draw(CustomFont.FontSize18, PosX, 230, 0xFFFFFFFF, 0x0, 0, 0, 0, gCustomMessage.GetMessage(15));
   CustomFont.Draw(CustomFont.FontSize18, PosX, 245, 0xFFFFFFFF, 0x0, 0, 0, 0, gCustomMessage.GetMessage(16));   
   CustomFont.Draw(CustomFont.FontSize18, PosX, 260, 0xFFFFFFFF, 0x0, 0, 0, 0, gCustomMessage.GetMessage(17));   

   CustomFont.Draw(CustomFont.FontSize19, PosX, 280, 0x8B0000FF, 0x0, 0, 0, 0, gCustomMessage.GetMessage(14));

   CustomFont.Draw(CustomFont.FontSize18, PosX, 295, 0xFFFFFFFF, 0x0, 0, 0, 0, gCustomMessage.GetMessage(15));
   CustomFont.Draw(CustomFont.FontSize18, PosX, 310, 0xFFFFFFFF, 0x0, 0, 0, 0, gCustomMessage.GetMessage(16));   
   CustomFont.Draw(CustomFont.FontSize18, PosX, 325, 0xFFFFFFFF, 0x0, 0, 0, 0, gCustomMessage.GetMessage(17));   

   CustomFont.Draw(CustomFont.FontSize19, PosX, 345, 0x8B0000FF, 0x0, 0, 0, 0, gCustomMessage.GetMessage(14));

   CustomFont.Draw(CustomFont.FontSize18, PosX, 360, 0xFFFFFFFF, 0x0, 0, 0, 0, gCustomMessage.GetMessage(15));
   CustomFont.Draw(CustomFont.FontSize18, PosX, 375, 0xFFFFFFFF, 0x0, 0, 0, 0, gCustomMessage.GetMessage(16));   
   CustomFont.Draw(CustomFont.FontSize18, PosX, 390, 0xFFFFFFFF, 0x0, 0, 0, 0, gCustomMessage.GetMessage(17));   



   _asm
   {
      lea eax, Test_LevelBuff
      push eax
   //   // ----
   }
   _asm
   {
      mov Test_Buff, 0x004D7D1D
      jmp Test_Buff
   }
}




void InitNotices()
{

   SetRange((PVOID)0x004D7DAD, 0x0f, ASM::NOP);
   
   SetOp((LPVOID)0x004D7D13, (LPVOID)Notices, ASM::JMP);
}

[ Notice.h ]

Spoiler for Hiden:
void InitNotices();


[ Main.cpp ]
Spoiler for Hiden:
#include "Notice.h"
   InitNotices();

[ Interface.cpp ]

Spoiler for Hiden:
void Interface::LoadImages()
{

   pLoadImage("Custom\\Noticias.jpg", 0x9969, 0x2601, 0x2900, 1, 0);

}

Se debe a esto en tu source

//Change credits Está funcionando, só desabilitei
   MemorySet(0x004D7DAD,0x90,0x0F);
   SetCompleteHook(0xE9,0x004D7D13,&Copyright);

borra esas lineas y su declaracion y listo.

Estou com os seguintes erros poderia me ajudar?

Error   1   error C2275: 'eCustomFont' : illegal use of this type as an expression   C:\Source V5  ProTecno\Main V5\Main\CustomNotice.cpp   22
Error   2   error C2228: left of '.FontSize20' must have class/struct/union   C:\Source V5  ProTecno\Main V5\Main\CustomNotice.cpp   22
Error   3   error C2039: 'FontSize19' : is not a member of 'eCustomFont'   C:\Source V5  ProTecno\Main V5\Main\CustomNotice.cpp   25
Error   4   error C2039: 'FontSize19' : is not a member of 'eCustomFont'   C:\Source V5  ProTecno\Main V5\Main\CustomNotice.cpp   31
Error   5   error C2039: 'FontSize19' : is not a member of 'eCustomFont'   C:\Source V5  ProTecno\Main V5\Main\CustomNotice.cpp   37
Error   6   error C2039: 'FontSize19' : is not a member of 'eCustomFont'   C:\Source V5  ProTecno\Main V5\Main\CustomNotice.cpp   43
Error   7   error C2039: 'FontSize19' : is not a member of 'eCustomFont'   C:\Source V5  ProTecno\Main V5\Main\CustomNotice.cpp   49
Error   8   error C2084: function 'void Interface::LoadImages(void)' already has a body   C:\Source V5  ProTecno\Main V5\Main\Interface.cpp   574
   9   IntelliSense: class "eCustomFont" has no member "FontSize20"   c:\source v5  protecno\main v5\main\customnotice.cpp   22
   10   IntelliSense: class "eCustomFont" has no member "FontSize19"   c:\source v5  protecno\main v5\main\customnotice.cpp   25
   11   IntelliSense: class "eCustomFont" has no member "FontSize19"   c:\source v5  protecno\main v5\main\customnotice.cpp   31
   12   IntelliSense: class "eCustomFont" has no member "FontSize19"   c:\source v5  protecno\main v5\main\customnotice.cpp   37
   13   IntelliSense: class "eCustomFont" has no member "FontSize19"   c:\source v5  protecno\main v5\main\customnotice.cpp   43
   14   IntelliSense: class "eCustomFont" has no member "FontSize19"   c:\source v5  protecno\main v5\main\customnotice.cpp   49


Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
8 Replies
3398 Views
Last post September 17, 2018, 10:23:06 PM
by Pudge
9 Replies
5159 Views
Last post October 08, 2023, 08:24:16 PM
by eduardo253
13 Replies
5638 Views
Last post August 29, 2022, 12:39:11 PM
by binho
16 Replies
1962 Views
Last post June 29, 2021, 08:24:58 PM
by lunaticodeveloper
4 Replies
802 Views
Last post February 08, 2021, 10:33:52 AM
by cobyzero