Jump to content

ChiperXsS

Member
  • Posts

    11
  • Joined

  • Last visited

Reputation

6 Neutral

Personal Information

  • Location
    Romania

Social Links

  • Skype
    sTigma

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. VOID CFileEditor::Calculator(int32_t Width, int32_t Height, BOOL IsFull) { WCHAR New_X[128]; WCHAR New_Y[128]; WCHAR OtherData[128]; WCHAR New_Width[128]; WCHAR New_Height[128]; wsprintfW(New_Width, L"%d", Width); wsprintfW(New_Height, L"%d", Height); WritePrivateProfileStringW(L"0-130", L"w", New_Width, L"ini\\GUI.ini"); WritePrivateProfileStringW(L"0-130", L"x", New_X, L"ini\\GUI.ini"); WritePrivateProfileStringW(L"0-130", L"y", New_Y, L"ini\\GUI.ini"); if (IsFull) { CFileEditor::NextStep5517(Width, Height); } }
  2. I want make some update after that i will share
  3. If Spirited have no problem to share yes i can share
  4. Hello everyone, I attempted to add DirectX with a hook in the client, and I succeeded. The client version is 5165, which is quite old. I also added some custom dialogs, such as Auto-Hunt. I changed the text color for some items; I hope you like it.
  5. Hey guys, I added imgui too, but in a better version I also made a frame for items and changed the text color for items. I added a new button for Auto-Hunt! I mention that the client version is 5165 !
  6. i know but idk from whear to start :D to adding some buttons <3
  7. Thanks for the answer spirited, I tried with gui and it doesn't work, and on directx it's very difficult because I can't find to implement it in my dll :(
  8. I don't want to use a new version of the client, I want to stay on version 5017 and add to this version <3 all the buttons I need, I just don't know where to start <3
  9. Hello everyone ... anyone who knows how or at least knows how to add new buttons to the conquer 5017? I mean like this I want adding Vip buttons and some new futures <3 or maybe some ideea how to add ! Thanks Advanced !
×
×
  • Create New...