*BUMP
Quote:
Originally posted by toreddo+Dec 4 2006, 19:40--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (toreddo @ Dec 4 2006, 19:40)</td></tr><tr><td id='QUOTE'>Blinko i can help you with a lot of shit,
i presume you wanna see my CoMemory.dll [/b]
|
toreddo i'd love to see the dll file you've made hell i might even learn a thing or two 
<!--QuoteBegin--ZoSo
Cool, nice work blinko. I'd really like to see the source for the dll posted as I'm interested in writing a customized version in VB6 which wouldn't require a dll...
Anyway, thanks for the ideas and I hope to see the source posted soon smile.gif
[/quote]
Now u have it ^^ no DLL required using Class files. (DLL source also included in the package)
Quote:
(would this wok with autohotkey's dllcall() ?
also can you please post the address for exp percentage pls?
thx)
|
dunno about the autohotkeys BUT the EXP Memory Value is &H4FEFE8 and i have the function set to read the Level of the character first Before determining the EXP, since each level requires a specific amount of exp, it read's the exp, then determines level to see how much total exp you'll need for a level up, followed up by dividing the total amount for the level with the current exp and Formatting the Number's in ##.### form.
I've Finally reached a point to where i'm happy with how it's all turning out.
This is most likely my final completed Project's with Full source code.
Now this project should be able ot be opened and ran without any errors assuming you regsitered the prjXTAB.ocx first, however a few of the Usercontrol's might act funny but it should be no big deal they'll all load once it's compiled.
It'll be one link containing Everything listed Below.
As Simple as i can put it...maybe
**NOTE**
This DLL file WILL need to be registered in order to work and placed in the same directory as the application. Or Packed in a Resource(.res) file and registered.
The coMemoryRead.dll source (fixed to check if the Conquer.exe window is running before Executing Memory reading, unlike the last one i posted)
The coMemoryRead.dll File Compiled Ready to use. (IF you choose to go the DLL way)
**NOTE**
This is the Visual Basic Project i did for the Memory Reading WITHOUT the use of a DLL
for those who do not wish to include those in thier application's.
The Memory Reading is done through one Class file, the coMemoryRead.cls
So you can open the project, compile the exe right from the rip and never include a DLL.
Unless of course you Rather use the DLL and save space for coding and EXE size.
The coMemoryRead Visual Basic 6.0 Project Full of UserControl's for making a nice interface for your Application's.
Includes:
CMOUSE.cls (Mouse Position Class File)
coMemoryRead.cls (All Memory Reading's in this Class file are put into Functions)
if you Dim Char as coMemoryRead
example : Public Function Stamina(rtnID as string) | usage : Char.Stamina(Text1) Text1 will return the Character's Current Stamina.
ColorPickerFuncs.bas (Module for Color Based Bot's, Examples under the Bot Junk tab on the compiled exe)
coMemoryFlags.bas (Module containing Client side changes Contants 'Transparent character,red name ect..')
prjXTAB.ocx (Need's to be registered Before Opening the VB project and running the application, Since i've added it to the Applications Main form for a nice Interface ^^)
Now a Small but rather big collections of Usercontrol's to use with Visual Basic
isButton (Custom Skinned Button's)
jcFrames (Custon Made Frames to use Work's as a normal VB Frame)
MorphListBox (a listbox with custom features)
ucGradContainer (Make a Nice Interface With Icon and Caption for your Form using this Custom Gradient Color Container)
ucHorizontal3DLine (Name say's it all)
ucVertical3DLine (Name say's it all)
ucPickBox (Not sure about this oen but i threw it in the folder as well and it's saved in the project but not used.)
ucStatusBar (custom statusbar)
XP_Progessbar (VERY nice progressbar with custon color setting's images, Many scrolling options)
and one frmMemoryRead.frm ( VB Form File)
PRJXTAB-REGISTER.BAT file to regsiter the prjXTAB.ocx
DLLREGISTER.BAT file to register the coMemoryRead.dll
remember REGISTER the prjxTAB.ocx file BEFORE opening the Project or Running the Compiled EXE that's included. Or it'll result in error and that's the ONLY file that need's registering.
So if ya want a program that doesn't unclude the ocx file then don't use it, or just pack it in the EXE using a .RES file.
To save on File size the 3 zipped folders are packed into a coMemoryRead.uha file, and zipped into it's own folder along with a co.exe (UHARC.EXE) and the coMemoryRead-Extracter.bat.
So to extract it all unzip the coMemoryRead.zip folder and run coMemoryRead-Extracter.exe
and i hope you Enjoy.