R

dh kash dropper

public
rrixh Apr 18, 2024 Never 72
Clone
Plaintext dhKashdropper_lulaslollipop.mov 109 lines (86 loc) | 3.5 KB
1
local player = game.Players.LocalPlayer
2
local playerGui = player:WaitForChild("PlayerGui")
3
local notification = Instance.new("ScreenGui")
4
notification.Name = "notification"
5
notification.Parent = playerGui
6
7
local Background = Instance.new("Frame")
8
Background.Size = UDim2.new(0, 200, 0, 33)
9
Background.Position = UDim2.new(0.65, -200, 0.4, -50) --1:position,high=right,low=left
10
--3:low=up,high=down
11
Background.BackgroundColor3 = Color3.new(0, 0, 0)
12
Background.Parent = notification
13
14
local countdownText = Instance.new("TextLabel")
15
countdownText.Text = "by lulas🍭"
16
countdownText.TextColor3 = Color3.new(1, 1, 1)
17
countdownText.BackgroundColor3 = Color3.new(0, 0, 0, 0)
18
countdownText.TextSize = 9
19
countdownText.Size = UDim2.new(1, 0, 1, 0)
20
countdownText.Parent = Background
21
22
local countdown = 3
23
local countdownInterval = 1
24
25
local function updateCountdown()
26
countdown = countdown - 1
27
countdownText.Text = "👺anti-boot by rrixh/lulaslollipop (" .. countdown .. ")"
28
29
if countdown <= 0 then
30
-- código para executar quando atingir (0)
31
notification:Destroy()
32
else
33
34
wait(countdownInterval)
35
updateCountdown()
36
end
37
end
38
39
updateCountdown()
40
41
local foundSomething = false
42
43
for _, v in pairs(getgc(true)) do
44
if pcall(function() return rawget(v, "indexInstance") end) and type(rawget(v, "indexInstance")) == "table" and (rawget(v, "indexInstance"))[1] == "kick" then
45
v.tvk = {"kick", function() return game.Workspace:WaitForChild("") end}
46
foundSomething = true
47
end
48
end
49
50
if foundSomething then
51
52
game:GetService('StarterGui'):SetCore('SendNotification', {
53
Title = "BOOT DETEKTED!",
54
Text = "game attempting to boot u....",
55
Icon = "rbxassetid://6238540373",
56
Duration = 5,
57
})--tells u wen the game tries to kixk u
58
wait()
59
local AkaliNotif = loadstring(game:HttpGet("https://raw.githubusercontent.com/FilteringEnabled/FE/main/NotificationUI"))();
60
local Notify = AkaliNotif.Notify;
61
wait();
62
Notify({
63
Description = "🖕🏽bypassing boot...";
64
Title = "👺👺👺👺";
65
Duration = 5;
66
});--yeaa nigga fuxk ot
67
end
68
69
local rrixhnigga = loadstring(game:HttpGet("https://pastecode.dev/raw/o579xt86/mobileWally.jpg",true))()
70
local hood = rrixhnigga:CreateWindow("DaHood Kash Dropper")
71
72
local RunService = game:GetService("RunService")
73
local money = 0
74
75
RunService.RenderStepped:Connect(function()
76
local RRixh,_ = string.gsub(game.Players.LocalPlayer.PlayerGui.MainScreenGui.MoneyText.Text:split("$")[2], ",", "")
77
money = tonumber(RRixh)
78
print(tonumber(RRixh))
79
end)
80
81
function dropKash(amount)
82
game:GetService("ReplicatedStorage").MainEvent:FireServer("DropMoney", "" .. amount)
83
sendNotif("Kash dropped!", "$" .. amount .. " dropped!")
84
85
end
86
87
hood:AddButton({text = "Drop All Kash", callback = function()
88
while money > 100 do
89
dropKash(money > 10000 and 10000 or money)
90
wait(3)
91
end
92
end})
93
94
local selektedKash = 100
95
96
hood:AddSlider({text = "Drop Kash Amount", min = 100, max = 10000, callback = function(raxks)
97
selektedKash = raxks
98
end})
99
100
hood:AddButton({text = "Drop Kash", callback = function() dropKash(selektedKash)
101
end})
102
hood:AddFolder("lulaslollipop🍭")
103
104
local findKash = rrixhnigga:CreateWindow("Kash Finder")
105
106
findKash:AddButton({text = "Find Kash", callback = function() for i, v in pairs(game.Players:GetChildren()) do if v == game.Players.LocalPlayer then v.Character.HumanoidRootPart.CFrame = workspace.Ignored.Drop.MoneyDrop.CFrame end;end;
107
end})
108
109
rrixhnigga:Init()