R

daHood anytool

public
rrixh Oct 22, 2023 Never 105
Clone
Plaintext DaHoodanytool 209 lines (108 loc) | 3.84 KB
1
local Library = loadstring(game:HttpGet("https://pastecode.dev/raw/MsVeci5gQG/kavomobileUi",true))()
2
local Window = Library.CreateLib("DaHood any tool", "Midnight")
3
4
local Tab = Window:NewTab("kredits")
5
6
local Section = Tab:NewSection(" by lulaslollipop🍭")
7
8
local Section = Tab:NewSection("update 1.0.0")
9
10
local Section = Tab:NewSection("diskord @rrixh")
11
12
local Tab = Window:NewTab("any tool")
13
14
local Section = Tab:NewSection("skripts")
15
16
Section:NewButton("Q", "Q key", function()
17
18
getgenv().keytoclick = "Q"
19
20
tool = Instance.new("Tool")
21
22
tool.RequiresHandle = false
23
24
tool.Name = keytoclick
25
26
tool.Activated:connect(function()
27
28
local vim = game:service("VirtualInputManager")
29
30
vim:SendKeyEvent(true, keytoclick, false, game)
31
32
end)
33
34
tool.Parent = game.Players.LocalPlayer.Backpack
35
36
wait(0.2)
37
38
local AkaliNotif = loadstring(game:HttpGet("https://raw.githubusercontent.com/Kinlei/Dynissimo/main/Scripts/AkaliNotif.lua"))();
39
40
local Notify = AkaliNotif.Notify;
41
42
Notify({
43
44
Description = "lollypop5ever🍭";
45
46
Title = "Q tool";
47
48
Duration = 5;
49
50
});
51
52
print("kraxked any tool")
53
end)
54
55
Section:NewButton("C", "ButtonInfo", function()
56
57
getgenv().keytoclick = "C"
58
59
tool = Instance.new("Tool")
60
61
tool.RequiresHandle = false
62
63
tool.Name = keytoclick
64
65
tool.Activated:connect(function()
66
67
local vim = game:service("VirtualInputManager")
68
69
vim:SendKeyEvent(true, keytoclick, false, game)
70
71
end)
72
73
tool.Parent = game.Players.LocalPlayer.Backpack
74
75
wait(0.2)
76
77
local AkaliNotif = loadstring(game:HttpGet("https://raw.githubusercontent.com/Kinlei/Dynissimo/main/Scripts/AkaliNotif.lua"))();
78
79
local Notify = AkaliNotif.Notify;
80
81
Notify({
82
83
Description = "lollypop5ever🍭";
84
85
Title = "c Tool";
86
87
Duration = 5;
88
89
});
90
91
print("kraxked any tool")
92
end)
93
94
Section:NewButton("E", "ButtonInfo", function()
95
96
getgenv().keytoclick = "E"
97
98
tool = Instance.new("Tool")
99
100
tool.RequiresHandle = false
101
102
tool.Name = keytoclick
103
104
tool.Activated:connect(function()
105
106
local vim = game:service("VirtualInputManager")
107
108
vim:SendKeyEvent(true, keytoclick, false, game)
109
110
end)
111
112
tool.Parent = game.Players.LocalPlayer.Backpack
113
114
wait(0.2)
115
116
local AkaliNotif = loadstring(game:HttpGet("https://raw.githubusercontent.com/Kinlei/Dynissimo/main/Scripts/AkaliNotif.lua"))();
117
118
local Notify = AkaliNotif.Notify;
119
120
Notify({
121
122
Description = "lollypop5ever🍭";
123
124
Title = "E tool";
125
126
Duration = 5;
127
128
});
129
130
print("kraxked any tool")
131
end)
132
133
Section:NewButton("W", "w key", function()
134
135
getgenv().keytoclick = "W"
136
137
tool = Instance.new("Tool")
138
139
tool.RequiresHandle = false
140
141
tool.Name = keytoclick
142
143
tool.Activated:connect(function()
144
145
local vim = game:service("VirtualInputManager")
146
147
vim:SendKeyEvent(true, keytoclick, false, game)
148
149
end)
150
151
tool.Parent = game.Players.LocalPlayer.Backpack
152
153
wait(0.2)
154
155
local AkaliNotif = loadstring(game:HttpGet("https://raw.githubusercontent.com/Kinlei/Dynissimo/main/Scripts/AkaliNotif.lua"))();
156
157
local Notify = AkaliNotif.Notify;
158
159
Notify({
160
161
Description = "lollypop5ever🍭";
162
163
Title = "W tool";
164
165
Duration = 5;
166
167
});
168
169
print("kraxked any tool")
170
end)
171
172
Section:NewButton("A", "{A} key", function()
173
174
getgenv().keytoclick = "A"
175
176
tool = Instance.new("Tool")
177
178
tool.RequiresHandle = false
179
180
tool.Name = keytoclick
181
182
tool.Activated:connect(function()
183
184
local vim = game:service("VirtualInputManager")
185
186
vim:SendKeyEvent(true, keytoclick, false, game)
187
188
end)
189
190
tool.Parent = game.Players.LocalPlayer.Backpack
191
192
wait(0.2)
193
194
local AkaliNotif = loadstring(game:HttpGet("https://raw.githubusercontent.com/Kinlei/Dynissimo/main/Scripts/AkaliNotif.lua"))();
195
196
local Notify = AkaliNotif.Notify;
197
198
Notify({
199
200
Description = "lollypop5ever🍭";
201
202
Title = "A tool";
203
204
Duration = 5;
205
206
});
207
208
print("daHood any tool")
209
end)