forked from richie0866/rbxm-suite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.yml
More file actions
754 lines (737 loc) · 12.8 KB
/
env.yml
File metadata and controls
754 lines (737 loc) · 12.8 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
---
base: roblox
structs:
WebSocket:
Send:
method: true
args:
- type: string
Close:
method: true
args: []
OnMessage:
struct: Event
OnClose:
struct: Event
globals:
# environment
getgenv:
args: []
getrenv:
args: []
getsenv:
args:
- type: any # LocalScript | ModuleScript
getgc:
args:
- type: bool
required: false
gethui:
args: []
getinstances:
args: []
getnilinstances:
args: []
getloadedmodules:
args:
- type: bool
required: false
getscripts:
args: []
getrunningscripts:
args: []
getconnections:
args:
- type:
display: Event
gethiddenproperty:
args:
- type:
display: Instance
- type: string
sethiddenproperty:
args:
- type:
display: Instance
- type: string
- type: any
getscripthash:
args:
- type: any # LocalScript | ModuleScript
getscriptbytecode:
args:
- type: any # LocalScript | ModuleScript
getthreadidentity:
args: []
getidentity:
args: []
setidentity:
args:
- type: number
setthreadidentity:
args:
- type: number
getthreadcontext:
args: []
get_thread_identity:
args: []
isscriptable:
args:
- type:
display: Instance
- type: string
setscriptable:
args:
- type:
display: Instance
- type: string
- type: bool
# BEGIN NON UNC
getscriptfromthread:
args:
- type: any # thread
getthreadfromscript:
args:
- type:
display: LocalScript
getreg:
args: []
getproperties:
args:
- type:
display: Instance
gethiddenproperties:
args:
- type:
display: Instance
dumpstring:
args:
- type: any # LocalScript | ModuleScript
firesignal:
args:
- type:
display: Event
# END NON UNC
# instance
fireclickdetector:
args:
- type:
display: ClickDetector
- type: number
required: false
- type:
- MouseClick
- RightMouseClick
- MouseHoverEnter
- MouseHoverLeave
required: false
firetouchinterest:
args:
- type:
display: BasePart
- type:
display: BasePart
- type: number
required: false
fireproximityprompt:
args:
- type:
display: ProximityPrompt
getcallbackvalue:
args:
- type:
display: Instance
- type: string
getcallbackmember:
args:
- type:
display: Instance
- type: string
getpcd:
args:
- type:
display: Instance
setrbxclipboard:
args:
- type: string
# BEGIN NON UNC
setparentinternal:
args:
- type:
display: Instance
- type:
display: Instance
addchildinternal:
args:
- type:
display: Instance
- type:
display: Instance
removechildinternal:
args:
- type:
display: Instance
- type:
display: Instance
setproximitypromptduration:
args:
- type:
display: ProximityPrompt
- type: number
saveinstance: # Script-Ware implementation
args:
- type: any # Instance | {Instance}
- type: string
required: false
- type: table
required: false
syn.protect_gui:
args:
- type:
display: Instance
# END NON UNC
# filesystem
readfile:
args:
- type: string
writefile:
args:
- type: string
- type: string
appendfile:
args:
- type: string
- type: string
isfile:
args:
- type: string
isfolder:
args:
- type: string
makefolder:
args:
- type: string
delfile:
args:
- type: string
delfolder:
args:
- type: string
loadfile:
args:
- type: string
dofile:
args:
- type: string
listfiles:
args:
- type: string
# BEGIN NON UNC
readdialog:
args:
- type: string
- type: string
writedialog:
args:
- type: string
- type: string
- type: string
# END NON UNC
# metatable
getrawmetatable:
args:
- type: any
setrawmetatable:
args:
- type: any
- type: table
hookmetamethod:
args:
- type: any # table | userdata
- type: string
- type: function
isreadonly:
args:
- type: table
setreadonly:
args:
- type: table
- type: bool
# BEGIN NON UNC
iswritable:
args:
- type: table
makewritable:
args:
- type: table
makereadonly:
args:
- type: table
getnamecallmethod:
args: []
setnamecallmethod:
args:
- type: string
# END NON UNC
# closure
checkcaller:
args: []
isexecutorclosure:
args:
- type: function
checkclosure:
args:
- type: function
isourclosure:
args:
- type: function
iscclosure:
args:
- type: function
islclosure:
args:
- type: function
getscriptclosure:
args:
- type: any # LocalScript | ModuleScript
getcallingscript:
args: []
clonefunction:
args:
- type: function
clonefunc:
args:
- type: function
hookfunction:
args:
- type: function
- type: function
replaceclosure:
args:
- type: function
- type: function
newcclosure:
args:
- type: function
# cache
cloneref:
args:
- type:
display: Instance
compareinstances:
args:
- type:
display: Instance
- type:
display: Instance
cache.replace:
args:
- type:
display: Instance
- type:
display: Instance
cache.invalidate:
args:
- type:
display: Instance
cache.iscached:
args:
- type:
display: Instance
# websockets
WebSocket.connect:
args:
- type: string
# console
rconsolecreate:
args: []
consolecreate:
args: []
rconsoledestroy:
args: []
consoledestroy:
args: []
rconsoleprint:
args:
- type: string
consoleprint:
args:
- type: string
rconsoleinput:
args: []
consoleinput:
args: []
rconsolesettitle:
args:
- type: string
rconsolename:
args:
- type: string
consolesettitle:
args:
- type: string
rconsoleclear:
args: []
consoleclear:
args: []
# BEGIN NON UNC
printuiconsole:
args:
- type: any
warnuiconsole:
args:
- type: any
erroruiconsole:
args:
- type: any
printconsole:
args:
- type: string
- type: number
- type: number
- type: number
# END NON UNC
# crypt
crypt.encrypt:
args:
- type: string
- type: string
- type: string
required: false
crypt.decrypt:
args:
- type: string
- type: string
- type: string
required: false
crypt.hash:
args:
- type: string
- type:
- sha1
- sha384
- sha512
- md5
- sha256
- sha3-224
- sha3-256
- sha3-512
crypt.generatekey:
args: []
crypt.generatebytes:
args:
- type: number
crypt.base64encode:
args:
- type: any
crypt.base64.encode:
args:
- type: any
crypt.base64_encode:
args:
- type: any
base64_encode:
args:
- type: any
base64.encode:
args:
- type: any
crypt.base64decode:
args:
- type: any
crypt.base64.decode:
args:
- type: any
crypt.base64_decode:
args:
- type: any
base64_decode:
args:
- type: any
base64.decode:
args:
- type: any
# drawing
Drawing.new:
args:
- type: string
cleardrawcache:
args: []
getrenderproperty:
args:
- type: any # DrawingCircle | DrawingSquare | DrawingLine | DrawingText | DrawingImage | DrawingQuad | DrawingTriangle
- type: string
setrenderproperty:
args:
- type: any # DrawingCircle | DrawingSquare | DrawingLine | DrawingText | DrawingImage | DrawingQuad | DrawingTriangle
- type: string
- type: any
isrenderobj:
args:
- type: any # userdata
# input
isrbxactive:
args: []
isgameactive:
args: []
mouse1click:
args: []
mouse1press:
args: []
mouse1release:
args: []
mouse2click:
args: []
mouse2press:
args: []
mouse2release:
args: []
mousemoveabs:
args:
- type: number
- type: number
mousemoverel:
args:
- type: number
- type: number
mousescroll:
args:
- type: number
# BEGIN NON UNC
keypress:
args:
- type: number
keyrelease:
args:
- type: number
iswindowactive:
args: []
# END NON UNC
# bit
bit.tohex:
args:
- type: number
bit.tobit:
args:
- type: number
bit.badd:
args:
- type: number
- type: number
bit.bsub:
args:
- type: number
- type: number
bit.bmul:
args:
- type: number
- type: number
bit.bdiv:
args:
- type: number
- type: number
bit.bor:
args:
- type: number
- type: number
bit.bxor:
args:
- type: number
- type: number
bit.band:
args:
- type: number
- type: number
bit.lshift:
args:
- type: number
- type: number
bit.rshift:
args:
- type: number
- type: number
bit.rol:
args:
- type: number
- type: number
bit.ror:
args:
- type: number
- type: number
bit.arshift:
args:
- type: number
- type: number
bit.bnot:
args:
- type: number
bit.bswap:
args:
- type: number
# debug
debug.getinfo:
args:
- type: any # function | number
debug.getconstant:
args:
- type: any # function | number
- type: number
debug.getconstants:
args:
- type: any # function | number
debug.setconstant:
args:
- type: any # function | number
- type: number
- type: any
debug.getstack:
args:
- type: any # number | thread
- type: number
required: false
- type: number
required: false
debug.setstack:
args:
- type: any # number | thread
- type: number
- type: any
- type: any
required: false
debug.getupvalue:
args:
- type: any # function | number
- type: number
debug.getupvalues:
args:
- type: any # function | number
debug.setupvalue:
args:
- type: any # function | number
- type: number
- type: any
debug.getproto:
args:
- type: any # function | number
- type: number
- type: bool
required: false
debug.getprotos:
args:
- type: any # function | number
# BEGIN NON UNC
debug.getmetatable:
args:
- type: any
debug.setmetatable:
args:
- type: any
- type: table
debug.getregistry:
args: []
# END NON UNC
# network
# BEGIN NON UNC
isnetworkowner:
args:
- type:
display: BasePart
getsimulationradius:
args:
- type: number
setsimulationradius:
args:
- type: number
# END NON UNC
# misc
getcustomasset:
args:
- type: string
- type: bool
required: false
setfpscap:
args:
- type: number
setclipboard:
args:
- type: string
toclipboard:
args:
- type: string
request:
args:
- type: any # HttpRequest
http.request:
args:
- type: any # HttpRequest
http_request:
args:
- type: any # HttpRequest
messagebox:
args:
- type: string
- type: string
- type: number
queue_on_teleport:
args:
- type: string
queueonteleport:
args:
- type: string
lz4compress:
args:
- type: string
lz4decompress:
args:
- type: string
- type: number
# BEGIN NON UNC
getexecutorname:
args: []
identifyexecutor:
args: []
import:
args:
- type: number
runautoexec:
args: []
getfpscap:
args: []
compress_string:
args:
- type: string
- type:
- ppmd
- deflate
- zlib
- bzip2
- lz4
decompress_string:
args:
- type: string
- type:
- ppmd
- deflate
- zlib
- bzip2
- lz4
- type: number
required: false
setfflag:
args:
- type: string
- type: string
disassemble:
args:
- type: any # string | LocalScript | ModuleScript
decompile:
args:
- type: any # LocalScript | ModuleScript | function | string
- type: any # string | bool
required: false
- type: number
required: false
getsynasset:
args:
- type: string
# END NON UNC