Can you write in English? :P I not understand You. :P
Edit: Ok, finally I understand you. My parameters are good.
Edit: Ok, finally I understand you. My parameters are good.
he say it focus the window there is nothing wrong with the code.Quote:
You dont do anything wrong, if u have 2 same window opened with same names it send on selected window. For that u need to get PID of process name and then send only to PID u select.
There was already another DarkOrbit Bot that used TrapDoor and was developed by iNK in 2013. TrapDoor itself was also developed by iNK and he released his DO Bot as Open Source.Quote:
i know it but you know its a secret of mbot^^
TrapDoor.dll public static native int trapi_session_start(); public static native int trapi_session_end(int sessionId); public static native String trapi_get(int sid, String url, String data); public static native String trapi_navigate(int sid, String url, String data); public static native Pointer trapi_screenshot(int sid); public static native int trapi_set_size(int sid, int w, int h); public static native void trapi_dll_cleanup(); public static native int trapi_load_image(int sid, String path, String id); public static native int trapi_image_save(int sid, String path); public static native int trapi_type_key(int sessionId, char key); public static native String trapi_image_search(int sessionId, String bmpStr, int aVar, boolean repaint); public static native String trapi_image_search_area(int sessionId, String bmpStr, int aVar, boolean repaint, int top, int left, int bottom, int right); public static native NativeLong trapi_pixel_checksum_area(int sessionId, boolean repaint, int top, int left, int bottom, int right); public static native NativeLong trapi_pixel_color(int sessionId, int x, int y); public static native String trapi_pixel_search_area(int sessionId, int color, int aVar, boolean repaint, int top, int left, int bottom, int right); public static native String trapi_pop_source(int sessionId); public static native int trapi_mouse_move(int sessionId, int x, int y); public static native int trapi_mouse_down(int sessionId, int x, int y); public static native int trapi_mouse_up(int sessionId, int x, int y);
Bro If I make it work I will kiss every part of your body ! :DQuote:
There was already another DarkOrbit Bot that used TrapDoor and was developed by iNK in 2013. TrapDoor itself was also developed by iNK and he released his DO Bot as Open Source.
You shouldn't call this a secret.
[Only registered and activated users can see links. Click Here To Register...]
full TrapDoor API + Source
Code:TrapDoor.dll public static native int trapi_session_start(); public static native int trapi_session_end(int sessionId); public static native String trapi_get(int sid, String url, String data); public static native String trapi_navigate(int sid, String url, String data); public static native Pointer trapi_screenshot(int sid); public static native int trapi_set_size(int sid, int w, int h); public static native void trapi_dll_cleanup(); public static native int trapi_load_image(int sid, String path, String id); public static native int trapi_image_save(int sid, String path); public static native int trapi_type_key(int sessionId, char key); public static native String trapi_image_search(int sessionId, String bmpStr, int aVar, boolean repaint); public static native String trapi_image_search_area(int sessionId, String bmpStr, int aVar, boolean repaint, int top, int left, int bottom, int right); public static native NativeLong trapi_pixel_checksum_area(int sessionId, boolean repaint, int top, int left, int bottom, int right); public static native NativeLong trapi_pixel_color(int sessionId, int x, int y); public static native String trapi_pixel_search_area(int sessionId, int color, int aVar, boolean repaint, int top, int left, int bottom, int right); public static native String trapi_pop_source(int sessionId); public static native int trapi_mouse_move(int sessionId, int x, int y); public static native int trapi_mouse_down(int sessionId, int x, int y); public static native int trapi_mouse_up(int sessionId, int x, int y);
i didnt mean trapdoor because before trapdoor we used ControlClickQuote:
There was already another DarkOrbit Bot that used TrapDoor and was developed by iNK in 2013. TrapDoor itself was also developed by iNK and he released his DO Bot as Open Source.
You shouldn't call this a secret.
ink allowed you to use it?Quote:
Bro If I make it work I will kiss every part of your body ! :D
Thak you !
EDIT: Is there some documentation for it ?