Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 3

[Code = 0xC0000005]

[ExceptSymbol = NoSym]
[Eip = 0x77647B3E]
[Eax = 0x3CA3ABD0]
[Ebx = 0x0669F0A8]
[Ecx = 0xC2CECE98]
[Edx = 0x4E4B75C0]
[Esi = 0x0669DEF0]
[Edi = 0x39604618]
[Ebp = 0x0669F898]
[Esp = 0x0669F890]
[Dll Base = 0x00000000]

[File: UnkFile] [DynamicAddr: 0x5E64BE48]


[File: UnkFile] [DynamicAddr: 0x5E506B03]
[File: UnkFile] [DynamicAddr: 0x5E506C99]
[File: UnkFile] [Module: RobloxPlayerBeta.exe] [RebaseAddr: 0x00C3F49B]
[BaseAddr: 0x00C90000]
[File: UnkFile] [Module: RobloxPlayerBeta.exe] [RebaseAddr: 0x00C096D2]
[BaseAddr: 0x00C90000]
[File: UnkFile] [Module: RobloxPlayerBeta.exe] [RebaseAddr: 0x00C07E18]
[BaseAddr: 0x00C90000]
[File: UnkFile] [Module: RobloxPlayerBeta.exe] [RebaseAddr: 0x00AE1FFA]
[BaseAddr: 0x00C90000]
[File: UnkFile] [Module: RobloxPlayerBeta.exe] [RebaseAddr: 0x00AE4C6D]
[BaseAddr: 0x00C90000]
[File: UnkFile] [Module: RobloxPlayerBeta.exe] [RebaseAddr: 0x00AF6B27]
[BaseAddr: 0x00C90000]
[File: UnkFile] [Module: RobloxPlayerBeta.exe] [RebaseAddr: 0x00712E2C]
[BaseAddr: 0x00C90000]
[File: UnkFile] [Module: atlthunk.dll] [RebaseAddr: 0x00401836]
[BaseAddr: 0x60750000]
[File: UnkFile] [Module: USER32.dll] [RebaseAddr: 0x00440E8B]
[BaseAddr: 0x767F0000]
[File: UnkFile] [Module: USER32.dll] [RebaseAddr: 0x00437E5A]
[BaseAddr: 0x767F0000]
[File: UnkFile] [Module: USER32.dll] [RebaseAddr: 0x00435BCA]
[BaseAddr: 0x767F0000]
[File: UnkFile] [Module: USER32.dll] [RebaseAddr: 0x00435990]
[BaseAddr: 0x767F0000]
[File: UnkFile] [Module: RobloxPlayerBeta.exe] [RebaseAddr: 0x00720F9F]
[BaseAddr: 0x00C90000]
[File: UnkFile] [Module: RobloxPlayerBeta.exe] [RebaseAddr: 0x0269C371]
[BaseAddr: 0x00C90000]
[File: UnkFile] [Module: KERNEL32.DLL] [RebaseAddr: 0x00420099]
[BaseAddr: 0x76D70000]
[File: UnkFile] [Module: ntdll.dll] [RebaseAddr: 0x00467B6E]
[BaseAddr: 0x775E0000]
[File: UnkFile] [Module: ntdll.dll] [RebaseAddr: 0x00467B3E]
[BaseAddr: 0x775E0000]
local errorPopupShown = false
local setidentity = syn and syn.set_thread_identity or set_thread_identity or
setidentity or setthreadidentity or function() end
local getidentity = syn and syn.get_thread_identity or get_thread_identity or
getidentity or getthreadidentity or function() return 8 end
local isfile = isfile or function(file)
local suc, res = pcall(function() return readfile(file) end)
return suc and res ~= nil
end
local delfile = delfile or function(file) writefile(file, "") end

local function displayErrorPopup(text, func)


local oldidentity = getidentity()
setidentity(8)
local ErrorPrompt =
getrenv().require(game:GetService("CoreGui").RobloxGui.Modules.ErrorPrompt)
local prompt = ErrorPrompt.new("Default")
prompt._hideErrorCode = true
local gui = Instance.new("ScreenGui", game:GetService("CoreGui"))
prompt:setErrorTitle("Vape")
prompt:updateButtons({{
Text = "OK",
Callback = function()
prompt:_close()
if func then func() end
end,
Primary = true
}}, 'Default')
prompt:setParent(gui)
prompt:_open(text)
setidentity(oldidentity)
end

local function vapeGithubRequest(scripturl)


if not isfile("vape/"..scripturl) then
local suc, res
task.delay(15, function()
if not res and not errorPopupShown then
errorPopupShown = true
displayErrorPopup("The connection to github is taking a
while, Please be patient.")
end
end)
suc, res = pcall(function() return
game:HttpGet("https://raw.githubusercontent.com/7GrandDadPGN/VapeV4ForRoblox/"..rea
dfile("vape/commithash.txt").."/"..scripturl, true) end)
if not suc or res == "404: Not Found" then
displayErrorPopup("Failed to connect to github :
vape/"..scripturl.." : "..res)
error(res)
end
if scripturl:find(".lua") then res = "--This watermark is used to
delete the file if its cached, remove it to make the file persist after commits.\
n"..res end
writefile("vape/"..scripturl, res)
end
return readfile("vape/"..scripturl)
end

if not shared.VapeDeveloper then


local commit = "main"
for i,v in
pairs(game:HttpGet("https://github.com/7GrandDadPGN/VapeV4ForRoblox"):split("\n"))
do
if v:find("commit") and v:find("fragment") then
local str = v:split("/")[5]
commit = str:sub(0, str:find('"') - 1)
break
end
end
if commit then
if isfolder("vape") then
if ((not isfile("vape/commithash.txt")) or
(readfile("vape/commithash.txt") ~= commit or commit == "main")) then
for i,v in pairs({"vape/Universal.lua",
"vape/MainScript.lua", "vape/GuiLibrary.lua"}) do
if isfile(v) and readfile(v):find("--This watermark
is used to delete the file if its cached, remove it to make the file persist after
commits.") then
delfile(v)
end
end
if isfolder("vape/CustomModules") then
for i,v in pairs(listfiles("vape/CustomModules")) do
if isfile(v) and readfile(v):find("--This
watermark is used to delete the file if its cached, remove it to make the file
persist after commits.") then
delfile(v)
end
end
end
if isfolder("vape/Libraries") then
for i,v in pairs(listfiles("vape/Libraries")) do
if isfile(v) and readfile(v):find("--This
watermark is used to delete the file if its cached, remove it to make the file
persist after commits.") then
delfile(v)
end
end
end
writefile("vape/commithash.txt", commit)
end
else
makefolder("vape")
writefile("vape/commithash.txt", commit)
end
else
displayErrorPopup("Failed to connect to github, please try using a
VPN.")
error("Failed to connect to github, please try using a VPN.")
end
end

return loadstring(vapeGithubRequest("MainScript.lua"))()

You might also like