Tailor Made Tools/Programs for You - AHK

11/07/2008 17:56 Evan Lim#1
Some of you might aware of the original [Only registered and activated users can see links. Click Here To Register...] thread
since evanxxxm is not available and will not login ever again, i will continue with the work

There is no restrictions on what u can request, even not related to CO
Simply just tell me your ideas/methods, i will try to create a tool/program that satisfy ur needs
(except for projects that i am not interested in or i will tell u its impossible for me to create due to my limited knowledge)

Please be specific, examples:
Quote:
Instead of saying:
i want a tro leveler bot!
say something more specific like:
i want a tro leveler bot with HPdetect at 50% HP, XPskill spam at F10, auto DC when dead...etc

Instead of saying:
i want a undetectable autoclicker!
say something more specific like:
i want an undetectable autoclicker that right clicks at point XY with 1 second in between..etc

Instead of saying:
i want a dual weapon program for warrior!
say something more specific like:
a dual weapon program can be done by doing the following steps:
1. xxx
2. yyy
3. zzz

Instead of saying:
i want a speedhack!
say something more specific like:
a speedhack program can be done by doing the following steps:
1. change memory address 0xhex to x
and a hotkey that disable speedhack by
1. change memory address 0xhex back to initial
Write some examples on where u want to use it. What situation best describe ur needs.
i have no side-kick powers. if u are not specific, we might end up wasting time just for questioning the details.

Default tailor made tools/programs are in text script format
which requires [Only registered and activated users can see links. Click Here To Register...]to be installed in ur computer for compiling
and No, i will not give u the EXE version, u have to compile the script by urself
11/08/2008 04:27 kinshi88#2
Well, I know I will most definitely not get this, but here's a request:
Packet reader and decryptor for Conquer.

Even if someone wants to help me make one =P
11/08/2008 07:26 Evan Lim#3
kinshi88@
as described above, u need to tell me the method of doing so, please read the examples
anyhow, cant be done with AHK
+ dont know how
11/08/2008 22:55 sanar40#4
I need a pink paw edit for else multi class, if I knew how to do it I'd do it myself, but here we are. I need it so it has super, elites, unis, and gems. xD thanks
11/09/2008 01:31 Evan Lim#5
sanar40@
firstly, i dont have CO anymore, so i could not check the dds files
secondly, from what i understand, those quality items (except weapons) are like +1 items now, thats why i closed my ANIeditor because i could not figure out a way to fix it
and of course, as stated in my first post examples section
if u know the method of those "impossible things" like dual weapon, unlimited money..etc
u can tell me the method, and i can produce a program that does that thing
11/09/2008 02:29 warrior101#6
hi i need a tao stig or evans old taostig that works in the windows mode (not full screen conquers) and will have the same basic set up. TY!!
11/09/2008 04:29 Evan Lim#7
warrior101@
the taostig doesnt require full screen CO
actually all programs evanxxxm made is base on 1024x768 window mode, he havent even use fullscreen once in CO
so how about u tell me what the problem is, i might able to fix it
11/09/2008 14:05 MushyPeas#8
Why do you refer to evanxxxm as if it were another person? :rolleyes:
11/09/2008 17:56 Evan Lim#9
MushyPeas@
after leveling up to lvl 100, i would like to start at lvl1 again
and of course, dont want people to fully recognized
11/12/2008 04:13 crimsonreaper#10
hi, i was wonderin if u could make a xp skill auto clicker that runs in the background? i have been searching for a good one but none really work too well, ive been tryin to level golem and waterelf, if its not specific enough i can try to go into more details :)
11/12/2008 15:56 Evan Lim#11
crimsonreaper@
sure i can make one
but u need to understand background controlclicks will lead to jail
if u are fine with that, then tell me which F-slot and client window size are u using
11/13/2008 07:45 dunnohow#12
hi , i have a problem on download the debug program by evanxxx for using ELSE , can u make one the same , but not compiled , i want only the script , coz my antivirus dont let me extract files already compiled any more i dont know why ty
11/13/2008 16:00 Evan Lim#13
dunnohow@
u can decompile the debug by EXE2AHK
no passwords are set in evanxxxm's programs and of course they are all open source for people to use/edit

Code:
; <COMPILER: v1.0.47.3>


msgbox, Please login your character`nPress OK to continue.

Process, Exist,Conquer.exe
pid = %ErrorLevel%
ProcessHandle := DllCall("OpenProcess", "int", 2035711, "char", 0, "UInt", PID, "UInt")

if pid = 0
{
    MsgBox, Can not find Conquer.exe
    exitapp
    return
}


WinActivate, ahk_pid %pid%
WinGetTitle, Title, [C
WinGetActiveStats,tt , Width, Height, Xpo, Ypo
ver = %A_OSVersion%

FileInstall, C:\Documents and Settings\Compaq_Administrator\Desktop\color1.bmp, %A_ProgramFiles%\color1.bmp
Gui -Caption
Gui, Add, picture,x0 y0,%A_ProgramFiles%\color1.bmp
Gui, Show,x0 y0 w95 h10
PixelGetColor, healthhex, 10, 4
PixelGetColor, hphex, 35, 4
PixelGetColor, mphex, 60, 4
PixelGetColor, pinkhex, 85, 4
gui, destroy

InputBox, name, Enter MainCharacter Name, , , 250,100
SetBatchLines, 1000ms

count=1
counter=1
addressS=0x500000

addressSbb:=addressSb
StringSplit, nameArray, name


Loop, 4
{
this_name := nameArray%counter%
Transform, this_name2, asc, %this_name%
SetFormat, integer, hex
this_name2 += 0
StringReplace, this_name2, this_name2, 0x,  , All
namehex=%this_name2%%namehex%
SetFormat, integer, d
counter++
}

loop, 4
{
this_name := nameArray%counter%
Transform, this_name2, asc, %this_name%
SetFormat, integer, hex
this_name2 += 0
StringReplace, this_name2, this_name2, 0x,  , All
namehex2=%this_name2%%namehex2%
SetFormat, integer, d
counter++
}

namehex2=0x%namehex2%
namehex=0x%namehex%

SetFormat, integer, hex

loop 10
{
Tooltip, Searching NameAddress,1,1
}

loop 700000
{

addressS++
VarSetCapacity(outputA, 4)
DllCall("ReadProcessMemory", "UInt", ProcessHandle, "UInt", addressS, "Uint*", OutputA, "Uint", 4, "Uint *", 0)

if OutputA = %namehex%
{
addressS2:=addressS + 4
VarSetCapacity(outputB, 4)
DllCall("ReadProcessMemory", "UInt", ProcessHandle, "UInt", addressS2, "Uint*", OutputB, "Uint", 4, "Uint *", 0)
if OutputB = %namehex2%
{
Tooltip,
goto, Start
}

}

}

msgbox, Error`nMain character can not be found!
exitapp
return

Start:
WinGet,idco, ID,%Title%

SetFormat, integer, hex
addressS3:=addressS + 48
addressS4:=addressS3 + 4
SetFormat, integer, d
VarSetCapacity(MainX, 4)
DllCall("ReadProcessMemory", "UInt", ProcessHandle, "UInt", addressS3, "Uint*", MainX, "Uint", 4, "Uint *", 0)
VarSetCapacity(MainY, 4)
DllCall("ReadProcessMemory", "UInt", ProcessHandle, "UInt", addressS4, "Uint*", MainY, "Uint", 4, "Uint *", 0)
ControlClick, x200 y270,ahk_id %idco%,,left
ControlClick, x200 y270,ahk_id %idco%,,left
sleep 300
ControlClick, x600 y330,ahk_id %idco%,,left
ControlClick, x600 y330,ahk_id %idco%,,left
sleep 300

VarSetCapacity(mX, 4)
DllCall("ReadProcessMemory", "UInt", ProcessHandle, "UInt", addressS3, "Uint*", mX, "Uint", 4, "Uint *", 0)
VarSetCapacity(mY, 4)
DllCall("ReadProcessMemory", "UInt", ProcessHandle, "UInt", addressS4, "Uint*", mY, "Uint", 4, "Uint *", 0)

BlockInput, on
if mX != %MainX%
{
chk = Yes
}
else
{
if mY = %MainY%
{
chk = No
}
else
{
chk = Yes
}
}

if Width > 900
{
co=1024x768
Xpo += 450
Ypo += 250
}
else
{
co=800x600
Xpo += 350
Ypo += 200
}



StringUpper, addressS, addressS
StringUpper, redhex, redhex
StringReplace, addressS, addressS, 0X, 0x, All
StringReplace, redhex, redhex, 0X, 0x, All

Menu, Tray, Icon, Shell32.dll, 44
Gui, +toolwindow +alwaysontop
Gui, Add, Text, x5 y10 w170 , OS: %ver%
Gui, Add, Text, x5 y+5 w170 , Client: %Title%-%co%
Gui, Add, Text, x5 y+5 w170 , NameAddress: %addressS%
Gui, Add, Text, x5 y+5 w170 , HealthHex: %healthhex%
Gui, Add, Text, x5 y+5 w170 , HPHex: %hphex%
Gui, Add, Text, x5 y+5 w170 , MPHex: %mphex%
Gui, Add, Text, x5 y+5 w170 , PinkHex: %pinkhex%
Gui, Add, Text, x5 y+5 w170 , ControlClick: %chk%

Gui, Show, x%Xpo% y%Ypo%, Debug
sleep 200
Send, {PrintScreen}
Gui, Hide
Run, mspaint.exe
sleep 500
Send, ^v
sleep 500
Send, ^v
BlockInput, off

msgbox, Debug complete!`nPlease provide screenshot in order for me to solve your problem.
Gui, restore
return
GuiClose:
ExitApp




^r::reload
11/13/2008 17:04 crimsonreaper#14
oops sorry bout the 2x post my other one nvr showed on the screen lol, but i was lookin for one that ran on preferably F10

and i was hopin for it to run on 1024x786 if possible
11/13/2008 17:19 Evan Lim#15
crimsonreaper@
it spams F10 every 4 seconds
Code:
msgbox, Ctrl+Q to pause
WinGet,id, ID,[Conquer2.0]

settimer, aa, 3000
return
aa:
ControlClick, x475 y760,ahk_id %id%,,right
sleep 1000
ControlClick, x100 y100,ahk_id %id%,,right
return

^q::pause