This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Supported sites | |
- **0000studio:archive** | |
- **0000studio:clip** | |
- **17live** | |
- **17live:clip** | |
- **1News**: 1news.co.nz article videos | |
- **1tv**: Первый канал | |
- **20min** | |
- **23video** | |
- **247sports** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
([[This file was protected with MoonSec V3 by Federal#9999]]):gsub('.+', (function(a) _EUzLcVthPAgp = a; end)); OJMDpPyeOZFoZMcu=_ENV;PpQCosXSiMXQhuc=' kVr&3JQK2,en}%H,kkn,,rKnJ3&%VQMH%KnH,kQQJn33Q%:J%HnKKHkK%k32K3k%nJnH,KKk&QJ%,KKre2e&XnkJ}%HJ3%&2KVH}eJnHJK&kVYV,QrZ,H}2J}H&KVkX<&2eVn,}rQnQ3,KkkV2nV,eK,2rnnrJVQ%)n2,VKeJ&&}V3gV}Qn5,2KVJe&&V}=3%%nQeD}2JV&eVe&VHe%3J}}lQ2}VVe;r%n,&kn,3n%eQQHnKHkJne3n%JQ&:V_&2Qkn2Hn2K%%&QV=wKn%rK3k&,n%Qee&n}}J&,}2V^,,,%3nr3r}%QkHOQnke2,VQQk3J}JJHHkrQHV,Vrge}r5}w3n,QJe}J3kVknJHe,H3n%2QKkr2FV2J%kV,BV%en2H&Je,&K}JJVeVJVHSQ}HX2Dkn,JVK}QJr%KQe#V2nHH,%rQn33&%e&n_}2eVQ}kJ&%nQ,4K2&dQ2Qkn,H&r%eKQ*J2&VVV,,&r_en3H%K3,tkK,VQK&rHnkV2eQaV2mk%,nr,nK3J%&eV#k2kkn,,rKr2n2&&QkG%Knk,,Kr&Q,PKen3JeQQJH3KKH},Qr,er&r}rQ3kQ,,rVnO&%&H}%J,%HKV#2rre%&n},JKHJK&kV,wV%en&,}2JKH&KVk;2%Qhe,&K}JJ&HVKuF%2nK3eK&J}&JrHEQ%:n,kVKeJ&&}rJJ%%Qn-,Le2,VJ,er%n3%}QeBK2JV&eg&Nn%3n%,QKuJ2&kV%Hr%nn3,%KQJC&2V2=%%r}nH3K%JQ&QJHkK7kK2Hn23J%&QV+1K%kn,,rKnJ3&%VQ;r%K}k,,KrJn&3V%aJ%HnK,kK,JrJnK3#}%JnH,nJkJ,JrVnb&%}nJ,HKKKk&,3r1eH&n},JKH |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--[[ | |
______ __ ________ __ | |
/ ____/_ ______ / /____ __/ ____/ /_ ____ ______/ /_ | |
/ /_ / / / / __ \/ //_/ / / / / / __ \/ __ `/ ___/ __/ | |
/ __/ / /_/ / / / / ,< / /_/ / /___/ / / / /_/ / / / /_ | |
/_/ \__,_/_/ /_/_/|_|\__, /\____/_/ /_/\__,_/_/ \__/ | |
/____/ | |
v1.12 | |
Made with ♥ by accountrev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
math.randomseed(os.clock()^math.random(1, 5)) | |
local character_set = "qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM1234567890аәӕбвгґғҕдԁђԃҙеєжҗзԅѕӡԇиҋіјкқӄҡҟҝлӆљԉмӎнӊңӈҥњԋоөпҧҁрҏсԍҫтԏҭћуүұѹфхҳһѡѿѽѻцҵчҷӌҹҽҿџшщъыьҍѣэюяѥѧѫѩѭѯѱѳѵҩӀӀ۱۲۳۴۵۶۷۸۹ءٴٲٱٳاٮبٻپڀةتثٹٺټٽٿجڃڄچڿڇحخځڂڅدذڈډڊڋڌڍڎڏڐرزڑڒړڔڕږڗژڙسشښڛڜۺصضڝڞۻطظڟعغڠۼفڡڢڣڤڥڦٯقڧڨكکڪګڬڭڮگڰڱڲڳڴلڵڶڷڸمنںڻڼڽڹهھہۃەوۥۄۅۆۇۈۉۊۋۏىيۦیۍێېۑے" | |
local character_set_amount = #character_set | |
local number_one = 1 | |
local default_length = 10 | |
local function generate_key(length) | |
local random_string = {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local UIS = game:GetService('UserInputService') | |
local RS = game:GetService('RunService') | |
local Players = game:GetService('Players') | |
local StarterGui = game:GetService('StarterGui') | |
local Player = Players.LocalPlayer | |
local Studio = RS:IsStudio() | |
local PlayerGui = RS:IsStudio() and Player:WaitForChild('PlayerGui') or game.CoreGui | |
local Mouse = Player:GetMouse() | |
local old_icon = Mouse.Icon | |
local Camera = workspace.CurrentCamera |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5857098165,0|2|26931,2|0|27620,1|2|27964,0|0|28310,2|2|29689,2|0|30379,2|2|30723,0|0|31067,2|0|32447,2|2|33136,0|1|33481,2|1|33826,0|2|35205,2|0|35895,2|2|36240,0|0|36585,2|2|37964,0|2|38654,2|2|38999,1|0|39343,0|0|40723,2|0|41412,2|2|41757,0|1|42102,2|2|43481,2|0|44171,0|0|44516,1|2|44861,2|2|46240,0|2|46930,2|2|47274,0|0|47620,2|2|48999,2|0|49689,1|2|50033,0|0|50379,2|2|51757,2|2|52274,2|2|52792,2|0|54517,0|2|55205,2|1|55550,0|0|55895,0|2|57274,2|0|57964,2|2|58310,0|0|58654,0|2|60075,1|0|60161,1|2|60247,2|0|60593,0|2|60679,2|2|60764,0|2|62833,2|1|62920,0|1|63006,2|2|63350,2|0|63437,0|2|63523,0|0|65592,1|2|65679,1|0|65764,2|2|66110,0|1|66195,2|1|66281,0|0|66454,1|2|66626,2|0|66800,2|2|66971,0|1|67143,2|0|67316,1|2|67489,0|0|67661,2|2|67833,1|0|68006,1|2|68179,2|0|68350,2|0|68364,1|0|68436,1|0|68450,0|0|68522,0|0|68536,0|1|68609,1|1|68694,2|1|68780,2|2|68867,2|2|68879,1|2|68953,1|2|68965,1|1|69040,1|1|69052,1|0|69125,2|0|69211,2|1|69299,1|1|69384,0|1|69470,0|2|69556,1|2|69642,1|1|69730,1|0|69815,0|0|69901,0|1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1292596466,2|2|1090,2|1|1157,2|0|1225,1|0|1293,0|0|1361,0|1|1430,1|1|1499,2|1|1566,2|0|1634,1|0|1702,0|0|1770,0|1|1840,0|2|1907,1|2|1975,1|1|2043,1|0|2111,2|2|2180,2|1|2249,1|1|2316,0|1|2384,0|2|2452,1|2|2520,2|2|2589,2|1|2657,0|0|2725,0|1|2793,0|2|2861,1|2|2930,1|1|2999,1|0|3066,2|0|3134,2|1|3202,0|2|3270,0|1|3339,0|0|3407,1|0|3475,2|0|3543,2|1|3611,2|2|3680,1|2|3749,1|1|3816,1|0|3884,0|0|3952,0|1|4020,0|2|4089,1|2|4157,2|2|4225,2|1|4293,0|0|4361,0|2|4634,2|0|4907,2|2|5180,0|1|5452,1|1|5520,2|1|5589,2|0|5657,1|0|5725,1|1|5793,1|2|5861,2|2|5930,2|1|5999,1|1|6066,0|1|6134,0|2|6202,1|2|6270,1|1|6339,1|0|6407,0|0|6475,2|1|6543,1|1|6611,0|1|6680,0|2|6749,1|2|6816,1|1|6884,1|0|6952,2|0|7021,2|2|7089,1|2|7157,0|2|7225,0|1|7293,1|1|7361,1|2|7430,0|2|7499,0|1|7566,0|0|7634,1|0|7702,2|0|7771,2|1|7839,1|1|7907,0|1|7975,0|2|8043,1|2|8111,2|2|8180,2|1|8249,1|1|8316,0|1|8384,0|0|8452,1|0|8521,1|1|8589,1|2|8657,0|2|8725,0|1|8793,1|1|8861,2|1|8930,2|0|8999,1|0|9066,1|1|9134,1|2|9202,2|2|9271,2|1|9339,2|0|9407,1|0|9475,0|2|9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2632564761,1|1|6861,1|2|7396,1|2|7418,0.94|2|7438,1|2|7460,0.38|1.38|7535,0.31|1.31|7543,0.25|1.25|7554,0.19|1.19|7562,0.12|1.12|7573,0.06|1.06|7582,0|1|7592,-0.06|0.94|7602,-0.12|0.88|7610,-0.19|0.81|7621,-0.25|0.75|7629,-0.19|0.69|7640,-0.12|0.62|7649,-0.06|0.56|7659,0|0.5|7668,-0.06|0.56|7670,0.06|0.44|7676,0|0.5|7679,0.12|0.38|7687,0.06|0.44|7687,0.19|0.31|7695,0.12|0.38|7698,0.25|0.25|7706,0.19|0.31|7706,0.31|0.19|7715,0.25|0.25|7717,0.38|0.12|7725,0.31|0.19|7726,0.38|0.12|7736,1.62|0|7800,2.53|2.55|12853,-0.71|2.57|12933,2|2|15501,0|0|15741,0|1|15801,1|2|15863,2|1|15925,2|0|15982,1|0|16100,0.5|0.5|16221,0|1|16340,0|2|16461,1|2|16580,1.5|1.5|16701,2|1|16820,1.5|0.5|16941,1|1|17060,0|1.5|17181,0.5|1|17231,1|1.5|17286,1.5|1|17335,2|1.5|17388,2.5|1|17540,2|0.5|17661,1.5|0|17780,0.5|2.5|17901,0.5|1.5|18141,0.5|0.5|18381,0.5|-0.5|18621,1.5|-0.5|19821,1.5|0.5|20061,1.5|1.5|20301,1.5|2.5|20541,1|1|21021,0.75|2|21260,0.69|2.06|21261,0.69|2|21261,0.75|2.06|21262,0.75|2|21262,0.81|2|21262,0.81|2.12|21263,0.69|2.12 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2632564761,1|1|6861,1|2|7396,1|2|7418,0.94|2|7438,1|2|7460,0.38|1.38|7535,0.31|1.31|7543,0.25|1.25|7554,0.19|1.19|7562,0.12|1.12|7573,0.06|1.06|7582,0|1|7592,-0.06|0.94|7602,-0.12|0.88|7610,-0.19|0.81|7621,-0.25|0.75|7629,-0.19|0.69|7640,-0.12|0.62|7649,-0.06|0.56|7659,0|0.5|7668,-0.06|0.56|7670,0.06|0.44|7676,0|0.5|7679,0.12|0.38|7687,0.06|0.44|7687,0.19|0.31|7695,0.12|0.38|7698,0.25|0.25|7706,0.19|0.31|7706,0.31|0.19|7715,0.25|0.25|7717,0.38|0.12|7725,0.31|0.19|7726,0.38|0.12|7736,1.62|0|7800,2.53|2.55|12853,-0.71|2.57|12933,2|2|15501,0|0|15741,0|1|15801,1|2|15863,2|1|15925,2|0|15982,1|0|16100,0.5|0.5|16221,0|1|16340,0|2|16461,1|2|16580,1.5|1.5|16701,2|1|16820,1.5|0.5|16941,1|1|17060,0|1.5|17181,0.5|1|17231,1|1.5|17286,1.5|1|17335,2|1.5|17388,2.5|1|17540,2|0.5|17661,1.5|0|17780,0.5|2.5|17901,0.5|1.5|18141,0.5|0.5|18381,0.5|-0.5|18621,1.5|-0.5|19821,1.5|0.5|20061,1.5|1.5|20301,1.5|2.5|20541,1|1|21021,0.75|2|21260,0.69|2.06|21261,0.69|2|21261,0.75|2.06|21262,0.75|2|21262,0.81|2|21262,0.81|2.12|21263,0.69|2.12 |
NewerOlder