@bobbyaube, i would be happy to help you implement a C# program that will work similar to what i think you want. I dont know how to get it to move to specific Conquer coords but i would be able to get it to move to a screen location and then click. Do you have any experience with programing languages at all? If you know the basics then feel free to add me on msn and ill help ya.
its probably best you learn to use a learner programing language first then, like kpl(phrogram) , that will teach you the basic syntax and get you used to a programing language. just feeding you code probably wouldnt help you much, especially if you dont yet understand the easy things.
The memory addresses wont work on your client, of course, you'll have to find them yourself, and the MouseClick coordinates probably wont work on your pc either.
What this code does is:
It clicks where your mouse is (you have to place it on the NPC guy in Phoenix Castle yourself), then it clicks on the "Let's go" answer (or whatever it is, I kinda forgot) and then it check the values of the choices you get and clicks the correct one.
The memory addresses wont work on your client, of course, you'll have to find them yourself, and the MouseClick coordinates probably wont work on your pc either.
What this code does is:
It clicks where your mouse is (you have to place it on the NPC guy in Phoenix Castle yourself), then it clicks on the "Let's go" answer (or whatever it is, I kinda forgot) and then it check the values of the choices you get and clicks the correct one.
wow ty, i was trying to learn autoit by myself x.x
If you ever need any help with AutoIt, feel free to ask me. Ive written mostly every one of my bots in AutoIt and im quite fluent in the scripting language
Also, for some more learning on AutoIt, read my guides:
Part 1: Part 2:
@Hiyoal...
Ummm I've checked all of the links and i haven't figured out how to find the coordinates to where your mouse should click to answer the questions, and also how do we find the memory addresses? Sorry if I'm asking too difficult a question.
Thanks,
S35
P.S.----I'm really new at this so if you can put it in Layman's terms that would be great XD
MouseGetPos() function in AutoIt returns a array, first value being the X position and 2nd being the Y position. The easy way to do this is to write a seperate program that displays the mouse position to find the coords your looking for on your screen and then youll be able to click on a position of the screen rather than coords on conquer.
code for position finder program(syntax probably wrong, dont know autoit well):
Code:
While 1
$pos = MouseGetPos()
GUICtrlSetData($lblTextX, $pos[0])
GUICtrlSetData($lblTextY,$pos[1])
Wend
that way youll constantly get a update of where your mouse is.
Let me remind you though, that you would have to record these mouse positions manually, because memory does not interlink with mouse clicks. You would have to define the:
If something happens in memory then
Click to this Position (Set by YOU)
Endif
Also, If you would like to get cursor positions on the conquer2.0 client rather than the whole screen (useful if people move the Conquer Window) use:
[Release]Macro Files for Macro Manager (AKA BOT) 02/16/2010 - Grand Chase Hacks, Bots, Cheats & Exploits - 16 Replies @all FYI its not a cheat its just a macro file that enables you to run dungeon so you can do other choirs like mussicca said...!!
Contents
Mana Valley Dungeon Macro File
Xenia Frontier Dungeon UP and LEFT (Remap Dungeon)Macro File
Ignis Mountain Dungeon Macro File
Orc Temple Dungeon Macro File
Link cheatengine to a macro? 12/27/2008 - General Coding - 3 Replies Ok, this is my first attempt at making a "game hack".
I dont know much about gamehacking, all i want to do is to make a simple macro that react to what a npc say.
I already found a text adress from the client (with cheat engine).
What i would like to do is, link the adress value to an action.
Ex:
If adress 0x019DBDBA = "Yes" Then move mouse to xxx-yyy and click.
LAB ARCHER LVLER macro(download from link) 12/04/2007 - CO2 Bots & Macros - 74 Replies VERSION 1.5 RELEASE!!!!!!
POST YOUR FEEDBACKS PLEASE!!!!!!!!!
If you like it + k is welcome =)
i made this macro because prog4mer's macro was glitchy and i got mad, SO,
i totally made a new macro (from a brand new blank script) and i think its working better than prog4mer's macro(no offense prog4mer)