R

konvertedd

public
rrixh Apr 24, 2024 Never 54
Clone
Lua konvertedd 228 lines (210 loc) | 9.99 KB
1
if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
2
local Player,game,owner = owner,game
3
local RealPlayer = Player
4
print("FE Compatibility code by Mokiros")
5
local rp = RealPlayer
6
script.Parent = rp.Character
7
8
--RemoteEvent for communicating
9
local Event = Instance.new("RemoteEvent")
10
Event.Name = "UserInput_Event"
11
12
--Fake event to make stuff like Mouse.KeyDown work
13
local function fakeEvent()
14
local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
15
t.connect = t.Connect
16
return t
17
end
18
19
--Creating fake input objects with fake variables
20
local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
21
local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
22
local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
23
CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
24
end}
25
--Merged 2 functions into one by checking amount of arguments
26
CAS.UnbindAction = CAS.BindAction
27
28
--This function will trigger the events that have been :Connect()'ed
29
local function te(self,ev,...)
30
local t = m[ev]
31
if t and t._fakeEvent then
32
for _,f in pairs(t.Functions) do
33
f(...)
34
end
35
end
36
end
37
m.TrigEvent = te
38
UIS.TrigEvent = te
39
40
Event.OnServerEvent:Connect(function(plr,io)
41
if plr~=rp then return end
42
m.Target = io.Target
43
m.Hit = io.Hit
44
if not io.isMouse then
45
local b = io.UserInputState == Enum.UserInputState.Begin
46
if io.UserInputType == Enum.UserInputType.MouseButton1 then
47
return m:TrigEvent(b and "Button1Down" or "Button1Up")
48
end
49
for _,t in pairs(CAS.Actions) do
50
for _,k in pairs(t.Keys) do
51
if k==io.KeyCode then
52
t.Function(t.Name,io.UserInputState,io)
53
end
54
end
55
end
56
m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
57
UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
58
end
59
end)
60
Event.Parent = NLS([==[
61
local Player = game:GetService("Players").LocalPlayer
62
local Event = script:WaitForChild("UserInput_Event")
63
64
local Mouse = Player:GetMouse()
65
local UIS = game:GetService("UserInputService")
66
local input = function(io,a)
67
if a then return end
68
--Since InputObject is a client-side instance, we create and pass table instead
69
Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
70
end
71
UIS.InputBegan:Connect(input)
72
UIS.InputEnded:Connect(input)
73
74
local h,t
75
--Give the server mouse data 30 times every second, but only if the values changed
76
--If player is not moving their mouse, client won't fire events
77
while wait(1/30) do
78
if h~=Mouse.Hit or t~=Mouse.Target then
79
h,t=Mouse.Hit,Mouse.Target
80
Event:FireServer({isMouse=true,Target=t,Hit=h})
81
end
82
end]==],Player.Character)
83
84
----Sandboxed game object that allows the usage of client-side methods and services
85
--Real game object
86
local _rg = game
87
88
--Metatable for fake service
89
local fsmt = {
90
__index = function(self,k)
91
local s = rawget(self,"_RealService")
92
if s then return s[k] end
93
end,
94
__newindex = function(self,k,v)
95
local s = rawget(self,"_RealService")
96
if s then s[k]=v end
97
end,
98
__call = function(self,...)
99
local s = rawget(self,"_RealService")
100
if s then return s(...) end
101
end
102
}
103
local function FakeService(t,RealService)
104
t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
105
return setmetatable(t,fsmt)
106
end
107
108
--Fake game object
109
local g = {
110
GetService = function(self,s)
111
return self[s]
112
end,
113
Players = FakeService({
114
LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
115
},"Players"),
116
UserInputService = FakeService(UIS,"UserInputService"),
117
ContextActionService = FakeService(CAS,"ContextActionService"),
118
}
119
rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
120
g.service = g.GetService
121
122
g.RunService = FakeService({
123
RenderStepped = _rg:GetService("RunService").Heartbeat,
124
BindToRenderStep = function(self,name,_,fun)
125
self._btrs[name] = self.Heartbeat:Connect(fun)
126
end,
127
UnbindFromRenderStep = function(self,name)
128
self._btrs[name]:Disconnect()
129
end,
130
},"RunService")
131
132
setmetatable(g,{
133
__index=function(self,s)
134
return _rg:GetService(s) or typeof(_rg[s])=="function"
135
and function(_,...)return _rg[s](_rg,...)end or _rg[s]
136
end,
137
__newindex = fsmt.__newindex,
138
__call = fsmt.__call
139
})
140
--Changing owner to fake player object to support owner:GetMouse()
141
game,owner = g,g.Players.LocalPlayer
142
end
143
144
<!DOCTYPE html>
145
<html lang="en">
146
<head>
147
<meta charset="UTF-8">
148
<meta http-equiv="X-UA-Compatible" content="IE=edge">
149
<meta name="viewport" content="width=device-width, initial-scale=1.0">
150
<title>Secret Service Panel.</title>
151
<link rel="shortcut icon" href="https://cdn.discordapp.com/icons/1106596486671781910/b4448dcfb16128e09e49e4b7bd6ffac2.webp?size=128" type="image/x-icon">
152
<script src="https://cdn.tailwindcss.com"></script>
153
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
154
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
155
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
156
<link href="https://cdnjs.cloudflare.com/ajax/libs/flowbite/1.6.5/flowbite.min.css" rel="stylesheet" />
157
<script src="https://cdnjs.cloudflare.com/ajax/libs/flowbite/1.6.5/flowbite.min.js"></script>
158
159
</head>
160
<body class="bg-main">
161
<script>
162
AOS.init();
163
</script>
164
<style>
165
::-webkit-scrollbar{display:none;}
166
</style>
167
<script>
168
tailwind.config = {
169
theme: {
170
extend: {
171
colors: {
172
main: '#121111',
173
nav: '#1b1b1b',
174
card: '#141414',
175
}
176
}
177
}
178
}
179
</script>
180
181
<main class="max-w-screen-xl mx-auto px-8">
182
<section class="py-16" id="pricing">
183
<div class="pb-16" data-aos="zoom-in" data-aos-delay="500">
184
<h1 class="text-white font-semibold text-4xl text-center">Ready to Buy?</h1>
185
</div>
186
<div data-aos="zoom-in" data-aos-delay="500" class="grid lg:grid-cols-2 gap-8 items-center justify-center grid-cols-1">
187
<div class="p-5 shadow-2xl bg-card shadow-red-900 rounded-lg">
188
<h1 class="text-white text-2xl font-semibold">Secret Service Panel Key</h1>
189
<h2 class="text-4xl font-semibold text-red-500 mt-3" >2.4k<span class="text-lg text-gray-500">/lifetime</span> </h1>
190
<p class="text-gray-500 text-lg my-3">For anyone looking to buy with credit card, this is perfect.</p>
191
<ul class="space-y-5 pt-5 pb-10 text-white font-semibold">
192
<li><i class="fa-solid fa-check p-1 bg-red-900 text-white rounded-full mr-3"></i>Entry to SSP</li>
193
<li><i class="fa-solid fa-check p-1 bg-red-900 text-white rounded-full mr-3"></i>There are no rules.</li>
194
<li><i class="fa-solid fa-check p-1 bg-red-900 text-white rounded-full mr-3"></i>Game availability</li>
195
<li><i class="fa-solid fa-check p-1 bg-red-900 text-white rounded-full mr-3"></i>No-patch updates immediately available </li>
196
</ul>
197
<button onclick="window.location.href='https://roblox.com/catalog/12191661587/zephal-premium-whitelist';" class="w-full bg-red-900 rounded-lg py-3 text-white font-semibold hover:text-red-900 hover:bg-white ease-in duration-200">Purchase Robux</button>
198
</div>
199
200
<div class="p-5 shadow-2xl bg-card shadow-blue-900 rounded-lg">
201
<h1 class="text-white text-2xl font-semibold">Secret Service Panel Key</h1>
202
<h2 class="text-4xl font-semibold text-blue-500 mt-3" >$30<span class="text-lg text-gray-500">/lifetime</span> </h1>
203
<p class="text-gray-500 text-lg my-3">This is ideal for anyone seeking to purchase robux.</p>
204
<ul class="space-y-5 pt-5 pb-10 text-white font-semibold">
205
<li><i class="fa-solid fa-check p-1 bg-blue-900 text-white rounded-full mr-3"></i>Entry to SSP</li>
206
<li><i class="fa-solid fa-check p-1 bg-blue-900 text-white rounded-full mr-3"></i>There are no rules.</li>
207
<li><i class="fa-solid fa-check p-1 bg-blue-900 text-white rounded-full mr-3"></i>Game availability</li>
208
<li><i class="fa-solid fa-check p-1 bg-blue-900 text-white rounded-full mr-3"></i>No-patch updates immediately available </li>
209
</ul>
210
<button data-sellix-product="647abe10e19d3" class="w-full bg-blue-900 rounded-lg py-3 text-white font-semibold hover:text-blue-900 hover:bg-white ease-in duration-200">Purchase Card</button>
211
</div>
212
</div>
213
</section>
214
<footer class="py-5">
215
<div>
216
217
<div class="text-center mt-3 text-gray-500">
218
© 2023 Secret Service Panel. All rights reserved.
219
</div>
220
</div>
221
</footer>
222
223
</main>
224
<script src="particles.js"></script>
225
<script src="app.js"></script>
226
<script src="https://cdn.sellix.io/static/js/embed.js"></script>
227
</body>
228
</html>