Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

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

0 Miembros and 1 Guest are viewing this topic.

Offline T-LEGENDARY #20 Posteado: October 13, 2020, 03:02:09 PM

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 698
  • Gracias recibida: 9055
  • br
@cobyzero
hello dear  , can you share complete CustomNotice.cpp and the CustomNotice.h ?
because here is incomplete , thx a lot :)


Offline cobyzero #21 Posteado: October 13, 2020, 03:05:56 PM

  • MAESTRO

  • US. DE HONOR

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 646
  • Gracias recibida: 26435
  • pe
@cobyzero
hello dear  , can you share complete CustomNotice.cpp and the CustomNotice.h ?
because here is incomplete , thx a lot :)


Gracias por reportar



reemplazen esto y listo me habia olvidado ya que yo no lo uso asi pero con eso ya debe funcionar  jajaja

Gracias:


Online emersonx13 #22 Posteado: October 13, 2020, 03:18:23 PM

  • MAESTRO

  • US. DE HONOR

  • LEYENDA

  • 3D Maker
  • 0 puntos por ventas
  • *
  • *
  • Rank: Puto amo
  • Posts: 524
  • Gracias recibida: 33613
  • br
Very transparent with CScene


Donate for my Work

BTC: 1HnXqN1wAh3EUC2Gi4WVH5Cj8fmihgeQze

Offline cobyzero #23 Posteado: October 13, 2020, 03:39:43 PM

  • MAESTRO

  • US. DE HONOR

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 646
  • Gracias recibida: 26435
  • pe
Very transparent with CScene


si tmb me di cuenta de eso, lo que hice fue agregarlo directamente al CScene y con eso se quita la transparencia.

Gracias:


Online emersonx13 #24 Posteado: October 13, 2020, 05:11:34 PM

  • MAESTRO

  • US. DE HONOR

  • LEYENDA

  • 3D Maker
  • 0 puntos por ventas
  • *
  • *
  • Rank: Puto amo
  • Posts: 524
  • Gracias recibida: 33613
  • br
Very transparent with CScene


si tmb me di cuenta de eso, lo que hice fue agregarlo directamente al CScene y con eso se quita la transparencia.

thank you



 aplausos

Donate for my Work

BTC: 1HnXqN1wAh3EUC2Gi4WVH5Cj8fmihgeQze

Offline T-LEGENDARY #25 Posteado: October 13, 2020, 06:35:18 PM | Modificado: October 14, 2020, 09:48:17 AM by froid11

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 698
  • Gracias recibida: 9055
  • 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


Gracias:


Offline cobyzero #26 Posteado: October 14, 2020, 08:37:10 AM

  • MAESTRO

  • US. DE HONOR

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 646
  • Gracias recibida: 26435
  • pe
@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.

Gracias:


Offline takumi12 #27 Posteado: October 14, 2020, 08:42:15 AM

  • MAESTRO

  • US. DE HONOR

  • LEYENDA

  • Php Coder
  • +11 puntos por ventas
  • *
  • *
  • Rank: Puto amo
  • Posts: 1.315
  • Gracias recibida: 40850
  • mx
@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);

}


te agradecería que no hagas un comentario con el código fuente del autor ya que fomentas a que se lleven el código sin dar el reconocimiento debido del autor del código.


Las offset no se crea, ni se destruye, solo se transforma

Gracias:


Offline T-LEGENDARY #28 Posteado: October 14, 2020, 11:34:04 AM | Modificado: October 14, 2020, 03:20:26 PM by froid11

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 698
  • Gracias recibida: 9055
  • br
@cobyzero @takumi12

Now i dont undersant , main.exe all time i try open , cloese , when try loading... help :(

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

SOMETHING IS NOT CORRECT , WHEN I REMOVE THIS OPEN NORMAL , THE MAIN.EXE ...



@axeman192
can you share your source in private pleasi? i have dificuts to install this actually :(


Offline T-LEGENDARY #29 Posteado: October 14, 2020, 01:16:12 PM

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 698
  • Gracias recibida: 9055
  • br
Mi imaginación se ha derrumbado.  jajaja




Can you share this source yours code ? in pirvate with my pleasi ?????


Online emersonx13 #30 Posteado: October 14, 2020, 04:59:54 PM | Modificado: October 14, 2020, 05:02:39 PM by emersonx13

  • MAESTRO

  • US. DE HONOR

  • LEYENDA

  • 3D Maker
  • 0 puntos por ventas
  • *
  • *
  • Rank: Puto amo
  • Posts: 524
  • Gracias recibida: 33613
  • br
if you want draw other type text like this



here you go
 cool2



Donate for my Work

BTC: 1HnXqN1wAh3EUC2Gi4WVH5Cj8fmihgeQze

Gracias:

Zike, jeferson, distuber1, hald22, djkaku, dangnhapnee, GabrielDev, jeferson11, Ryzenn, zHammer, elcrom, ValkyrieDevs, wellwisher22, jserrao80, kimrubi, dakosmu, usersa, AishaCT, duglas_nike9, oxey.mu, RifleMaN_, concac123, hu7vo6, Arazox, ziza, zpzwb113, Flash, python, vaneavanea31, vicente, sieups, Betell Host, nockasdd, wahaha, wildriff66, vipgale01, TryMenow, FOX, Erick05, RAGNAR111, ezesosa, Shellshock, xz18786628, dieguitox, 183358, Vincent, mantios, Rindy, myway, drendy, gredy, ImportedPotato, Senhor-D, dario, dorbenabu, mapsung, afiqui, LeeHenry, habacedu24, dark32, omgsf, LuciferXT, korron, Thedevilslefthand, broly, zhangjianle865, erickmalfoy, Wendigo, tutu100, lstuan, frenzo2009, tcbaoanh, Lude, mcalbert1, OneMU, Dieguinho, alexfy, JavixFer, Ifreat, byweltin@gmail.com, Pyke, Shrimp, bkbodoke, tdthanh95, nujd00, Iямαηɗαɗ ☠, cobyzero, Konnopny, TzCr4ck, AZURE, luciferlg, LuisGaming, hinam.97, deathsquad, admmunowar, victhorinox, zodiacddos, clairtoncb, showmax, datcom, Crowley, baojianyang, vnshell, Karuritoku, 1732313, sagamacus, npt.formu, JokerZoe, emerson2004, zacki0801, jonasbss, harry130, draco425, higlans, djagripnos, RaduOnica, neeck1234, GX_KYO, fer1992, ohmagic, spartacus, GameNet, nnDoug, hiep, SaintZeus, angel3858, kaisudo, pravednik, Aragon, haziel, c4nhsatcodong, ailsoncost, TheKing027, ConejoMalo, stark98, laulinh2, T-LEGENDARY, z348870672, onlinezajzaj, andreyzz, matheusgom, dhaomao, Daniel@, xxmenonxx, dark, RafhaelSouza, Ravoc, nguqua, Higgs, comelon666, juniorcgr, DemonLove, cri0, ZabiinoOo, GabrielDevel, lunaticodeveloper, Peluuca

Offline comelon666 #31 Posteado: October 30, 2020, 06:32:36 PM

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 120
  • Gracias recibida: 311
  • pe
@cobyzero
hello dear  , can you share complete CustomNotice.cpp and the CustomNotice.h ?
because here is incomplete , thx a lot :)


Gracias por reportar

reemplazen esto y listo me habia olvidado ya que yo no lo uso asi pero con eso ya debe funcionar  jajaja

sigue dando errores podrias revisar el codigo algo anda mal

Gracias:


Offline cobyzero #32 Posteado: October 30, 2020, 08:48:58 PM

  • MAESTRO

  • US. DE HONOR

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 646
  • Gracias recibida: 26435
  • pe
@cobyzero
hello dear  , can you share complete CustomNotice.cpp and the CustomNotice.h ?
because here is incomplete , thx a lot :)


Gracias por reportar

reemplazen esto y listo me habia olvidado ya que yo no lo uso asi pero con eso ya debe funcionar  jajaja

sigue dando errores podrias revisar el codigo algo anda mal

Es un código básico el cual lo publique para que a criterio de cada uno lo modifique para realizar algo lindo, solo hace tener un poco de criterio de manejo de código para poder hacerlo andar, con mucho gusto te ayudaría por privado pero son errores demasiados básicos, solo verifica en tu source que no tengas ninguna otra función que use el mismo offset, es el mismo error que me han estado diciendo que arreglara, pero con solo borrarlo se quita, para los que tienen un poco de conocimiento se habrán dado cuenta que la source funciona de una manera bastante ingeniosa, borra el texto de copyright y lo reemplaza por un texto junto con una imagen puesta que se maneja via Getmain con el customMessage, es una tecnica bastante curiosa xd


Offline ConejoMalo #33 Posteado: October 31, 2020, 12:32:34 AM

  • +1 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 751
  • Gracias recibida: 6758
  • ar
@cobyzero
hello dear  , can you share complete CustomNotice.cpp and the CustomNotice.h ?
because here is incomplete , thx a lot :)


Gracias por reportar

reemplazen esto y listo me habia olvidado ya que yo no lo uso asi pero con eso ya debe funcionar  jajaja

sigue dando errores podrias revisar el codigo algo anda mal

Es un código básico el cual lo publique para que a criterio de cada uno lo modifique para realizar algo lindo, solo hace tener un poco de criterio de manejo de código para poder hacerlo andar, con mucho gusto te ayudaría por privado pero son errores demasiados básicos, solo verifica en tu source que no tengas ninguna otra función que use el mismo offset, es el mismo error que me han estado diciendo que arreglara, pero con solo borrarlo se quita, para los que tienen un poco de conocimiento se habrán dado cuenta que la source funciona de una manera bastante ingeniosa, borra el texto de copyright y lo reemplaza por un texto junto con una imagen puesta que se maneja via Getmain con el customMessage, es una tecnica bastante curiosa xd
como dice cobayo, es un codigo basico.. yo lo probe desde que lo posteo y no encontre ningun error..  el que si da error es el timeserver.. no te deja loguear.. si lo queres enviame privado.

Servicios de  Reparacion de bug Files Muemu, desde source y agregados Custom, soporte de configuracion.

Offline RaduOnica #34 Posteado: November 02, 2020, 08:19:19 AM | Modificado: November 02, 2020, 08:46:06 AM by RaduOnica

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 129
  • Gracias recibida: 68
  • it
Error   2   error LNK2005: "unsigned long Test_Buff" (?Test_Buff@@3KA) already defined in CustomNotice.obj   D:\Source\Main_EX614\Main\Other.obj   Main
Error   3   error LNK2005: "char * Test_LevelBuff" (?Test_LevelBuff@@3PADA) already defined in CustomNotice.obj   D:\Source\Main_EX614\Main\Other.obj   Main

UP: Fixed


Offline cobyzero #35 Posteado: November 02, 2020, 09:45:35 AM

  • MAESTRO

  • US. DE HONOR

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 646
  • Gracias recibida: 26435
  • pe
Error   2   error LNK2005: "unsigned long Test_Buff" (?Test_Buff@@3KA) already defined in CustomNotice.obj   D:\Source\Main_EX614\Main\Other.obj   Main
Error   3   error LNK2005: "char * Test_LevelBuff" (?Test_LevelBuff@@3PADA) already defined in CustomNotice.obj   D:\Source\Main_EX614\Main\Other.obj   Main

UP: Fixed

Ahi mismo te dice tu error, que ya estan definidas en algun lado, borra esas partes y incluye el cpp del archivo que tiene esas funciones al de noticias asi no te salta error de repeticion.


Offline dhaomao #36 Posteado: November 06, 2020, 10:56:39 AM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 44
  • Gracias recibida: 11
  • dz
Very transparent with CScene


si tmb me di cuenta de eso, lo que hice fue agregarlo directamente al CScene y con eso se quita la transparencia.

thank you



 aplausos

share how to fix in CScene

Gracias:


Offline onlinezajzaj #37 Posteado: December 08, 2020, 06:13:59 AM

  • MAESTRO

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 676
  • Gracias recibida: 18145
  • vn


jajaja jajaja jajaja jajaja jajaja jajaja jajaja jajaja jajaja jajaja jajaja jajaja jajaja jajaja jajaja jajaja

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

Gracias:


Offline Thormat #38 Posteado: December 08, 2020, 11:12:41 AM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 15
  • Gracias recibida: 0


jajaja jajaja jajaja jajaja jajaja jajaja jajaja jajaja jajaja jajaja jajaja jajaja jajaja jajaja jajaja jajaja

esa es su imagen de culto, es un engaño


Offline comelon666 #39 Posteado: December 08, 2020, 05:38:01 PM

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 120
  • Gracias recibida: 311
  • pe
como arreglar la transparencia uso CScene



Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

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