R

fe klientsided 3.3

public
rrixh Apr 29, 2024 Never 50
Clone
Plaintext FEklientsided3.3_lulaslollipop 169 lines (147 loc) | 6.1 KB
1
-- Gui to Lua
2
-- Version: 3.2
3
4
-- Instances:
5
6
local degisn = Instance.new("ScreenGui")
7
local ScrollingFrame = Instance.new("ScrollingFrame")
8
local Frame = Instance.new("Frame")
9
local UIGradient = Instance.new("UIGradient")
10
local TextLabel = Instance.new("TextLabel")
11
local TextButton = Instance.new("TextButton")
12
local TextButton_2 = Instance.new("TextButton")
13
local TextButton_3 = Instance.new("TextButton")
14
local TextButton_4 = Instance.new("TextButton")
15
local TextButton_5 = Instance.new("TextButton")
16
17
--Properties:
18
19
degisn.Name = "degisn"
20
degisn.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
21
degisn.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
22
23
ScrollingFrame.Parent = degisn
24
ScrollingFrame.Active = true
25
ScrollingFrame.BackgroundColor3 = Color3.fromRGB(57, 57, 57)
26
ScrollingFrame.BorderColor3 = Color3.fromRGB(0, 0, 0)
27
ScrollingFrame.BorderSizePixel = 0
28
ScrollingFrame.Position = UDim2.new(0.694915235, 0, 0.714285731, 0)
29
ScrollingFrame.Size = UDim2.new(0, 270, 0, 188)
30
31
Frame.Parent = ScrollingFrame
32
Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
33
Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
34
Frame.BorderSizePixel = 0
35
Frame.Size = UDim2.new(0, 270, 0, 19)
36
37
UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 0, 212)), ColorSequenceKeypoint.new(0.51, Color3.fromRGB(140, 0, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(8, 0, 255))}
38
UIGradient.Parent = Frame
39
40
TextLabel.Parent = Frame
41
TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
42
TextLabel.BackgroundTransparency = 1.000
43
TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
44
TextLabel.BorderSizePixel = 0
45
TextLabel.Size = UDim2.new(0, 213, 0, 18)
46
TextLabel.Font = Enum.Font.Gotham
47
TextLabel.Text = "clientsided FE v3.3"
48
TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
49
TextLabel.TextScaled = true
50
TextLabel.TextSize = 14.000
51
TextLabel.TextWrapped = true
52
53
TextButton.Parent = Frame
54
TextButton.BackgroundColor3 = Color3.fromRGB(86, 86, 86)
55
TextButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
56
TextButton.BorderSizePixel = 0
57
TextButton.Position = UDim2.new(0, 0, 1, 0)
58
TextButton.Size = UDim2.new(0, 270, 0, 92)
59
TextButton.Font = Enum.Font.Code
60
TextButton.Text = "lame ass skript"
61
TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
62
TextButton.TextScaled = true
63
TextButton.TextSize = 14.000
64
TextButton.TextWrapped = true
65
66
TextButton_2.Parent = Frame
67
TextButton_2.BackgroundColor3 = Color3.fromRGB(86, 86, 86)
68
TextButton_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
69
TextButton_2.BorderSizePixel = 0
70
TextButton_2.Position = UDim2.new(0, 0, 6.36842108, 0)
71
TextButton_2.Size = UDim2.new(0, 270, 0, 30)
72
TextButton_2.Font = Enum.Font.Code
73
TextButton_2.Text = "non-fe R6"
74
TextButton_2.TextColor3 = Color3.fromRGB(255, 255, 255)
75
TextButton_2.TextScaled = true
76
TextButton_2.TextSize = 14.000
77
TextButton_2.TextWrapped = true
78
79
TextButton_3.Parent = Frame
80
TextButton_3.BackgroundColor3 = Color3.fromRGB(86, 86, 86)
81
TextButton_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
82
TextButton_3.BorderSizePixel = 0
83
TextButton_3.Position = UDim2.new(0, 0, 8.78947353, 0)
84
TextButton_3.Size = UDim2.new(0, 270, 0, 30)
85
TextButton_3.Font = Enum.Font.Code
86
TextButton_3.Text = "remote delete tool"
87
TextButton_3.TextColor3 = Color3.fromRGB(255, 255, 255)
88
TextButton_3.TextScaled = true
89
TextButton_3.TextSize = 14.000
90
TextButton_3.TextWrapped = true
91
92
TextButton_4.Parent = Frame
93
TextButton_4.BackgroundColor3 = Color3.fromRGB(86, 86, 86)
94
TextButton_4.BorderColor3 = Color3.fromRGB(0, 0, 0)
95
TextButton_4.BorderSizePixel = 0
96
TextButton_4.Position = UDim2.new(0, 0, 11.2631578, 0)
97
TextButton_4.Size = UDim2.new(0, 270, 0, 30)
98
TextButton_4.Font = Enum.Font.Code
99
TextButton_4.Text = "frakture exe"
100
TextButton_4.TextColor3 = Color3.fromRGB(255, 255, 255)
101
TextButton_4.TextScaled = true
102
TextButton_4.TextSize = 14.000
103
TextButton_4.TextWrapped = true
104
105
TextButton_5.Parent = Frame
106
TextButton_5.BackgroundColor3 = Color3.fromRGB(86, 86, 86)
107
TextButton_5.BorderColor3 = Color3.fromRGB(0, 0, 0)
108
TextButton_5.BorderSizePixel = 0
109
TextButton_5.Position = UDim2.new(0, 0, 13.7368422, 0)
110
TextButton_5.Size = UDim2.new(0, 270, 0, 30)
111
TextButton_5.Font = Enum.Font.Code
112
TextButton_5.Text = "bruh what is this script man"
113
TextButton_5.TextColor3 = Color3.fromRGB(255, 255, 255)
114
TextButton_5.TextScaled = true
115
TextButton_5.TextSize = 14.000
116
TextButton_5.TextWrapped = true
117
118
-- Scripts:
119
120
local function UOQGNWI_fake_script() -- TextButton_2.LocalScript
121
local script = Instance.new('LocalScript', TextButton_2)
122
123
script.Parent.MouseButton1Click:Connect(function()
124
-- Referência para o jogador local
125
local player = game.Players.LocalPlayer
126
127
-- Espera até que o jogador esteja disponível
128
while not player do
129
player = game.Players.LocalPlayer
130
wait(1)
131
end
132
133
-- Alterando a aparência do jogador para R6
134
player.CharacterAppearance = Enum.CharacterAppearanceType.R6
135
end)
136
end
137
coroutine.wrap(UOQGNWI_fake_script)()
138
local function UZRBY_fake_script() -- TextButton_3.LocalScript
139
local script = Instance.new('LocalScript', TextButton_3)
140
141
script.Parent.MouseButton1Click:Connect(function()
142
loadstring(game:HttpGet(('https://pastefy.ga/zxwQDjbc/raw'),true))()
143
end)
144
end
145
coroutine.wrap(UZRBY_fake_script)()
146
local function YKITR_fake_script() -- TextButton_4.LocalScript
147
local script = Instance.new('LocalScript', TextButton_4)
148
149
script.Parent.MouseButton1Click:Connect(function()
150
loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-FraktureSS-4779"))()
151
end)
152
end
153
coroutine.wrap(YKITR_fake_script)()
154
local function OXTYHZ_fake_script() -- TextButton_5.LocalScript
155
local script = Instance.new('LocalScript', TextButton_5)
156
157
script.Parent.MouseButton1Click:Connect(function()
158
loadstring(game:HttpGet(('https://raw.githubusercontent.com/XTheMasterX/Scripts/Main/PrisonLife'),true))()
159
end)
160
end
161
coroutine.wrap(OXTYHZ_fake_script)()
162
local function WHMM_fake_script() -- ScrollingFrame.LocalScript
163
local script = Instance.new('LocalScript', ScrollingFrame)
164
165
local gui = script.Parent
166
gui.Active = true
167
gui.Draggable = true
168
end
169
coroutine.wrap(WHMM_fake_script)()