Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: acelerador de Graficos ARP +FPS  (Visto 11646 veces)

0 Miembros and 1 Guest are viewing this topic.

Offline takumi12 #20 Posteado: May 08, 2020, 12:20:36 PM

  • MAESTRO

  • US. DE HONOR

  • LEYENDA

  • Php Coder
  • +11 puntos por ventas
  • *
  • *
  • Rank: Puto amo
  • Posts: 1.310
  • Gracias recibida: 39644
  • mx
hola bro una consulta
en el GetMain.cpp
va asi?
DWORD LimitFPS;
y asi?
info.LimitFPS = GetPrivateProfileInt("LimitFPS","LimitFPS",0,".\\MainInfo.ini");

en getmaininfo es así:

Code: [Select]
DWORD LimitFPS;


info.LimitFPS  = GetPrivateProfileInt("Custom","LimitFPS ",0,".\\MainInfo.ini");


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

Gracias:


Offline dizzys #21 Posteado: May 10, 2020, 05:16:08 AM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 37
  • Gracias recibida: 4
  • be

Offline DarkovaX #22 Posteado: May 10, 2020, 02:42:05 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 17
  • Gracias recibida: 7
  • ar
Buenas, que offset usa para s4?


Offline comelon666 #23 Posteado: May 10, 2020, 09:08:27 PM

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 120
  • Gracias recibida: 298
  • pe
compila todo genial pero me aparece al entrar al juego :v


Offline MiRoKu #24 Posteado: May 11, 2020, 11:37:01 AM

  • +1 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 121
  • Gracias recibida: 382
  • ve
alguien podria indicarme si sirve para season 8 con las source de louis up13?

Ganate un Dinero Extra Para Pagar tu Vps
https://brave.com/mue840

Gracias:


Offline universalmu4 #25 Posteado: May 16, 2020, 06:46:28 AM

  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 94
  • Gracias recibida: 154
  • de
can someone please release their main source libary with this included.?

I am unable to make it work.


Offline Diescob #26 Posteado: May 16, 2020, 06:56:40 AM

  • 0 puntos por ventas
  • *
  • Rank: Sup. destacado
  • Posts: 115
  • Gracias recibida: 38
  • co
Para que versión funciona ?

Aunque nadie puede volver atrás y hacer un nuevo comienzo, cualquiera puede comenzar a partir de ahora y crear un nuevo final.

Offline Gamers #27 Posteado: May 16, 2020, 09:32:46 PM | Modificado: May 16, 2020, 10:20:23 PM by Gamers

  • 0 puntos por ventas
  • *
  • Rank: Heroe
  • Posts: 170
  • Gracias recibida: 53
  • pe

Offline FuriaG #28 Posteado: May 16, 2020, 10:31:27 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 17
  • Gracias recibida: 3
  • ar
Lo estoy probando, esta muy bueno pero en el update 13 de louis anda trabado por partes en el sentido de que se ven los 30/31 FPS clavados pero dentro del juego se traba a veces. No se si a alguien mas le pasara pero estoy testeando.

Por las dudas aclaro, mi PC no es.


Offline dhaomao #29 Posteado: May 25, 2020, 02:26:35 AM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 44
  • Gracias recibida: 11
  • dz
Everything is fine fps is working but does'nt show in game ?? how to fix ?? anyone know?


Offline demmian2 #30 Posteado: June 03, 2020, 11:07:46 AM | Modificado: June 03, 2020, 11:54:00 AM by demmian2

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 13
  • Gracias recibida: 1
  • ar
Buen dia comunidad,
estoy intentando implementar este codigo en los sources de LOUIS U13 pero tengo algunos errores de identificadores, creo q me estoy saltando algunos #includes

EDIT: estoy editando el main para S8

Main.cpp(93): error C2065: 'FrameValue' : identificador no declarado
Main.cpp(94): error C2065: 'FrameValue' : identificador no declarado
Main.cpp(96): error C2065: 'MainTickCount' : identificador no declarado
Main.cpp(97): error C2065: 'MainTickCount' : identificador no declarado
Main.cpp(98): error C2065: 'MainTickCount' : identificador no declarado
Main.cpp(99): error C2065: 'MainTickCount' : identificador no declarado
Main.cpp(100): error C2065: 'MainTickCount' : identificador no declarado
Main.cpp(101): error C2065: 'MainTickCount' : identificador no declarado
Main.cpp(102): error C2065: 'MainTickCount' : identificador no declarado
Main.cpp(103): error C2065: 'MainTickCount' : identificador no declarado
Main.cpp(106): error C2065: 'CheckTickCount1' : identificador no declarado
Main.cpp(108): error C2065: 'CheckTickCount2' : identificador no declarado

HackCheck.cpp(198): error C2094: la etiqueta 'SyncTickCount' no estaba definida
HackCheck.cpp(198): error C2094: la etiqueta 'SleepModifier' no estaba definida
HackCheck.cpp(198): error C2094: la etiqueta 'MainTickCount' no estaba definida
HackCheck.cpp(198): error C2094: la etiqueta 'ModelModifier3' no estaba definida
HackCheck.cpp(198): error C2094: la etiqueta 'ModelModifier2' no estaba definida
HackCheck.cpp(198): error C2094: la etiqueta 'ModelModifier1' no estaba definida
HackCheck.cpp(198): error C2094: la etiqueta 'SpeedModifier2' no estaba definida
HackCheck.cpp(198): error C2094: la etiqueta 'SpeedModifier1' no estaba definida
HackCheck.cpp(198): error C2094: la etiqueta 'HasteModifier' no estaba definida
HackCheck.cpp(198): error C2094: la etiqueta 'DelayModifier' no estaba definida
HackCheck.cpp(198): error C2094: la etiqueta 'CountModifier' no estaba definida


 por otro lado, segun entiendo en la siguente funcion la variable FPS asigna los fps desde el mainInfo, entonces puedo asignar un FPS fijo si le doy un valor int (example: FPS = 31; )?
_declspec(naked) void CheckTickCount2() // OK
{
   static DWORD CheckTickCountAddress1 = 0x004DA3F0;
   FPS = gProtect.m_MainInfo.LimitFPS;

C++, Python programmer

Offline demmian2 #31 Posteado: June 03, 2020, 10:46:05 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 13
  • Gracias recibida: 1
  • ar
Recién arranco con los source del Mu, no es tan complicado, posrias darme una mano y en algún momento te la puedo dar yo, es la misma molestia a te toma escribir lo q escribiste, pero gracias de todos modos

C++, Python programmer

Offline JavixFer #32 Posteado: June 03, 2020, 11:10:15 PM

  • +1 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 476
  • Gracias recibida: 3974
  • bo
Recién arranco con los source del Mu, no es tan complicado, posrias darme una mano y en algún momento te la puedo dar yo, es la misma molestia a te toma escribir lo q escribiste, pero gracias de todos modos

bro no es por malo pero nadie te va a decir como copilar y como resolver tus problemas que te saldran al copiar y pegar... tienes que aprender lo basico viendo videos que estan en el mismo foro aportados en la seccion de c++ si realmente quieres aprender ve un par de videos para tener conocimiento de lo basico.... yo no soy programador pero asi aprendi lo basico y tambien usando el sentido comun.

Gracias:


Offline -Rastaa.TSM☢ #33 Posteado: June 04, 2020, 12:25:13 AM

  • MAESTRO

  • US. DE HONOR

  • Super moderador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 883
  • Gracias recibida: 24977
  • ve
TEMA LIMPIO DE COMENTARIOS INNECESARIOS
-Por favor no desvirtuar el tema con comentarios innecesarios!!


Offline universalmu4 #34 Posteado: June 07, 2020, 07:51:28 AM | Modificado: June 07, 2020, 08:11:43 AM by universalmu4

  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 94
  • Gracias recibida: 154
  • de
Hi,

Not working for me. (S8 UP13)

Can you please help me with this.?


Code: [Select]
1>------ Rebuild All started: Project: Main, Configuration: Release Win32 ------
1>Build started 07/06/2020 14:50:04.
1>_PrepareForClean:
1>  Deleting file "Release\Main.lastbuildstate".
1>InitializeBuildStatus:
1>  Touching "Release\Main.unsuccessfulbuild".
1>ClCompile:
1>  stdafx.cpp
1>  CCRC32.Cpp
1>  Common.cpp
1>  Constroller.cpp
1>  CustomBuyVip.cpp
1>c:\users\daniel-desktop\desktop\mustuff\gs +  fix + s8 basic\main_ex803\main\Object.h(3): warning C4067: unexpected tokens following preprocessor directive - expected a newline
1>c:\users\daniel-desktop\desktop\mustuff\gs +  fix + s8 basic\main_ex803\main\Object.h(89): warning C4094: untagged 'class' declared no symbols
1>  CustomCommandInfo.cpp
1>c:\users\daniel-desktop\desktop\mustuff\gs +  fix + s8 basic\main_ex803\main\Object.h(3): warning C4067: unexpected tokens following preprocessor directive - expected a newline
1>c:\users\daniel-desktop\desktop\mustuff\gs +  fix + s8 basic\main_ex803\main\Object.h(89): warning C4094: untagged 'class' declared no symbols
1>CustomCommandInfo.cpp(98): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>  CustomEventTime.cpp
1>c:\users\daniel-desktop\desktop\mustuff\gs +  fix + s8 basic\main_ex803\main\Object.h(3): warning C4067: unexpected tokens following preprocessor directive - expected a newline
1>c:\users\daniel-desktop\desktop\mustuff\gs +  fix + s8 basic\main_ex803\main\Object.h(89): warning C4094: untagged 'class' declared no symbols
1>CustomEventTime.cpp(118): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>CustomEventTime.cpp(118): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>CustomEventTime.cpp(120): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>CustomEventTime.cpp(120): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>CustomEventTime.cpp(191): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>CustomEventTime.cpp(191): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>CustomEventTime.cpp(193): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>CustomEventTime.cpp(193): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>CustomEventTime.cpp(195): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>CustomEventTime.cpp(195): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>CustomEventTime.cpp(204): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>CustomEventTime.cpp(204): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>CustomEventTime.cpp(209): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>CustomEventTime.cpp(209): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>CustomEventTime.cpp(214): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>CustomEventTime.cpp(214): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>CustomEventTime.cpp(219): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>CustomEventTime.cpp(219): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>CustomEventTime.cpp(224): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>CustomEventTime.cpp(224): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>CustomEventTime.cpp(134): warning C4101: 'text1' : unreferenced local variable
1>CustomEventTime.cpp(264): warning C4482: nonstandard extension used: enum 'ObjWindow' used in qualified name
1>CustomEventTime.cpp(264): warning C4482: nonstandard extension used: enum 'ObjWindow' used in qualified name
1>CustomEventTime.cpp(264): warning C4482: nonstandard extension used: enum 'ObjWindow' used in qualified name
1>CustomEventTime.cpp(264): warning C4482: nonstandard extension used: enum 'ObjWindow' used in qualified name
1>CustomEventTime.cpp(264): warning C4482: nonstandard extension used: enum 'ObjWindow' used in qualified name
1>CustomEventTime.cpp(264): warning C4482: nonstandard extension used: enum 'ObjWindow' used in qualified name
1>CustomEventTime.cpp(264): warning C4482: nonstandard extension used: enum 'ObjWindow' used in qualified name
1>CustomEventTime.cpp(264): warning C4482: nonstandard extension used: enum 'ObjWindow' used in qualified name
1>  CustomFog.cpp
1>CustomFog.cpp(91): warning C4482: nonstandard extension used: enum 'eMapNumber' used in qualified name
1>CustomFog.cpp(92): warning C4482: nonstandard extension used: enum 'eMapNumber' used in qualified name
1>CustomFog.cpp(93): warning C4482: nonstandard extension used: enum 'eMapNumber' used in qualified name
1>CustomFog.cpp(94): warning C4482: nonstandard extension used: enum 'eMapNumber' used in qualified name
1>CustomFog.cpp(95): warning C4482: nonstandard extension used: enum 'eMapNumber' used in qualified name
1>CustomFog.cpp(96): warning C4482: nonstandard extension used: enum 'eMapNumber' used in qualified name
1>CustomFog.cpp(97): warning C4482: nonstandard extension used: enum 'eMapNumber' used in qualified name
1>CustomFog.cpp(98): warning C4482: nonstandard extension used: enum 'eMapNumber' used in qualified name
1>CustomFog.cpp(99): warning C4482: nonstandard extension used: enum 'eMapNumber' used in qualified name
1>CustomFog.cpp(100): warning C4482: nonstandard extension used: enum 'eMapNumber' used in qualified name
1>CustomFog.cpp(101): warning C4482: nonstandard extension used: enum 'eMapNumber' used in qualified name
1>CustomFog.cpp(102): warning C4482: nonstandard extension used: enum 'eMapNumber' used in qualified name
1>CustomFog.cpp(103): warning C4482: nonstandard extension used: enum 'eMapNumber' used in qualified name
1>CustomFog.cpp(104): warning C4482: nonstandard extension used: enum 'eMapNumber' used in qualified name
1>CustomFog.cpp(105): warning C4482: nonstandard extension used: enum 'eMapNumber' used in qualified name
1>CustomFog.cpp(106): warning C4482: nonstandard extension used: enum 'eMapNumber' used in qualified name
1>CustomFog.cpp(107): warning C4482: nonstandard extension used: enum 'eMapNumber' used in qualified name
1>CustomFog.cpp(108): warning C4482: nonstandard extension used: enum 'eMapNumber' used in qualified name
1>CustomFog.cpp(109): warning C4482: nonstandard extension used: enum 'eMapNumber' used in qualified name
1>CustomFog.cpp(129): warning C4482: nonstandard extension used: enum 'eMapNumber' used in qualified name
1>CustomFog.cpp(130): warning C4482: nonstandard extension used: enum 'eMapNumber' used in qualified name
1>CustomFog.cpp(131): warning C4482: nonstandard extension used: enum 'eMapNumber' used in qualified name
1>CustomFog.cpp(132): warning C4482: nonstandard extension used: enum 'eMapNumber' used in qualified name
1>CustomFog.cpp(133): warning C4482: nonstandard extension used: enum 'eMapNumber' used in qualified name
1>CustomFog.cpp(134): warning C4482: nonstandard extension used: enum 'eMapNumber' used in qualified name
1>CustomFog.cpp(135): warning C4482: nonstandard extension used: enum 'eMapNumber' used in qualified name
1>CustomFog.cpp(136): warning C4482: nonstandard extension used: enum 'eMapNumber' used in qualified name
1>CustomFog.cpp(137): warning C4482: nonstandard extension used: enum 'eMapNumber' used in qualified name
1>CustomFog.cpp(138): warning C4482: nonstandard extension used: enum 'eMapNumber' used in qualified name
1>CustomFog.cpp(139): warning C4482: nonstandard extension used: enum 'eMapNumber' used in qualified name
1>CustomFog.cpp(140): warning C4482: nonstandard extension used: enum 'eMapNumber' used in qualified name
1>CustomFog.cpp(141): warning C4482: nonstandard extension used: enum 'eMapNumber' used in qualified name
1>CustomFog.cpp(142): warning C4482: nonstandard extension used: enum 'eMapNumber' used in qualified name
1>CustomFog.cpp(143): warning C4482: nonstandard extension used: enum 'eMapNumber' used in qualified name
1>CustomFog.cpp(144): warning C4482: nonstandard extension used: enum 'eMapNumber' used in qualified name
1>CustomFog.cpp(145): warning C4482: nonstandard extension used: enum 'eMapNumber' used in qualified name
1>CustomFog.cpp(146): warning C4482: nonstandard extension used: enum 'eMapNumber' used in qualified name
1>CustomFog.cpp(173): warning C4244: 'argument' : conversion from 'double' to 'GLint', possible loss of data
1>  CustomGloves.cpp
1>  CustomItem.cpp
1>  CustomItemDescription.cpp
1>c:\users\daniel-desktop\desktop\mustuff\gs +  fix + s8 basic\main_ex803\main\Object.h(3): warning C4067: unexpected tokens following preprocessor directive - expected a newline
1>c:\users\daniel-desktop\desktop\mustuff\gs +  fix + s8 basic\main_ex803\main\Object.h(89): warning C4094: untagged 'class' declared no symbols
1>CustomItemDescription.cpp(171): warning C4101: 'dch' : unreferenced local variable
1>CustomItemDescription.cpp(171): warning C4101: 'ch' : unreferenced local variable
1>  CustomJewel.cpp
1>  CustomMap.cpp
1>  CustomMessage.cpp
1>  CustomMonster.cpp
1>c:\users\daniel-desktop\desktop\mustuff\gs +  fix + s8 basic\main_ex803\main\Object.h(3): warning C4067: unexpected tokens following preprocessor directive - expected a newline
1>c:\users\daniel-desktop\desktop\mustuff\gs +  fix + s8 basic\main_ex803\main\Object.h(89): warning C4094: untagged 'class' declared no symbols
1>CustomMonster.cpp(183): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          D:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>CustomMonster.cpp(205): warning C4244: '=' : conversion from 'DWORD' to 'WORD', possible loss of data
1>CustomMonster.cpp(224): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          D:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>  CustomNpcName.cpp
1>  CustomRanking.cpp
1>c:\users\daniel-desktop\desktop\mustuff\gs +  fix + s8 basic\main_ex803\main\Object.h(3): warning C4067: unexpected tokens following preprocessor directive - expected a newline
1>c:\users\daniel-desktop\desktop\mustuff\gs +  fix + s8 basic\main_ex803\main\Object.h(89): warning C4094: untagged 'class' declared no symbols
1>CustomRanking.cpp(128): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>CustomRanking.cpp(128): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>CustomRanking.cpp(130): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>CustomRanking.cpp(130): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>CustomRanking.cpp(132): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>CustomRanking.cpp(132): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>CustomRanking.cpp(146): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>CustomRanking.cpp(146): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>CustomRanking.cpp(148): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>CustomRanking.cpp(148): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>CustomRanking.cpp(150): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>CustomRanking.cpp(150): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>CustomRanking.cpp(152): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>CustomRanking.cpp(152): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>CustomRanking.cpp(159): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>CustomRanking.cpp(159): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>CustomRanking.cpp(164): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>CustomRanking.cpp(164): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>CustomRanking.cpp(169): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>CustomRanking.cpp(169): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>CustomRanking.cpp(174): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>CustomRanking.cpp(174): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>CustomRanking.cpp(179): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>CustomRanking.cpp(179): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>  CustomRankUser.cpp
1>c:\users\daniel-desktop\desktop\mustuff\gs +  fix + s8 basic\main_ex803\main\Object.h(3): warning C4067: unexpected tokens following preprocessor directive - expected a newline
1>c:\users\daniel-desktop\desktop\mustuff\gs +  fix + s8 basic\main_ex803\main\Object.h(89): warning C4094: untagged 'class' declared no symbols
1>CustomRankUser.cpp(79): warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
1>CustomRankUser.cpp(79): warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
1>CustomRankUser.cpp(99): warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
1>CustomRankUser.cpp(99): warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
1>CustomRankUser.cpp(115): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          D:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>CustomRankUser.cpp(118): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          D:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>CustomRankUser.cpp(121): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          D:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>CustomRankUser.cpp(124): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          D:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>CustomRankUser.cpp(127): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          D:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>CustomRankUser.cpp(130): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          D:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>CustomRankUser.cpp(133): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          D:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>CustomRankUser.cpp(136): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          D:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>CustomRankUser.cpp(139): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          D:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>CustomRankUser.cpp(142): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          D:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>CustomRankUser.cpp(145): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          D:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>CustomRankUser.cpp(148): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          D:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>CustomRankUser.cpp(151): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          D:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>CustomRankUser.cpp(154): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          D:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>CustomRankUser.cpp(157): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          D:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>CustomRankUser.cpp(160): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          D:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>CustomRankUser.cpp(163): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          D:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>CustomRankUser.cpp(166): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          D:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>CustomRankUser.cpp(172): warning C4305: 'argument' : truncation from 'double' to 'GLfloat'
1>CustomRankUser.cpp(226): warning C4305: 'argument' : truncation from 'double' to 'GLfloat'
1>CustomRankUser.cpp(266): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
1>CustomRankUser.cpp(266): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
1>CustomRankUser.cpp(320): warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
1>CustomRankUser.cpp(320): warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
1>CustomRankUser.cpp(324): warning C4305: 'argument' : truncation from 'double' to 'GLfloat'
1>CustomRankUser.cpp(378): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
1>CustomRankUser.cpp(378): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
1>CustomRankUser.cpp(413): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          D:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
1>CustomRankUser.cpp(417): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
1>CustomRankUser.cpp(421): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          D:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
1>  CustomWing.cpp
1>  DynamicEffect.cpp
1>DynamicEffect.cpp(70): warning C4244: 'argument' : conversion from 'float' to 'DWORD', possible loss of data
1>DynamicEffect.cpp(70): warning C4244: 'argument' : conversion from 'float' to 'DWORD', possible loss of data
1>  Interface.cpp
1>c:\users\daniel-desktop\desktop\mustuff\gs +  fix + s8 basic\main_ex803\main\Object.h(3): warning C4067: unexpected tokens following preprocessor directive - expected a newline
1>c:\users\daniel-desktop\desktop\mustuff\gs +  fix + s8 basic\main_ex803\main\Object.h(89): warning C4094: untagged 'class' declared no symbols
1>Interface.cpp(325): warning C4996: 'gmtime': This function or variable may be unsafe. Consider using gmtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          D:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\time.inl(99) : see declaration of 'gmtime'
1>Interface.cpp(330): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          D:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>Interface.cpp(332): warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          D:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\time.inl(112) : see declaration of 'localtime'
1>Interface.cpp(336): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          D:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>Interface.cpp(360): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          D:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
1>Interface.cpp(364): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
1>Interface.cpp(366): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>          D:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
1>Interface.cpp(479): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>Interface.cpp(499): warning C4018: '<' : signed/unsigned mismatch
1>Interface.cpp(822): warning C4482: nonstandard extension used: enum 'ObjWindow' used in qualified name
1>Interface.cpp(822): warning C4482: nonstandard extension used: enum 'ObjWindow' used in qualified name
1>Interface.cpp(822): warning C4482: nonstandard extension used: enum 'ObjWindow' used in qualified name
1>Interface.cpp(822): warning C4482: nonstandard extension used: enum 'ObjWindow' used in qualified name
1>Interface.cpp(916): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>Interface.cpp(942): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>Interface.cpp(994): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
1>Interface.cpp(996): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
1>Interface.cpp(1000): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
1>Interface.cpp(1014): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
1>Interface.cpp(1016): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
1>Interface.cpp(1020): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
1>Interface.cpp(1033): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
1>Interface.cpp(1035): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
1>Interface.cpp(1039): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
1>Interface.cpp(1052): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
1>Interface.cpp(1054): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
1>Interface.cpp(1058): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
1>Interface.cpp(1071): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
1>Interface.cpp(1073): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
1>Interface.cpp(1077): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
1>Interface.cpp(1269): warning C4482: nonstandard extension used: enum 'ObjWindow' used in qualified name
1>Interface.cpp(1328): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
1>Interface.cpp(1328): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
1>Interface.cpp(1339): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
1>Interface.cpp(1339): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
1>Interface.cpp(1339): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
1>Interface.cpp(1342): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
1>Interface.cpp(1342): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
1>Interface.cpp(1353): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
1>Interface.cpp(1353): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
1>Interface.cpp(1353): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
1>  Compiling...
1>  ItemAsm.cpp
1>  ItemShopValue.cpp
1>c:\users\daniel-desktop\desktop\mustuff\gs +  fix + s8 basic\main_ex803\main\Object.h(3): warning C4067: unexpected tokens following preprocessor directive - expected a newline
1>c:\users\daniel-desktop\desktop\mustuff\gs +  fix + s8 basic\main_ex803\main\Object.h(89): warning C4094: untagged 'class' declared no symbols
1>  ItemSmoke.cpp
1>  StaticEffect.cpp
1>StaticEffect.cpp(92): warning C4244: 'argument' : conversion from 'float' to 'DWORD', possible loss of data
1>StaticEffect.cpp(92): warning C4244: 'argument' : conversion from 'float' to 'DWORD', possible loss of data
1>  HackCheck.cpp
1>c:\users\daniel-desktop\desktop\mustuff\gs +  fix + s8 basic\main_ex803\main\Object.h(3): warning C4067: unexpected tokens following preprocessor directive - expected a newline
1>c:\users\daniel-desktop\desktop\mustuff\gs +  fix + s8 basic\main_ex803\main\Object.h(89): warning C4094: untagged 'class' declared no symbols
1>HackCheck.cpp(107): error C2094: label 'SyncTickCount' was undefined
1>HackCheck.cpp(107): error C2094: label 'SleepModifier' was undefined
1>HackCheck.cpp(107): error C2094: label 'MainTickCount' was undefined
1>HackCheck.cpp(107): error C2094: label 'ModelModifier3' was undefined
1>HackCheck.cpp(107): error C2094: label 'ModelModifier2' was undefined
1>HackCheck.cpp(107): error C2094: label 'ModelModifier1' was undefined
1>HackCheck.cpp(107): error C2094: label 'SpeedModifier2' was undefined
1>HackCheck.cpp(107): error C2094: label 'SpeedModifier1' was undefined
1>HackCheck.cpp(107): error C2094: label 'HasteModifier' was undefined
1>HackCheck.cpp(107): error C2094: label 'DelayModifier' was undefined
1>HackCheck.cpp(107): error C2094: label 'CountModifier' was undefined
1>  HpBar.cpp
1>c:\users\daniel-desktop\desktop\mustuff\gs +  fix + s8 basic\main_ex803\main\Object.h(3): warning C4067: unexpected tokens following preprocessor directive - expected a newline
1>c:\users\daniel-desktop\desktop\mustuff\gs +  fix + s8 basic\main_ex803\main\Object.h(89): warning C4094: untagged 'class' declared no symbols
1>  Item.cpp
1>  Main.cpp
1>c:\users\daniel-desktop\desktop\mustuff\gs +  fix + s8 basic\main_ex803\main\Object.h(3): warning C4067: unexpected tokens following preprocessor directive - expected a newline
1>c:\users\daniel-desktop\desktop\mustuff\gs +  fix + s8 basic\main_ex803\main\Object.h(89): warning C4094: untagged 'class' declared no symbols
1>Main.cpp(125): error C2065: 'FrameValue' : undeclared identifier
1>Main.cpp(126): error C2065: 'FrameValue' : undeclared identifier
1>Main.cpp(128): error C2065: 'MainTickCount' : undeclared identifier
1>Main.cpp(129): error C2065: 'MainTickCount' : undeclared identifier
1>Main.cpp(130): error C2065: 'MainTickCount' : undeclared identifier
1>Main.cpp(131): error C2065: 'MainTickCount' : undeclared identifier
1>Main.cpp(132): error C2065: 'MainTickCount' : undeclared identifier
1>Main.cpp(133): error C2065: 'MainTickCount' : undeclared identifier
1>Main.cpp(134): error C2065: 'MainTickCount' : undeclared identifier
1>Main.cpp(135): error C2065: 'MainTickCount' : undeclared identifier
1>Main.cpp(138): error C2065: 'CheckTickCount1' : undeclared identifier
1>Main.cpp(140): error C2065: 'CheckTickCount2' : undeclared identifier
1>  PacketManager.cpp
1>  PrintPlayer.cpp
1>c:\users\daniel-desktop\desktop\mustuff\gs +  fix + s8 basic\main_ex803\main\Object.h(3): warning C4067: unexpected tokens following preprocessor directive - expected a newline
1>c:\users\daniel-desktop\desktop\mustuff\gs +  fix + s8 basic\main_ex803\main\Object.h(89): warning C4094: untagged 'class' declared no symbols
1>  Protect.cpp
1>c:\users\daniel-desktop\desktop\mustuff\gs +  fix + s8 basic\main_ex803\main\Object.h(3): warning C4067: unexpected tokens following preprocessor directive - expected a newline
1>c:\users\daniel-desktop\desktop\mustuff\gs +  fix + s8 basic\main_ex803\main\Object.h(89): warning C4094: untagged 'class' declared no symbols
1>  Protocol.cpp
1>c:\users\daniel-desktop\desktop\mustuff\gs +  fix + s8 basic\main_ex803\main\Object.h(3): warning C4067: unexpected tokens following preprocessor directive - expected a newline
1>c:\users\daniel-desktop\desktop\mustuff\gs +  fix + s8 basic\main_ex803\main\Object.h(89): warning C4094: untagged 'class' declared no symbols
1>  Reconnect.cpp
1>c:\users\daniel-desktop\desktop\mustuff\gs +  fix + s8 basic\main_ex803\main\Object.h(3): warning C4067: unexpected tokens following preprocessor directive - expected a newline
1>c:\users\daniel-desktop\desktop\mustuff\gs +  fix + s8 basic\main_ex803\main\Object.h(89): warning C4094: untagged 'class' declared no symbols
1>Reconnect.cpp(114): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>Reconnect.cpp(118): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>Reconnect.cpp(122): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>Reconnect.cpp(126): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>  Resolution.cpp
1>  User.cpp
1>c:\users\daniel-desktop\desktop\mustuff\gs +  fix + s8 basic\main_ex803\main\Object.h(3): warning C4067: unexpected tokens following preprocessor directive - expected a newline
1>c:\users\daniel-desktop\desktop\mustuff\gs +  fix + s8 basic\main_ex803\main\Object.h(89): warning C4094: untagged 'class' declared no symbols
1>  Util.cpp
1>  AutoFix.cpp
1>  Console.cpp
1>  ProtectionWarn.cpp
1>  Stack.cpp
1>  Compiling...
1>  StackWalker.cpp
1>  Utils.cpp
1>
1>Build FAILED.
1>
1>Time Elapsed 00:00:01.46
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========


Offline universalmu4 #35 Posteado: June 19, 2020, 05:13:45 AM

  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 94
  • Gracias recibida: 154
  • de
Alguien puede ayudar con la temporada 8.?

Esto es solo para s6

Gracias.


Offline universalmu4 #36 Posteado: June 24, 2020, 07:06:44 AM

  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 94
  • Gracias recibida: 154
  • de
Still waiting for S8 release :)


Offline dizzys #37 Posteado: June 24, 2020, 12:31:22 PM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 37
  • Gracias recibida: 4
  • be
Still waiting for S8 release :)

same here, anyone could help us?


Offline erickmalfoy #38 Posteado: June 27, 2020, 08:53:54 AM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 557
  • Gracias recibida: 314
  • ar
Holas buen aporte lo acabo de ver Pero tengo un problema los FPS dentro del juego se ve la sombra del pj queria saber si se puede poner las sobras de las evo tmb osea que se vea completo los FPS con las evo de los pj Gracias :D please please


Offline universalmu4 #39 Posteado: July 03, 2020, 05:13:17 AM

  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 94
  • Gracias recibida: 154
  • de
Still waiting for Season 8 ! :)


Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
16 Replies
4055 Views
Last post December 12, 2017, 04:13:26 PM
by Skrillex
0 Replies
762 Views
Last post May 11, 2020, 11:24:14 AM
by DarkovaX
5 Replies
476 Views
Last post November 24, 2020, 01:58:33 AM
by HighLevelTeam
12 Replies
739 Views
Last post May 07, 2021, 05:48:12 AM
by KempeK
0 Replies
209 Views
Last post March 11, 2023, 09:52:29 AM
by 2str0kE