hi man can you make a bot that trains the poisen of a ninja automaticly?
So a bot that can sit automaticly and when stamina bar is full it use the poisen skill and than sit again.
evan if u can can u fix cotobo so it can be used in the new co or a simple bot that handles items ,speed, aim,training and hunting maybe something that dc/s on blinkers .one that doesnt charge a monthly would be truley nice,and something that could be set how u like
and a +1 finder would be nice as well the coding doesnt really matter to me but i would like it to be confidential
ty Tanis~
ace_heart@
its already checking ur hp every 0.5 second
well, i dont think making it anything less than that will matters
but if u want, just change the below line
Hi Evan!
Before some days you have made a program for me that reads memory address.
I am trying to make an XP skill lvler which will only click when it needs.
Code:
msgbox,4097,, Select client and press OK to continue
WinGet,id, ID, [C
;some other code which decides which x,y will give at XP skill function
XPSkillFunction(x,y,id)
{
Loop
{
CharXP:=ReadMemoryNumber(0x5DB364,"[Conquer2.0]")
If (CharXP = "100")
{
ControlClick, x%x% y%y%,ahk_id %id%,,right
Sleep,400
}
else
break
}
}
ReadMemoryNumber(MADDRESS,PROGRAM)
{
winget, pid, PID, %PROGRAM%
SetFormat, IntegerFast, d
VarSetCapacity(MVALUE,4,0)
ProcessHandle := DllCall("OpenProcess", "Int", 24, "Char", 0, "UInt", pid, "UInt")
DllCall("ReadProcessMemory","UInt",ProcessHandle,"UInt",MADDRESS,"Str",MVALUE,"UInt",4,"UInt *",0)
Loop 4
result += *(&MVALUE + A_Index-1) << 8*(A_Index-1)
return, result
}
That is the part of XP skill lvler, including your code for reading memory.
It works perfect, if one client is opened. But if I have 2 clients opened, it reads the XP bar of the client I play on, but I want it to read the memory address of the other client.
All I want to do is... hook/select one client and read the memory address only from it.
Help me when you can.
Darkyy@
but the point is why u need to convert?
u can just simply read both from memory address without converting
its fast and accurate
then if u want the program follow a path, it can be done even easier, as shown in my programs
tell me what u are trying to make, maybe we can find some better ways
-edit-
probably i misunderstand his program, can u tell what exactly is the difference?
Darkyy@
but the point is why u need to convert?
u can just simply read both from memory address without converting
its fast and accurate
then if u want the program follow a path, it can be done even easier, as shown in my programs
tell me what u are trying to make, maybe we can find some better ways
-edit-
probably i misunderstand his program, can u tell what exactly is the difference?
with his program where you put your mouse over it says the co'ords on the server map not the screen co'ords. I was trying to make something like an autofollower. I found a way to find a persons co'ords (different than the char I'm on) but I don't know how to send those co'ords server based so the noob can follow my main or something like that. I'm just doing it to learn different things atm.
@ps Do you know why Cheat Engine or any memory based bots aint working for my pc? On my sisters laptop everything I made worked really good loaded CO with CE but on my PC i get some error" Error while opening process"
Darkyy@
ok u mean that if i move my mouse around the client, it will show if i click on that point, i will go to a certain coordinate, correct?
CE: probably admin rights or anti virus
Darkyy@
ok u mean that if i move my mouse around the client, it will show if i click on that point, i will go to a certain coordinate, correct?
CE: probably admin rights or anti virus
Yes, the mouse shows the co'ords the char will be after clicking on them server-wise.
CE: Tried without anti-virus and what do you mean by admin rights? I installed the same CE on my sisters laptop and it worked fine.
@edit fixed my problem with CE but i still cant use memory based programs :S
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,...