{"graph": {"acyclic": false, "pipe_collision": false}, "nodes": {"0x23288245cc0": {"type_": "nodes.basic.BasicNodeA", "icon": "C:\\Users\\Public\\cheatlayer\\output\\cheatlayer\\examples\\Move.png", "name": "Start Node 0", "color": [13, 18, 23, 255], "border_color": [74, 84, 85, 255], "text_color": [255, 255, 255, 180], "disabled": false, "selected": true, "visible": true, "width": 160, "height": 71.2, "pos": [130.0, -142.4], "port_deletion_allowed": false, "subgraph_session": {}, "custom": {"Initial Program": "", "Copy This To Intial Program To Open Chrome": "C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe cheatlayer.com", "Data": "{\"type\": \"Start Node\", \"x\": 0, \"y\": 0, \"Application\": \"C:\\\\Program Files\\\\Google\\\\Chrome\\\\Application\\\\chrome.exe cheatlayer.com\"}"}}, "0x232882a13c0": {"type_": "nodes.basic.BasicNodeA", "icon": null, "name": "Bash Commands 1", "color": [13, 18, 23, 255], "border_color": [74, 84, 85, 255], "text_color": [255, 255, 255, 180], "disabled": false, "selected": true, "visible": true, "width": 160, "height": 71.2, "pos": [-130.0, 0.0], "port_deletion_allowed": false, "subgraph_session": {}, "custom": {"code": " \npip install youtube-dl\n\n\n", "Data": "{\"type\": \"bash\", \"code\": \" \\npip install youtube-dl\\n\\n\\n\"}"}}, "0x232882a1900": {"type_": "nodes.basic.BasicNodeA", "icon": null, "name": "Python Code 2", "color": [13, 18, 23, 255], "border_color": [74, 84, 85, 255], "text_color": [255, 255, 255, 180], "disabled": false, "selected": true, "visible": true, "width": 160, "height": 71.2, "pos": [130.0, 0.0], "port_deletion_allowed": false, "subgraph_session": {}, "custom": {"code": " \nimport subprocess\nsubprocess.run(['youtube-dl', '-f', 'best', 'https://youtu.be/ApjPxFONNME', '-o', 'video.mp4'])\n\n\n", "Data": "{\"type\": \"python\", \"code\": \" \\nimport subprocess\\nsubprocess.run(['youtube-dl', '-f', 'best', 'https://youtu.be/ApjPxFONNME', '-o', 'video.mp4'])\\n\\n\\n\"}"}}, "0x232882a1e40": {"type_": "nodes.basic.BasicNodeA", "icon": null, "name": "Bash Commands 3", "color": [13, 18, 23, 255], "border_color": [74, 84, 85, 255], "text_color": [255, 255, 255, 180], "disabled": false, "selected": true, "visible": true, "width": 160, "height": 71.2, "pos": [-130.0, 142.4], "port_deletion_allowed": false, "subgraph_session": {}, "custom": {"code": " \nffmpeg -i video.mp4 -vf \"scale=1080:1920:force_original_aspect_ratio=decrease,pad=1080:1920:(ow-iw)/2:(oh-ih)/2\" resized_video.mp4\nffmpeg -ss 00:00:00 -i resized_video.mp4 -t 00:01:30 -c copy final_clip.mp4\n\n\n", "Data": "{\"type\": \"bash\", \"code\": \" \\nffmpeg -i video.mp4 -vf \\\"scale=1080:1920:force_original_aspect_ratio=decrease,pad=1080:1920:(ow-iw)/2:(oh-ih)/2\\\" resized_video.mp4\\nffmpeg -ss 00:00:00 -i resized_video.mp4 -t 00:01:30 -c copy final_clip.mp4\\n\\n\\n\"}"}}, "0x232882a2020": {"type_": "nodes.basic.BasicNodeA", "icon": null, "name": "Python Code 4", "color": [13, 18, 23, 255], "border_color": [74, 84, 85, 255], "text_color": [255, 255, 255, 180], "disabled": false, "selected": true, "visible": true, "width": 160, "height": 71.2, "pos": [130.0, 142.4], "port_deletion_allowed": false, "subgraph_session": {}, "custom": {"code": " \nopen('final_clip.mp4')\n", "Data": "{\"type\": \"python\", \"code\": \" \\nopen('final_clip.mp4')\\n\"}"}}}, "connections": [{"out": ["0x23288245cc0", "out A"], "in": ["0x232882a13c0", "in A"]}, {"out": ["0x232882a13c0", "out A"], "in": ["0x232882a1900", "in A"]}, {"out": ["0x232882a1900", "out A"], "in": ["0x232882a1e40", "in A"]}, {"out": ["0x232882a1e40", "out A"], "in": ["0x232882a2020", "in A"]}]}
Download Agent