Tailor Made Tools/Programs for You - AHK

12/03/2008 15:29 Acidburncx#46
Im so confuse on hw to make to work bt all othe command wrk except for auto cast cyclone and auto cast superman i did everything u said bt to no luck :(
12/03/2008 16:24 Evan Lim#47
vegetasupersaiyan6@
dont be stubborn, change it to another hotkey then
like:
Code:
q::
send {!}
send auto cyclone
send {enter}
return

w::
send {!}
send auto superman
send {enter}
return
see if pressing q and w will work
12/04/2008 00:01 Acidburncx#48
Ty for being so patient with me
12/04/2008 04:33 Acidburncx#49
it seems that the auto cast cyclone and auto superman the only command nt working bt ty anyway i dont wanna trouble cuz u might be fraustrated on asking u too much favor
12/04/2008 17:00 pitaclon#50
evan can you make debug work with last patch 5078?
12/04/2008 19:36 canonsun540#51
Hey, ELSEbot thread been taken down, can I get new memory address for 5078 or a method for working it out please?
12/04/2008 19:39 Evan Lim#52
pitaclon & canonsun540@
patch5078 character address is 0x5DA3B0
and update of debug:
Code:
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%


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=0x5D0000

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
12/04/2008 21:35 jake_fraser27#53
well i dont know if this thread is inactive or not but can i request a simple zoom hack not attached with speed hack or anything (for patch 5078 and possibly automatically updatable)
12/05/2008 04:58 Evan Lim#54
jake_fraser27@
check this link:
[Only registered and activated users can see links. Click Here To Register...]
not like i l know the zoom address, but that program will always work if correct memory adderss
(its semi-automatically patch-able, as sometimes work, sometimes doesnt )
12/05/2008 11:19 pitaclon#55
ok... but with what program i can change this debug :-/
12/05/2008 11:20 pitaclon#56
and why dont you update your progams ?
12/05/2008 17:14 Evan Lim#57
pitaclon@
u dont need to edit the debug, its a complete code
so all u need to do is compile it with ahk
update which program and for what purpose?
12/05/2008 22:27 pitaclon#58
Quote:
Originally Posted by Evan Lim View Post
pitaclon@
u dont need to edit the debug, its a complete code
so all u need to do is compile it with ahk
update which program and for what purpose?
i dont know to run all this boot.. i mean i only work at school with pascal... thas all i know... you give me a full program, but i dont know what i must do with it. i must open the debug with a program to reedit it... srry for my english.. :|:D
12/05/2008 23:48 David5646#59
Do you mean you need the exe pita? Well if thats the Case here it is...

Creds Go to Evan Lim all i did was compile it
12/06/2008 00:45 pitaclon#60
Quote:
Originally Posted by David5646 View Post
Do you mean you need the exe pita? Well if thats the Case here it is...

Creds Go to Evan Lim all i did was compile it
i have the exe file... but i dont know how to compile it.... :|