S

script Scarlet v2

public
scarlet Sep 08, 2023 Never 117
Clone
Plaintext script Scarlet v2 71 lines (47 loc) | 1.84 KB
1
local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
2
3
local Window = Library.CreateLib("script scarlet v2", "GrapeTheme")
4
5
local Tab = Window:NewTab("credits")
6
7
local Section = Tab:NewSection("credits : scarletbackup#3582")
8
9
local Section = Tab:NewSection("discord https://discord.gg/pTmc8uEqJr")
10
11
local Tab = Window:NewTab("pet simulator x")
12
13
local Section = Tab:NewSection("psx")
14
15
Section:NewButton("Unlock All Teleports", "ButtonInfo", function()
16
17
local library = require(game.ReplicatedStorage.Library)
18
19
hookfunction(library.WorldCmds.CanDoAction, function()
20
return true
21
end)
22
23
fflag = hookfunction(library.FFlags.Get, function(...)
24
local args = {...}
25
if tostring(args[1]):lower():match('teleport') then
26
return true
27
end
28
return fflag(...)
29
end)
30
31
hookfunction(library.FFlags.CanBypass, function()
32
return true
33
end)
34
35
for i,v in next, library.WorldCmds do
36
if typeof(v) == 'function' then
37
local a = getinfo(v).name
38
if a:lower():match('has') and not a:lower():match('loaded') then
39
hookfunction(v, function()
40
return true
41
end)
42
end
43
end
44
end
45
46
getsenv(game.Players.LocalPlayer.PlayerScripts.Scripts.GUIs.Teleport).UpdateAreas()
47
48
print("Clicked")
49
end)
50
51
local Tab = Window:NewTab("mm2!")
52
53
local Section = Tab:NewSection("mm2 script!")
54
55
Section:NewButton("script mm2 v1", "ButtonInfo", function()
56
57
loadstring(game:HttpGet("https://raw.githubusercontent.com/fusiongreg/BoltsHubV5/main/BoltsHubV5"))()
58
59
print("Clicked")
60
end)
61
62
local Tab = Window:NewTab("da hood")
63
64
local Section = Tab:NewSection("da hood script!")
65
66
Section:NewButton("aim lock", "ButtonInfo", function()
67
68
loadstring(game:HttpGet("https://pastebin.com/raw/VKSwCv9F", true))()
69
70
print("Clicked")
71
end)