|
You last visited: Today at 04:39
Advertisement
Tailor Made Tools/Programs for You - AHK
Discussion on Tailor Made Tools/Programs for You - AHK within the CO2 Programming forum part of the Conquer Online 2 category.
03/26/2009, 21:52
|
#376
|
elite*gold: 20
Join Date: Oct 2008
Posts: 976
Received Thanks: 668
|
lindsaybaby@
using percentage probably going to work
but the input health is not going to work as it will involve memory address
other than that, what client size are u using?
|
|
|
03/26/2009, 23:20
|
#377
|
elite*gold: 0
Join Date: Aug 2007
Posts: 16
Received Thanks: 0
|
Quote:
Originally Posted by Evan Lim
lindsaybaby@
using percentage probably going to work
but the input health is not going to work as it will involve memory address
other than that, what client size are u using?
|
okay can you make one then with percentage. so i can self choose what precentage when it pots
|
|
|
03/26/2009, 23:36
|
#378
|
elite*gold: 0
Join Date: Mar 2006
Posts: 98
Received Thanks: 9
|
Evan Lim
Can't you make an aimbot pretty much aiming at a certain color? Like all trojans have a specific x color. If you right click, the program will search for that specific color within 100x100 pixels (example) of your click. Then it will rightclick on the right xy coordinates away from your own click in order to correctly hit the target. That way you can still choose your targets. But your aim can be more lazy. So it won't "aimbot" every trojan. I hope you understand what I mean.
|
|
|
03/26/2009, 23:49
|
#379
|
elite*gold: 0
Join Date: Mar 2007
Posts: 389
Received Thanks: 23
|
Hey Prof...
Thx for The Bot...
But there are Problem...
It's when i Minimized Conquer... The Bot stoped...
Can u make it Work Background(Minimized)
Here the Bot Which u made..
Quote:
Originally Posted by Evan Lim
dondale8@
fill in X and Y and u should be all set (1st request)
2nd request involves left control click, so it does send u to jail, so no
Code:
X =
Y =
msgbox, active the Client you want to hook and press OK
WinGet,id, ID,[C
settimer, aa, 1000
settimer, bb, 20000
aa:
ControlClick, x110 y760,ahk_id %id%,,right
sleep 1000
ControlClick, x160 y760,ahk_id %id%,,right
return
bb:
gosub, rclick
return
^q::pause
rclick:
hwnd := ControlFromPoint(X, Y, "ahk_id " id,"", cX, cY)
PostMessage, 0x204, 0x8 | 0x1, cX & 0xFFFF | (cY & 0xFFFF) << 16,, ahk_id %hwnd%
PostMessage, 0x205, 0x8 , cX & 0xFFFF | (cY & 0xFFFF) << 16,, ahk_id %hwnd%
return
return
ControlFromPoint(X, Y, WinTitle="", WinText="", ByRef cX="", ByRef cY="", ExcludeTitle="", ExcludeText="")
{
if !(hwnd := WinExist(WinTitle, WinText, ExcludeTitle, ExcludeText))
return false
VarSetCapacity(pt,8)
VarSetCapacity(wi,60), NumPut(60,wi)
DllCall("GetWindowInfo","uint",hwnd,"uint",&wi)
NumPut(X + (w:=NumGet(wi,4,"int")) - (cw:=NumGet(wi,20,"int")), pt,0)
NumPut(Y + (h:=NumGet(wi,8,"int")) - (ch:=NumGet(wi,24,"int")), pt,4)
Loop {
child := DllCall("ChildWindowFromPointEx","uint",hwnd,"int64",NumGet(pt,0,"int64"),"uint",0x5)
if !child or child=hwnd
break
DllCall("MapWindowPoints","uint",hwnd,"uint",child,"uint",&pt,"uint",1)
hwnd := child
}
cX := NumGet(pt,0,"int")
cY := NumGet(pt,4,"int")
return hwnd
}
return
|
Thx alot any way...
|
|
|
03/27/2009, 00:00
|
#380
|
elite*gold: 20
Join Date: Oct 2008
Posts: 976
Received Thanks: 668
|
lindsaybaby2
Code:
Gui, Add, Checkbox, vhp x10 y10, HP
Gui, Add, DropDownList, vhpf w50 x50 y10, F1|F2|F3|F4|F5|F6|F7|F8|F9|F10
Gui, Add, DropDownList, vhpp w50 x120 y10, 25|50|75
Gui, Add, Checkbox, vmp x10 y40, MP
Gui, Add, DropDownList, vmpf w50 x50 y40, F1|F2|F3|F4|F5|F6|F7|F8|F9|F10
Gui, Add, DropDownList, vmpp w50 x120 y40, 25|50|75
Gui, Add, Checkbox, vxp1 x10 y70, XP1
Gui, Add, DropDownList, vxp1f w50 x50 y70, F1|F2|F3|F4|F5|F6|F7|F8|F9|F10
Gui, Add, Checkbox, vxp2 x10 y100, XP2
Gui, Add, DropDownList, vxp2f w50 x50 y100, F1|F2|F3|F4|F5|F6|F7|F8|F9|F10
Gui, Add, Button, gok x10 w180,OK
Gui, show, w200 h150, Name
return
ok:
WinActivate, [C
WinWaitActive, [C
if hpp=20
hpp=746
else if hpp=50
hpp=725
else if hpp=80
hpp=700
PixelGetColor, hphex, 36, %hpp%
if mpp=20
mpp=746
else if mpp=50
mpp=725
else if mpp=80
mpp=700
PixelGetColor, mphex, 53, %mpp%
Gui, submit
if hp=1
settimer, hphp, 1000
if mp=1
settimer, mpmp, 2000
if (xp1=1 or xp2=1)
settimer, xpxp, 10000
settimer, check, 1000
return
xpxp:
if xp1=1
send {%xp1f%}
sleep 1000
if xp2=1
send {%xp2f%}
return
hphp:
PixelSearch, , , 35, %hpp%, 37, %hpp%, %hphex%, 10, Fast
if ErrorLevel
{
send {%hpf%}
sleep 2000
}
return
mpmp:
PixelSearch, , , 53, %mpp%, 50,%mpp%, %mphex%, 40, Fast
if ErrorLevel
{
send {%mpf%}
sleep 2000
}
return
check:
WinWaitNotActive, [C
tooltip, client not active,1,1
pause
return
Diabox@
there does not exists unique point for character
thus, pixel search aimbotting is not going to work
dondale8@
what do u mean by stopped? all functions not working or one/two of them?
i checked the code, it should work with background mode
i am not quite sure about minimized, but it should also work
|
|
|
03/27/2009, 00:23
|
#381
|
elite*gold: 0
Join Date: Mar 2007
Posts: 389
Received Thanks: 23
|
Into Minimized
The function which worked (Minimized) ---- Just Only Auto Reffil Magic
But Clicking Right Click at (X,Y) ----don't work...
PLz Prof... Make it work Into Minimized..
Thx alot
|
|
|
03/27/2009, 01:17
|
#382
|
elite*gold: 20
Join Date: Oct 2008
Posts: 976
Received Thanks: 668
|
dondale8@
can u not use minimized client?
like just put it at the background
the Ctrl+right click function is directly copy and paste from FollowMe, so quite sure it works
anyhow, i dont know how to fix it, thats the only way to do a ctrl+click in background mode
|
|
|
03/27/2009, 01:36
|
#383
|
elite*gold: 0
Join Date: Mar 2007
Posts: 389
Received Thanks: 23
|
K...Prof...
Thx alot Prof..K..But Prof if u know how to fix it..
Plz Don't forget Me..
Thx again alot
|
|
|
03/27/2009, 10:49
|
#384
|
elite*gold: 0
Join Date: Aug 2007
Posts: 16
Received Thanks: 0
|
Quote:
Originally Posted by Evan Lim
lindsaybaby2
Code:
Gui, Add, Checkbox, vhp x10 y10, HP
Gui, Add, DropDownList, vhpf w50 x50 y10, F1|F2|F3|F4|F5|F6|F7|F8|F9|F10
Gui, Add, DropDownList, vhpp w50 x120 y10, 25|50|75
Gui, Add, Checkbox, vmp x10 y40, MP
Gui, Add, DropDownList, vmpf w50 x50 y40, F1|F2|F3|F4|F5|F6|F7|F8|F9|F10
Gui, Add, DropDownList, vmpp w50 x120 y40, 25|50|75
Gui, Add, Checkbox, vxp1 x10 y70, XP1
Gui, Add, DropDownList, vxp1f w50 x50 y70, F1|F2|F3|F4|F5|F6|F7|F8|F9|F10
Gui, Add, Checkbox, vxp2 x10 y100, XP2
Gui, Add, DropDownList, vxp2f w50 x50 y100, F1|F2|F3|F4|F5|F6|F7|F8|F9|F10
Gui, Add, Button, gok x10 w180,OK
Gui, show, w200 h150, Name
return
ok:
WinActivate, [C
WinWaitActive, [C
if hpp=20
hpp=746
else if hpp=50
hpp=725
else if hpp=80
hpp=700
PixelGetColor, hphex, 36, %hpp%
if mpp=20
mpp=746
else if mpp=50
mpp=725
else if mpp=80
mpp=700
PixelGetColor, mphex, 53, %mpp%
Gui, submit
if hp=1
settimer, hphp, 1000
if mp=1
settimer, mpmp, 2000
if (xp1=1 or xp2=1)
settimer, xpxp, 10000
settimer, check, 1000
return
xpxp:
if xp1=1
send {%xp1f%}
sleep 1000
if xp2=1
send {%xp2f%}
return
hphp:
PixelSearch, , , 35, %hpp%, 37, %hpp%, %hphex%, 10, Fast
if ErrorLevel
{
send {%hpf%}
sleep 2000
}
return
mpmp:
PixelSearch, , , 53, %mpp%, 50,%mpp%, %mphex%, 40, Fast
if ErrorLevel
{
send {%mpf%}
sleep 2000
}
return
check:
WinWaitNotActive, [C
tooltip, client not active,1,1
pause
return
Diabox@
there does not exists unique point for character
thus, pixel search aimbotting is not going to work
dondale8@
what do u mean by stopped? all functions not working or one/two of them?
i checked the code, it should work with background mode
i am not quite sure about minimized, but it should also work
|
thank you very much . i was trying thi scode but it doesnot works.
i m using mutli client . can it was that make it wont works
|
|
|
03/27/2009, 12:18
|
#385
|
elite*gold: 20
Join Date: Oct 2008
Posts: 976
Received Thanks: 668
|
lindsaybaby@
it wont work for un-active clients
reason for that is it does not involve any memory address but color searching for the hp spot
and if it involves memory address, i dont know how to do it, as CO did put some trick to hide hp/mp address, thats what we call DMA
|
|
|
03/27/2009, 13:06
|
#386
|
elite*gold: 0
Join Date: Aug 2007
Posts: 16
Received Thanks: 0
|
Quote:
Originally Posted by Evan Lim
lindsaybaby@
it wont work for un-active clients
reason for that is it does not involve any memory address but color searching for the hp spot
and if it involves memory address, i dont know how to do it, as CO did put some trick to hide hp/mp address, thats what we call DMA
|
but did not you make coelse program. and that coelse have auto hp pots.
we have to put that arrows at where it gone pots right
.pls then make like yours coelse program to like arrows
|
|
|
03/27/2009, 15:04
|
#387
|
elite*gold: 0
Join Date: Mar 2007
Posts: 389
Received Thanks: 23
|
Hey Prof...
I found other Problem...
It's when i run the Bot on multi-acc (Sure i change ID in Code to work in which Client i want) Into Background ---
It's come on the screen again (not Background) after around 1-15 soc...or More...idk
But this problem didn't appear when i run it on 1 or 2 Client..
Plz Prof solve that problem
|
|
|
03/27/2009, 18:44
|
#388
|
elite*gold: 20
Join Date: Oct 2008
Posts: 976
Received Thanks: 668
|
lindsaybaby@
COELSE is exactly using color search function
which requires active client
if i know how to do it, i will do it. but i just dont know how to read hp/mp values when client is not active
dondale8@
i have no idea why, there is no function calling the hooked client to active
try adding ",,NA" on every controlclick function, like:
ControlClick, x160 y760,ahk_id %id%,,right,,NA
|
|
|
03/27/2009, 20:40
|
#389
|
elite*gold: 0
Join Date: Oct 2008
Posts: 57
Received Thanks: 3
|
@dondale8,
your colors makes me want to throw up.
|
|
|
03/29/2009, 11:36
|
#390
|
elite*gold: 0
Join Date: Mar 2007
Posts: 389
Received Thanks: 23
|
@MrTweety
lol...That's required confirmation...^_^
@Evan Lim
Thx alot Prof... It's worked...
Can u explain what that did....?!
|
|
|
 |
|
Similar Threads
|
Tailer-made Tools thread - make ur dreams come true
10/28/2008 - Conquer Online 2 - 1577 Replies
Closed
Thread discontinued due to personal reasons
Thanks for the previous support
Hi elite users,
I am Evan. Not quite well-known in forum due to the fact i only release wicky and unpopular programs...Thx for a1 and others to scan/explain when others flame or questioned me. anyhow, i am a AHK (autohotkey) user, and i like programming more than games.
Lets get to the main point:
Tell me your ideas, i will try to create a tool that satisfy ur needs
Please be specific, examples:
|
Packet Crafter/CO2/CO 2/Hacks/Tools/Programs
06/27/2007 - CO2 Exploits, Hacks & Tools - 13 Replies
================================================== ==================
TCP/IP Packet Injector
====-v1.4-======================================= ===================
This Project is designed to be a command line based, portable human IP
stack for UNIX-like and Windows systems. The suite is broken down by protocol,
and should allow for useful scripting of injected packets from simple shell
scripts.
|
Net Tools /EXE Binder/CO2/Tools/Hacks/Programs
06/26/2007 - CO2 Exploits, Hacks & Tools - 22 Replies
Net Tools is cutting-edge security and network monitoring software for the Internet and Local Area Networks, providing clients with the ability and confidence to meet the challenges of tomorrow's technology. Keeping pace with the industry trends, we offer professional tools that support the latest standards, protocols, software, and hardware for both wired and wireless networks. The main goal is the creation of high quality software. Net Tools is a very strong combination of network scanning,...
|
All times are GMT +1. The time now is 04:39.
|
|