-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathTemplate.json
981 lines (981 loc) · 32.8 KB
/
Template.json
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
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
{
"No message today... 😢": "",
"MOTD: %s": "",
"Lifetime": "",
"%d day%s": "",
"%d hour%s %d minute%s": "",
"%d hour%s": "",
"%d minute%s": "",
"%d second%s": "",
"[mspaint] Your executor doesn't support the FileSystem API. Addons will not work.": "",
"Addons": "",
"WARNING": "",
"Your executor doesn't support the FileSystem API.": "",
"[mspaint] Addons folder doesn't exist. Creating...": "",
"[mspaint] Loading addons...": "",
"[mspaint] Element '": "",
"' didn't load: Invalid Linoria element.": "",
"' didn't load: Invalid data.": "",
"' didn't load: Invalid name.": "",
"' didn't load: Invalid addon name.": "",
"' didn't load: Invalid element type.": "",
"This tab is for UN-OFFICIAL addons made for mspaint. We are not responsible for what addons you will use. You are putting yourself AT RISK since you are executing third-party scripts.": "",
"Your addons FOLDER is empty! (": "",
"[mspaint] Invalid file extension for '": "",
"[mspaint] Loading addon '": "",
"Failed to load this addon (": "",
"Invalid 'Elements' variable (expected 'table' got '": "",
"[mspaint] Addon '": "",
"' didn't load: Invalid 'Elements' variable (expected 'table' got '": "",
"' didn't load: Wrong game.": "",
"Addon '": "",
"Invalid 'Game' variable (expected 'string/table' got '": "",
"' didn't load: Invalid 'Game' variable (expected 'string/table' got '": "",
"Failed to load this addon:": "",
"[mspaint] Failed to load addon '": "",
"mspaint": "",
"Unloading ": "",
"Unloaded!": "",
"UI Settings": "",
"Menu": "",
"Settings": "",
"Info": "",
"Thank you for supporting us by doing the key system!": "",
"Thank you for buying a lifetime key! Your support helps us continue mspaint :D": "",
"Time left: ": "",
"Total Executions: ": "",
"Discord: ": "",
"Not linked": "",
"Build: ": "",
"Expired": "",
"Your key has expired, your access to mspaint will be revoked on next execution unless you extend your key duration or buy a lifetime key.": "",
"Discord Rich Presence": "",
"Execute on Teleport": "",
"Your executor doesn't support this feature.": "",
"Open Keybind Menu": "",
"Custom Cursor": "",
"Force Checkbox": "",
"Restart mspaint to apply changes.": "",
"DPI Scale": "",
"UI Style": "",
"Menu bind": "",
"Menu keybind": "",
"Join Discord": "",
"Copy Link": "",
"Unload": "",
"Save Error Logs": "",
"Restart mspaint to apply language changes.": "",
"Play Alert Sound": "",
"Notify Volume": "",
"Notification Side": "",
"Notification Style": "",
"Notification Sound ID": "",
"Reset Sound to Default": "",
"Notification Sound": "",
"Sound has been reset to default.": "",
"Test Notification": "",
"Test.": "",
"Credits": "",
"Developers": "",
"Owner": "",
"Developer": "",
"Contributors": "",
"Retired Developer & UI Library Developer": "",
"Helped with ESP": "",
"Helped with Fisch": "",
"Helped with BABFT": "",
"Helped find exploits for DOORS": "",
"Helped with Fisch Webhooks": "",
"Translators": "",
"Main": "",
"Builds": "",
"Exploits": "",
"Successfully unloaded ": "",
"Closet": "",
"Locker": "",
"Void/Glitch is coming once the next door is opened.": "",
"Void/Glitch is coming %s.": "",
"once the next door is opened.": "",
"in %s rooms": "",
"ENTITIES": "",
"Go to the next room to avoid it.": "",
"Visuals": "",
"Floor": "",
"Go find a hiding place!": "",
"UNKNOWN ENTITIES": "",
"Fake Revive": "",
"You have revived, fake revive has stopped working.": "",
"Enable it again to start fake revive": "",
"Fake Revive has stopped working, enable it again to start fake revive": "",
"Event Prediction": "",
"There may be an event in/after %s room(s).": "",
"Anticheat Bypass": "",
"Halt has broken anticheat bypass.": "",
"Please go on a ladder again to fix it.": "",
"Halt has broken anticheat bypass, please go on a ladder again to fix it.": "",
"Auto Anchor Solver": "",
"Solved Anchor %s successfully!": "",
"Solved anchor with the code ": "",
"Banana/Jeff Throw": "",
"You are no longer holding the item due to network owner change!": "",
"Try and find the wall dweller": "",
"Don't worry you have godmode enabled!": "",
"Godmode": "",
"Godmode is broken due to teleport. Re-enabling...": "",
"The executor you are using can't bypass the anticheat. You have been kicked by the script, because the game would kick you anyways.": "",
"has spawned!": "",
"Auto Build": "",
"Saving %s's build into '%s'...": "",
"Successfully saved %s's build into '%s'!": "",
"Auto Build is currently in BETA! Some blocks may not save correctly, please report missing blocks and issues in our Discord": "",
"Build Saving [BETA]": "",
"Save Player's Build": "",
"Build with that name already exists!": "",
"Auto Build [BETA]": "",
"Load Build": "",
"Loading data...": "",
"Outdated version! (Data Version: %s | Current Version: %s)": "",
"Build data loaded, building...\n Version: %s\nBlocks: %s": "",
"Invalid color for '": "",
"Setting %s colors...": "",
"You don't have the painting tool. Can't set the block's color.": "",
"Setting '%s' property.": "",
"You don't have the properties tool. Can't set the block's properties.": "",
"Linking objects...": "",
"You don't have the bind tool. Can't link blocks together.": "",
"Build was force stopped.": "",
"Failed to load a part of your build! Check Developer Console for more information.": "",
"Build loaded successfully!": "",
"Force Stop Load Build": "",
"Override Build": "",
"Failed to delete build: ": "",
"Deleted build: ": "",
"Self": "",
"Infinite Jetpack Duration": "",
"Anti Isolation Mode": "",
"Tool Modifications": "",
"Disable Property Tool Limits": "",
"Motor Modifications": "",
"Enable Motor Modifications": "",
"Motor Speed": "",
"Motor Turning Speed": "",
"Player": "",
"Speed Hack": "",
"Walk Speed": "",
"Jump Power Hack": "",
"Jump Power": "",
"Noclip": "",
"Fly": "",
"Fly Speed": "",
"Twerk": "",
"Anti AFK": "",
"Automation": "",
"Auto Farm": "",
"Claim All Codes": "",
"Fetching all codes from the wiki this may take a while...": "",
"Successfully found %s codes. Claiming...": "",
"Claiming code '%s'...": "",
"Successfully claimed all codes!": "",
"Auto Buy": "",
"Chest Type": "",
"Auto Quest": "",
"Quest To Complete": "",
"Complete Quest": "",
"Make sure to start the quest first!": "",
"Completed Quest!": "",
"Bought %s chest(s).": "",
"Failed to buy chest(s).": "",
"Knob Cost: ": "",
"Anti-Entity": "",
"Anti-Dread": "",
"Anti-Halt": "",
"Anti-Screech": "",
"Anti-%s": "",
"Vacuum": "",
"Dupe": "",
"Lookman": "",
"Eyes": "",
"Anti-Snare": "",
"Anti-Figure Hearing": "",
"This feature doesn't work on this floor.": "",
"Trolling": "",
"Spam Other Tools": "",
"Upside Down": "",
"Simulate Lag": "",
"Tick(s) simulation": "",
"Selected Player": "",
"Kill Player with Figure": "",
"Figure has not spawned in your room.": "",
"Please use an alarm clock and wait until Figure destroys the clock...": "",
"You have to select a player to kill.": "",
"You can't kill yourself.": "",
"Killed %s successfully!": "",
"Had an error while trying to kill the player.": "",
"Bypass": "",
"Speed Bypass": "",
"Speed Bypass Delay": "",
"Anticheat Manipulation": "",
"Lags you back and is buggy with crouch": "",
"Infinite Items": "",
"Infinite Crucifix": "",
"Very risky, you might die/lose the crucifix": "",
"Delete Seek (FE)": "",
"Delete Figure (FE)": "",
"Enable Star Rift": "",
"Star Rift": "",
"You already have the rift enabled.": "",
"Enabled successfully!": "",
"Was not able to find the rift.": "",
"Are you sure the rift even exists?": "",
"Was not able to find the rift. Are you sure the rift even exists?": "",
"This feature isn't implemented on this floor.": "",
"Get Glitch Fragment": "",
"You are already getting a glitch fragment, please wait until it finishes.": "",
"This may take a while...": "",
"100% done! A glitch fragment will soon spawn somewhere, play like normal.": "",
"%s%% done...": "",
"Pre-Run Shop": "",
"Item Selection": "",
"Amount of items": "",
"Buy Item(s)": "",
"You are unable to buy items as of right now, are you sure you are in room 0 elevator?": "",
"You have not selected any items to buy!": "",
"You do not have enough knobs to buy the items you have selected!": "",
"Delete Figure": "",
"Deleted Figure Successfully!": "",
"Failed to get network ownership of Figure, retrying...": "",
"Deleting Figure...": "",
"Anti-Obstruction": "",
"Anti-Seek Obstructions": "",
"No Gates": "",
"No Puzzle Door": "",
"No Skeleton Door": "",
"Farm": "",
"Knob Farm": "",
"Only works in Room 100 and figure is spawned": "",
"Disable Knob Farm Security": "",
"Disables the check for room 100 to farm knobs": "",
"Knob Farm Mode": "",
"Knob Farm Warning": "",
"The <b>I Love Pancakes!!!</b> modifier is required to use the snare method.": "",
"The <b>Last Breath</b> modifier should be used for a quicker knob farming experience": "",
"Modifiers": "",
"No Voice Acting": "",
"Anti-A90": "",
"No Jammin": "",
"No Bats Decoration": "",
"Anti-Giggle": "",
"Anti-Gloom Egg": "",
"Anti Haste Jumpscare": "",
"Haste Clock": "",
"Movement": "",
"Max Floor Angle": "",
"Anti-Bridge Fall": "",
"Anti-Pipe Gap": "",
"Anti-Seek Flood": "",
"Beat Door 200": "",
"You haven't reached door 200...": "",
"Auto Play Minecart": "",
"Duck Search Distance": "",
"Split Search Distance": "",
"Disable Entities (FE)": "",
"You have already disabled entities in the run.": "",
"Disabled all entities in the run.": "",
"Disables all entities in the run. Credits to DAMIANOO9": "",
"Show Seek Path": "",
"Path Type": "",
"Line Thickness": "",
"To bypass the Anticheat, you must interact with a ladder.": "",
"Ladder ESP has been enabled, do not move while on the ladder.": "",
"Hide": "",
"Visual": "",
"Auto Rooms": "",
"Smooth Look": "",
"Auto Rooms Stuck Delay": "",
"Show Debug Info": "",
"Show Pathfinding Nodes": "",
"Recommended Settings:\nSpeed Bypass and Noclip disabled": "",
"Anti A-90 is required for Auto Rooms to work!": "",
"Anti A-90 has been enabled": "",
"For your safety, Anti-A90 was enabled automatically for Auto Rooms.": "",
"You have reached A-1000": "",
"A-1000 reached by mspaint autorooms": "",
"Grab Banana / Jeff": "",
"Throw": "",
"Throw Strength": "",
"Infinite Jack": "",
"Anti-Banana": "",
"Anti-Jeff": "",
"Infinite Revives": "",
"Anti-Jeff (FE)": "",
"Figure Godmode": "",
"Complete Ending Obby": "",
"Completing Ending Obby": "",
"Seems like the end obby has not been spawned yet.": "",
"Anti-Seek Wall": "",
"Anti-Lava": "",
"Amount": "",
"Buy Crucifix(es)": "",
"Notifier": "",
"There may be an event in/after the room %s.": "",
"Enable Speed Hack": "",
"Ladder Speed": "",
"Enable Jump": "",
"Jump Boost": "",
"No Acceleration": "",
"Instant Interact": "",
"Fast Closet Exit": "",
"Reach": "",
"Door Reach": "",
"Prompt Clip": "",
"Prompt Reach Multiplier": "",
"Auto Interact": "",
"Ignore List": "",
"Interact Mode": "",
"Auto Heartbeat Minigame": "",
"Auto Library Code": "",
"Auto Library Code Setting": "",
"Unlock Distance": "",
"Auto Breaker Solver Method": "",
"Auto Breaker Box": "",
"Misc": "",
"Reset": "",
"Revive": "",
"Play Again": "",
"Lobby": "",
"ESP": "",
"Door": "",
"Objective": "",
"Entity": "",
"Item": "",
"Chest": "",
"Gold": "",
"Guiding Light": "",
"ESP Type": "",
"Rainbow ESP": "",
"Enable Text": "",
"Enable Highlight": "",
"Transparency": "",
"Fill Transparency": "",
"Outline Transparency": "",
"Show Distance": "",
"Text Size": "",
"Enable Tracer": "",
"Tracer Start Position": "",
"Enable Arrow": "",
"Arrow Center Offset": "",
"Ambient": "",
"Brightness": "",
"Fullbright": "",
"No Fog": "",
"Anti-Lag": "",
"Notify Entities": "",
"Notify Library Code": "",
"Notify Oxygen": "",
"Notify Hide Time": "",
"Notify Chat": "",
"Entity and Padlock Code": "",
"Entity Notifier Message": "",
"Caption Style": "",
"Third Person": "",
"Field of View": "",
"No Camera Bobbing": "",
"No Camera Shake": "",
"No Cutscenes": "",
"Translucent %s": "",
"Hiding Transparency": "",
"Viewmodel Offset": "",
"Effects": "",
"No Glitch Effect": "",
"No Void Effect": "",
"No Jumpscare": "",
"No Spider Jumpscare": "",
"No Halloween Effects": "",
"Sniper": "",
"Elevator Sniper": "",
"Target": "",
"Other": "",
"Loop Achievements": "",
"Speed": "",
"Join DOORS before Hotel+ lobby": "",
"DOORS before Hotel+": "",
"Joining DOORS before Hotel+...": "",
"Presets": "",
"Create Preset": "",
"Preset already exists!": "",
"Overrided preset: ": "",
"Preset does not exist!": "",
"Failed to delete preset: ": "",
"Deleted preset: ": "",
"Submarine Sniper": "",
"Anti-Void": "",
"Anti-Trickster": "",
"Anti-Eyefestation": "",
"Anti-Searchlights": "",
"Anti-Turrets": "",
"Anti-Squiddle": "",
"Anti-Parasites": "",
"Anti-Damage Parts": "",
"Anti-Pandemonium": "",
"Anti-Tripwire": "",
"Anti-Landmine": "",
"Anti-Bouncers": "",
"Anti-Skelepede": "",
"Anti-Statue": "",
"Anti-Skeleton Dancers": "",
"This will break interactions with lockers.": "",
"Door Reach Multiplier": "",
"Get Local Badges": "",
"Please get close to a locker to enable godmode (DO NOT ENTER THE LOCKER)": "",
"Godmode enabled successfully! This will break after cutscenes.": "",
"Auto Pandemonium Minigame": "",
"Auto Generator": "",
"Auto Fix Wires": "",
"Currency": "",
"Document": "",
"No Underwater Effect": "",
"Speed Boost": "",
"This feature is always on for your safety.": "",
"Infinite Stamina": "",
"Infinite Flashlight": "",
"Auto R&D": "",
"Auto R&D Stuck Delay": "",
"Calculated Objective Successfully!\nObjective: %s\nCreating path...": "",
"Computing Path to %s...": "",
"Failed to compute path to %s: %s": "",
"Pathfinding failed with status %s": "",
"Computed path successfully with %s waypoints!": "",
"Seems like you are stuck, trying to recalculate path...": "",
"Failed to move to waypoint": "",
"Godmode cannot be disabled while Auto R&D is active.": "",
"Auto R&D is active": "",
"Battery": "",
"Table": "",
"No Flashlight Shadow": "",
"No Blur": "",
"Disable glass bridge": "",
"Disables the glass bridge, this is not recommended as not disabling it can kill you.": "",
"Tool Cooldown": "",
"Max Tool Cooldown": "",
"Tool Damage": "",
"Max Tool Damage": "",
"Light Game Helper": "",
"Automatically stops your character when the light turns red.": "",
"Beat Light Game": "",
"Successfully beat the game.": "",
"Auto Honeycomb Minigame": "",
"Automatically solves the honeycomb minigame.": "",
"Auto Tug Of War": "",
"Automatically tugs the rope.": "",
"Auto Mingle": "",
"Automatically plays the mingle minigame.": "",
"Pentathlon Automation:": "",
"Auto Jegi": "",
"Automatically plays the jegi minigame.": "",
"Auto Gonggi": "",
"Automatically plays the gonggi minigame.": "",
"Auto Biseokchigi": "",
"Automatically plays the biseokchigi minigame, can fail.": "",
"Auto Paengi": "",
"Automatically plays the paengi minigame, can fail.": "",
"Auto Ddakji": "",
"Automatically plays the ddakji minigame, can fail.": "",
"Minigame Throw Power": "",
"If Auto Paengi / Auto Ddakji / Auto Biseokchigi does not work, try adjusting the Minigame Throw Power slider.": "",
"Locked movement until next green light for your safety.": "",
"Solving the %s honeycomb\nMake sure no UI is blocking the honeycomb & DONT MOVE THE MOUSE...": "",
"Solving the %s honeycomb": "",
"Hiding mspaint menu to prevent the minigame from being interrupted.": "",
"Successfully solved the %s honeycomb!": "",
"Tugging the rope...": "",
"Successfully tugged the rope!": "",
"Teleporting to room...": "",
"Failed to find a room.": "",
"Closing room (%s players in room)...": "",
"Due to your executor's limitations, mspaint is unable to automatically interact with the doors to close them. You will have to do it manually.": "",
"Solver has been disabled due to mspaint menu being open.\nPlease close the menu and mspaint will resume.": "",
"Auto Join Game": "",
"Auto Type": "",
"Add Random Typing Delay": "",
"Typing Speed": "",
"Random Delay Min/Max": "",
"Word Priority": "",
"You have no words left, how is that even possible?": "",
"Typing word: %s\nMandatory letters: %s": "",
"Auto Join": "",
"Successfully joined the game.": "",
"Ladder": "",
"A Glitch Fragment was found nearby!": "",
"Auto Breaker Solver": "",
"Solving the breaker box...": "",
"The breaker box has been successfully solved.": "",
"Look at the screech!": "",
"Halt will spawn in next room!": "",
"Padlock Code": "",
"The library code will be automatically solved when you pick up the missing books.": "",
"Automatic Library Solver": "",
"Library Code: %s": "",
"Solved the library padlock code": "",
"You are still missing some books": "",
"Oxygen: %.1f": "",
"Bypassed the anticheat successfully!": "",
"This will only last until the next cutscene!": "",
"Bypassed the anticheat successfully! This will only last until the next cutscene": "",
"[Opened]": "",
"[Locked]": "",
"Timer Lever": "",
"Key": "",
"Electrical Key": "",
"Gate Lever": "",
"Book": "",
"Breaker": "",
"Generator": "",
"Gate Power Button": "",
"Fuse": "",
"Anchor": "",
"Water Pump": "",
"Toolshed": "",
"Bed": "",
"Guidance": "",
"Delete Seek FE": "",
"Deleting Seek trigger...": "",
"Please wait...": "",
"Failed to delete Seek trigger!": "",
"Deleted Seek trigger successfully!": "",
"Godmode has been broken due to searchlight encounter.": "",
"Crystal cutscene broke godmode, re-enabling godmode..": "",
"Godmode has been broken due to gauntlet encounter, will re-enable godmode after leaving the room.": "",
"Gate": "",
"Keycard": "",
"Lever": "",
"Turret Controls": "",
"[Fixed]": "",
"Wire": "",
"Crystal": "",
"Failed to load preset: ": "",
"Loaded elevator preset: ": "",
"Don't worry you have Anti Turrets enabled": "",
"Don't get in their line of sight!": "",
"Don't worry you have Anti Eyefestation enabled": "",
"Look away!": "",
"Cost: %s": "",
"Rarity": "",
"Mutation": "",
"No Mutation": "",
"Size": "",
"Shiny": "",
"Sparkling": "",
"Weight": "",
"New Event has Been Spotted": "",
"Name": "",
"Time": "",
"Event has Ended": "",
"Other Events": "",
"Current Cycle": "",
"Server": "",
"Join Server": "",
"Event": "",
"Success!": "",
"Price": "",
"Failed...": "",
"Treasure Map": "",
"Coordinates": "",
"Repaired": "",
"Chest Claimed": "",
"Mod Found": "",
"Username": "",
"User ID": "",
"Rank": "",
"Rejoining": "",
"Joining a new server": "",
"Reason": "",
"Items": "",
"World": "",
"Webhooks": "",
"No catches after %s seconds.": "",
"Auto Send Offers": "",
"Sending offers...": "",
"Auto Sell": "",
"Selling...": "",
"Sold '%s' for %sC$.": "",
"Kill All": "",
"The game has not started yet!": "",
"You are not the murderer!": "",
"Please equip the knife.": "",
"Killed all players!": "",
"Failed to find the sheriff!": "",
"Killed the sheriff!": "",
"Killed %s!": "",
"Kill Murderer": "",
"You are not the sheriff!": "",
"Please equip the gun.": "",
"Failed to find the murder!": "",
"Killed the murderer!": "",
"Fling": "",
"Successfully flinged %s!": "",
"Failed to fling %s.": "",
"Teleport": "",
"Throw Power Boost": "",
"Throw Power": "",
"FE Delete Object": "",
"FE Delete Aura": "",
"Delete objects within a certain range of your character, this can kick you from the game and i'm too lazy to fix it.": "",
"Delete Aura Range": "",
"Disable Hunger": "",
"You will never get hungry, incompatible with Godmode.": "",
"Infinite Energy": "",
"You will never get tired, incompatible with Godmode.": "",
"Infinite Inventory": "",
"No Fall": "",
"Auto Respawn": "",
"Auto Push Employees": "",
"Enable player whistle teleport": "",
"Go to player(s)'s whistle.": "",
"Respawn": "",
"Rejoin": "",
"Instant Leave": "",
"Employee": "",
"Death Waypoint": "",
"Personal Watch": "",
"Max Waypoints": "",
"Inventory": "",
"Money:": "",
"Inventory Value:": "",
"Total Items:": "",
"Favorited Items:": "",
"Update Information": "",
"Calculate Item in Hand": "",
"Item Value: %sC$": "",
"Sell Item in Hand": "",
"Disable Auto Fish first.": "",
"Sell Inventory Mode": "",
"Sell Inventory": "",
"Item(s)": "",
"Item Amount": "",
"Buy Item": "",
"Failed to fetch your balance.": "",
"You don't have enough money.": "",
"Totem Cycle": "",
"Day Totem": "",
"Night Totem": "",
"Stop At Event": "",
"Auto Purchase": "",
"Enable": "",
"Auto Favorite": "",
"Fish Selection": "",
"Sell fishes after successfully catching them.": "",
"Rarity Exceptions": "",
"Mutation Exceptions": "",
"Fish Exceptions": "",
"Sell after": "",
"catches": "",
"Auto Enchant": "",
"Enchant List": "",
"Retry Delay": "",
"Auto Appraise": "",
"Appraisal List": "",
"Auto Complete [BETA]": "",
"Boat Selection": "",
"Get Boat": "",
"Rod Selection": "",
"Get Rod": "",
"Do not touch anything while mspaint is getting the stuff for you.": "",
"Successfully enchanted the rod with %s.": "",
"Auto Fish": "",
"Auto Balance Nuke": "",
"Anchor Player": "",
"Anchors your character.": "",
"Drop Bobber": "",
"Drops the bobber.": "",
"Cast Delay": "",
"Enable Notifications": "",
"Location": "",
"Select a custom location first.": "",
"Event Override": "",
"Select Rod on Event Override": "",
"Minimum Throw Power": "",
"Maximum Throw Power": "",
"No Catch Action": "",
"After": "",
"minute(s)": "",
"Enable No Catch Action": "",
"If you don't catch anything after a set number of minutes with Auto Fish enabled, this option will do the selected action.": "",
"Auto Bait": "",
"Spam open bait crates": "",
"You don't have a bait crate equipped.": "",
"Bait Priority": "",
"Fish Priority": "",
"Auto Claim Crates": "",
"Exceptions": "",
"Auto Shake": "",
"Mode": "",
"Center Button": "",
"Delay": "",
"Auto Reel": "",
"Perfect Reel Chance": "",
"Fast Reel": "",
"Reduces reels faster.": "",
"Automatizations": "",
"Auto Rejoin": "",
"Auto Claim Fillionaire": "",
"Auto Collect Meteor": "",
"Auto Claim Daily Rewards": "",
"Make sure nothing is covering the shake safezone.\n\nIf you want to do something turn off Auto Shake first,\nit will click on any UI element thats on top of the shake button if you keep it on.": "",
"Kick detected, attempting to rejoin...": "",
"Mod Detector": "",
"On Mod Join": "",
"Whitelist UserID": "",
"Offers": "",
"Auto Accept Offers": "",
"Player to Offer": "",
"Offer after": "",
"Auto Send Offers is useful if you farm with multiple accounts, including your main account, on the same server. You can set up an autoclicker on the main account to accept the offers.": "",
"Fish Radar": "",
"Enable fish radar without having to buy it.": "",
"Disable Underwater Effect": "",
"Skin Selection": "",
"Apply Rod Skin": "",
"Reset Rod Skin": "",
"Optimizations": "",
"Disable 3D Rendering": "",
"Hide Inventory": "",
"Hide UI": "",
"Bobber ESP": "",
"Event ESP": "",
"Player ESP": "",
"Using these exploits may cause data loss, please use them at your own risk.": "",
"Player to Fling": "",
"Boat Player Fling (FE)": "",
"Flings a player using a boat. Will despawn all boats after use": "",
"You haven't selected a player to fling.": "",
"The player's character is not loaded yet.": "",
"You don't have any boats spawned.": "",
"Flinging %s...": "",
"Anti Boat Fling": "",
"Character": "",
"Disable Oxygen - Normal": "",
"You will not drown in the water.": "",
"Disable Oxygen - Peaks": "",
"Disable Temperature": "",
"Jesus": "",
"You can walk on water.": "",
"Water Platform": "",
"You can walk on water without making the water collideable.": "",
"Identity": "",
"Protect Identity": "",
"New Identity Name": "",
"Enable Color": "",
"Rainbow Color": "",
"Disable being afk.": "",
"Delete AFK Remote": "",
"Done!": "",
"Discord User ID": "",
"Your Discord Webhook": "",
"Enabled Notifications": "",
"Mentions": "",
"Enabled Rarities Mention": "",
"Enabled Mutations Mention": "",
"Enabled Fish Mention": "",
"Auto Crab Cage": "",
"Auto Pickup": "",
"Amount of cages to buy": "",
"Buy Crab Cages": "",
"Auto Buy Crab Cage": "",
"Buying cages...": "",
"Bought '%s' crab cages.": "",
"Auto Treasure Map": "",
"One map repair costs 250C$.": "",
"Auto Repair": "",
"Auto Claim": "",
"Repair Maps": "",
"Claim Maps": "",
"Locations": "",
"Players": "",
"Areas": "",
"Fishing Zones": "",
"Events": "",
"Event not found.": "",
"Teleport Spots": "",
"Interactables": "",
"NPCs": "",
"Custom Locations": "",
"File System is required for this feature.": "",
"Create Custom Location": "",
"Custom location already exists!": "",
"Created custom location ": "",
"Overrided custom location ": "",
"Custom location does not exist!": "",
"Failed to delete custom location: ": "",
"Deleted custom location: ": "",
"Boats": "",
"Teleportation": "",
"Spawn Boat": "",
"Open Shipwright": "",
"Max Speed": "",
"Acceleration Speed": "",
"Turning Speed": "",
"Boat Max Speed": "",
"Boat Acceleration": "",
"Boat Turning Speed": "",
"Spawned Boats": "",
"Teleport to Spawned Boat": "",
"Teleport Boat to Player": "",
"Despawn Boats": "",
"Get All Badges": "",
"Disable Kill Client Remote": "",
"Disable Carnation": "",
"Disable Slight & Heed Damage": "",
"Disable Slugfish": "",
"Disable Elkman": "",
"Disable Sarrow": "",
"Disable Dozer": "",
"Disable Litany": "",
"This feature is only available on the test branch of the game.": "",
"Disable Doppelgangers": "",
"Disable Goatman": "",
"Auto Open Select": "",
"Auto Open": "",
"Open Distance": "",
"Fun": "",
"Auto Spin Flashlight": "",
"Auto Collect Coins": "",
"General": "",
"Sheriff": "",
"No one": "",
"Murderer": "",
"Disable Sensors": "",
"Auto Play": "",
"Second Life": "",
"Innocent": "",
"Instant Role Notify": "",
"Auto Collect Gun": "",
"Fling Murderer": "",
"You are not innocent!": "",
"Silent Aim Setting": "",
"Silent Aim": "",
"Reach Multiplier": "",
"Enable Reach": "",
"Kill Player": "",
"Kill Sheriff": "",
"Coin Bag is full!": "",
"Waiting for the game to start...": "",
"Waiting for coins to spawn...": "",
"Auto Play is already running.": "",
"Waiting for player data...": "",
"Finding the murderer...": "",
"Completing round...": "",
"Round completed!": "",
"Waiting for the item...": "",
"Auto Play stopped.": "",
"Disable Roblox Void": "",
"Inf Jump": "",
"Failed to find the ": "",
"Dropped Gun": "",
"Successfully claimed code '%s'!": "",
"Failed to claim code '%s'. It's maybe invalid now.": "",
"Infinite Damage": "",
"Infinite Ammo": "",
"Instant Reload": "",
"Instant Shoot": "",
"Make Guns Automatic": "",
"Teleport Current Bags To Van": "",
"All bags were teleported to the van.": "",
"Teleport To Van": "",
"Disable All Cameras": "",
"Remove Glass (Client)": "",
"Remove Glass (Server)": "",
"This will alert guard(s) that will notice the shattered glass. MIGHT LAG": "",
"Kill All Cops": "",
"Auto Yell Citizens": "",
"Auto Teleport Bags to Van": "",
"Vote Reset": "",
"Show Hitboxes": "",
"Lootables": "",
"Safes": "",
"Police": "",
"Camera": "",
"Aimbot": "",
"Aimbot Method": "",
"Enable Aimbot": "",
"Enable Aimbot Smoothness": "",
"Smoothness": "",
"Enable FOV Circle": "",
"FOV Radius": "",
"Minimal Distance": "",
"Maximum Distance": "",
"Target Part": "",
"Get Closest From": "",
"Team Check": "",
"Alive Check": "",
"Wall Check": "",
"ForceField Check": "",
"Exclude Own Team": "",
"Team Color": "",
"Waiting for Auto Treasure Map to finish...": "",
"Waiting for Auto Sell to finish...": "",
"Waiting for Auto Appraise to finish...": "",
"Waiting for Auto Totem Cycle to finish...": "",
"Waiting for Auto Claim Fillionaire to finish...": "",
"Waiting for Auto Crab Cage to finish...": "",
"Waiting for Auto Claim Crate to finish...": "",
"Waiting for Item Sell to finish...": "",
"Waiting for Spawn Boat to finish...": "",
"Waiting for Auto Send Offers to finish...": "",
"Loading location data...": "",
"Failed to load location: ": "",
"Auto Fish stopped.": "",
"Searching for a fishing rod...": "",
"Failed to equip the fishing rod, retrying...": "",
"Casting the fishing rod...": "",
"Failed to cast the fishing rod, retrying...": "",
"Stopped.": "",
"%s has spawned!": "",
"It's still day! Use a sundial totem.": "",
"Failed to fetch the new item.": "",
"Successfully appraised %s with %s.": "",
"Failed to appraise %s with %s.": "",
"Auto Complete": "",
"Rod Of The Depths is already obtained.": "",
"Auto Complete is already running.": "",
"Getting Rod Of The Depths...\nDO NOT TOUCH ANYTHING WHILE MSPAINT IS GETTING THE ROD.": "",
"Status: ": "",
"Caught Isonade, removing event override & restarting auto fish...": "",
"Successfully completed the main Vertigo bestiary.": "",
"Failed to get Crab Cage.": "",
"Failed to get Crab Cage deploy remote.": "",
"Successfully completed the Vertigo bestiary.": "",
"Successfully got the Depths Key.": "",
"Successfully opened The Depths gate.": "",
"Failed to find Merlin for Enchant Relics.": "",
"Successfully bought 2 Enchant Relics.": "",
"Successfully appraised Enchant Relics to Hexed and Abyssal.": "",
"Successfully opened The Depths maze gate.": "",
"Bought the Rod Of The Depths.": "",
"Heaven's Rod is already obtained.": "",
"Heaven's Rod is already running.": "",
"Getting Heaven's Rod...\nDO NOT TOUCH ANYTHING WHILE MSPAINT IS GETTING THE ROD.": "",
"Failed to get the Blue Energy Crystal.": "",
"Successfully got the Blue Energy Crystal.": "",
"Failed to buy the Avalanche Totem.": "",
"Failed to get the Yellow Energy Crystal.": "",
"Successfully got the Yellow Energy Crystal.": "",
"Successfully got the Green Energy Crystal.": "",
"Successfully got the Red Energy Crystal.": "",
"Bought the Heaven's Rod.": "",
"Submarine is already obtained.": "",
"Getting Submarine...\nDO NOT TOUCH ANYTHING WHILE MSPAINT IS GETTING THE BOAT.": "",
"Failed to get the Drill.": "",
"Equipped %s.": "",
"Player '%s' is a %s! (%s)": "",
"Auto Fish will start once the moderator leaves the game.": "",
"Moderator left, starting Auto Fish...": "",
"Bobber": "",
"Bit by": "",
"Appraise Fish": "",
"Repair Current Maps": "",
"You don't have the Treasure Map equipped.": "",
"Done.": "",
"Claim Current Maps": "",
"Failed to load the boat's data.": "",
"Failed to find Boat's Base.": ""
}