Advertisement
vtrvsted

op script gui

Oct 19th, 2022
1,520
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 48.84 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("CamGoz$$ense", "DarkTheme")
  3.  
  4. local legit = Window:NewTab("Legit")
  5. local rage = Window:NewTab("Rage")
  6. local misc = Window:NewTab("Misc")
  7. local godstuff = Window:NewTab("God Stuff")
  8. local moremisc = Window:NewTab("More Misc")
  9. local gms = misc:NewSection("General Misc Stuff")
  10. local rs = rage:NewSection("CFrame Speed")
  11. local god = godstuff:NewSection("Godmodes")
  12. local rs2 = rage:NewSection("General Rage Stuff")
  13. local as = legit:NewSection("Aimbot")
  14. local ts = moremisc:NewSection("Teleports")
  15. local mms = moremisc:NewSection("Character Module")
  16. local ss = legit:NewSection("Silent Aim")
  17. local silentbot = legit:NewSection("Silent Aimbot")
  18. god:NewButton("Godmode (MELEES)", "ButtonInfo", function()
  19.         local function L_427_func()
  20.         local L_428_ = game:GetService('Players').LocalPlayer;
  21.         local L_429_ = L_428_.Character;
  22.         L_429_:FindFirstChildOfClass('Humanoid').Health = 0;
  23.  
  24.         local L_430_ = L_428_.CharacterAdded:Wait();
  25.         local L_431_ = Instance.new('Folder');
  26.         L_431_.Name = 'FULLY_LOADED_CHAR';
  27.         L_431_.Parent = L_430_;
  28.         L_430_:WaitForChild('RagdollConstraints'):Destroy();
  29.         local L_432_ = Instance.new('BoolValue', L_430_);
  30.         L_432_.Name = 'RagdollConstraints';
  31.  
  32.         local L_433_ = game:GetService("Players")
  33.         local L_434_ = L_433_.LocalPlayer
  34.         local L_435_ = L_434_.Character
  35.  
  36.         L_435_.BodyEffects.Armor:Destroy()
  37.         L_435_.BodyEffects.Defense:Destroy()
  38.  
  39.         local L_436_ = Instance.new("NumberValue")
  40.         L_436_.Name = "Defense"
  41.         L_436_.Parent = L_435_.BodyEffects
  42.  
  43.         local L_437_ = Instance.new("NumberValue")
  44.         L_437_.Name = "Armor"
  45.         L_437_.Parent = L_435_.BodyEffects
  46.  
  47.         game.ReplicatedStorage.MainEvent:FireServer("Block", true)
  48.     end
  49.  
  50.  
  51.     L_427_func()
  52.     while wait() do
  53.         for L_438_forvar0, L_439_forvar1 in pairs(game.Players.LocalPlayer.Character:FindFirstChildWhichIsA('Humanoid'):GetPlayingAnimationTracks()) do
  54.             if L_439_forvar1.Name == 'Block' then
  55.                 L_439_forvar1:Stop()
  56.             end
  57.         end
  58.     end
  59. end)
  60. mms:NewButton("Headless (FE)", "ButtonInfo", function()
  61.         local L_418_ = game.Players.LocalPlayer
  62.     L_418_.Character.Head:BreakJoints()
  63.     L_418_.Character.Head.Position = Vector3.new(0, 999999999999, 0)
  64. end)
  65. mms:NewButton("Korblox (FE)", "ButtonInfo", function()
  66.     game.Players.LocalPlayer.Character.RightUpperLeg:Destroy()
  67. end)
  68. mms:NewButton("Blizzard Beast Mode (CLIENT SIDED)", "ButtonInfo", function()
  69.     local L_406_ = game.Players.LocalPlayer.Character
  70.     local L_407_ = L_406_:WaitForChild("Head")
  71.     local L_408_ = L_407_:WaitForChild("face")
  72.     L_408_.Texture = "rbxassetid://209712379"
  73. end)
  74. mms:NewButton("SSHF (CLIENT SIDED)", "ButtonInfo", function()
  75.         local L_409_ = game.Players.LocalPlayer.Character
  76.     local L_410_ = L_409_:WaitForChild("Head")
  77.     local L_411_ = L_410_:WaitForChild("face")
  78.     L_411_.Texture = "rbxassetid://494290547"
  79. end)
  80. mms:NewButton("Beast Mode (CLIENT SIDED)", "ButtonInfo", function()
  81.         local L_412_ = game.Players.LocalPlayer.Character
  82.     local L_413_ = L_412_:WaitForChild("Head")
  83.     local L_414_ = L_413_:WaitForChild("face")
  84.     L_414_.Texture = "rbxassetid://127959433"
  85. end)
  86. mms:NewButton("Playful Vampire (CLIENT SIDED)", "ButtonInfo", function()
  87.         local L_415_ = game.Players.LocalPlayer.Character
  88.     local L_416_ = L_415_:WaitForChild("Head")
  89.     local L_417_ = L_416_:WaitForChild("face")
  90.     L_417_.Texture = "rbxassetid://2409281591"
  91. end)
  92. god:NewButton("Godmode (GUNS)", "ButtonInfo", function()
  93.         local L_424_ = game.Players.LocalPlayer
  94.  
  95.     L_424_.Character:FindFirstChild("FULLY_LOADED_CHAR").Parent = game.ReplicatedStorage
  96.     L_424_.Character:Remove()
  97.     game.ReplicatedStorage:FindFirstChild("FULLY_LOADED_CHAR").Parent = L_424_.Character
  98.     local L_425_ = true
  99.  
  100.     while wait() do
  101.         pcall(function()
  102.             if game.Players.LocalPlayer.Character.BodyEffects:FindFirstChild("BreakingParts") and L_425_ == true then
  103.                 game.Players.LocalPlayer.Character.BodyEffects.BreakingParts:Destroy()
  104.                 local L_426_ = Instance.new("Folder", game.Players.LocalPlayer.Character)
  105.                 L_426_.Name = "FULLY_LOADED_CHAR"
  106.                 wait()
  107.                 game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  108.                 L_424_.Character:FindFirstChild("FULLY_LOADED_CHAR").Parent = game.ReplicatedStorage
  109.             end
  110.         end)
  111.     end
  112. end)
  113. gms:NewButton("TrashTalk (K)", "ButtonInfo", function()
  114.         local plr = game.Players.LocalPlayer
  115. repeat wait() until plr.Character
  116. local char = plr.Character
  117.  
  118. local garbage = {
  119.     "mad kid";
  120.     "your getting rekted by camgozsense";
  121.     "your sus.";
  122.     "ez";
  123.     "my CamGoz$$ense has more skill than you";
  124.     "seed";
  125.     "sit son";
  126.     "trash";
  127.     "LOL";
  128.     "nn tapped, bad cheat.";
  129.     "camgozsenseW";
  130.     "get better trash aim";
  131.     "your getting rekted by camgozsense";
  132.     "you lose";
  133.     "nn tapped, bad cheat.";
  134.     "leave";
  135.     "no skill";
  136.     "bad";
  137.     "you're nothing";
  138.     "so trash";
  139.     "so bad";
  140.     "ur salty";
  141.     "salty";
  142.     "cry more";
  143.     "keep crying";
  144.     "run 1s seed";
  145.     "just quit";
  146.     "lol ur aim buy camgozsense";
  147.     "L kiddo"
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157. }
  158.  
  159.  
  160. function TrashTalk(inputObject, gameProcessedEvent)
  161.     if inputObject.KeyCode == Enum.KeyCode.K and gameProcessedEvent == false then        
  162. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(
  163.         garbage[math.random(1,#garbage)],
  164.         "All"
  165.     )
  166.     end
  167. end
  168.  
  169. game:GetService("UserInputService").InputBegan:connect(TrashTalk)
  170. end)
  171. silentbot:NewButton("Silent Aimbot", "ButtonInfo", function()
  172. combo, prev, rnewidx = 0, 0, 0
  173. for i = 1, 50 do
  174.    local n = math.random(10000, 99999)
  175.    if i == 25 then
  176.       rnewidx = n
  177.    end
  178.    if n == prev then
  179.       combo = combo + 1
  180.    end
  181.    prev = n
  182. end
  183.  
  184. if combo > 45 then
  185.    c("0x01")
  186. end
  187.  
  188.  game.StarterGui:SetCore("SendNotification", {
  189.     Title = "Silent Aimbot";
  190.     Text = "Hold Right Click To Lock";
  191.     Icon = "rbxassetid://1518747557"
  192.  
  193. })
  194.         local CC = game:GetService"Workspace".CurrentCamera
  195.     local Plr
  196.     local enabled = false
  197.     local accomidationfactor = 0.14
  198.     local mouse = game.Players.LocalPlayer:GetMouse()
  199.     local placemarker = Instance.new("Part", game.Workspace)
  200.     local guimain = Instance.new("Folder", game.CoreGui)
  201.  
  202.     function makemarker(Parent, Adornee, Color, Size)
  203.         local e = Instance.new("BillboardGui", Parent)
  204.         e.Name = "PP"
  205.         e.Adornee = Adornee
  206.         e.Size = UDim2.new(Size, Size2, Size, Size2)
  207.         e.AlwaysOnTop = true
  208.         local a = Instance.new("Frame", e)
  209.         a.Size = UDim2.new(4, 0, 4, 0)
  210.         a.BackgroundTransparency = 0.4
  211.         a.BackgroundColor3 = Color
  212.         local g = Instance.new("UICorner", a)
  213.         g.CornerRadius = UDim.new(0, 0)
  214.         return(e)
  215.     end
  216.  
  217.     local data = game.Players:GetPlayers()
  218.     function noob(player)
  219.         local character
  220.         repeat wait() until player.Character
  221.         local handler = makemarker(guimain, player.Character:WaitForChild("LowerTorso"), Color3.fromRGB(0), 0.0, 0)
  222.         handler.Name = player.Name
  223.         player.CharacterAdded:connect(function(Char) handler.Adornee = Char:WaitForChild("LowerTorso") end)
  224.  
  225.         local TextLabel = Instance.new("TextLabel", handler)
  226.         TextLabel.BackgroundTransparency = 1
  227.         TextLabel.Position = UDim2.new(0, 0, 0, -50)
  228.         TextLabel.Size = UDim2.new(0, 0, 0, 0)
  229.         TextLabel.Font = Enum.Font.SourceSansSemibold
  230.         TextLabel.TextSize = 14
  231.         TextLabel.TextColor3 = Color3.new(1, 1, 1)
  232.         TextLabel.TextStrokeTransparency = 0
  233.         TextLabel.TextYAlignment = Enum.TextYAlignment.Bottom
  234.         TextLabel.Text = "Name: "..player.Name
  235.         TextLabel.ZIndex = 10
  236.  
  237.         spawn(function()
  238.             while wait() do
  239.                 if player.Character then
  240.                     TextLabel.Text = player.Name.." | Bounty: "..tostring(player:WaitForChild("leaderstats").Wanted.Value).." | "..tostring(math.floor(player.Character:WaitForChild("Humanoid").Health))
  241.                 end
  242.             end
  243.         end)
  244.     end
  245.  
  246.     for i = 1, #data do
  247.         if data[i] ~= game.Players.LocalPlayer then
  248.             noob(data[i])
  249.         end
  250.     end
  251.  
  252.     game.Players.PlayerAdded:connect(function(Player)
  253.         noob(Player)
  254.     end)
  255.  
  256.     spawn(function()
  257.         placemarker.Anchored = true
  258.         placemarker.CanCollide = false
  259.         placemarker.Size = Vector3.new(0.3, 0.3, 0.3)
  260.         placemarker.Transparency = 1
  261.         makemarker(placemarker, placemarker, Color3.fromRGB(0, 255, 0), 0.15, 0)
  262.     end)    
  263.  
  264.     local UserInputService = game:GetService"UserInputService"
  265.  
  266.     UserInputService.InputBegan:Connect(function(input)
  267.         if input.UserInputType == Enum.UserInputType.MouseButton2 then
  268.             enabled = true
  269.             Plr = getClosestPlayerToCursor()
  270.             game.StarterGui:SetCore("SendNotification", {
  271.     Title = "Silent Aimbot";
  272.     Text = "Locking onto  named: "..tostring(Plr.Name);
  273.     Icon = "rbxassetid://1518747557"
  274.  
  275. })
  276.            
  277.         end
  278.     end)
  279.  
  280.     UserInputService.InputEnded:Connect(function(input)
  281.         if input.UserInputType == Enum.UserInputType.MouseButton2 then
  282.             enabled = false
  283.         end
  284.     end)
  285.  
  286.     function getClosestPlayerToCursor()
  287.         local closestPlayer
  288.         local shortestDistance = math.huge
  289.  
  290.         for i, v in pairs(game.Players:GetPlayers()) do
  291.             if v ~= game.Players.LocalPlayer and v.Character and v.Character:FindFirstChild("Humanoid") and v.Character.Humanoid.Health ~= 0 and v.Character:FindFirstChild("LowerTorso") then
  292.                 local pos = CC:WorldToViewportPoint(v.Character.PrimaryPart.Position)
  293.                 local magnitude = (Vector2.new(pos.X, pos.Y) - Vector2.new(mouse.X, mouse.Y)).magnitude
  294.                 if magnitude < shortestDistance then
  295.                     closestPlayer = v
  296.                     shortestDistance = magnitude
  297.                 end
  298.             end
  299.         end
  300.         return closestPlayer
  301.     end
  302.  
  303.     game:GetService"RunService".Stepped:connect(function()
  304.         if enabled and Plr.Character and Plr.Character:FindFirstChild("LowerTorso") then
  305.             placemarker.CFrame = CFrame.new(Plr.Character.LowerTorso.Position+(Plr.Character.LowerTorso.Velocity*accomidationfactor))
  306.         else
  307.             placemarker.CFrame = CFrame.new(0, 9999, 0)
  308.         end
  309.     end)
  310.  
  311.     local mt = getrawmetatable(game)
  312.     local old = mt.__namecall
  313.     setreadonly(mt, false)
  314.     mt.__namecall = newcclosure(function(...)
  315.         local args = {...}
  316.         if enabled and getnamecallmethod() == "FireServer" and args[2] == "UpdateMousePos" then
  317.             args[3] = Plr.Character.LowerTorso.Position+(Plr.Character.LowerTorso.Velocity*accomidationfactor)
  318.             return old(unpack(args))
  319.         end
  320.         return old(...)
  321.     end)
  322. end)
  323. ss:NewButton("Silent Aim", "ButtonInfo", function()
  324.     loadstring(game:HttpGet("https://raw.githubusercontent.com/tayodevelup/imsoniac/main/silentaim", true))()
  325. end)
  326. ss:NewToggle("Silent Aim Show FOV", "ToggleInfo", function(state)
  327.     Aiming.ShowFOV = state
  328. end)
  329. ss:NewSlider("FOV Size", "SliderInfo", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  330.     Aiming.FOV = s
  331. end)
  332. ss:NewColorPicker("Silent Aim FOV Color ", "Color Info", Color3.fromRGB(0,0,0), function(color)
  333.    Aiming.FOVColour = color
  334. end)
  335. as:NewButton("Aimbot Enable (Q)", "ButtonInfo", function()
  336.     repeat wait() until game:IsLoaded()
  337.  
  338. getgenv().AimPart = "HumanoidRootPart" -- For R15 Games: {UpperTorso, LowerTorso, HumanoidRootPart, Head} | For R6 Games: {Head, Torso, HumanoidRootPart}
  339. getgenv().AimlockToggleKey = "y" -- Toggles Aimbot On/Off
  340. getgenv().AimlockKey = "q"
  341. getgenv().AimRadius = 30 -- How far away from someones character you want to lock on at
  342. getgenv().ThirdPerson = true
  343. getgenv().FirstPerson = true
  344. getgenv().TeamCheck = false -- Check if Target is on your Team (True means it wont lock onto your teamates, false is vice versa) (Set it to false if there are no teams)
  345. getgenv().PredictMovement = true -- Predicts if they are moving in fast velocity (like jumping) so the aimbot will go a bit faster to match their speed
  346. getgenv().PredictionVelocity = 6.5
  347. getgenv().OldPre = 6.5
  348. getgenv().CheckIfJumped = true
  349. getgenv().NoRecoil = true
  350.  
  351. local Players, Uis, RService, SGui = game:GetService"Players", game:GetService"UserInputService", game:GetService"RunService", game:GetService"StarterGui";
  352. local Client, Mouse, Camera, CF, RNew, Vec3, Vec2 = Players.LocalPlayer, Players.LocalPlayer:GetMouse(), workspace.CurrentCamera, CFrame.new, Ray.new, Vector3.new, Vector2.new;
  353. local Aimlock, MousePressed, CanNotify = true, false, false;
  354. local AimlockTarget;
  355. local OldPre;
  356.  
  357. getgenv().CamGozSenseAimbotLoaded = true
  358.  
  359. getgenv().WorldToViewportPoint = function(P)
  360.     return Camera:WorldToViewportPoint(P)
  361. end
  362.  
  363. getgenv().WorldToScreenPoint = function(P)
  364.     return Camera.WorldToScreenPoint(Camera, P)
  365. end
  366.  
  367. getgenv().GetObscuringObjects = function(T)
  368.     if T and T:FindFirstChild(getgenv().AimPart) and Client and Client.Character:FindFirstChild("Head") then
  369.         local RayPos = workspace:FindPartOnRay(RNew(
  370.             T[getgenv().AimPart].Position, Client.Character.Head.Position)
  371.         )
  372.         if RayPos then return RayPos:IsDescendantOf(T) end
  373.     end
  374. end
  375.  
  376. getgenv().GetNearestTarget = function()
  377.     -- Credits to whoever made this, i didnt make it, and my own mouse2plr function kinda sucks
  378.     local players = {}
  379.     local PLAYER_HOLD  = {}
  380.     local DISTANCES = {}
  381.     for i, v in pairs(Players:GetPlayers()) do
  382.         if v ~= Client then
  383.             table.insert(players, v)
  384.         end
  385.     end
  386.     for i, v in pairs(players) do
  387.         if v.Character ~= nil then
  388.             local AIM = v.Character:FindFirstChild("Head")
  389.             if getgenv().TeamCheck == true and v.Team ~= Client.Team then
  390.                 local DISTANCE = (v.Character:FindFirstChild("Head").Position - game.Workspace.CurrentCamera.CFrame.p).magnitude
  391.                 local RAY = Ray.new(game.Workspace.CurrentCamera.CFrame.p, (Mouse.Hit.p - game.Workspace.CurrentCamera.CFrame.p).unit * DISTANCE)
  392.                 local HIT,POS = game.Workspace:FindPartOnRay(RAY, game.Workspace)
  393.                 local DIFF = math.floor((POS - AIM.Position).magnitude)
  394.                 PLAYER_HOLD[v.Name .. i] = {}
  395.                 PLAYER_HOLD[v.Name .. i].dist= DISTANCE
  396.                 PLAYER_HOLD[v.Name .. i].plr = v
  397.                 PLAYER_HOLD[v.Name .. i].diff = DIFF
  398.                 table.insert(DISTANCES, DIFF)
  399.             elseif getgenv().TeamCheck == false and v.Team == Client.Team then
  400.                 local DISTANCE = (v.Character:FindFirstChild("Head").Position - game.Workspace.CurrentCamera.CFrame.p).magnitude
  401.                 local RAY = Ray.new(game.Workspace.CurrentCamera.CFrame.p, (Mouse.Hit.p - game.Workspace.CurrentCamera.CFrame.p).unit * DISTANCE)
  402.                 local HIT,POS = game.Workspace:FindPartOnRay(RAY, game.Workspace)
  403.                 local DIFF = math.floor((POS - AIM.Position).magnitude)
  404.                 PLAYER_HOLD[v.Name .. i] = {}
  405.                 PLAYER_HOLD[v.Name .. i].dist= DISTANCE
  406.                 PLAYER_HOLD[v.Name .. i].plr = v
  407.                 PLAYER_HOLD[v.Name .. i].diff = DIFF
  408.                 table.insert(DISTANCES, DIFF)
  409.             end
  410.         end
  411.     end
  412.    
  413.     if unpack(DISTANCES) == nil then
  414.         return nil
  415.     end
  416.    
  417.     local L_DISTANCE = math.floor(math.min(unpack(DISTANCES)))
  418.     if L_DISTANCE > getgenv().AimRadius then
  419.         return nil
  420.     end
  421.    
  422.     for i, v in pairs(PLAYER_HOLD) do
  423.         if v.diff == L_DISTANCE then
  424.             return v.plr
  425.         end
  426.     end
  427.     return nil
  428. end
  429.  
  430. Mouse.KeyDown:Connect(function(a)
  431.     if not (Uis:GetFocusedTextBox()) then
  432.         if a == AimlockKey and AimlockTarget == nil then
  433.             pcall(function()
  434.                 if MousePressed ~= true then MousePressed = true end
  435.                 local Target;Target = GetNearestTarget()
  436.                 if Target ~= nil then
  437.                     AimlockTarget = Target
  438.                 end
  439.             end)
  440.         elseif a == AimlockKey and AimlockTarget ~= nil then
  441.             if AimlockTarget ~= nil then AimlockTarget = nil end
  442.             if MousePressed ~= false then
  443.                 MousePressed = false
  444.             end
  445.         elseif a == AimlockToggleKey then
  446.             Aimlock = not Aimlock
  447.         end
  448.     end
  449. end)
  450. RService.RenderStepped:Connect(function()
  451.     if getgenv().ThirdPerson == true and getgenv().FirstPerson == true then
  452.         if (Camera.Focus.p - Camera.CoordinateFrame.p).Magnitude > 1 or (Camera.Focus.p - Camera.CoordinateFrame.p).Magnitude <= 1 then
  453.             CanNotify = true
  454.         else
  455.             CanNotify = false
  456.         end
  457.     elseif getgenv().ThirdPerson == true and getgenv().FirstPerson == false then
  458.         if (Camera.Focus.p - Camera.CoordinateFrame.p).Magnitude > 1 then
  459.             CanNotify = true
  460.         else
  461.             CanNotify = false
  462.         end
  463.     elseif getgenv().ThirdPerson == false and getgenv().FirstPerson == true then
  464.         if (Camera.Focus.p - Camera.CoordinateFrame.p).Magnitude <= 1 then
  465.             CanNotify = true
  466.         else
  467.             CanNotify = false
  468.         end
  469.     end
  470.     if Aimlock == true and MousePressed == true then
  471.         if AimlockTarget and AimlockTarget.Character and AimlockTarget.Character:FindFirstChild(getgenv().AimPart) then
  472.             if getgenv().FirstPerson == true then
  473.                 if CanNotify == true then
  474.                     if getgenv().PredictMovement == true then
  475.                         Camera.CFrame = CF(Camera.CFrame.p, AimlockTarget.Character[getgenv().AimPart].Position + AimlockTarget.Character[getgenv().AimPart].Velocity/PredictionVelocity)
  476.                     elseif getgenv().PredictMovement == false then
  477.                         Camera.CFrame = CF(Camera.CFrame.p, AimlockTarget.Character[getgenv().AimPart].Position)
  478.                     end
  479.                 end
  480.             elseif getgenv().ThirdPerson == true then
  481.                 if CanNotify == true then
  482.                     if getgenv().PredictMovement == true then
  483.                         Camera.CFrame = CF(Camera.CFrame.p, AimlockTarget.Character[getgenv().AimPart].Position + AimlockTarget.Character[getgenv().AimPart].Velocity/PredictionVelocity)
  484.                     elseif getgenv().PredictMovement == false then
  485.                         Camera.CFrame = CF(Camera.CFrame.p, AimlockTarget.Character[getgenv().AimPart].Position)
  486.                     end
  487.                 end
  488.             end
  489.         end
  490.     end
  491.     if CheckIfJumped == true then
  492.        if AimlockTarget.Character.Humanoid.FloorMaterial == Enum.Material.Air then
  493.            PredictionVelocity = 25
  494.        else
  495.            PredictionVelocity = OldPre
  496.        end
  497.     end
  498. end)
  499.  
  500. if NoRecoil == true then
  501.     local mt = getrawmetatable(game)
  502.     local newindex = mt.__newindex
  503.     setreadonly(mt,false)
  504.     function isframework(scriptInstance)
  505.         if tostring(scriptInstance) == "Framework" then
  506.             return true
  507.         end
  508.         return false
  509.     end
  510.     function checkArgs(instance,index)
  511.         if tostring(instance):lower():find("camera") and tostring(index) == "CFrame" then
  512.             return true
  513.         end
  514.         return false
  515.     end
  516.     mt.__newindex = newcclosure(function(self,index,value)
  517.         local callingScr = getcallingscript()
  518.         if isframework(callingScr) and checkArgs(self,index) then
  519.            return;
  520.         end
  521.         return newindex(self,index,value)
  522.     end)
  523.     setreadonly(mt,true)
  524. end
  525. end)
  526. ts:NewButton("Uphill Mountain", "ButtonInfo", function()
  527.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(485.651947, 112.5, -644.316833, -0.998899043, 1.33881997e-06, 0.0469136797, 8.00526664e-07, 1, -1.14929126e-05, -0.0469136797, -1.14426994e-05, -0.998899043)
  528. end)
  529. ts:NewButton("AK Mountain", "ButtonInfo", function()
  530.    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-658.31897, 80.9998474, -778.077576, -0.142138869, 1.05273443e-08, -0.989845812, 4.51260629e-09, 1, 9.98731764e-09, 0.989845812, -3.04721426e-09, -0.142138869)
  531. end)
  532. ts:NewButton("Rev Mountain", "ButtonInfo", function()
  533.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-659.053162, 110.748001, -158.224365, 0.146754071, -2.38941595e-08, -0.989172995, -1.60316838e-09, 1, -2.43935396e-08, 0.989172995, 5.16566212e-09, 0.146754071)
  534. end)
  535. mms:NewButton("Korblox (Client Sided)", "ButtonInfo", function()
  536.         local L_396_ = game.Players.LocalPlayer.Character
  537.     local L_397_ = game.Players.LocalPlayer.Character
  538.     local L_398_ = L_396_.Head
  539.     local L_399_ = L_398_.face
  540.     local L_400_ = L_397_.RightFoot
  541.     local L_401_ = L_397_.RightLowerLeg
  542.     local L_402_ = L_397_.RightUpperLeg
  543.     local L_403_ = L_397_.LeftFoot
  544.     local L_404_ = L_397_.LeftLowerLeg
  545.     local L_405_ = L_397_.LeftUpperLeg
  546.    
  547.     -- Right
  548.     L_400_.MeshId = "http://www.roblox.com/asset/?id=902942093"
  549.     L_401_.MeshId = "http://www.roblox.com/asset/?id=902942093"
  550.     L_402_.MeshId = "http://www.roblox.com/asset/?id=902942096"
  551.     L_402_.TextureID = "http://roblox.com/asset/?id=902843398"
  552.     L_400_.Transparency = 1
  553.     L_401_.Transparency = 1
  554. end)
  555. rs:NewButton("CFrame Guns FIX", "ButtonInfo", function()
  556.     for _, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  557.         if v:IsA("Script") and v.Name ~= "Health" and v.Name ~= "Sound" and v:FindFirstChild("LocalScript") then
  558.             v:Destroy()
  559.         end
  560.     end
  561.     game.Players.LocalPlayer.CharacterAdded:Connect(function(char)
  562.         repeat
  563.             wait()
  564.         until game.Players.LocalPlayer.Character
  565.         char.ChildAdded:Connect(function(child)
  566.             if child:IsA("Script") then
  567.                 wait(0.1)
  568.                 if child:FindFirstChild("LocalScript") then
  569.                     child.LocalScript:FireServer()
  570.                 end
  571.             end
  572.         end)
  573.     end)
  574. end)
  575. rs:NewButton("CFrame Speed (N)", "ButtonInfo", function()
  576.         repeat
  577.         wait()
  578.     until game:IsLoaded()
  579.     local L_134_ = game:service('Players')
  580.     local L_135_ = L_134_.LocalPlayer
  581.     repeat
  582.         wait()
  583.     until L_135_.Character
  584.     local L_136_ = game:service('UserInputService')
  585.     local L_137_ = game:service('RunService')
  586.     getgenv().Multiplier = 0.5
  587.     local L_138_ = true
  588.     local L_139_
  589.     L_136_.InputBegan:connect(function(L_140_arg0)
  590.         if L_140_arg0.KeyCode == Enum.KeyCode.LeftBracket then
  591.             Multiplier = Multiplier + 0.01
  592.             print(Multiplier)
  593.             wait(0.2)
  594.             while L_136_:IsKeyDown(Enum.KeyCode.LeftBracket) do
  595.                 wait()
  596.                 Multiplier = Multiplier + 0.01
  597.                 print(Multiplier)
  598.             end
  599.         end
  600.         if L_140_arg0.KeyCode == Enum.KeyCode.RightBracket then
  601.             Multiplier = Multiplier - 0.01
  602.             print(Multiplier)
  603.             wait(0.2)
  604.             while L_136_:IsKeyDown(Enum.KeyCode.RightBracket) do
  605.                 wait()
  606.                 Multiplier = Multiplier - 0.01
  607.                 print(Multiplier)
  608.             end
  609.         end
  610.         if L_140_arg0.KeyCode == Enum.KeyCode.N then
  611.             L_138_ = not L_138_
  612.             if L_138_ == true then
  613.                 repeat
  614.                     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + game.Players.LocalPlayer.Character.Humanoid.MoveDirection * Multiplier
  615.                     game:GetService("RunService").Stepped:wait()
  616.                 until L_138_ == false
  617.             end
  618.         end
  619.     end)
  620. end)
  621. rs:NewSlider("CFrame Speed ", "SliderInfo", 5, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  622.     getgenv().Multiplier = s
  623. end)
  624. gms:NewTextBox("AntiLock Speed", "TextboxInfo", function(txt)
  625.     getgenv().Multiplier = txt
  626. end)
  627. gms:NewButton("Anti-Lock (Z)", "ButtonInfo", function()
  628.         repeat
  629.         wait()
  630.     until game:IsLoaded()
  631.     getgenv().Fix = false
  632.     getgenv().TeclasWS = {
  633.         ["tecla1"] = "nil", -- speed +5
  634.         ["tecla2"] = "nil", -- speed -5
  635.         ["tecla3"] = "H" -- toggle
  636.     }
  637.  
  638.  
  639.  
  640. -- // servicios
  641.     local L_183_ = game:GetService("Players")
  642.     local L_184_ = game:GetService("StarterGui") or "son una mierda"
  643.  
  644. -- // objetos
  645.     local L_185_ = L_183_.LocalPlayer
  646.     local L_186_ = L_185_:GetMouse()
  647.  
  648. -- // variables
  649.     local L_187_ = getrenv()._G
  650.     local L_188_ = getrawmetatable(game)
  651.     local L_189_ = L_188_.__newindex
  652.     local L_190_ = L_188_.__index
  653.     local L_191_ = 22
  654.     local L_192_ = true
  655.  
  656. -- // funciones para acortar codigo :]
  657.     function anunciar_atentado_terrorista(L_199_arg0)
  658.         L_184_:SetCore("SendNotification", {
  659.             Title = "anti lock fix",
  660.             Text = L_199_arg0
  661.         })
  662.     end
  663.     getgenv().TECHWAREWALKSPEED_LOADED = true
  664.     wait(1.5)
  665.     anunciar_atentado_terrorista("Press  " .. TeclasWS.tecla3 .. " To Turn On/Off Anti-Lock Fix")
  666.  
  667. -- // conexión
  668.     L_186_.KeyDown:Connect(function(L_200_arg0)
  669.         if L_200_arg0:lower() == TeclasWS.tecla1:lower() then
  670.             L_191_ = L_191_ + 1
  671.             anunciar_atentado_terrorista("播放器速度已提高 (speed = " .. tostring(L_191_) .. ")")
  672.         elseif L_200_arg0:lower() == TeclasWS.tecla2:lower() then
  673.             L_191_ = L_191_ - 1
  674.             anunciar_atentado_terrorista("玩家的速度已降低 (speed = " .. tostring(L_191_) .. ")")
  675.         elseif L_200_arg0:lower() == TeclasWS.tecla3:lower() then
  676.             if L_192_ then
  677.                 L_192_ = false
  678.                 anunciar_atentado_terrorista("anti lock fix off")
  679.             else
  680.                 L_192_ = true
  681.                 anunciar_atentado_terrorista("anti lock fix on")
  682.             end
  683.         end
  684.     end)
  685.  
  686. -- // mi parte favorita: metametodos
  687.     setreadonly(L_188_, false)
  688.     L_188_.__index = newcclosure(function(L_201_arg0, L_202_arg1)
  689.         local L_203_ = checkcaller()
  690.         if L_202_arg1 == "WalkSpeed" and not L_203_ then
  691.             return L_187_.CurrentWS
  692.         end
  693.         return L_190_(L_201_arg0, L_202_arg1)
  694.     end)
  695.     L_188_.__newindex = newcclosure(function(L_204_arg0, L_205_arg1, L_206_arg2)
  696.         local L_207_ = checkcaller()
  697.         if L_192_ then
  698.             if L_205_arg1 == "WalkSpeed" and L_206_arg2 ~= 0 and not L_207_ then
  699.                 return L_189_(L_204_arg0, L_205_arg1, L_191_)
  700.             end
  701.         end
  702.         return L_189_(L_204_arg0, L_205_arg1, L_206_arg2)
  703.     end)
  704.     setreadonly(L_188_, true)
  705.     repeat
  706.         wait()
  707.     until game:IsLoaded()
  708.     local L_193_ = game:service('Players')
  709.     local L_194_ = L_193_.LocalPlayer
  710.     repeat
  711.         wait()
  712.     until L_194_.Character
  713.     local L_195_ = game:service('UserInputService')
  714.     local L_196_ = game:service('RunService')
  715.     getgenv().Multiplier = 0.27
  716.     local L_197_ = false
  717.     local L_198_
  718.     L_195_.InputBegan:connect(function(L_208_arg0)
  719.         if L_208_arg0.KeyCode == Enum.KeyCode.LeftBracket then
  720.             Multiplier = Multiplier + 0.01
  721.             print(Multiplier)
  722.             wait(0.2)
  723.             while L_195_:IsKeyDown(Enum.KeyCode.LeftBracket) do
  724.                 wait()
  725.                 Multiplier = Multiplier + 0.01
  726.                 print(Multiplier)
  727.             end
  728.         end
  729.         if L_208_arg0.KeyCode == Enum.KeyCode.RightBracket then
  730.             Multiplier = Multiplier - 0.01
  731.             print(Multiplier)
  732.             wait(0.2)
  733.             while L_195_:IsKeyDown(Enum.KeyCode.RightBracket) do
  734.                 wait()
  735.                 Multiplier = Multiplier - 0.01
  736.                 print(Multiplier)
  737.             end
  738.         end
  739.         if L_208_arg0.KeyCode == Enum.KeyCode.Z then
  740.             L_197_ = not L_197_
  741.             if L_197_ == true then
  742.                 repeat
  743.                     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + -game.Players.LocalPlayer.Character.Humanoid.MoveDirection * Multiplier
  744.                     game:GetService("RunService").Stepped:wait()
  745.                 until L_197_ == false
  746.             end
  747.         end
  748.     end)
  749.     if Fix == true then
  750.    -- This file was generated using Luraph Obfuscator v12.2 by memcorrupt.
  751.         local L_209_ = assert
  752.         local L_210_ = select
  753.         local L_211_ = tonumber
  754.         local L_212_ = unpack
  755.         local L_213_ = pcall
  756.         local L_214_ = setfenv
  757.         local L_215_ = setmetatable
  758.         local L_216_ = type
  759.         local L_217_ = getfenv
  760.         local L_218_ = tostring
  761.         local L_219_ = error
  762.         local L_220_ = string.sub
  763.         local L_221_ = string.byte
  764.         local L_222_ = string.char
  765.         local L_223_ = string.rep
  766.         local L_224_ = string.gsub
  767.         local L_225_ = string.match
  768.         local L_226_ = L_221_("c", 1)
  769.         local L_227_, L_228_ = #{
  770.             3852
  771.         }, #{
  772.             1542,
  773.             4736,
  774.             4007,
  775.             4631,
  776.             3665,
  777.             5388,
  778.             3846,
  779.             6707,
  780.             6297,
  781.             3491,
  782.             6638,
  783.             322,
  784.             1151,
  785.             2603,
  786.             563,
  787.             2191,
  788.             1745,
  789.             3784,
  790.             3605,
  791.             549,
  792.             3440
  793.         } + L_226_ + 130951
  794.         local L_229_ = {}
  795.         local L_230_ = 1
  796.         local function L_231_func(L_232_arg0, L_233_arg1)
  797.             local L_234_
  798.             L_232_arg0 = L_224_(L_220_(L_232_arg0, 5), "..", function(L_246_arg0)
  799.                 if L_221_(L_246_arg0, 2) == 72 then
  800.                     L_234_ = L_211_(L_220_(L_246_arg0, 1, 1))
  801.                     return ""
  802.                 else
  803.                     local L_247_ = L_222_(L_211_(L_246_arg0, 16))
  804.                     if L_234_ then
  805.                         local L_248_ = L_223_(L_247_, L_234_)
  806.                         L_234_ = nil
  807.                         return L_248_
  808.                     else
  809.                         return L_247_
  810.                     end
  811.                 end
  812.             end)
  813.             local function L_235_func()
  814.                 local L_249_ = L_221_(L_232_arg0, L_230_, L_230_)
  815.                 L_230_ = L_230_ + 1
  816.                 return L_249_
  817.             end
  818.             local function L_236_func()
  819.                 local L_250_, L_251_, L_252_, L_253_ = L_221_(L_232_arg0, L_230_, L_230_ + 3)
  820.                 L_230_ = L_230_ + 4
  821.                 return L_253_ * 16777216 + L_252_ * 65536 + L_251_ * 256 + L_250_
  822.             end
  823.             local function L_237_func(L_254_arg0, L_255_arg1, L_256_arg2)
  824.                 if L_256_arg2 then
  825.                     local L_257_, L_258_ = 0, 0
  826.                     for L_259_forvar0 = L_255_arg1, L_256_arg2 do
  827.                         L_257_ = L_257_ + 2 ^ L_258_ * L_237_func(L_254_arg0, L_259_forvar0)
  828.                         L_258_ = L_258_ + 1
  829.                     end
  830.                     return L_257_
  831.                 else
  832.                     local L_260_ = 2 ^ (L_255_arg1 - 1)
  833.                     return L_260_ <= L_254_arg0 % (L_260_ + L_260_) and 1 or 0
  834.                 end
  835.             end
  836.             local function L_238_func()
  837.                 local L_261_, L_262_ = L_236_func(), L_236_func()
  838.                 if L_261_ == 0 and L_262_ == 0 then
  839.                     return 0
  840.                 end
  841.                 return (-2 * L_237_func(L_262_, 32) + 1) * 2 ^ (L_237_func(L_262_, 21, 31) - 1023) * ((L_237_func(L_262_, 1, 20) * 4294967296 + L_261_) / 4503599627370496 + 1)
  842.             end
  843.             local function L_239_func(L_263_arg0)
  844.                 local L_264_ = {
  845.                     L_221_(L_232_arg0, L_230_, L_230_ + 3)
  846.                 }
  847.                 L_230_ = L_230_ + 4
  848.                 local L_265_ = {
  849.                     nil,
  850.                     nil,
  851.                     nil,
  852.                     nil,
  853.                     nil,
  854.                     nil,
  855.                     nil,
  856.                     nil
  857.                 }
  858.                 for L_271_forvar0 = 1, 8 do
  859.                     L_265_[L_271_forvar0] = L_237_func(L_263_arg0, L_271_forvar0)
  860.                 end
  861.                 local L_266_ = ""
  862.                 for L_272_forvar0 = 1, 4 do
  863.                     local L_273_, L_274_ = 0, 0
  864.                     for L_275_forvar0 = 1, 8 do
  865.                         local L_276_ = L_237_func(L_264_[L_272_forvar0], L_275_forvar0)
  866.                         if L_265_[L_275_forvar0] == 1 then
  867.                             L_276_ = L_276_ == 1 and 0 or 1
  868.                         end
  869.                         L_273_ = L_273_ + 2 ^ L_274_ * L_276_
  870.                         L_274_ = L_274_ + 1
  871.                     end
  872.                     L_266_ = L_266_ .. L_222_(L_273_)
  873.                 end
  874.                 local L_267_, L_268_, L_269_, L_270_ = L_221_(L_266_, 1, 4)
  875.                 return L_270_ * 16777216 + L_269_ * 65536 + L_268_ * 256 + L_267_
  876.             end
  877.             local function L_240_func(L_277_arg0)
  878.                 local L_278_ = L_236_func()
  879.                 L_230_ = L_230_ + L_278_
  880.                 local L_279_ = {
  881.                     nil,
  882.                     nil,
  883.                     nil,
  884.                     nil,
  885.                     nil,
  886.                     nil,
  887.                     nil,
  888.                     nil
  889.                 }
  890.                 for L_281_forvar0 = 1, 8 do
  891.                     L_279_[L_281_forvar0] = L_237_func(L_277_arg0, L_281_forvar0)
  892.                 end
  893.                 local L_280_ = ""
  894.                 for L_282_forvar0 = 1, L_278_ do
  895.                     local L_283_, L_284_ = 0, 0
  896.                     for L_285_forvar0 = 1, 8 do
  897.                         local L_286_ = L_237_func(L_221_(L_232_arg0, L_230_ - L_278_ + L_282_forvar0 - 1), L_285_forvar0)
  898.                         if L_279_[L_285_forvar0] == 1 then
  899.                             L_286_ = L_286_ == 1 and 0 or 1
  900.                         end
  901.                         L_283_ = L_283_ + 2 ^ L_284_ * L_286_
  902.                         L_284_ = L_284_ + 1
  903.                     end
  904.                     L_280_ = L_280_ .. L_222_(L_283_)
  905.                 end
  906.                 return L_280_
  907.             end
  908.             local L_241_ = L_235_func()
  909.             local L_242_ = L_235_func()
  910.             local function L_243_func()
  911.                 local L_287_ = {
  912.                     [103667] = {},
  913.                     [38060] = {},
  914.                     [45149] = {},
  915.                     [9417] = {}
  916.                 }
  917.                 L_236_func()
  918.                 L_235_func()
  919.                 L_236_func()
  920.                 local L_288_ = L_236_func()
  921.                 for L_292_forvar0 = L_227_, L_288_ do
  922.                     L_287_[45149][L_292_forvar0] = L_236_func()
  923.                 end
  924.                 L_235_func()
  925.                 L_236_func()
  926.                 L_235_func()
  927.                 L_236_func()
  928.                 L_236_func()
  929.                 L_235_func()
  930.                 L_236_func()
  931.                 L_235_func()
  932.                 local L_289_ = L_236_func() - (#{
  933.                     1370,
  934.                     1209,
  935.                     4744,
  936.                     2762,
  937.                     2762,
  938.                     4496,
  939.                     746,
  940.                     2097,
  941.                     868,
  942.                     675,
  943.                     5896,
  944.                     5905,
  945.                     1264,
  946.                     1377,
  947.                     2324,
  948.                     2535,
  949.                     2455,
  950.                     2024,
  951.                     4200,
  952.                     819,
  953.                     2174
  954.                 } + L_226_ + 133651)
  955.                 for L_293_forvar0 = L_227_, L_289_ do
  956.                     local L_294_ = {}
  957.                     local L_295_ = L_239_func(L_242_)
  958.                     L_294_[45656] = L_237_func(L_295_, #{
  959.                         5814
  960.                     }, #{
  961.                         3157,
  962.                         742,
  963.                         1730,
  964.                         4905,
  965.                         389,
  966.                         6452,
  967.                         849,
  968.                         5686,
  969.                         6065
  970.                     })
  971.                     L_294_[61862] = L_237_func(L_295_, #{
  972.                         2964
  973.                     }, #{
  974.                         56,
  975.                         3876,
  976.                         5543,
  977.                         6838,
  978.                         3598,
  979.                         6818,
  980.                         5391,
  981.                         6122,
  982.                         925,
  983.                         4757,
  984.                         859,
  985.                         1878,
  986.                         4590,
  987.                         67,
  988.                         4836,
  989.                         2634,
  990.                         4282,
  991.                         4271
  992.                     })
  993.                     L_294_[18579] = L_237_func(L_295_, #{
  994.                         570,
  995.                         2790,
  996.                         6499,
  997.                         5,
  998.                         4155,
  999.                         3345,
  1000.                         5596,
  1001.                         6074,
  1002.                         6955,
  1003.                         3140,
  1004.                         615,
  1005.                         479,
  1006.                         1033,
  1007.                         3672,
  1008.                         6567,
  1009.                         1655,
  1010.                         659,
  1011.                         5115,
  1012.                         4899
  1013.                     }, #{
  1014.                         4263,
  1015.                         540,
  1016.                         5996,
  1017.                         1550,
  1018.                         1109,
  1019.                         1963,
  1020.                         6238,
  1021.                         6961,
  1022.                         1601,
  1023.                         5125,
  1024.                         3322,
  1025.                         365,
  1026.                         4954,
  1027.                         3184,
  1028.                         3351,
  1029.                         6810,
  1030.                         5650,
  1031.                         1673,
  1032.                         6936,
  1033.                         2988,
  1034.                         3398
  1035.                     } + L_226_ + -94)
  1036.                     L_294_[130194] = L_237_func(L_295_, #{
  1037.                         1771
  1038.                     }, #{
  1039.                         2731,
  1040.                         6825,
  1041.                         2697,
  1042.                         6338,
  1043.                         6780,
  1044.                         5662,
  1045.                         3663,
  1046.                         3474,
  1047.                         3520,
  1048.                         1857,
  1049.                         696,
  1050.                         4324,
  1051.                         2551,
  1052.                         4854,
  1053.                         798,
  1054.                         2400,
  1055.                         2686,
  1056.                         456
  1057.                     })
  1058.                     L_294_[38582] = L_237_func(L_295_, #{
  1059.                         5493,
  1060.                         4999,
  1061.                         5858,
  1062.                         2245,
  1063.                         644,
  1064.                         4538,
  1065.                         5372,
  1066.                         5497,
  1067.                         5274,
  1068.                         1576,
  1069.                         4080,
  1070.                         6763,
  1071.                         929,
  1072.                         471,
  1073.                         165,
  1074.                         6493,
  1075.                         3877,
  1076.                         5587,
  1077.                         4223,
  1078.                         6203
  1079.                     } + L_226_ + -92, #{
  1080.                         1746,
  1081.                         5174,
  1082.                         1303,
  1083.                         2907,
  1084.                         2470,
  1085.                         5017,
  1086.                         1137,
  1087.                         3995,
  1088.                         6202,
  1089.                         3939,
  1090.                         4308,
  1091.                         5391,
  1092.                         6640,
  1093.                         292,
  1094.                         4747,
  1095.                         1302,
  1096.                         3306,
  1097.                         3916,
  1098.                         6595,
  1099.                         1005,
  1100.                         5661,
  1101.                         6400
  1102.                     } + L_226_ + -89)
  1103.                     L_294_[34201] = L_237_func(L_295_, #{
  1104.                         6706
  1105.                     }, #{
  1106.                         5101,
  1107.                         1298,
  1108.                         5093,
  1109.                         3944,
  1110.                         3662,
  1111.                         6753,
  1112.                         1063,
  1113.                         1882,
  1114.                         3440
  1115.                     })
  1116.                     L_294_[40637] = L_237_func(L_295_, #{
  1117.                         5506,
  1118.                         6555,
  1119.                         4666,
  1120.                         4578,
  1121.                         6077,
  1122.                         952,
  1123.                         6770,
  1124.                         5796,
  1125.                         3294,
  1126.                         5346
  1127.                     }, #{
  1128.                         6870,
  1129.                         6346,
  1130.                         5674,
  1131.                         6256,
  1132.                         6409,
  1133.                         5479,
  1134.                         1114,
  1135.                         5034,
  1136.                         5823,
  1137.                         1774,
  1138.                         6060,
  1139.                         4946,
  1140.                         3493,
  1141.                         2373,
  1142.                         5582,
  1143.                         1197,
  1144.                         3453,
  1145.                         6819
  1146.                     })
  1147.                     L_287_[9417][L_293_forvar0] = L_294_
  1148.                 end
  1149.                 L_236_func()
  1150.                 local L_290_ = L_236_func() - (#{
  1151.                     5231,
  1152.                     5804,
  1153.                     280,
  1154.                     395,
  1155.                     1977,
  1156.                     2152,
  1157.                     3882,
  1158.                     1570,
  1159.                     6890,
  1160.                     2773,
  1161.                     6453,
  1162.                     61,
  1163.                     4978,
  1164.                     5415,
  1165.                     2109,
  1166.                     4646,
  1167.                     5734,
  1168.                     2543,
  1169.                     735,
  1170.                     1902
  1171.                 } + L_226_ + 133595)
  1172.                 for L_296_forvar0 = L_227_, L_290_ do
  1173.                     local L_297_ = {}
  1174.                     local L_298_ = L_235_func()
  1175.                     if L_298_ == #{
  1176.                         108,
  1177.                         4617,
  1178.                         3576,
  1179.                         6894,
  1180.                         4139,
  1181.                         4666,
  1182.                         2352,
  1183.                         75,
  1184.                         1255,
  1185.                         5969,
  1186.                         3345,
  1187.                         1104,
  1188.                         1532,
  1189.                         3392,
  1190.                         225,
  1191.                         2333,
  1192.                         4490,
  1193.                         2696,
  1194.                         3563,
  1195.                         5893,
  1196.                         3214,
  1197.                         4110,
  1198.                         2036,
  1199.                         2051
  1200.                     } + L_226_ + -48 then
  1201.                         L_297_[40047] = #{
  1202.                             525,
  1203.                             1839,
  1204.                             5610,
  1205.                             5800,
  1206.                             6176,
  1207.                             90,
  1208.                             2670,
  1209.                             2561,
  1210.                             5045,
  1211.                             6632,
  1212.                             1175,
  1213.                             5433,
  1214.                             2096,
  1215.                             1694,
  1216.                             1814,
  1217.                             1208,
  1218.                             1354,
  1219.                             3623,
  1220.                             5192,
  1221.                             2153,
  1222.                             4668,
  1223.                             5292
  1224.                         } + L_226_ + 119803 == #{
  1225.                             898,
  1226.                             3630,
  1227.                             2514,
  1228.                             4590,
  1229.                             1193,
  1230.                             3510,
  1231.                             3317,
  1232.                             4205,
  1233.                             671,
  1234.                             5088,
  1235.                             4806,
  1236.                             3913,
  1237.                             1136,
  1238.                             2006,
  1239.                             398,
  1240.                             6116,
  1241.                             3816,
  1242.                             1286,
  1243.                             1711,
  1244.                             3508
  1245.                         } + L_226_ + 83106
  1246.                     end
  1247.                     if L_298_ == #{
  1248.                         4386,
  1249.                         1957,
  1250.                         3410,
  1251.                         2655,
  1252.                         6185,
  1253.                         5613,
  1254.                         2254,
  1255.                         477,
  1256.                         4831,
  1257.                         3402,
  1258.                         1645,
  1259.                         5173,
  1260.                         6581,
  1261.                         4211,
  1262.                         6135,
  1263.                         1076,
  1264.                         2959,
  1265.                         2867,
  1266.                         3613,
  1267.                         2798,
  1268.                         4865,
  1269.                         6426
  1270.                     } + L_226_ + 18 then
  1271.                         L_297_[40047] = #{
  1272.                             6313,
  1273.                             1019,
  1274.                             5980,
  1275.                             2891,
  1276.                             2240,
  1277.                             2763,
  1278.                             376,
  1279.                             5761,
  1280.                             5080,
  1281.                             1635,
  1282.                             5877,
  1283.                             2213,
  1284.                             4677,
  1285.                             4379,
  1286.                             3286,
  1287.                             6010,
  1288.                             4068,
  1289.                             3610,
  1290.                             2714,
  1291.                             4903,
  1292.                             4487
  1293.                         } + L_226_ + 50596 == #{
  1294.                             6313,
  1295.                             1019,
  1296.                             5980,
  1297.                             2891,
  1298.                             2240,
  1299.                             2763,
  1300.                             376,
  1301.                             5761,
  1302.                             5080,
  1303.                             1635,
  1304.                             5877,
  1305.                             2213,
  1306.                             4677,
  1307.                             4379,
  1308.                             3286,
  1309.                             6010,
  1310.                             4068,
  1311.                             3610,
  1312.                             2714,
  1313.                             4903,
  1314.                             4487
  1315.                         } + L_226_ + 50596
  1316.                     end
  1317.                     if L_298_ == #{
  1318.                         1246,
  1319.                         3460,
  1320.                         6342,
  1321.                         3914,
  1322.                         1965,
  1323.                         904,
  1324.                         6334,
  1325.                         1519,
  1326.                         6740,
  1327.                         3996,
  1328.                         5434,
  1329.                         3542,
  1330.                         5842,
  1331.                         5538,
  1332.                         3650,
  1333.                         4334,
  1334.                         3874,
  1335.                         945,
  1336.                         2662,
  1337.                         4650,
  1338.                         3062
  1339.                     } + L_226_ + 126 then
  1340.                         L_297_[40047] = L_235_func()
  1341.                     end
  1342.                     if L_298_ == #{
  1343.                         2901,
  1344.                         1821,
  1345.                         1898,
  1346.                         727,
  1347.                         2060,
  1348.                         476,
  1349.                         2493,
  1350.                         358,
  1351.                         5714,
  1352.                         5857,
  1353.                         1010,
  1354.                         155,
  1355.                         254,
  1356.                         97,
  1357.                         4123,
  1358.                         2686,
  1359.                         2685,
  1360.                         1023,
  1361.                         3399,
  1362.                         2115,
  1363.                         1584,
  1364.                         4378,
  1365.                         5717
  1366.                     } + L_226_ + 3 then
  1367.                         L_297_[40047] = L_238_func()
  1368.                     end
  1369.                     if L_298_ == #{
  1370.                         1347,
  1371.                         2983,
  1372.                         3002,
  1373.                         1622,
  1374.                         360,
  1375.                         2907,
  1376.                         2483,
  1377.                         1118,
  1378.                         1989,
  1379.                         4939,
  1380.                         3445,
  1381.                         1953,
  1382.                         5448,
  1383.                         2553,
  1384.                         5362,
  1385.                         5669,
  1386.                         2991,
  1387.                         1043,
  1388.                         5159,
  1389.                         5207,
  1390.                         6229,
  1391.                         2710,
  1392.                         4023,
  1393.                         463
  1394.                     } + L_226_ + -59 then
  1395.                         L_297_[40047] = L_238_func()
  1396.                     end
  1397.                     if L_298_ == #{
  1398.                         3116,
  1399.                         2048,
  1400.                         527,
  1401.                         2371,
  1402.                         453,
  1403.                         2800,
  1404.                         3597,
  1405.                         3379,
  1406.                         2168,
  1407.                         4701,
  1408.                         4527,
  1409.                         3879,
  1410.                         1873,
  1411.                         2425,
  1412.                         3725,
  1413.                         4842,
  1414.                         5692,
  1415.                         2325,
  1416.                         1018,
  1417.                         509,
  1418.                         6167
  1419.                     } + L_226_ + -14 then
  1420.                         L_297_[40047] = L_240_func(L_241_)
  1421.                     end
  1422.                     if L_298_ == #{
  1423.                         306,
  1424.                         316,
  1425.                         1911,
  1426.                         3317,
  1427.                         3507,
  1428.                         2029,
  1429.                         5123,
  1430.                         1109,
  1431.                         5947,
  1432.                         3205,
  1433.                         5051,
  1434.                         1044
  1435.                     } then
  1436.                         L_297_[40047] = L_236_func()
  1437.                     end
  1438.                     if L_298_ == #{
  1439.                         2281,
  1440.                         304,
  1441.                         6440,
  1442.                         1774,
  1443.                         2079,
  1444.                         2727,
  1445.                         6406,
  1446.                         5495,
  1447.                         3407,
  1448.                         3228,
  1449.                         2319,
  1450.                         5038,
  1451.                         851,
  1452.                         6522,
  1453.                         4124,
  1454.                         1949,
  1455.                         3968,
  1456.                         1764,
  1457.                         3562,
  1458.                         3957,
  1459.                         5645,
  1460.                         2693
  1461.                     } + L_226_ + -89 then
  1462.                         L_297_[40047] = L_238_func()
  1463.                     end
  1464.                     if L_298_ == #{
  1465.                         750,
  1466.                         6689,
  1467.                         4224,
  1468.                         1238,
  1469.                         2689,
  1470.                         5895,
  1471.                         5547,
  1472.                         6342,
  1473.                         1389,
  1474.                         259,
  1475.                         5454,
  1476.                         4011,
  1477.                         665,
  1478.                         3348,
  1479.                         3479,
  1480.                         6888,
  1481.                         2058,
  1482.                         1148,
  1483.                         1369,
  1484.                         2284,
  1485.                         4997,
  1486.                         778
  1487.                     } + L_226_ + -77 then
  1488.                         L_297_[40047] = L_240_func(#{
  1489.                             3522,
  1490.                             193,
  1491.                             4686,
  1492.                             399,
  1493.                             5770,
  1494.                             707,
  1495.                             3352,
  1496.                             3015,
  1497.                             5996,
  1498.                             1704,
  1499.                             2303,
  1500.                             3375,
  1501.                             416,
  1502.                             545,
  1503.                             3598,
  1504.                             1523,
  1505.                             5512,
  1506.                             3519,
  1507.                             101,
  1508.                             1853,
  1509.                             3150,
  1510.                             4597,
  1511.                             5853,
  1512.                             4522
  1513.                         } + L_226_ + -3)
  1514.                     end
  1515.                     L_287_[103667][L_296_forvar0 - L_227_] = L_297_
  1516.                 end
  1517.                 L_287_[30793] = L_235_func()
  1518.                 L_235_func()
  1519.                 L_236_func()
  1520.                 L_236_func()
  1521.                 L_235_func()
  1522.                 L_235_func()
  1523.                 L_287_[13226] = L_235_func()
  1524.                 L_235_func()
  1525.                 L_287_[128277] = L_235_func()
  1526.                 local L_291_ = L_236_func()
  1527.                 for L_299_forvar0 = L_227_, L_291_ do
  1528.                     L_287_[38060][L_299_forvar0 - L_227_] = L_243_func()
  1529.                 end
  1530.                 return L_287_
  1531.             end
  1532.             local function L_244_func(L_300_arg0, L_301_arg1, L_302_arg2)
  1533.                 local L_303_, L_304_ = 32, 2
  1534.                 local L_305_ = L_300_arg0[9417]
  1535.                 local L_306_ = L_215_({}, {
  1536.                     __index = function(L_315_arg0, L_316_arg1)
  1537.                         local L_317_ = L_300_arg0[103667][L_316_arg1]
  1538.                         if L_220_(L_216_(L_317_[40047]), 1, 1) == "s" then
  1539.                             return {
  1540.                                 [40047] = L_220_(L_317_[40047], 3)
  1541.                             }
  1542.                         end
  1543.                         return L_317_
  1544.                     end
  1545.                 })
  1546.                 local L_307_ = 30793
  1547.                 local L_308_ = L_300_arg0[38060]
  1548.                 local L_309_ = 40047
  1549.                 local L_310_ = L_300_arg0[128277]
  1550.                 local L_311_ = 38582
  1551.                 local L_312_ = L_300_arg0[45149]
  1552.                 local L_313_ = 34201
  1553.                 local function L_314_func(...)
  1554.                     local L_318_ = 0
  1555.                     local L_319_ = {
  1556.                         L_212_({}, 1, L_300_arg0[13226])
  1557.                     }
  1558.                     local L_320_ = 1
  1559.                     local L_321_ = {}
  1560.                     local L_322_ = {}
  1561.                     local L_323_ = 1
  1562.                     local L_324_ = L_217_()
  1563.                     local L_325_ = {
  1564.                         ...
  1565.                     }
  1566.                     local L_326_ = #L_325_ - 1
  1567.                     for L_333_forvar0 = 0, L_326_ do
  1568.                         if L_333_forvar0 < L_310_ then
  1569.                             L_319_[L_333_forvar0] = L_325_[L_333_forvar0 + 1]
  1570.                         end
  1571.                     end
  1572.                     local function L_327_func(...)
  1573.                         local L_334_ = L_210_("#", ...)
  1574.                         local L_335_ = {
  1575.                             ...
  1576.                         }
  1577.                         return L_334_, L_335_
  1578.                     end
  1579.                     local function L_328_func()
  1580.                         while true do
  1581.                             local L_336_ = L_305_[L_320_]
  1582.                             local L_337_ = L_336_[38582]
  1583.                             L_320_ = L_320_ + 1
  1584.                             local L_338_ = L_336_[18579]
  1585.                             local L_339_ = L_336_[130194]
  1586.                             local L_340_ = L_336_[130194] - L_228_
  1587.                             local L_341_ = L_336_[34201]
  1588.                             local L_342_ = L_336_[40637]
  1589.                             if L_337_ < 19 then
  1590.                                 if L_337_ < 9 then
  1591.                                     if L_337_ >= 4 then
  1592.                                         if L_337_ >= 6 then
  1593.                                             if L_337_ >= 7 then
  1594.                                                 if L_337_ ~= 8 then
  1595.                                                     L_324_[L_306_[L_339_][L_309_]] = L_319_[L_338_]
  1596.                                                 else
  1597.                                                     L_319_[L_338_] = L_306_[L_339_][L_309_]
  1598.                                                 end
  1599.                                             else
  1600.                                                 local L_343_, L_344_, L_345_
  1601.                                                 if L_341_ ~= 1 then
  1602.                                                     if L_341_ ~= 0 then
  1603.                                                         L_344_ = L_338_ + L_341_ - 1
  1604.                                                     else
  1605.                                                         L_344_ = L_318_
  1606.                                                     end
  1607.                                                     L_344_, L_343_ = L_327_func(L_319_[L_338_](L_212_(L_319_, L_338_ + 1, L_344_)))
  1608.                                                 else
  1609.                                                     L_344_, L_343_ = L_327_func(L_319_[L_338_]())
  1610.                                                 end
  1611.                                                 if L_342_ ~= 1 then
  1612.                                                     if L_342_ ~= 0 then
  1613.                                                         L_344_ = L_338_ + L_342_ - 2
  1614.                                                     else
  1615.                                                         L_344_ = L_344_ + L_338_
  1616.                                                     end
  1617.                                                     L_345_ = 0
  1618.                                                     for L_346_forvar0 = L_338_, L_344_ do
  1619.                                                         L_345_ = L_345_ + 1
  1620.                                                         L_319_[L_346_forvar0] = L_343_[L_345_]
  1621.                                                     end
  1622.                                                 end
  1623.                                                 L_318_ = L_344_ - 1
  1624.                                             end
  1625.                                         elseif L_337_ ~= 5 then
  1626.                                             if L_341_ > 255 then
  1627.                                                 L_341_ = L_306_[L_341_ - 256][L_309_]
  1628.                                             else
  1629.                                                 L_341_ = L_319_[L_341_]
  1630.                                             end
  1631.                                             if L_342_ > 255 then
  1632.                                                 L_342_ = L_306_[L_342_ - 256][L_309_]
  1633.                                             else
  1634.                                                 L_342_ = L_319_[L_342_]
  1635.                                             end
  1636.                                             L_319_[L_338_] = L_341_ / L_342_
  1637.                                         else
  1638.                                             L_319_[L_338_] = L_341_ ~= 0
  1639.                                             if L_342_ ~= 0 then
  1640.                                                 L_320_ = L_320_ + 1
  1641.                                             end
  1642.                                         end
  1643.                                     elseif L_337_ < 2 then
  1644.                                         if L_337_ ~= 1 then
  1645.                                             if L_341_ > 255 then
  1646.                                                 L_341_ = L_306_[L_341_ - 256][L_309_]
  1647.                                             else
  1648.                                                 L_341_ = L_319_[L_341_]
  1649.                                             end
  1650.                                             if L_342_ > 255 then
  1651.                                                 L_342_ = L_306_[L_342_ - 256][L_309_]
  1652.                                             else
  1653.                                                 L_342_ = L_319_[L_342_]
  1654.                                             end
  1655.                                             L_319_[L_338_] = L_341_ - L_342_
  1656.                                         else
  1657.                                             if L_341_ > 255 then
  1658.                                                 L_341_ = L_306_[L_341_ - 256][L_309_]
  1659.                                             else
  1660.                                                 L_341_ = L_319_[L_341_]
  1661.                                             end
  1662.                                             if L_342_ > 255 then
  1663.                                                 L_342_ = L_306_[L_342_ - 256][L_309_]
  1664.                                             else
  1665.                                                 L_342_ = L_319_[L_342_]
  1666.                                             end
  1667.                                             if L_341_ == L_342_ ~= (L_338_ ~= 0) then
  1668.                                                 L_320_ = L_320_ + 1
  1669.                                             end
  1670.                                         end
  1671.                                     elseif L_337_ == 3 then
  1672.                                         if not not L_319_[L_338_] == (L_342_ == 0) then
  1673.                                             L_320_ = L_320_ + 1
  1674.                                         end
  1675.                                     else
  1676.                                         L_319_[L_338_] = L_302_arg2[L_341_]
  1677.                                     end
  1678.                                 elseif L_337_ >= 14 then
  1679.                                     if L_337_ < 16 then
  1680.                                         if L_337_ ~= 15 then
  1681.                                             if L_342_ > 255 then
  1682.                                                 L_342_ = L_306_[L_342_ - 256][L_309_]
  1683.                                             else
  1684.                                                 L_342_ = L_319_[L_342_]
  1685.                                             end
  1686.                                             L_319_[L_338_] = L_319_[L_341_][L_342_]
  1687.                                         else
  1688.                                             for L_347_forvar0 = L_338_, L_341_ do
  1689.                                                 L_319_[L_347_forvar0] = nil
  1690.                                             end
  1691.                                         end
  1692.                                     elseif L_337_ >= 17 then
  1693.                                         if L_337_ == 18 then
  1694.                                             if L_341_ > 255 then
  1695.                                                 L_341_ = L_306_[L_341_ - 256][L_309_]
  1696.                                             else
  1697.                                                 L_341_ = L_319_[L_341_]
  1698.                                             end
  1699.                                             if L_342_ > 255 then
  1700.                                                 L_342_ = L_306_[L_342_ - 256][L_309_]
  1701.                                             else
  1702.                                                 L_342_ = L_319_[L_342_]
  1703.                                             end
  1704.                                             L_319_[L_338_] = L_341_ % L_342_
  1705.                                         else
  1706.                                             local L_348_ = (L_342_ - 1) * 50
  1707.                                             if L_341_ == 0 then
  1708.                                                 L_341_ = L_318_ - L_338_
  1709.                                             end
  1710.                                             for L_349_forvar0 = 1, L_341_ do
  1711.                                                 L_319_[L_338_][L_348_ + L_349_forvar0] = L_319_[L_338_ + L_349_forvar0]
  1712.                                             end
  1713.                                         end
  1714.                                     else
  1715.                                         local L_350_ = L_319_[L_341_]
  1716.                                         for L_351_forvar0 = L_341_ + 1, L_342_ do
  1717.                                             L_350_ = L_350_ .. L_319_[L_351_forvar0]
  1718.                                         end
  1719.                                         L_319_[L_338_] = L_350_
  1720.                                     end
  1721.                                 elseif L_337_ >= 11 then
  1722.                                     if L_337_ >= 12 then
  1723.                                         if L_337_ ~= 13 then
  1724.                                             L_319_[L_338_] = -L_319_[L_341_]
  1725.                                         else
  1726.                                             local L_352_ = L_308_[L_339_]
  1727.                                             local L_353_ = {}
  1728.                                             if L_352_[L_307_] > 0 then
  1729.                                                 do
  1730.                                                     local L_355_ = {}
  1731.                                                     L_353_ = L_215_({}, {
  1732.                                                         __index = function(L_356_arg0, L_357_arg1)
  1733.                                                             local L_358_ = L_355_[L_357_arg1]
  1734.                                                             return L_358_[1][L_358_[2]]
  1735.                                                         end,
  1736.                                                         __newindex = function(L_359_arg0, L_360_arg1, L_361_arg2)
  1737.                                                             local L_362_ = L_355_[L_360_arg1]
  1738.                                                             L_362_[1][L_362_[2]] = L_361_arg2
  1739.                                                         end
  1740.                                                     })
  1741.                                                     for L_363_forvar0 = 1, L_352_[L_307_] do
  1742.                                                         local L_364_ = L_305_[L_320_]
  1743.                                                         if L_364_[L_311_] == L_303_ then
  1744.                                                             L_355_[L_363_forvar0 - 1] = {
  1745.                                                                 L_319_,
  1746.                                                                 L_364_[L_313_]
  1747.                                                             }
  1748.                                                         elseif L_364_[L_311_] == L_304_ then
  1749.                                                             L_355_[L_363_forvar0 - 1] = {
  1750.                                                                 L_302_arg2,
  1751.                                                                 L_364_[L_313_]
  1752.                                                             }
  1753.                                                         end
  1754.                                                         L_320_ = L_320_ + 1
  1755.                                                     end
  1756.                                                     L_321_[#L_321_ + 1] = L_355_
  1757.                                                 end
  1758.                                             end
  1759.                                             local L_354_ = L_244_func(L_352_, L_324_, L_353_)
  1760.                                             L_319_[L_338_] = L_354_
  1761.                                         end
  1762.                                     else
  1763.                                         local L_365_ = L_319_[L_338_ + 2]
  1764.                                         local L_366_ = L_319_[L_338_] + L_365_
  1765.                                         L_319_[L_338_] = L_366_
  1766.                                         if L_365_ > 0 then
  1767.                                             if L_366_ <= L_319_[L_338_ + 1] then
  1768.                                                 L_320_ = L_320_ + L_340_
  1769.                                                 L_319_[L_338_ + 3] = L_366_
  1770.                                             end
  1771.                                         elseif L_366_ >= L_319_[L_338_ + 1] then
  1772.                                             L_320_ = L_320_ + L_340_
  1773.                                             L_319_[L_338_ + 3] = L_366_
  1774.                                         end
  1775.                                     end
  1776.                                 elseif L_337_ ~= 10 then
  1777.                                     if L_341_ > 255 then
  1778.                                         L_341_ = L_306_[L_341_ - 256][L_309_]
  1779.                                     else
  1780.                                         L_341_ = L_319_[L_341_]
  1781.                                     end
  1782.                                     if L_342_ > 255 then
  1783.                                         L_342_ = L_306_[L_342_ - 256][L_309_]
  1784.                                     else
  1785.                                         L_342_ = L_319_[L_342_]
  1786.                                     end
  1787.                                     if L_341_ < L_342_ ~= (L_338_ ~= 0) then
  1788.                                         L_320_ = L_320_ + 1
  1789.                                     end
  1790.                                 else
  1791.                                     local L_367_, L_368_
  1792.                                     if L_341_ ~= 1 then
  1793.                                         if L_341_ ~= 0 then
  1794.                                             L_368_ = L_338_ + L_341_ - 1
  1795.                                         else
  1796.                                             L_368_ = L_318_
  1797.                                         end
  1798.                                         L_368_, L_367_ = L_327_func(L_319_[L_338_](L_212_(L_319_, L_338_ + 1, L_368_)))
  1799.                                     else
  1800.                                         L_368_, L_367_ = L_327_func(L_319_[L_338_]())
  1801.                                     end
  1802.                                     L_319_ = L_367_
  1803.                                     return true, 1, L_368_
  1804.                                 end
  1805.                             elseif L_337_ >= 28 then
  1806.                                 if L_337_ >= 33 then
  1807.                                     if L_337_ < 35 then
  1808.                                         if L_337_ ~= 34 then
  1809.                                             L_319_[L_338_] = {
  1810.                                                 L_212_(L_229_, 1, L_341_ == 0 and 895 or L_341_)
  1811.                                             }
  1812.                                         else
  1813.                                             if L_341_ > 255 then
  1814.                                                 L_341_ = L_306_[L_341_ - 256][L_309_]
  1815.                                             else
  1816.                                                 L_341_ = L_319_[L_341_]
  1817.                                             end
  1818.                                             if L_342_ > 255 then
  1819.                                                 L_342_ = L_306_[L_342_ - 256][L_309_]
  1820.                                             else
  1821.                                                 L_342_ = L_319_[L_34..... (1 KB left)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement