Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: Source Auto Login Button (1.04e/S6) - Kapocha  (Visto 15270 veces)

0 Miembros and 1 Guest are viewing this topic.

Offline ziza #60 Posteado: April 11, 2022, 07:13:39 AM

  • 0 puntos por ventas
  • *
  • Rank: Liga mayor
  • Posts: 190
  • Gracias recibida: 1866
  • br
#include "CustomFont.h" alguem ai ja testei todas nenhuma vai falta isso aqui #include "CustomFont.h" alguem teria posibilidade de ajudar fazendo favor do resto ta topzera so que nao tenho font minha source main.dll alguem pra dar help plis


Offline PhantomKr #61 Posteado: June 18, 2022, 12:09:31 PM

  • 0 puntos por ventas
  • *
  • Rank: Heroe
  • Posts: 170
  • Gracias recibida: 1235
  • pe
Just hook version v0.2 - No login.txt = Settings.ini , No button box , just button auto save .


 
@bimaloha @showmax

and anothers players , if need correct this code please correct  and post again here,
because i just change the button and remove the .txt to do noot need

algo mas que se tenga que agregar por que no me guarda la contraseña o alguna guia?

Discord: JeanMois#3323

Gracias:


Offline Nexus #62 Posteado: June 27, 2022, 07:01:53 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 352
  • Gracias recibida: 1138
  • ve
Just hook version:


AutoLogin.h AutoLogin.cpp
It'll save ID, PW, and state of Save password check box to regedit. Only one account, no need to load any image, just #include "AutoLogin.h" to main.cpp and AutoLogin.Load();
@solar tôi không check skype đâu, có gì nhắn box trên này ấy.
@esteban
#define pIsKeyRelease         ((bool(__cdecl*)(int)) 0x791050)

Thanks for share! but I have a problem..How to keep the check box from getting bigger in large screen resolution?


U must use RenderBitmap function, with this you can "resize" buttons according to the resolution.

Example:
 

Remember use  / g_fScreenRate_x and  / g_fScreenRate_y to resize and set positions

thank you! you solved my problem :)))

pls share code, I still have the problem that the button is enlarged :(


Offline walkeny #63 Posteado: July 01, 2022, 07:31:55 PM

  • 0 puntos por ventas
  • *
  • Rank: Experto
  • Posts: 166
  • Gracias recibida: 1075
  • ni

Offline walkeny #64 Posteado: July 02, 2022, 08:59:18 PM

  • 0 puntos por ventas
  • *
  • Rank: Experto
  • Posts: 166
  • Gracias recibida: 1075
  • ni
Just hook version:


AutoLogin.h AutoLogin.cpp
It'll save ID, PW, and state of Save password check box to regedit. Only one account, no need to load any image, just #include "AutoLogin.h" to main.cpp and AutoLogin.Load();
@solar tôi không check skype đâu, có gì nhắn box trên này ấy.
@esteban
#define pIsKeyRelease         ((bool(__cdecl*)(int)) 0x791050)

Thanks for share! but I have a problem..How to keep the check box from getting bigger in large screen resolution?


U must use RenderBitmap function, with this you can "resize" buttons according to the resolution.

Example:
 

Remember use  / g_fScreenRate_x and  / g_fScreenRate_y to resize and set positions

thank you! you solved my problem :)))

pls share code, I still have the problem that the button is enlarged :(

Maybe this help u, just search for the function CButtonAutoLogin(int This, int a2) and replace with this one.



Offline ImportedPotato #65 Posteado: July 14, 2022, 09:10:16 PM

  • 0 puntos por ventas
  • *
  • Rank: Heroe
  • Posts: 174
  • Gracias recibida: 32
  • ph
Just hook version:


AutoLogin.h AutoLogin.cpp
It'll save ID, PW, and state of Save password check box to regedit. Only one account, no need to load any image, just #include "AutoLogin.h" to main.cpp and AutoLogin.Load();
@solar tôi không check skype đâu, có gì nhắn box trên này ấy.
@esteban
#define pIsKeyRelease         ((bool(__cdecl*)(int)) 0x791050)

Hello, I got an error

error C3861: 'pIsKeyRelease': identifier not found

please help me fix


Offline ImportedPotato #66 Posteado: July 14, 2022, 09:15:03 PM

  • 0 puntos por ventas
  • *
  • Rank: Heroe
  • Posts: 174
  • Gracias recibida: 32
  • ph
Just hook version v0.2 - No login.txt = Settings.ini , No button box , just button auto save .


 
@bimaloha @showmax

and anothers players , if need correct this code please correct  and post again here,
because i just change the button and remove the .txt to do noot need


I got this error

Gracias:


Offline ImportedPotato #67 Posteado: July 14, 2022, 09:32:46 PM

  • 0 puntos por ventas
  • *
  • Rank: Heroe
  • Posts: 174
  • Gracias recibida: 32
  • ph
Just hook version:


AutoLogin.h AutoLogin.cpp
It'll save ID, PW, and state of Save password check box to regedit. Only one account, no need to load any image, just #include "AutoLogin.h" to main.cpp and AutoLogin.Load();
@solar tôi không check skype đâu, có gì nhắn box trên này ấy.
@esteban
#define pIsKeyRelease         ((bool(__cdecl*)(int)) 0x791050)

Thanks for share! but I have a problem..How to keep the check box from getting bigger in large screen resolution?


U must use RenderBitmap function, with this you can "resize" buttons according to the resolution.

Example:
 

Remember use  / g_fScreenRate_x and  / g_fScreenRate_y to resize and set positions

thank you! you solved my problem :)))

pls share code, I still have the problem that the button is enlarged :(

Maybe this help u, just search for the function CButtonAutoLogin(int This, int a2) and replace with this one.
 

Hello, Sir.

the 1366x768 looks like this.

any idea how to fix? thanks!  enamorado



Offline walkeny #68 Posteado: July 16, 2022, 11:57:45 PM | Modificado: July 17, 2022, 12:04:19 AM by walkeny

  • 0 puntos por ventas
  • *
  • Rank: Experto
  • Posts: 166
  • Gracias recibida: 1075
  • ni
Just hook version:


AutoLogin.h AutoLogin.cpp
It'll save ID, PW, and state of Save password check box to regedit. Only one account, no need to load any image, just #include "AutoLogin.h" to main.cpp and AutoLogin.Load();
@solar tôi không check skype đâu, có gì nhắn box trên này ấy.
@esteban
#define pIsKeyRelease         ((bool(__cdecl*)(int)) 0x791050)

Thanks for share! but I have a problem..How to keep the check box from getting bigger in large screen resolution?


U must use RenderBitmap function, with this you can "resize" buttons according to the resolution.

Example:
 

Remember use  / g_fScreenRate_x and  / g_fScreenRate_y to resize and set positions

thank you! you solved my problem :)))

pls share code, I still have the problem that the button is enlarged :(

Maybe this help u, just search for the function CButtonAutoLogin(int This, int a2) and replace with this one.
 

Hello, Sir.

the 1366x768 looks like this.

any idea how to fix? thanks!  enamorado



are u using my shared?  if do, try moving by your own the CoordX for the button and the text.

Gracias:


Offline dakosmu #69 Posteado: April 22, 2023, 08:38:23 PM | Modificado: April 22, 2023, 08:52:38 PM by dakosmu

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 629
  • Gracias recibida: 6034
  • ve
Just hook version:


AutoLogin.h AutoLogin.cpp
It'll save ID, PW, and state of Save password check box to regedit. Only one account, no need to load any image, just #include "AutoLogin.h" to main.cpp and AutoLogin.Load();
@solar tôi không check skype đâu, có gì nhắn box trên này ấy.
@esteban
#define pIsKeyRelease         ((bool(__cdecl*)(int)) 0x791050)

Me puedes ayudar??



Dakosmu Colaborador

Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
51 Replies
16736 Views
Last post April 04, 2024, 11:44:40 PM
by darkfame
0 Replies
1261 Views
Last post November 21, 2021, 04:56:30 AM
by cuong1372
12 Replies
2959 Views
Last post February 26, 2022, 11:35:35 PM
by Wendigo
1 Replies
380 Views
Last post June 19, 2022, 11:23:40 AM
by manifestacja
6 Replies
472 Views
Last post August 07, 2023, 12:37:17 AM
by phuongcuongmsqm