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
1 Nis 2022
Mesajlar
50
Tepki puanı
1
Ödüller
2
Yaş
43
4 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
tşk ederim knk çok işime yaradı baya bi para kastım jbde
 
Onaylı Üye
Katılım
5 Haz 2022
Mesajlar
56
Tepki puanı
0
Ödüller
1
Yaş
30
3 HİZMET YILI
how do i inject?
need some modification with injection dll
 
Silver Chariot Requiem
Banlı Üye
Katılım
15 Şub 2020
Mesajlar
62
Tepki puanı
1
Ödüller
3
6 HİZMET YILI
strucid hata kodu 267 kaldırma varmı? (ban kaldırma)
 
Silver Chariot Requiem
Banlı Üye
Katılım
15 Şub 2020
Mesajlar
62
Tepki puanı
1
Ödüller
3
6 HİZMET YILI
mad city hileside varmı?
 
The Ghost Living Inside You
Ultra Üye
Katılım
9 Haz 2020
Mesajlar
1,822
Çözümler
33
Tepki puanı
188
Ödüller
7
Sosyal
5 HİZMET YILI
Got a problem with the auto money cheat? I'm leaving afk tonight
 
mad scientist
Süper Üye
Katılım
15 Eki 2020
Mesajlar
613
Çözümler
3
Tepki puanı
45
Ödüller
4
5 HİZMET YILI
use KRNL its good.
 
Uzman Üye
Katılım
11 Ocak 2022
Mesajlar
249
Tepki puanı
25
Ödüller
4
Yaş
24
4 HİZMET YILI
i got banned on my main acc in jailbreak cuz of a detected script but i created a new one. is this script detected so i can use it on my second acc?
 
Seçkin Üye
Katılım
4 Eyl 2022
Mesajlar
518
Çözümler
1
Tepki puanı
30
Ödüller
3
3 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
not work
 
Seçkin Üye
Katılım
24 Eki 2022
Mesajlar
374
Tepki puanı
10
Ödüller
2
3 HİZMET YILI
should i try to use cheat engine to inject lua script this ? . any software u recommended to injection
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Üst