Re: [Source] Costume Limit Extender
Quote:
Originally Posted by
estsoft
From the readme:
The only thing that doesn't work is the code that would increase the limit from 112 to 320, but this is hidden behind a compilation flag that is disabled by default. As it is, this DLL will successfully increase the number of costumes you can load from 64 to 112.
can i ask one question? display code w10=75? right?
Re: [Source] Costume Limit Extender
Quote:
Originally Posted by
geography
can i ask one question? display code w10=75? right?
w10 = 74
Re: [Source] Costume Limit Extender
Quote:
Originally Posted by
Drav3n
w10 = 74
I sucsess add it! thanks!
Re: [Source] Costume Limit Extender
| [ Display Code Coat_in.ECH] |
[Display_epaulet_Item.enc] |
[Name] |
| coat_w0 |
64 |
Police Suit |
| coat_w1 |
65 |
BM3 GL(Red) |
| coat_w2 |
66 |
BM3 GL(Capella) |
| coat_w3 |
67 |
BM3 GL(Pocyon) |
| coat_w4 |
68 |
Capella Uniform(GL) |
| coat_w5 |
69 |
Procyon Uniform(GL) |
| coat_w6 |
70 |
Oh! Victory Korea |
| coat_w7 |
71 |
Aodai Suit |
| coat_w8 |
72 |
Welcome to Nightmare |
| coat_w9 |
73 |
Wedding Ceremony |
CREDIT : GODSKINzTH
Re: [Source] Costume Limit Extender
i get this error while trying to build the dll.
error MSB4030: "DebugFull" is an invalid value for the "GenerateDebugInformation" parameter of the "Link" task. The "GenerateDebugInformation" paramter is of type "system.Boolean".
Re: [Source] Costume Limit Extender
Use Visual Studio 2017
Quote:
Originally Posted by
ChaosWI
i get this error while trying to build the dll.
error MSB4030: "DebugFull" is an invalid value for the "GenerateDebugInformation" parameter of the "Link" task. The "GenerateDebugInformation" paramter is of type "system.Boolean".
1 Attachment(s)
Re: [Source] Costume Limit Extender
i managed to build the bin file and i added it to import directory using cff explorer
but still costumes dont work.
here is a screenshot to what i did.
1 more thing , do i have to edit something in database so this work ? cause i saw one database file inside the project
1 Attachment(s)
Re: [Source] Costume Limit Extender
i managed to build the dll but i am stuck at this , i kinda dont understand what am i supposed to do here.
call the `blue` function.
help will be much appreciated
Re: [Source] Costume Limit Extender
I injected it successfully but costume limit isnt increasing. Can you tell me where exactly to inject?
Re: [Source] Costume Limit Extender
Quote:
Originally Posted by
FairCrowned
I injected it successfully but costume limit isnt increasing. Can you tell me where exactly to inject?
the game start first to inject the dll!
1 Attachment(s)
Re: [Source] Costume Limit Extender
https://www.youtube.com/watch?v=oYRqfpCLed8
i follow that guide to inject using a jmp command to load the dll with the function and jmp back again to the next line.
but cabalmain crashed if i insert after the origin line, which line should i insert my jmp ?
Re: [Source] Costume Limit Extender
Will not the introduction of the dll before the launch of anti-cheat security threat? What prevents a hacker from replacing this dll with his own, in order to run a cheat, learn Xor-keys, etc.? Hash verification is not relevant here, since half of the players have computers infected with viruses. What do you think?
Re: [Source] Costume Limit Extender
That is completely outside the scope of this DLL... Anyway, a good anti-cheat will catch the most common hacks. If you're really that concerned about it, there's no reason you can't just read the code and implement the changes directly into your cabalmain.
Quote:
Originally Posted by
gabryelle1986
Will not the introduction of the dll before the launch of anti-cheat security threat? What prevents a hacker from replacing this dll with his own, in order to run a cheat, learn Xor-keys, etc.? Hash verification is not relevant here, since half of the players have computers infected with viruses. What do you think?
1 Attachment(s)
Re: [Source] Costume Limit Extender
I've got this problem.
Attachment 165223
Re: [Source] Costume Limit Extender
still cant use w0 on new age cabalmain.
but works on other cabalmain :/
Finally maked it work..you should push blue first before pushin the dll then calling hmodule.