Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: takumi12 - JCCheckBox + Antilag  (Visto 3617 veces)

0 Miembros and 1 Guest are viewing this topic.

Offline takumi12 Posteado: February 10, 2021, 09:25:05 AM

  • MAESTRO

  • US. DE HONOR

  • LEYENDA

  • Php Coder
  • +11 puntos por ventas
  • *
  • *
  • Rank: Puto amo
  • Posts: 1.310
  • Gracias recibida: 40061
  • mx
sirve para crear cuadros seleccionables con texto incluido y evento de control






JCEntryproy.h




JCOptionBox.h



JCOptionBox.cpp



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

Gracias:

darkes607, Memo1968, thangnvv92, zurect, Xysad, Domedica, 2str0kE, Ryzenn, darkalves2, Vazamento, hide3by, erickmalfoy, Viper, josejose, havanna, Saige, mos02673, DEATH, PachoRasta, mocorongo, devemu, InFamous, NghienMU, boybudz321, loky16, guibrooly, armamor, Eternals, ZIIIIIK, LuciferXT, klandestin, Maggott, mustx1, Dragonvl15, zhujianhui, Realez, pedrob, quyanxu, PhantomKr, kimrubi, stopk, banam8910, mavine, elcris99, Robins, TryMenow, marcelin, ziza, juanmilbratz, dark, cobyzero, ezesosa, RaduOnica, anhtjm94, cantante007, wester, vcore30, stark98, skinmuonline, vipgale01, bimaloha, Murilo, thesofer, korron, fengyun52894, angel3858, awayvn, pablouarez, victorrz17, artem, habacedu24, VERNERON, whisky123, 153426, dieguitox, ImportedPotato, lunaticodeveloper, Lazarocp2020, peff, binhchivn, wiljipa, Cartman, lstuan, draco425, gamingmu, dark32, Erick05, NasLy, emilse2020, GoldSun, k12leito, Thor Host, zlethanhlong, heroviet2301, z348870672, xtestx, Keko, Lude, zhangjianle865, Seya, harry130, Karuritoku, SetecSoft, MsotoC, Betell Host, drakonusjs, tutu100, frenzo2009, Miisoia, tiendoanit, drakulla, BladeKnight109, birdy491, Phoenix666, kove0816, jhonhy, zodiacddos, npt.formu, LTP Team, muzic25, mugloves99, kenh14, 423646802, showmax, kayito, Zeus, 183358, DjGamer, StevenDX, JavixFer, davidrcj, realman, HappyDay, devil941, byweltin@gmail.com, xlockee, khyle650, ailsoncost, vnfiac, sagamacus, Luan de Sanctis, Nexus, PoccHaHa, kaisudo, wildriff66, Ifreat, comelon666, bravofromlv, malke, kennypc, 1muarcadia1, Victor-CC-TSM, Smith200, scriptkid, hinam.97, dreamboy7, paxgavilan, luciferlg, Kapocha33, cornoBK, GabrielDevel, vantuan02hn, allhoy, darkjano, GameNet, judakiss21, nhanphu200, admmunowar, Pyke, s2sinh94, superice, samsunggon, cri0, melo920, deathsquad, dhaomao, thanhbinhqht, spartacus, Goplay, Daniel@, AZURE, Higgs, rafaelmt, dahouzi, axeman192, RafhaelSouza, Odisk, jhahernandezcas, Andre1981, knight.php, chuckhai, andreyzz, max1musn1, SaintZeus, Hoangsy99, tdthanh95, xaxx10, djagripnos, manfromvn, walkeny, vitinhosl, Wendigo, m1sterio, nguqua, vnshell, dizzys, xuanyuan, Genilson23, beibei, tammadall, clairtoncb, lucas123

Offline walkeny #1 Posteado: February 17, 2021, 07:08:18 PM

  • 0 puntos por ventas
  • *
  • Rank: Experto
  • Posts: 168
  • Gracias recibida: 1070
  • ni
Buenas Takumi con este código solo debería agregar al Main "include JCOptionBox.cpp" no? Y ya quedaría funcionando esa tabla de antilag no?

Gracias:


Offline SaintZeus #2 Posteado: April 29, 2021, 04:12:13 PM | Modificado: April 30, 2021, 04:31:10 AM by SaintZeus

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 482
  • Gracias recibida: 2791
  • ar
Consulta estoy agregando opciones y algunas necesitan SI o Si reiniciar el game, no hace cambio sin salir del juego, ejemplo el slot de Visible Wings (son varios los que necesitan reiniciar el juego pero dejo ese ej a ver si me ayudan a reparar todos quizas sea algun if mal puesto no se...)



Asi esta el source:

En main.cpp:
Code: [Select]
	if(InvisibleWings == 1)
{
MemorySet(0x588661,0x90,0x5);
}

Code: [Select]
	case INVWING:
{
this->JCActive = GetPrivateProfileIntA("AntiLag", "InvisibleWings", 0, "./Settings.ini");
InvisibleWings = this->JCActive;
}
break;

case INVWING:
{
WritePrivateProfileStringA("AntiLag","InvisibleWings", ( this->JCActive != 0) ? "1": "0","./Settings.ini");
InvisibleWings = this->JCActive;

}
break;

Cual seria el problema?

Gracias:


Offline ImportedPotato #3 Posteado: November 10, 2021, 12:17:16 PM

  • 0 puntos por ventas
  • *
  • Rank: Heroe
  • Posts: 172
  • Gracias recibida: 32
  • ph
Consulta estoy agregando opciones y algunas necesitan SI o Si reiniciar el game, no hace cambio sin salir del juego, ejemplo el slot de Visible Wings (son varios los que necesitan reiniciar el juego pero dejo ese ej a ver si me ayudan a reparar todos quizas sea algun if mal puesto no se...)



Asi esta el source:

En main.cpp:
Code: [Select]
	if(InvisibleWings == 1)
{
MemorySet(0x588661,0x90,0x5);
}

Code: [Select]
	case INVWING:
{
this->JCActive = GetPrivateProfileIntA("AntiLag", "InvisibleWings", 0, "./Settings.ini");
InvisibleWings = this->JCActive;
}
break;

case INVWING:
{
WritePrivateProfileStringA("AntiLag","InvisibleWings", ( this->JCActive != 0) ? "1": "0","./Settings.ini");
InvisibleWings = this->JCActive;

}
break;

Cual seria el problema?


Hi, did you manage to fix this? please upload


Offline whisky123 #4 Posteado: November 10, 2021, 11:24:47 PM

  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 97
  • Gracias recibida: 25
  • tw
Where can I add this from?



Offline ImportedPotato #5 Posteado: November 14, 2021, 08:02:25 AM

  • 0 puntos por ventas
  • *
  • Rank: Heroe
  • Posts: 172
  • Gracias recibida: 32
  • ph
Help me fix enable/disable wing please


Offline vcore30 #6 Posteado: January 11, 2022, 04:26:25 AM

  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 90
  • Gracias recibida: 702
  • ru
 magia2
Help me fix enable/disable wing please


Code: [Select]
SetOp((LPVOID)0x00588661,(LPVOID)0x005655C0,ASM::CALL);  //Enable Wings


Offline PhantomKr #7 Posteado: June 22, 2022, 08:03:28 PM

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

ALGUIEN ME AYUDA CON ESTE ERROR POR FAVOR

Discord: JeanMois#3323

Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
15 Replies
10241 Views
Last post May 22, 2020, 08:14:50 PM
by fcbarca1
5 Replies
1738 Views
Last post February 12, 2020, 12:20:16 PM
by bollanog
27 Replies
5448 Views
Last post October 07, 2021, 08:06:35 PM
by ImportedPotato
0 Replies
1500 Views
Last post April 05, 2021, 02:18:15 AM
by ALIVESOUL
1 Replies
590 Views
Last post May 03, 2021, 09:51:58 PM
by SaintZeus