teroareboss1
Senior Member |
Last Activity: Today 11:37
Quotes
01/02/2024 |
20:33 - Spirited quoted teroareboss1 in post Maybe to release ThreeWay? Is used for encrypt/decrypt itemtype.dat, emoneyshopv2.dat and more files.
3-way=ThreeWay
That sounds like a good idea then. Or, I'm for it at least. Being able to modify those files onl... |
19:49 - Spirited quoted teroareboss1 in post Maybe to release ThreeWay? I wasted a lot of time to reverse the Threeway from Assembly. This was more of an attempt to prove to myself that I can. My question is: To release that for the community?
Here is a small ... |
10/02/2023 |
23:52 - chetos20123 quoted teroareboss1 in post Traps I use in my 5017 to remove trap:
stream.CreateMapItem(UID, 17, X, Y, MsgMapItem.GroundItemAction.DropTrap, 0)
I don't remember the reason for 17(for id).. this source is old.
Drop... |
09/30/2023 |
02:36 - Arcо quoted teroareboss1 in post Traps I use in my 5017 to remove trap:
stream.CreateMapItem(UID, 17, X, Y, MsgMapItem.GroundItemAction.DropTrap, 0)
I don't remember the reason for 17(for id).. this source is old.
Drop... |
06/30/2022 |
14:21 - Soulfly25 quoted teroareboss1 in post [Error] Prof EXP If I don't wrong, you need to send the packet 1104 when you receive experience.
public static Packet UpdateProfExperienceCreate(this Packet stream, uint experience, uint uid, uint id... |
01:16 - Update packet was wrong. Your method was correct and I added it for him. Its working for him now.
If I don't wrong, you need to send the packet 1104 when you receive experience.
public... |
01:16 - Deleted Posts |
04/09/2021 |
18:14 - asaadmohammed74 quoted teroareboss1 in post MsgAccount encryption they don't use RC5 or other publish crypto.. is other crypto (i think just Ultimation reverse this)
The easy way is to search the address crypto and you can bypass this.
the problem ... |
02/04/2021 |
16:13 - Relic quoted teroareboss1 in post [Proof of Concept] Custom login/player creation screens (No flash) what is your version?
i think this version is more than 5900, so this Client don't use flash...
It's version 55xx which uses flash. Version 6187+ removed the flash dependency. |
01/20/2021 |
19:39 - Deleted Posts |
19:39 - pintinho12 quoted teroareboss1 in post [Release] Flash fix for old clients. Credits? >.>
Sorry, I added it already but haven't done the Check-in.
why you added this?
https://prnt.sc/x762g1
The Updater has it's own thread.
Tho, it's because UpdaterCore... |
06/09/2020 |
00:51 - Deleted Posts |
06/08/2020 |
18:45 - Deleted Posts |
05/15/2020 |
10:09 - Latyos quoted teroareboss1 in post Making a higher resolution .exe bar chat is: 0-145
Conquer use the MoveWindow from user32.dll to set all guis.
So.. you can hook MoveWindow to set position of any gui.
Thanks for the answer. 0-145 works. Can you... |
02/11/2020 |
21:31 - - RuShi - quoted teroareboss1 in post Hiring someone who can make 5017 Conquer.exe 5017 don't support the packet 1033.
Alex, Could you please contact me on Discord? |
01/07/2020 |
18:12 - |
14:59 - Deleted Posts |
11/01/2019 |
14:16 - pintinho12 quoted teroareboss1 in post Forging Interface correct interactions for Stabilize/Purification you need to send the right type :
RefinaryAdding = 2,
PermanentRefinery = 3,
StabilizationEffectRefined = 4,
PurificationEffect = 5,
PurificationAdding = 6,
Ex... |
08/17/2019 |
15:58 - mohamed~Sallah quoted teroareboss1 in post [Releases]Source Veterans 5165 Classic ! https://prnt.sc/jrpdb6 ... this is "NewestCOServer"... no Veterans CO.. no Blizzard... no ...
is difficult to post a source without the icon to call, want to help how?
is difficult to ... |
08/13/2019 |
03:43 - pintinho12 quoted teroareboss1 in post First Credit Gift question this use the WindWalker flag, is type 71 in packet 10017
public enum MainFlagType : uint
{
None = 0,
CanClaim = 1 << 0,
ShowSpecialItems... |