-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathscroll.cheat
More file actions
97 lines (97 loc) · 1.98 KB
/
Copy pathscroll.cheat
File metadata and controls
97 lines (97 loc) · 1.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"graph":{
"acyclic":false,
"pipe_collision":false
},
"nodes":{
"0x26c1fa44550":{
"type_":"nodes.basic.BasicNodeA",
"icon":"c:\\Users\\Public\\cheatlayer\\examples\\Move.png",
"name":"Start Node 0",
"color":[
240,
240,
240,
255
],
"border_color":[
74,
84,
85,
255
],
"text_color":[
0,
0,
0,
255
],
"disabled":false,
"selected":false,
"visible":true,
"width":160,
"height":71.2,
"pos":[
0.0,
-71.19999999999999
],
"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 https://cheatlayer.com",
"Data":"{\"type\": \"Start Node\", \"x\": 0, \"y\": 0, \"Application\": \"C:\\\\Program Files\\\\Google\\\\Chrome\\\\Application\\\\chrome.exe https://cheatlayer.com\"}"
}
},
"0x26c1fa47dc0":{
"type_":"nodes.basic.BasicNodeA",
"icon":null,
"name":"Scroll 1",
"color":[
240,
240,
240,
255
],
"border_color":[
74,
84,
85,
255
],
"text_color":[
0,
0,
0,
255
],
"disabled":false,
"selected":true,
"visible":true,
"width":160,
"height":71.2,
"pos":[
0.0,
71.20000000000002
],
"port_deletion_allowed":false,
"subgraph_session":{},
"custom":{
"Distance":"{{scroll}}",
"Data":"{\"type\": \"scroll\"}"
}
}
},
"connections":[
{
"out":[
"0x26c1fa44550",
"out A"
],
"in":[
"0x26c1fa47dc0",
"in A"
]
}
]
}