Tailer-made Tools thread - make ur dreams come true

09/03/2008 19:41 evanxxxm#1321
neverlose13@
yes
09/03/2008 23:11 AcidTrix#1322
(Im not a program and dont claim to be so dont take it wrong if this idea sounds wayy out of the possible)

But maybe make a prog that locks to char by address (of course) then has a box where you input what you want bot to say; the bot will "copy" what u want it to say and "paste" it in game with a enter key stroke.

I dunno im tiered so didnt put much detail into that.

But anyway you can make a Market Spammer minimzed instead of background maybe?

~Acid Alchamy~
09/04/2008 00:24 evanxxxm#1323
AcidTrix@
copy and paste and enter keystroke is ok for active windows

if i can send a Enter keystroke to background programs, of course i can send abcd keystrokes to background programs
so that also implies, if i cant send abcd keystrokes to background programs, i cant send a Enter keystroke to background programs

minimized is under the category of background, so when i say background is impossible, so as minimized

to simplify what i am trying to say:
as far as i know, i do not know a way to send keystrokes to a background CO client
09/04/2008 04:23 stigger#1324
I have a friend that still hangs out in the mines... I don't know why...
But can ya make an ore dropper, It's sad to watch him clicking his miners for hours on end :(
09/04/2008 04:59 evanxxxm#1325
stigger@
i dont mind creating one, but that will requires active co client (no minimized/background mode)
if still want it, please provide a bmp 24bit screenshot of bag with the ores that u want to drop
09/04/2008 22:30 AhDraz#1326
Quote:
Originally Posted by evanxxxm View Post
AhDraz@
Done, see the below download links (leftclick does not matter in client size)

Tenot@
[Only registered and activated users can see links. Click Here To Register...]
(default clicking at the center, so u need to shiftscreen to control where the program is clicking)

Counter-Pro@
dont know how to make one
GuardTrainer F3 F5 done, check the below download link

88slowpoke88@
done, check the download list
CO8tray is OK.

Dual4 is hooking the 1st client to the other clients, so when any action done at any other client, the 1st client follows them !!:confused:

I need the other clients all follow/do as the 1st client. Please:D
Thanks.
09/05/2008 00:03 evanxxxm#1327
AhDraz@
Try this:
09/05/2008 17:55 Azothoras#1328
Quote:
Originally Posted by evanxxxm View Post
AcidTrix@
copy and paste and enter keystroke is ok for active windows

if i can send a Enter keystroke to background programs, of course i can send abcd keystrokes to background programs
so that also implies, if i cant send abcd keystrokes to background programs, i cant send a Enter keystroke to background programs

minimized is under the category of background, so when i say background is impossible, so as minimized

to simplify what i am trying to say:
as far as i know, i do not know a way to send keystrokes to a background CO client
I know you code in AHK but if you try AutoIt you will find that with the command "Controlsend" you can send any keystroke to a minimized window :)

btw I've noticed that you've gotten your chars to jump whit an AHK script how did you do that I can't seem to figure that out in Autoit :)

P.S. Please PM me I always forget to check the threads where I post :D
09/05/2008 18:33 evanxxxm#1329
Azothoras@
Here is the Ctrl+Leftclick controlsend code
Code:
jump:

    hwnd := ControlFromPoint(X, Y, "ahk_id " id2,"", cX, cY)
    PostMessage, 0x201, 0x8 | 0x1, cX & 0xFFFF | (cY & 0xFFFF) << 16,, ahk_id %hwnd%
    PostMessage, 0x202, 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
}
and if u can use controlsend in autoIT to CO client (flash input box)
whats the ClassNN for the input box?
09/06/2008 02:33 bigjesse#1330
can u make a bot that let's u mine then go to mrkt and make vouches then keeps going
09/06/2008 03:14 evanxxxm#1331
bigjesse@
that will be too difficult to make and not effective since it must require on-top active client
well, lets just put it in this way, impossible
09/06/2008 05:19 AhDraz#1332
Quote:
Originally Posted by evanxxxm View Post
AhDraz@
Try this:
Untill I try it, many thanks. I'll report after trying it.:)
09/07/2008 02:10 kawauso#1333
Hi, When i input my character name, it says "wrong memory address"

Edit: This is for the else path
09/07/2008 04:47 bigjesse#1334
ok i know u dont realy do this or u might not sure
plz make me fake cps and fake money
09/07/2008 06:57 evanxxxm#1335
bigjesse@
dont know how