S

Any tool scarlet

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