Originally posted by coder62+--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (coder62)</td></tr><tr><td id='QUOTE'>
and to the disconnect things i have an easier way to you:
if you want to disconnect write "c3" at "4889f4" after you dced write "8d" to the same function it blocks the send function so you dont send anymore the onlinecheck packets and dc so with writing 8d you reenable the send function.
[/b]
it worked. This one takes about 10 sec to log out.. its like lag disconnect.
<!--QuoteBegin--coder62
another method to my first one the first one takes it times this does almost instant dc:
offset1:004889F4
offset2:004889FA
write to offset1:00516f7c0d8b
write to offset2:c300000e7de8
do any action ingame that send something, instead of sending something it will be redirected to the winsock close function and you will be dced instant
to restore it for normal working
write to offset1:08b70f04418d
write to ofset2:516f68b95051
advantage you dont need to inject anything and even can use it in tools like autoit. [/quote]
it worked too. Amazing!!! This one dced in no time, just like cotobo used to be. No words for you coder62, no words! (just kidding, i think i will need to make a tag for you: TYVMA = Thank you very much AGAIN !!!) Well, I think ConquerPlus will have a dced option next version =D
Originally posted by MonkFox@Jan 14 2007, 06:19 also, ive used hex/binary to decode tcp headers,
but you can decode this .exe file the same way huh?
hex -> binary -> unicode?
Thanks,
Justin
umm..dunno what you're actually talking about..but if you're using cheat engine..just select Conquer.exe as the process, and click View Memory inside the following window will be a bunch of address's each with it's own purpose and value.
However cheat engine i think although good could have been better since it uses 16 byte arrays.
so the starting address might not change the value you want it to, you'll have to figure out which address goes to the specific value..
but it's all in hex and binary..then of course each value you read such as character names and such will be in unicode.So i guess your answer is yes? lol
Originally posted by TheOne785@Jan 15 2007, 18:10 00512065 - Cyclone Address just change it to 32768 to get cyclone.
well actually when righting that in vb6.0 you write it 4 bytes to the address 00512064, and in vb.net you do a 4 byte value at address 00512066
where like
VB6.0
00512064 = 32768
VB.NET way
00512066 = 128
i'll also be posting up code for multi client reading thanx to unknownone and also a quick application for reading the Cyclone value into both client's even while minimized.
And then we'll be getting processID without using Findwindow and or FindwindowEx.
We'll be using Process controls to get processID to quickly read memory to Conquer if maybe u changed the title with another tool..it'll bypass that without giving a new name for the client.I'm also going to try and manipulate the FindWindowEx to work as a multi Process checker instead of multiple windows.
Originally posted by blinko+Jan 16 2007, 14:22--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (blinko @ Jan 16 2007, 14:22)</td></tr><tr><td id='QUOTE'> <!--QuoteBegin--TheOne785@Jan 15 2007, 18:10 00512065 - Cyclone Address just change it to 32768 to get cyclone.
well actually when righting that in vb6.0 you write it 4 bytes to the address 00512064, and in vb.net you do a 4 byte value at address 00512066
where like
VB6.0
00512064 = 32768
VB.NET way
00512066 = 128 [/b][/quote]
or you can just write 1 byte(128) to 00512066 in either one.
i want to ask of someone can tall me to program the Pointer for Arrowpacks.
i have with cheat engine the adress and HEX 46 and i get my arrows in pack,
but how do i read that in VB.NET 2005 with Memoryreadprocess API??
can someone help me please?
and has someone allrerady the adress for HP found?? to make an AutoHealer.
i want in my program to make an Autohealer, when de HP is coming on example on 250 then my program has to send an SENDKEY F1 for example to make de HP better.
You know what would be great? If somebody could find the address for your current Garment so that you could "try before you buy." See in my case, I don't want to waste $15 just to find out my char looks like a flowery idiot and I don't currently have a garment.
If you have a Garment, please, I MEAN PLEASE, help us find this address. It's value will probably be the ItemType ID number for that specific Garment.
[ASK] about memory address 09/30/2010 - Perfect World - 46 Replies Can anyone please tell me things about memory address like base address/pointer/offset/base address ?
like in PWI, we have :
Base_Address=10862540 , or in hex = A5BFCC
Base_AddressFZ=10863676, or in hex = A5C43C
does Base_AddressFZ mean a pointer ? because we can directly use that memory address without using offset and Base_Address.
for example, we have the offset for HP in PWI -> HP_OffSet=1140, when using nomad memory in autoit, to get to this HP memory address, we have to...
about memory address 09/13/2010 - CO2 Programming - 4 Replies hello peeps
i am trying to make a program that shows how much gold i have in my inventory without having to open it up all the time
i have been searching on how to do this in vb6 and vb.net but i cant find anything that is what i am looking for so i came here to see if there was anyone that could point me in the right way on how to do this
Memory Address 04/01/2010 - CO2 Programming - 8 Replies Hi,
i think there is a new problem , Tq done something??
When i go and try to find my hp base address with cheat engine,
I can find the current hp,only thing i can find is max hp which is of no use,can some one tell me what is going on!!!
thank you
memory address 01/23/2008 - Conquer Online 2 - 0 Replies any1 can make a memory address on monster count?using cheat engine perhaps?
Memory Address Help 06/15/2006 - Conquer Online 2 - 3 Replies Currently I am trying to make a simple program to tell you if your health goes down. So far I just cannot get the value of HP via memory... well I can in a way; I end up with an address that counts your HP by 256s.... (I could not find the HP using exact value searches, so I did increase/decreased by X) I think this is a one-byte address, but I always thought HP was a 4-byte address, and I do have TSearch searching for 4-byte values. Here is my HP versus what the "256" HP address
reads (I...