Search found 24 matches

by Joelyboy0991
Fri Jan 27, 2023 2:46 pm
Forum: Technical / Scripting
Topic: Chrome Automation
Replies: 3
Views: 1715

Re: Chrome Automation

GOT IT!. //Method 1 //Using xpath to find <img ChromeFindElements>session_id,xpath,//img[@class='Gdd5U'],el //If this is >0, we found an element (helps debugging) let>elres1=el_count ChromeElementAction>session_id,el_1,click Wait>1 //Using xpath to find <img ChromeFindElements>session_id,xpath,//Spa...
by Joelyboy0991
Fri Jan 27, 2023 2:35 pm
Forum: Technical / Scripting
Topic: Chrome Automation
Replies: 3
Views: 1715

Re: Chrome Automation

Amazing help

Cheers Mate!
by Joelyboy0991
Wed Jan 25, 2023 4:45 pm
Forum: Technical / Scripting
Topic: Chrome Automation
Replies: 3
Views: 1715

Chrome Automation

trying to automate chrome https://www.instagram.com/p/Cn2E8epSjek/?utm_source=ig_web_button_share_sheet trying to follow: https://www.mjtnet.com/blog/2020/02/27/using-macro-scheduler-15s-chrome-automation-functions/ Goal: automate Chrome and learn how to target and interact with elements thank you. ...
by Joelyboy0991
Sun Jul 24, 2022 11:05 am
Forum: Technical / Scripting
Topic: What section should i be in for Read/WriteMemory
Replies: 1
Views: 2858

What section should i be in for Read/WriteMemory

trying to learn how to inject/access to programs/Games directly using msched and cheat engine (thats if CE is needed) i am able to get the values/addresses i need in Cheat engine but how would i run code in Msched to change them What section of read and write would get me started have had great succ...
by Joelyboy0991
Fri Apr 19, 2019 1:42 pm
Forum: Beginners
Topic: Copy past to notepad in Repeat block Not working
Replies: 2
Views: 2841

Re: Copy past to notepad in Repeat block Not working

Here is a Link For a better understanding to what i am encountering https://www.youtube.com/watch?v=5CSJc1p1xHQ&feature=youtu.be I hope someone can help I have also done further testing with a recorded macro and i still got the same results the copy is not initiated but only when it is ran in a repe...
by Joelyboy0991
Fri Apr 19, 2019 12:52 pm
Forum: Beginners
Topic: Copy past to notepad in Repeat block Not working
Replies: 2
Views: 2841

Copy past to notepad in Repeat block Not working

Hey Guys. i have a issue that i cannot fathom! i have this block of code: (ghetto yes but it works) //Input notepad block Wait>0.200 MouseMove>-1470,460 Wait>0.200 Lclick Wait>0.200 LDown Wait>0.200 MouseMove>-1340,490 Wait>0.200 LUp Wait>0.200 Press LCTRL Wait>0.200 Send>c Wait>0.200 Release LCTRL ...
by Joelyboy0991
Mon Dec 10, 2018 11:20 pm
Forum: Technical / Scripting
Topic: OCR Area giving correct Var but If not working!
Replies: 4
Views: 3233

Re: OCR Area giving correct Var but If not working!

:shock: :lol: (eye's Glistening at the sight of) If>strText={"55.18, 55.92"} haha havent even tried it yet but looks like what i need. Marcus, Cheers bro P.s, Btw a big Thanks to: Marcus & Dorian (and all others on the forum) MC has helped me learn programming at a Increasing rate. only been using M...
by Joelyboy0991
Mon Dec 10, 2018 9:40 am
Forum: Technical / Scripting
Topic: OCR Area giving correct Var but If not working!
Replies: 4
Views: 3233

Re: OCR Area giving correct Var but If not working!

Hey Cheers for the reply, I had done what you suggested, and used a different area/image to capture This is the image i captured: 2018-12-10_20-28-36.jpg Again in the MessageModal>var result i get:55.18, 55.92 and the same when i clipboard and Ctrl/v (past) in the result but when i do a if statement...
by Joelyboy0991
Sun Dec 09, 2018 11:32 pm
Forum: Technical / Scripting
Topic: OCR Area giving correct Var but If not working!
Replies: 4
Views: 3233

OCR Area giving correct Var but If not working!

Hey all Please let me know what i am doing wrong i have the code below Searching for the image on screen below i get the Correct strText var in the Messagemodal>strText but when i run this if statement i keep getting no. OCRQimage.jpg OCRArea>20,109,94,127,strText Messagemodal>strText /If>strText=Sh...
by Joelyboy0991
Tue Dec 04, 2018 4:56 pm
Forum: Technical / Scripting
Topic: Mousemove+Animation>ImagePos Help
Replies: 5
Views: 4555

Re: Mousemove+Animation>ImagePos Help

Hey all, Please tag this as solved :)!!! i worked it out, with much tinkering AND a couple of headaches! I can now get the current X,Ypos of the mouse and move it to the found image X,Ypos... with animation :D! so far it has been the hardest thing i have had to program but has been a awesome learnin...
by Joelyboy0991
Tue Dec 04, 2018 3:35 am
Forum: Technical / Scripting
Topic: Mousemove+Animation>ImagePos Help
Replies: 5
Views: 4555

Re: Mousemove+Animation>ImagePos Help

Hey all, so i have made some progress, i now have no errors ... But! i have captured a icon image from the desktop i,e Steam Icon ( it is placed in the middle at the top of the screen) when i run the code, the mouse always seems to start at 647,898 and does a animation move to 1022,523(centre of scr...
by Joelyboy0991
Mon Dec 03, 2018 3:42 pm
Forum: Technical / Scripting
Topic: Mousemove+Animation>ImagePos Help
Replies: 5
Views: 4555

Re: Mousemove+Animation>ImagePos Help

Hi,

thank you for looking to my question,

do you mean i would need to add %XArr_0% %YArr_0% to the findimagepos result only or to all of the
%XArr% %Yarr%
by Joelyboy0991
Mon Dec 03, 2018 3:41 am
Forum: Technical / Scripting
Topic: Mousemove+Animation>ImagePos Help
Replies: 5
Views: 4555

Mousemove+Animation>ImagePos Help

Hey all i can write my own find image pos and they work fine with added random tinkering aswell, but now im trying to do it with Mousemove to imagepos with animation from current Cursor X,Y Pos but i cant get it to work, i keep getting errors and others of the same type on different lines. Screensho...
by Joelyboy0991
Sat Dec 01, 2018 1:11 am
Forum: Beginners
Topic: Hotkey Record keybind and saved settings
Replies: 2
Views: 3146

Re: Hotkey Record keybind and saved settings

hey marcus, sorry i don't think i was specific enough. To start the macro recorder i need to manualy click on the record button recbutton.PNG and then apply my settings>click start recmacroscreen.PNG Note: i do use the Low Level Conversion setting alot! and in doing so it records my mouse from the t...
by Joelyboy0991
Fri Nov 30, 2018 10:11 pm
Forum: Beginners
Topic: Debug Pause Running Macro And show Current Line
Replies: 4
Views: 4098

Re: Debug Pause Running Macro And show Current Line

hi All ------------------------------------------------------------------------------- //NEED TO SHOW WHAT LINE THE SCRIPT IS UP TO ON KEYPRESS //At the moment the current script only displays Line 4 (because it is the current line being executed) is there any way to show the Previous line that was ...
cron
Sign up to our newsletter for free automation tips, tricks & discounts