--[[
@.__stav was here
do not run VapeV4ForRoblox at 3AM 😱😱
Keep stalking my script and I will leak your webhook endpoints, that's all I've got to say :)
"Yes everything in this script has been patched" ❌❌❌❌ One private feature is all you managed to patch, more features are releasing soon!!
]]
loadstring(game:HttpGet("https://raw.githubusercontent.com/7GrandDadPGN/VapeV4ForRoblox/main/NewMainScript.lua", true))()
repeat task.wait() until shared.vape and shared.vape.Libraries.entity ~= nil
local cloneref = cloneref or function(obj)
return obj
end
local replicatedStorage = cloneref(game:GetService('ReplicatedStorage'))
local playersService = cloneref(game:GetService('Players'))
local lplr = playersService.LocalPlayer
local vape = shared.vape
local entitylib = vape.Libraries.entity
vape.Place = 14724906937
local run = function(func)
func()
end
local function getTool()
return lplr.Character and lplr.Character:FindFirstChildWhichIsA('Tool', true) or nil
end
local function notif(...)
return vape:CreateNotification(...)
end
local ksfu = {
ShardSwords = {
Cosmicality = {
Kills = 666666666666,
ShardsGiven = 12
},
Curse = {
Kills = 50000000000,
ShardsGiven = 3
},
Ruler = {
Kills = 23500000000,
ShardsGiven = 3
},
Darkstar = {
Kills = 900000000,
ShardsGiven = 2
},
Apotheosis = {
Kills = 50000000,
ShardsGiven = 1
}
},
getKills = function()
if entitylib.isAlive and lplr.Character:FindFirstChild('Kills') then -- this better not return nil..
return lplr.Character:FindFirstChild('Kills').Value
end
return 0
end,
getSword = function()
if entitylib.isAlive then
if lplr:FindFirstChild('Backpack') then
for i,v in lplr.Backpack:GetChildren() do
if v:IsA('Tool') and v:FindFirstChild('SwordScript') then
return v
end
end
end
return nil
end
return nil
end,
getPortal = function()
for i,v in workspace.Map:GetChildren() do
if v:IsA('Model') and v.Name == 'Portal' then
if v:FindFirstChild('Teleporter') then
return v.Teleporter
end
end
end
return nil
end
}
run(function()
local oldstart = entitylib.start
local function customEntity(ent)
repeat task.wait() until ent:GetAttribute('Id') ~= nil
if ent:IsDescendantOf(workspace) then
entitylib.addEntity(ent, nil)
end
end
entitylib.start = function()
oldstart()
if entitylib.Running then
for i, v in workspace.Map.Humanoids:GetDescendants() do
if v:IsA('Folder') then
table.insert(entitylib.Connections, v.ChildAdded:Connect(customEntity))
table.insert(entitylib.Connections, v.ChildRemoved:Connect(function(ent)
entitylib.removeEntity(ent)
end))
end
if v:IsA('Model') and v:GetAttribute('Id') then
customEntity(v)
end
end
end
end
end)
entitylib.start()
run(function()
local AutoShard
AutoShard = vape.Categories.Utility:CreateModule({
Name = 'AutoShard',
Function = function(callback)
if callback then
if not fireproximityprompt then
notif('Vape', 'no proximity prompt func (unable to run AutoShard)', 4)
AutoShard:Toggle()
end
repeat
if entitylib.isAlive then
local tool = getTool()
if tool then
if not ksfu.ShardSwords[tool.Name] then
return
end
if ksfu.getKills() >= ksfu.ShardSwords[tool.Name].Kills then
lplr.Character.HumanoidRootPart.CFrame = workspace.VoidShrinePrompt.CFrame
task.spawn(fireproximityprompt, workspace.VoidShrinePrompt.ProximityPrompt)
end
end
end
task.wait()
until not AutoShard.Enabled
end
end,
Tooltip = 'Automatically gives you shards (requires Killaura)'
})
end)
run(function()
local AutoArena
AutoArena = vape.Categories.Blatant:CreateModule({
Name = 'AutoArena',
Function = function(callback)
if callback then
if not firetouchinterest then
notif('Vape', 'no firetouchinterest func (unable to go automatically to the arena)', 4)
AutoArena:Toggle()
end
repeat
if entitylib.isAlive and lplr.Character.HumanoidRootPart.Position.Y >= 2539 then
local portal = ksfu.getPortal()
if portal then
firetouchinterest(portal, lplr.Character.HumanoidRootPart, true)
firetouchinterest(portal, lplr.Character.HumanoidRootPart, false)
end
end
task.wait()
until not AutoArena.Enabled
else
if entitylib.isAlive then
local portal = ksfu.getPortal()
if portal then
firetouchinterest(portal, lplr.Character.HumanoidRootPart, false)
end
end
end
end,
Tooltip = 'Automatically teleports you to the Arena'
})
end)
run(function()
local AutoEquip
AutoEquip = vape.Categories.Utility:CreateModule({
Name = 'AutoEquip',
Function = function(callback)
if callback then
repeat
if entitylib.isAlive and lplr.Character.HumanoidRootPart.Position.Y <= 2539 then
local tool = ksfu.getSword()
if tool then
tool.Parent = lplr.Character
end
end
task.wait()
until not AutoEquip.Enabled
end
end,
Tooltip = 'Automatically equips your Sword when you\'re in the Arena.'
})
end)
Comments
No comments yet
Be the first to share your thoughts!