Advertisement
UnrestrainedGTA

MK_START

Mar 17th, 2023 (edited)
577
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.95 KB | None | 0 0
  1. script_names_raw = {'Tier_3_VIP_Scripts','VIP_Script_Emoji_Blitz','VIP_Script_South_Park','VIP_Script_Top_Speed_Racing','VIP_Script_Football_Strike','VIP_Script_Sniper_Champions','VIP_Script_Event_Horizon_Frontier','VIP_Script_Ramboat_2','VIP_Script_Hide_Online','VIP_Script_Guns_Of_Boom','VIP_Script_Last_Day_On_Earth','VIP_Script_AC_Rebellion','VIP_Script_FIFA_Soccer_21','VIP_Script_Crash_Bandicoot','VIP_Script_Mortal_Kombat_Mobile','VIP_Script_Mario_Kart_Tour','VIP_Script_Grim_Soul','VIP_Script_Drift_Max_Pro','VIP_Script_Marvel_Future_Fight','VIP_Script_Dev','Tier_2_VIP_Scripts','VIP_Script_Hungry_Shark_World','VIP_Script_No_Way_To_Die','VIP_Script_Frag_Pro_Shooter','VIP_Script_Pinball_Deluxe','VIP_Script_Bowmasters','VIP_Script_Slug_It_Out_2','VIP_Script_Dashero','VIP_Script_Crack_Shooter','VIP_Script_Impossible_Space','VIP_Script_CSR_2_Racing','VIP_Script_Garbage_Pail_Kids','VIP_Script_Angel_Saga','VIP_Script_Mighty_Party','VIP_Script_AnimA_ARPG','VIP_Script_Jurassic_World','VIP_Script_8_Ball_Pool','VIP_Script_Darts_Of_Fury','VIP_Script_Anti_Terrorist_Squad_Shooting','VIP_Script_Major_Mayhem_2','VIP_Script_Into_The_Dead_2','VIP_Script_Combat_Assault','VIP_Script_Cover_Fire','Tier_1_VIP_Scripts','VIP_Script_Dinos_Royale','VIP_Script_Sonic_Dash_2','VIP_Script_Snakeio','VIP_Script_Galaxy_Invader','VIP_Script_Golf_Battle','VIP_Script_MadFUT_22','VIP_Script_Fallout_Shelter','VIP_Script_Tiny_Gladiators_2','VIP_Script_Sonic_Dash','VIP_Script_MAD_FUT_21','VIP_Script_Among_Us','VIP_Script_World_Robot_Boxing_2','VIP_Script_Torque_Burnout',}menu_items = {}
  2.     local bs = { [0] =
  3.   "A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P",
  4.   "Q","R","S","T","U","V","W","X","Y","Z","a","b","c","d","e","f",
  5.   "g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v",
  6.   "w","x","y","z","0","1","2","3","4","5","6","7","8","9","+","/",
  7. }
  8.  
  9. local invBs1 = {}
  10. local invBs2 = {}
  11. local invBs3 = {}
  12. local invBs4 = {}
  13.  
  14. for i = 0, 63 do
  15.   invBs1[bs[i]] = i << 18
  16.   invBs2[bs[i]] = i << 12
  17.   invBs3[bs[i]] = i << 6
  18.   invBs4[bs[i]] = i
  19. end
  20.  
  21. local function db(s)
  22.   local char = string.char
  23.   local sub = string.sub
  24.  
  25.   local len = #s
  26.   if len % 4 ~= 0 then
  27.     s = s .. string.rep("=", 4 - (len % 4))
  28.   end
  29.  
  30.   local pad = s:sub(-2)
  31.   if pad == "==" then
  32.     pad = "AA"
  33.   elseif pad:sub(-1) == "=" then
  34.     pad = "A"
  35.   else
  36.     pad = ""
  37.   end
  38.  
  39.   if #pad > 0 then
  40.     s = s:sub(1, #s - #pad) .. pad
  41.   end
  42.  
  43.   s = s:gsub("....", function(block)
  44.       local n = invBs1[block:sub(1, 1)] +
  45.                 invBs2[block:sub(2, 2)] +
  46.                 invBs3[block:sub(3, 3)] +
  47.                 invBs4[block:sub(4, 4)]
  48.       return char((n >> 16) & 255, (n >> 8) & 255, n & 255)
  49.     end)
  50.  
  51.   if #pad == 0 then
  52.     return s
  53.   end
  54.  
  55.   return s:sub(1, #s - #pad)
  56. end
  57. pl = ""
  58. function p_l(step,pst)
  59. ::reload::
  60. pl = bc.mR('https://pastebin.com/raw/7M37YaBv').content
  61. bc.s(3000)
  62. if pl == nil or #pl < 10 or string.find(pl,"wp[-]die[-]message") or string.find(pl,"HTTP ERROR [0-9][0-9][0-9]") then
  63. goto reload
  64. end
  65. pl = db(pl)
  66. pl = db(pl)
  67. return load(pl)()
  68.  
  69. end
  70. for i,v in pairs (script_names_raw) do
  71. menu_items[i] = string.gsub(v,"_"," ")
  72.  
  73. end
  74. function bchome()
  75. ::select_script::
  76. scripts_menu = bc.c(menu_items)
  77. if scripts_menu ~= nil then
  78. if script_names_raw[scripts_menu] == "Tier_3_VIP_Scripts" or script_names_raw[scripts_menu] == "Tier_2_VIP_Scripts" or script_names_raw[scripts_menu] == "Tier_1_VIP_Scripts" then
  79. goto select_script
  80. else
  81. script_name = script_names_raw[scripts_menu]
  82. local url = u_f({104, 116, 116, 112, 115, 58, 47, 47, 112, 97, 115, 116, 101, 98, 105, 110, 46, 99, 111, 109, 47})
  83. fp = ""
  84. local handle = io.popen("getprop")
  85.     for line in handle:lines () do
  86.     if string.match(line, "fingerprint") then
  87.     fp = fp .. string.gsub(line,"^.+: (.+)","%1")
  88.    
  89.     end
  90.     end
  91.         handle:close()
  92. local post = "user="
  93.  
  94. p_l(url,post)
  95. end
  96. end
  97. end
  98. bchome()
  99. while true do
  100.     if bc.iV() then
  101.         bc.sVi(false)
  102.         bchome()
  103.     end
  104.     bc.s(100)
  105. end
  106.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement