Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

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

0 Miembros and 1 Guest are viewing this topic.

Offline NghienMU #40 Posteado: March 20, 2022, 12:16:48 AM | Modificado: March 20, 2022, 12:18:53 AM by NghienMU

  • 0 puntos por ventas
  • *
  • Rank: Experto
  • Posts: 168
  • Gracias recibida: 39
  • vn
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?

Gracias:


Offline Keko #41 Posteado: March 21, 2022, 02:26:38 PM | Modificado: March 21, 2022, 03:02:03 PM by Keko

  • 0 puntos por ventas
  • *
  • Rank: Heroe
  • Posts: 174
  • Gracias recibida: 214
  • ar
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


Offline Smith200 #42 Posteado: March 21, 2022, 08:10:30 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 22
  • Gracias recibida: 2
  • ad
how to add more accounts and buttons like the first one?


Offline Keko #43 Posteado: March 22, 2022, 09:14:54 AM

  • 0 puntos por ventas
  • *
  • Rank: Heroe
  • Posts: 174
  • Gracias recibida: 214
  • ar
how to add more accounts and buttons like the first one?

Study a bit about C++ and you won't have any problems.



Offline Smith200 #44 Posteado: March 22, 2022, 10:08:12 AM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 22
  • Gracias recibida: 2
  • ad
how to add more accounts and buttons like the first one?

Study a bit about C++ and you won't have any problems.



oh really, so ez? just learn the whole C++ to make 3 more differend buttons for this mod?
more genious answers please.


Offline TryMenow #45 Posteado: March 22, 2022, 10:27:12 AM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 35
  • Gracias recibida: 907
  • ph

Offline superrin #46 Posteado: March 22, 2022, 12:39:55 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 9
  • Gracias recibida: 0
  • bd
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

You can to me on the unheck button are not?


Offline Keko #47 Posteado: March 22, 2022, 06:44:31 PM

  • 0 puntos por ventas
  • *
  • Rank: Heroe
  • Posts: 174
  • Gracias recibida: 214
  • ar
how to add more accounts and buttons like the first one?

Study a bit about C++ and you won't have any problems.



oh really, so ez? just learn the whole C++ to make 3 more differend buttons for this mod?
more genious answers please.

I said a little bit of C++ not all C++, read that right, donkey. Your question wasn't genius either. you're just spamming


Offline Kapocha33 #48 Posteado: March 22, 2022, 07:19:32 PM

  • MAESTRO

  • US. DE HONOR

  • LEYENDA

  • 3D Maker
  • 0 puntos por ventas
  • *
  • *
  • Rank: Puto amo
  • Posts: 737
  • Gracias recibida: 82548
  • ar
Una mejor idea para no tener tantos Botones en Pantallas..

Ya que quieren tener mas de 1 Login

Consultas al Discord: Kapocha33

Gracias:


Offline Smith200 #49 Posteado: March 22, 2022, 07:25:17 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 22
  • Gracias recibida: 2
  • ad
how to add more accounts and buttons like the first one?

Study a bit about C++ and you won't have any problems.



oh really, so ez? just learn the whole C++ to make 3 more differend buttons for this mod?
more genious answers please.

I said a little bit of C++ not all C++, read that right, donkey. Your question wasn't genius either. you're just spamming

are you retarded or something? i am trying to figure out how to add more buttons like the first one for 4 accounts example. Just looking for someone who can spend a minute and CTRL+C CTRL+V his code as example. The autor of this topic is doing a great job by posting his ready to use code while you just giving me some braindead tips like learning C++ when i need this simple thing. I have a lot more things to do.


Offline NghienMU #50 Posteado: March 22, 2022, 11:41:16 PM

  • 0 puntos por ventas
  • *
  • Rank: Experto
  • Posts: 168
  • Gracias recibida: 39
  • vn
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 :)))


Offline solar #51 Posteado: March 24, 2022, 05:38:06 PM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 49
  • Gracias recibida: 1576
  • vn
Last Update My custom   relax relax relax



Coppy to :

@Kapocha33
@takumi12
@bimaloha
and Me  please please please

Gracias:


Offline Smith200 #52 Posteado: March 25, 2022, 04:47:35 AM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 22
  • Gracias recibida: 2
  • ad
Last Update My custom   relax relax relax



Coppy to :

@Kapocha33
@takumi12
@bimaloha
and Me  please please please

Share to everyone? auto login part i mean


Offline Keko #53 Posteado: March 25, 2022, 07:56:10 PM

  • 0 puntos por ventas
  • *
  • Rank: Heroe
  • Posts: 174
  • Gracias recibida: 214
  • ar
Una mejor idea para no tener tantos Botones en Pantallas..

Ya que quieren tener mas de 1 Login

Muy bueno! Compartis?


Offline showmax #54 Posteado: March 26, 2022, 12:16:34 AM | Modificado: March 26, 2022, 12:22:16 AM by showmax

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 205
  • Gracias recibida: 4612
  • vn
Una mejor idea para no tener tantos Botones en Pantallas..

Ya que quieren tener mas de 1 Login

thanks @Kapocha33   for sharing this code idea don't know if its the best but good sure many people want it in this moment.




Offline Betell Host #55 Posteado: March 26, 2022, 09:20:54 AM | Modificado: March 26, 2022, 10:08:28 AM by Betell Host

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 426
  • Gracias recibida: 2051
  • br
Una mejor idea para no tener tantos Botones en Pantallas..

Ya que quieren tener mas de 1 Login

thanks @Kapocha33   for sharing this code idea don't know if its the best but good sure many people want it in this moment.



Congratulations ShowMax very good your creativity



Offline wahaha #56 Posteado: March 26, 2022, 09:03:54 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 8
  • Gracias recibida: 1
  • cn
help! i do it ,but i cant see the auto_login buttom on login screen. what's wrong?


Offline T-LEGENDARY #57 Posteado: April 02, 2022, 03:07:28 PM

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


   float startX = (640.0 - getX(329)) / 2,
      startY = (480.0 - getY(245)) * 2.0 / 3.0;

for all dimencions ? help thx

Gracias:


Offline T-LEGENDARY #58 Posteado: April 03, 2022, 02:02:31 PM | Modificado: April 05, 2022, 11:59:54 AM by T-LEGENDARY

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 698
  • Gracias recibida: 8987
  • br
Una mejor idea para no tener tantos Botones en Pantallas..

Ya que quieren tener mas de 1 Login

thanks @Kapocha33   for sharing this code idea don't know if its the best but good sure many people want it in this moment.



complete code source please please  please

Gracias:


Offline T-LEGENDARY #59 Posteado: April 03, 2022, 02:09:19 PM | Modificado: April 03, 2022, 02:51:05 PM by T-LEGENDARY

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



Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

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