WolfgangNeverDieMember |
Last Activity: 03/09/2023 03:23
Quotes
07/13/2022 |
18:01 - painmaker_ quoted WolfgangNeverDie in post [WIP] Get SRO Source Code - by re-writing it Help me! How to change text Align (Left Right Center)
My GUI create in dll. No text
for center text
rank_slot->TB_Func_5(1);
rank_slot->TB_Func_6(1); |
10/17/2021 |
08:29 - khaleed2010 Bro! How to handle the outgoing packets? (Client -> Server)
What you mean |
10/13/2021 |
04:01 - bimbum* quoted WolfgangNeverDie in post [WIP] Get SRO Source Code - by re-writing it I can't use SetGWndSize
g_pCGInterface->m_IRM.GetResObj(1338, 1)->SetGWndSize(230,599);
do a check to see if the window != null and visible |
10/05/2021 |
17:41 - Thank's you!
But bro! Can you explain more?
2 offsets need to replace. idk :D
BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved)
{
switch (dwReason)
{
c... |
16:04 - Hi! I want to parse packet in login screen. Does anyone know the offset to hook?
Thanks :D
Hello,
this 0086d2a0 & 0086bfc0
0085fc60 CPSCharacterSelect::OnNetMsg
00863ad0 CPS... |
08/13/2021 |
22:12 - florian0
Can't use this method to show/hidden "IFFlorian0Runtime" GUI. Client always crashed
g_pCGInterface->m_IRM.GetResObj(1340, 1)->ShowGWnd(false);
CIFflorian0Runtime *CGInterface::Getf... |
19:31 - SubZero** quoted WolfgangNeverDie in post [WIP] Get SRO Source Code - by re-writing it Do you use "Getflorian0Runtime" to draw GUI in DLL without "text resinfo"?
even before Florian do an example for it
Also he helped me to know how to config it like txts |
15:16 - SubZero** quoted WolfgangNeverDie in post [WIP] Get SRO Source Code - by re-writing it I think you don't want to make 100++ "m_mybutton" like that to create a GUI's Rank!
If your GUI's Rank has 20 rows and 6 columns. You must create 120 button. Omg @@!
why ill create 120 bu... |
14:48 - Can u teach me how to update this text from other GUI?
I want to make GUI for rank ingame. If it needs to create each variable per text then to too many variables...
For example my GUI like... |
14:37 - Deleted Posts |
14:27 - SubZero** quoted WolfgangNeverDie in post [WIP] Get SRO Source Code - by re-writing it Hello,
https://www.youtube.com/watch?v=t8xYH6STuMw
everything fine
What is the point of this video?
Can u teach me how to update this text from other GUI?
I want to make GUI for rank ingam... |
06:12 - CIFflorian0Runtime
Hello,
https://www.youtube.com/watch?v=t8xYH6STuMw
everything fine |
08/12/2021 |
22:15 - SubZero** quoted WolfgangNeverDie in post [WIP] Get SRO Source Code - by re-writing it CIFflorian0Runtime *CGInterface::Getflorian0Runtime() {
return m_IRM.GetResObj<CIFflorian0Runtime>(GDR_FLORIAN0_RT_WINDOW, 1);
}
Don't work
g_pCGInterface->Getflorian0Runtime()... |
08/09/2021 |
11:59 - SubZero** quoted WolfgangNeverDie in post [WIP] Get SRO Source Code - by re-writing it florian0
Can't use this method to show/hidden "IFFlorian0Runtime" GUI. Client always crashed
g_pCGInterface->m_IRM.GetResObj(1340, 1)->ShowGWnd(false);
Well you need to check the Unique ID ... |
07/28/2021 |
12:17 - |
07/27/2021 |
23:10 - Deleted Posts |
04/03/2021 |
13:17 - Deleted Posts |
13:17 - that works based at certain events , log off log in etc.. i recommened using a filter or any helper tools such as vsro multi tools to track the unique spawn and kills
but it allrady work bu... |
03/16/2021 |
00:13 - Exner. quoted WolfgangNeverDie in post About Interface RECT Belike . Left - Right - Width - Height
But can you tell me how to extract this number, such as width or height, is there something that I use to get this number? |
03/09/2021 |
20:14 - Bro! What's correct addr?
replaceAddr(0x00DE2C4C, addr_from_this(&CICPlayer::OnRender));
http://i.epvpimg.com/AVjubab.png |