New scipt jail break mega op (with aimbot, 5 games load)

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Onaylı Üye
Katılım
26 Ağu 2021
Mesajlar
53
Çözümler
1
Tepki puanı
4
Ödüller
4
4 HİZMET YILI
ty for the info im gonna try it on my freetime
 
Onaylı Üye
Katılım
19 Şub 2022
Mesajlar
50
Tepki puanı
3
Ödüller
2
Yaş
25
4 HİZMET YILI
thanks i will try how can ı inject
 
Onaylı Üye
Katılım
1 Ağu 2020
Mesajlar
50
Tepki puanı
2
Ödüller
3
Yaş
25
5 HİZMET YILI
this is so op my friend just tried and i tried too we spent our time very well it has fly, gunmode, teleport, carmod
 
average professional lua scripter
Banlı Üye
Katılım
24 Kas 2018
Mesajlar
153
Tepki puanı
23
Ödüller
4
Sosyal
7 HİZMET YILI
aimbot,esp,autorob,fly,carmod,teleport,gunmod and more+
THIS IS SO OP
Enjoy

Supported Games:

badbusiness
phantomforces
strucid
projectlaz
jailbreak

Script:

Lua:
--[[ ==========  Executed Check  ========== ]]

if getgenv().evov2 then
    game:GetService("StarterGui"):SetCore("SendNotification", {
        Title = "EvoV2",
        Text = "EvoV2 has already been executed in this game"
    })
    return
end

getgenv().evov2 = true

--[[ ==========  Compatibility  ========== ]]

local missing = {}

local funcs = {
    ["Drawing.new"] = {},
    ["firesignal"] = {},
    ["firetouchinterest"] = {},
    ["getconnections"] = {},
    ["getconstants"] = { "debug.getconstants" },
    ["getgc"] = { "get_gc_objects" },
    ["getinfo"] = { "debug.getinfo" },
    ["getloadedmodules"] = { "get_loaded_modules", "getmodules", "get_modules" },
    ["getupvalue"] = { "debug.getupvalue" },
    ["getupvalues"] = { "debug.getupvalues" },
    ["hookmetamethod"] = {},
    ["httprequest"] = { "http_request", "request", "syn.request" },
    ["islclosure"] = { "is_l_closure" },
    ["newcclosure"] = { "new_c_closure" },
    ["require"] = {},
    ["setconstant"] = { "debug.setconstant" },
    ["setthreadidentity"] = { "setidentity", "setcontext", "setthreadcontext", "syn.set_thread_identity" },
    ["setupvalue"] = { "debug.setupvalue" },
    ["traceback"] = { "debug.traceback" }
}

local function parseFunc(str)
    local parsed, index = getfenv(), 1
    while parsed and type(parsed) == "table" do
        local dotIndex = str:find("%.")
        parsed = parsed[str:sub(index, dotIndex and dotIndex - 1 or #str - index + 1)]
        if dotIndex then
            str = str:sub(dotIndex + 1)
            index = str:find("%.") or 1
        end
    end
    return type(parsed) == "function" and parsed or false
end

for used, aliases in next, funcs do
    local hasFunc = parseFunc(used) ~= false
    if hasFunc == false then
        for _, alias in next, aliases do
            local parsedFunc = parseFunc(alias)
            if parsedFunc then
                getgenv()[used] = parsedFunc
                hasFunc = true
                break
            end
        end
        if hasFunc == false then
            missing[#missing + 1] = used
        end
    end
end

if #missing > 0 then
    game:GetService("StarterGui"):SetCore("SendNotification", {
        Title = "EvoV2",
        Text = "Your exploit is not supported. We recommend you use Synapse or Fluxus"
    })
    return
end

--[[ ==========  Game Loader  ========== ]]

local chosenGame = ({
    [3233893879] = "badbusiness.lua",
    [292439477] = "phantomforces.lua",
    [2377868063] = "strucid.lua",
    [443406476] = "projectlaz.lua",
    [606849621] = "jailbreak.lua"
})[game.PlaceId]

if chosenGame then
    loadstring(game:HttpGetAsync("https://projectevo.xyz/script/games/" .. chosenGame))()
else
    game:GetService("StarterGui"):SetCore("SendNotification", {
        Title = "EvoV2",
        Text = "EvoV2 does not support this game"
    })
end
dostum evonun loadstringinin direk keşke atmasaydın loadstring olarak ilk yapsaydık daha faydalı olurdu,
not : lan evo nası bu kadar gelişmiş
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Üst