Hoş Geldin, Ziyaretçi!

Forum içeriğine ve tüm hizmetlerimize erişim sağlamak için foruma kayıt olmalı ya da giriş yapmalısınız. Foruma üye olmak tamamen ücretsizdir.

dsgn kguard
ROLLET remastered
vsupload kguardedgeakademi
cleopatra legacy

vSRO Paylaşım [Release] Chat Emoji (Devkit) By bimbum

Protech

Database Editör
.
Katılım
4 Ara 2021
Mesajlar
213
Çözümler
2
Alınan Beğeni
180
Ödül Puanları
43
Konum
İstanbul
Paylaşım Adı:​
[Release] Chat Emoji (Devkit) By bimbum
Paylaşım İçeriği:​
Devkit​
Download:​
*** Gizli metin: alıntı yapılamaz. ***​
VirüsTotal:​

Virüstotal linki, paylaşın dosya içeriği ile birlikte eklenmek zorundadır.

Virüstotal linki eklenmeyen konular onaylanmayacaktır.
Hey,
Today iam releasing a chat emoji based at devkit. Actually there are 2 ways to achieve such a thing easiest one will be the one which will be released today. the other one is hooking d3d write text thing , i already made a good progress in the second way but it ended up fucking textures so i gave up on it.



Basically what we gonna do today is detecting the exact height and width of the key of the emoji based at its location at the chatwindow then we gonna replace a ddj over it.

the first thing we can start at is creating our slots, the classes can be found at the end of thread. here we creating 2 dimensional array of 24 items which represents the biggest chat size could be,also intinializing emoji list with desired emojis.


C++:
İçeriği görebilmek için Uye olmanız gerekiyor.

the actual juice is here, this function will be looping over all shown lines in of the active windows and checks if any of them contains special key defined at emojilist then it will be replace the key by a ddj

C++:
İçeriği görebilmek için Uye olmanız gerekiyor.

thanks to b0ykoe from here we getting the exact width along to the special key.

C++:
İçeriği görebilmek için Uye olmanız gerekiyor.
Note:

the full codes can be found at the end of thread, keep in mind that the current emojis per line are 5, however you can control them easily.

all given there are offsets so that you can populate devkit classes with them

usage:

C++:
İçeriği görebilmek için Uye olmanız gerekiyor.

The credits are not mine, I only share them with the community, Credit By : bimbum

*** Gizli metin: alıntı yapılamaz. ***
thanx bro
 

Conqueror

Vsro/Database-Editör
.
Katılım
3 Nis 2019
Mesajlar
1,542
Alınan Beğeni
2,397
Ödül Puanları
113
Konum
İstanbul
Paylaşım Adı:​
[Release] Chat Emoji (Devkit) By bimbum
Paylaşım İçeriği:​
Devkit​
Download:​
*** Gizli metin: alıntı yapılamaz. ***​
VirüsTotal:​

Virüstotal linki, paylaşın dosya içeriği ile birlikte eklenmek zorundadır.

Virüstotal linki eklenmeyen konular onaylanmayacaktır.
Hey,
Today iam releasing a chat emoji based at devkit. Actually there are 2 ways to achieve such a thing easiest one will be the one which will be released today. the other one is hooking d3d write text thing , i already made a good progress in the second way but it ended up fucking textures so i gave up on it.



Basically what we gonna do today is detecting the exact height and width of the key of the emoji based at its location at the chatwindow then we gonna replace a ddj over it.

the first thing we can start at is creating our slots, the classes can be found at the end of thread. here we creating 2 dimensional array of 24 items which represents the biggest chat size could be,also intinializing emoji list with desired emojis.


C++:
İçeriği görebilmek için Uye olmanız gerekiyor.

the actual juice is here, this function will be looping over all shown lines in of the active windows and checks if any of them contains special key defined at emojilist then it will be replace the key by a ddj

C++:
İçeriği görebilmek için Uye olmanız gerekiyor.

thanks to b0ykoe from here we getting the exact width along to the special key.

C++:
İçeriği görebilmek için Uye olmanız gerekiyor.
Note:

the full codes can be found at the end of thread, keep in mind that the current emojis per line are 5, however you can control them easily.

all given there are offsets so that you can populate devkit classes with them

usage:

C++:
İçeriği görebilmek için Uye olmanız gerekiyor.

The credits are not mine, I only share them with the community, Credit By : bimbum

*** Gizli metin: alıntı yapılamaz. ***
thanks
 

Conqueror

Vsro/Database-Editör
.
Katılım
3 Nis 2019
Mesajlar
1,542
Alınan Beğeni
2,397
Ödül Puanları
113
Konum
İstanbul
hobi olarak arka planda var öyle bir düşüncem
 
Katılım
24 Eyl 2022
Mesajlar
169
Çözümler
1
Alınan Beğeni
44
Ödül Puanları
28
Konum
Kocaeli/İzmit
Paylaşım Adı:​
[Release] Chat Emoji (Devkit) By bimbum
Paylaşım İçeriği:​
Devkit​
Download:​
*** Gizli metin: alıntı yapılamaz. ***​
VirüsTotal:​

Virüstotal linki, paylaşın dosya içeriği ile birlikte eklenmek zorundadır.

Virüstotal linki eklenmeyen konular onaylanmayacaktır.
Hey,
Today iam releasing a chat emoji based at devkit. Actually there are 2 ways to achieve such a thing easiest one will be the one which will be released today. the other one is hooking d3d write text thing , i already made a good progress in the second way but it ended up fucking textures so i gave up on it.



Basically what we gonna do today is detecting the exact height and width of the key of the emoji based at its location at the chatwindow then we gonna replace a ddj over it.

the first thing we can start at is creating our slots, the classes can be found at the end of thread. here we creating 2 dimensional array of 24 items which represents the biggest chat size could be,also intinializing emoji list with desired emojis.


C++:
İçeriği görebilmek için Uye olmanız gerekiyor.

the actual juice is here, this function will be looping over all shown lines in of the active windows and checks if any of them contains special key defined at emojilist then it will be replace the key by a ddj

C++:
İçeriği görebilmek için Uye olmanız gerekiyor.

thanks to b0ykoe from here we getting the exact width along to the special key.

C++:
İçeriği görebilmek için Uye olmanız gerekiyor.
Note:

the full codes can be found at the end of thread, keep in mind that the current emojis per line are 5, however you can control them easily.

all given there are offsets so that you can populate devkit classes with them

usage:

C++:
İçeriği görebilmek için Uye olmanız gerekiyor.

The credits are not mine, I only share them with the community, Credit By : bimbum

*** Gizli metin: alıntı yapılamaz. ***
nice
 
Katılım
27 Eki 2021
Mesajlar
151
Alınan Beğeni
21
Ödül Puanları
18
Konum
China
Paylaşım Adı:​
[Release] Chat Emoji (Devkit) By bimbum
Paylaşım İçeriği:​
Devkit​
Download:​
*** Hidden text: cannot be quoted. ***​
VirüsTotal:​

Virüstotal linki, paylaşın dosya içeriği ile birlikte eklenmek zorundadır.

Virüstotal linki eklenmeyen konular onaylanmayacaktır.
Hey,
Today iam releasing a chat emoji based at devkit. Actually there are 2 ways to achieve such a thing easiest one will be the one which will be released today. the other one is hooking d3d write text thing , i already made a good progress in the second way but it ended up fucking textures so i gave up on it.



Basically what we gonna do today is detecting the exact height and width of the key of the emoji based at its location at the chatwindow then we gonna replace a ddj over it.

the first thing we can start at is creating our slots, the classes can be found at the end of thread. here we creating 2 dimensional array of 24 items which represents the biggest chat size could be,also intinializing emoji list with desired emojis.


C++:
İçeriği görebilmek için Uye olmanız gerekiyor.

the actual juice is here, this function will be looping over all shown lines in of the active windows and checks if any of them contains special key defined at emojilist then it will be replace the key by a ddj

C++:
İçeriği görebilmek için Uye olmanız gerekiyor.

thanks to b0ykoe from here we getting the exact width along to the special key.

C++:
İçeriği görebilmek için Uye olmanız gerekiyor.
Note:

the full codes can be found at the end of thread, keep in mind that the current emojis per line are 5, however you can control them easily.

all given there are offsets so that you can populate devkit classes with them

usage:

C++:
İçeriği görebilmek için Uye olmanız gerekiyor.

The credits are not mine, I only share them with the community, Credit By : bimbum

*** Hidden text: cannot be quoted. ***
 
Katılım
27 Nis 2020
Mesajlar
67
Alınan Beğeni
44
Ödül Puanları
18
Konum
egypt
Paylaşım Adı:​
[Release] Chat Emoji (Devkit) By bimbum
Paylaşım İçeriği:​
Devkit​
Download:​
*** Gizli metin: alıntı yapılamaz. ***​
VirüsTotal:​

Virüstotal linki, paylaşın dosya içeriği ile birlikte eklenmek zorundadır.

Virüstotal linki eklenmeyen konular onaylanmayacaktır.
Hey,
Today iam releasing a chat emoji based at devkit. Actually there are 2 ways to achieve such a thing easiest one will be the one which will be released today. the other one is hooking d3d write text thing , i already made a good progress in the second way but it ended up fucking textures so i gave up on it.



Basically what we gonna do today is detecting the exact height and width of the key of the emoji based at its location at the chatwindow then we gonna replace a ddj over it.

the first thing we can start at is creating our slots, the classes can be found at the end of thread. here we creating 2 dimensional array of 24 items which represents the biggest chat size could be,also intinializing emoji list with desired emojis.


C++:
İçeriği görebilmek için Uye olmanız gerekiyor.

the actual juice is here, this function will be looping over all shown lines in of the active windows and checks if any of them contains special key defined at emojilist then it will be replace the key by a ddj

C++:
İçeriği görebilmek için Uye olmanız gerekiyor.

thanks to b0ykoe from here we getting the exact width along to the special key.

C++:
İçeriği görebilmek için Uye olmanız gerekiyor.
Note:

the full codes can be found at the end of thread, keep in mind that the current emojis per line are 5, however you can control them easily.

all given there are offsets so that you can populate devkit classes with them

usage:

C++:
İçeriği görebilmek için Uye olmanız gerekiyor.

The credits are not mine, I only share them with the community, Credit By : bimbum

*** Gizli metin: alıntı yapılamaz. ***
nice
 
AdBlock Detected

Anlıyoruz, reklamlar can sıkıcı!

Elbette, reklam engelleme yazılımı reklamları engellemede harika bir iş çıkarır, ancak aynı zamanda web sitemizin faydalı özelliklerini de engeller. En iyi site deneyimi için lütfen AdBlocker'ınızı devre dışı bırakın.

AdBlock'u Devre Dışı Bıraktım.