SHOW:
|
|
- or go back to the newest paste.
1 | --https://github.com/Mokiros/roblox-FE-compatibility | |
2 | if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end | |
3 | local Player,game,owner = owner,game | |
4 | local RealPlayer = Player | |
5 | do print("FE Compatibility code V2 by Mokiros")local RealPlayer=RealPlayer;script.Parent=RealPlayer.Character;local a=function(b)b[1].f[b[2]]=nil end;local c={__index={disconnect=a,Disconnect=a}}local d={__index={Connect=function(b,e)local f=tostring(math.random(0,10000))while b.f[f]do f=tostring(math.random(0,10000))end;b.f[f]=e;return setmetatable({b,f},c)end}}d.__index.connect=d.__index.Connect;local function g()return setmetatable({f={}},d)end;local h={Hit=CFrame.new(),KeyUp=g(),KeyDown=g(),Button1Up=g(),Button1Down=g(),Button2Up=g(),Button2Down=g()}h.keyUp=h.KeyUp;h.keyDown=h.KeyDown;local i={InputBegan=g(),InputEnded=g()}local CAS={Actions={},BindAction=function(self,j,k,l,...)CAS.Actions[j]=k and{Name=j,Function=k,Keys={...}}or nil end}CAS.UnbindAction=CAS.BindAction;local function m(self,n,...)for o,e in pairs(self[n].f)do e(...)end end;h.T=m;i.T=m;local p=Instance.new("RemoteEvent")p.Name="UserInput_Event"p.OnServerEvent:Connect(function(q,r)if q~=RealPlayer then return end;h.Target=r.e;h.Hit=r.d;if not r.f then local s=r.c==Enum.UserInputState.Begin;if r.b==Enum.UserInputType.MouseButton1 then return h:T(s and"Button1Down"or"Button1Up")end;if r.b==Enum.UserInputType.MouseButton2 then return h:T(s and"Button2Down"or"Button2Up")end;for o,t in pairs(CAS.Actions)do for o,u in pairs(t.Keys)do if u==r.a then t.Function(t.Name,r.c,r)end end end;h:T(s and"KeyDown"or"KeyUp",r.a.Name:lower())i:T(s and"InputBegan"or"InputEnded",r,false)end end)p.Parent=NLS([==[local a=script:WaitForChild("UserInput_Event")local b=owner:GetMouse()local c=game:GetService("UserInputService")local d=function(e,f)if f then return end;a:FireServer({a=e.KeyCode,b=e.UserInputType,c=e.UserInputState,d=b.Hit,e=b.Target})end;c.InputBegan:Connect(d)c.InputEnded:Connect(d)local g,h;local i=game:GetService("RunService").Heartbeat;while true do if g~=b.Hit or h~=b.Target then g,h=b.Hit,b.Target;a:FireServer({f=1,Target=h,d=g})end;for j=1,2 do i:Wait()end end]==],script)local v=game;local w={__index=function(self,u)local x=rawget(self,"_RealService")if x then return typeof(x[u])=="function"and function(o,...)return x[u](x,...)end or x[u]end end,__newindex=function(self,u,y)local x=rawget(self,"_RealService")if x then x[u]=y end end}local function z(t,A)t._RealService=typeof(A)=="string"and v:GetService(A)or A;return setmetatable(t,w)end;local B={GetService=function(self,x)return rawget(self,x)or v:GetService(x)end,Players=z({LocalPlayer=z({GetMouse=function(self)return h end},Player)},"Players"),UserInputService=z(i,"UserInputService"),ContextActionService=z(CAS,"ContextActionService"),RunService=z({_btrs={},RenderStepped=v:GetService("RunService").Heartbeat,BindToRenderStep=function(self,j,o,k)self._btrs[j]=self.Heartbeat:Connect(k)end,UnbindFromRenderStep=function(self,j)self._btrs[j]:Disconnect()end},"RunService")}rawset(B.Players,"localPlayer",B.Players.LocalPlayer)B.service=B.GetService;z(B,game)game,owner=B,B.Players.LocalPlayer end | |
6 | ||
7 | --Made by Hirari_Tear, credits to expro for the GUI-- | |
8 | ||
9 | local Handle = Instance.new('Part') | |
10 | ||
11 | local Mesh = Instance.new('SpecialMesh') | |
12 | ||
13 | local Death = Instance.new('Tool') | |
14 | ||
15 | Death.Name = "Death Note" | |
16 | ||
17 | Handle.Name = "Handle" | |
18 | ||
19 | Death.Parent = game.Players.LocalPlayer.Backpack | |
20 | ||
21 | Death.GripForward = Vector3.new(0.331, -0.766, 0.551) | |
22 | ||
23 | Death.GripPos = Vector3.new(-0.8, 0, -0.8) | |
24 | ||
25 | Death.GripRight = Vector3.new(-0.943, -0.297, 0.152) | |
26 | ||
27 | Death.GripUp = Vector3.new(-0.048, 0.57, 0.82) | |
28 | ||
29 | Death.ToolTip = "Kill your fucking rival" | |
30 | ||
31 | Handle.Parent = Death | |
32 | ||
33 | Mesh.Parent = Handle | |
34 | ||
35 | Mesh.MeshId = "http://www.roblox.com/asset/?id=1136139" | |
36 | ||
37 | Mesh.TextureId = "http://www.roblox.com/asset/?id=18276952" | |
38 | ||
39 | Mesh.Scale = Vector3.new(0.55, 0.174, 0.6) | |
40 | ||
41 | Handle.Rotation = Vector3.new(0,-90,0) | |
42 | ||
43 | Death.Equipped:connect(function(mouse) | |
44 | ||
45 | local Bounce = Enum.EasingStyle.Bounce | |
46 | ||
47 | local Quad = Enum.EasingStyle.Quad | |
48 | ||
49 | local Normal = Enum.EasingStyle.Linear | |
50 | ||
51 | ||
52 | ||
53 | local ScreenGui = Instance.new("ScreenGui", game.Players["LocalPlayer"].PlayerGui) | |
54 | ||
55 | ScreenGui.Name = "Death Note" | |
56 | ||
57 | ||
58 | ||
59 | local open = Instance.new("ImageButton", ScreenGui) | |
60 | ||
61 | open.Position = UDim2.new(1, -110, 1, 500) | |
62 | ||
63 | open.Size = UDim2.new(0, 100,0, 150) | |
64 | ||
65 | open.Image = "rbxassetid://18536731" | |
66 | ||
67 | open:TweenPosition(UDim2.new(1, -110, 1, -150), "In", Bounce, 0.8, true) | |
68 | ||
69 | ||
70 | ||
71 | local Note = Instance.new("Frame", ScreenGui) | |
72 | ||
73 | Note.Active = true | |
74 | ||
75 | Note.Position = UDim2.new(1, -321, 1, 500) | |
76 | ||
77 | Note.Size = UDim2.new(0, 320,0, 250) | |
78 | ||
79 | Note.Visible = false | |
80 | ||
81 | Note.Draggable = true | |
82 | ||
83 | ||
84 | ||
85 | open.MouseButton1Down:connect(function() | |
86 | ||
87 | open:TweenPosition(UDim2.new(open.Position.X.Scale,open.Position.X.Offset, 1, 500), "Out", Normal, 0.8, true) | |
88 | ||
89 | wait(0.30) | |
90 | ||
91 | open.Visible = false | |
92 | ||
93 | Note.Visible = true | |
94 | ||
95 | Note.Position = UDim2.new(1, -321, 1, 500) | |
96 | ||
97 | Note:TweenPosition(UDim2.new(1, -321, 1, -251), "In", Normal, 0.5, true) | |
98 | ||
99 | end) | |
100 | ||
101 | ||
102 | ||
103 | local bg = Instance.new("Frame", Note) | |
104 | ||
105 | bg.BackgroundColor3 = Color3.fromRGB(31, 31, 31) | |
106 | ||
107 | bg.Size = UDim2.new(0, 160,0, 250) | |
108 | ||
109 | bg.ZIndex = 2 | |
110 | ||
111 | ||
112 | ||
113 | -- Background | |
114 | ||
115 | ||
116 | ||
117 | local close = Instance.new("TextButton", bg) | |
118 | ||
119 | close.BackgroundColor3 = Color3.fromRGB(0, 0, 0) | |
120 | ||
121 | close.BackgroundTransparency = 1 | |
122 | ||
123 | close.Position = UDim2.new(0, 8,0, 10) | |
124 | ||
125 | close.Size = UDim2.new(0, 10,0, 10) | |
126 | ||
127 | close.ZIndex = 4 | |
128 | ||
129 | close.Font = "Cartoon" | |
130 | ||
131 | close.Text = "X" | |
132 | ||
133 | close.TextColor3 = Color3.fromRGB(255, 255, 255) | |
134 | ||
135 | close.TextSize = "17" | |
136 | ||
137 | ||
138 | ||
139 | close.MouseButton1Down:connect(function() | |
140 | ||
141 | Note:TweenPosition(UDim2.new(Note.Position.X.Scale,Note.Position.X.Offset,1, 500), "Out", Normal, 0.5, true) | |
142 | ||
143 | wait(0.30) | |
144 | ||
145 | Note.Visible = false | |
146 | ||
147 | open.Visible = true | |
148 | ||
149 | open:TweenPosition(UDim2.new(1, -110, 1, -150), "In", Normal, 0.8, true) | |
150 | ||
151 | end) | |
152 | ||
153 | ||
154 | ||
155 | local image1 = Instance.new("ImageLabel", bg) | |
156 | ||
157 | image1.BackgroundTransparency = 1 | |
158 | ||
159 | image1.Size = UDim2.new(1, 0,1, 0) | |
160 | ||
161 | image1.ZIndex = 3 | |
162 | ||
163 | image1.Image = "rbxassetid://18528551" | |
164 | ||
165 | ||
166 | ||
167 | local title = Instance.new("TextLabel", bg) | |
168 | ||
169 | title.BackgroundTransparency = 1 | |
170 | ||
171 | title.Position = UDim2.new(0, 0,0, 30) | |
172 | ||
173 | title.Size = UDim2.new(1, 0,0, 30) | |
174 | ||
175 | title.ZIndex = 4 | |
176 | ||
177 | title.Font = "Bodoni" | |
178 | ||
179 | title.Text = "DEATH NOTE" | |
180 | ||
181 | title.TextColor3 = Color3.fromRGB(255, 255, 255) | |
182 | ||
183 | title.TextSize = "18" | |
184 | ||
185 | ||
186 | ||
187 | local body = Instance.new("TextLabel", bg) | |
188 | ||
189 | body.BackgroundTransparency = 1 | |
190 | ||
191 | body.Position = UDim2.new(0, 15,0, 65) | |
192 | ||
193 | body.Size = UDim2.new(0, 134,0, 40) | |
194 | ||
195 | body.ZIndex = 4 | |
196 | ||
197 | body.Font = "Garamond" | |
198 | ||
199 | body.Text = "Type in somebody's name to kill them." | |
200 | ||
201 | body.TextColor3 = Color3.fromRGB(255, 255, 255) | |
202 | ||
203 | body.TextSize = "19" | |
204 | ||
205 | body.TextWrapped = true | |
206 | ||
207 | body.TextXAlignment = "Left" | |
208 | ||
209 | body.TextYAlignment = "Top" | |
210 | ||
211 | ||
212 | ||
213 | local line = Instance.new("TextLabel", body) | |
214 | ||
215 | line.BackgroundTransparency = 1 | |
216 | ||
217 | line.Position = UDim2.new(0, 0,0, 50) | |
218 | ||
219 | line.Size = UDim2.new(0, 130,0, 40) | |
220 | ||
221 | line.ZIndex = 4 | |
222 | ||
223 | line.Font = "Garamond" | |
224 | ||
225 | line.Text = "________________" | |
226 | ||
227 | line.TextColor3 = Color3.fromRGB(255, 255, 255) | |
228 | ||
229 | line.TextSize = "19" | |
230 | ||
231 | line.TextWrapped = true | |
232 | ||
233 | line.TextXAlignment = "Left" | |
234 | ||
235 | line.TextYAlignment = "Top" | |
236 | ||
237 | ||
238 | ||
239 | local text = Instance.new("TextLabel", body) | |
240 | ||
241 | text.BackgroundTransparency = 1 | |
242 | ||
243 | text.Position = UDim2.new(0, 0,0, 100) | |
244 | ||
245 | text.Size = UDim2.new(0, 134,0, 40) | |
246 | ||
247 | text.ZIndex = 4 | |
248 | ||
249 | text.Font = "Garamond" | |
250 | ||
251 | text.Text = "This was made by RcDZ." | |
252 | ||
253 | text.TextColor3 = Color3.fromRGB(255, 255, 255) | |
254 | ||
255 | text.TextSize = "19" | |
256 | ||
257 | text.TextWrapped = true | |
258 | ||
259 | text.TextXAlignment = "Left" | |
260 | ||
261 | text.TextYAlignment = "Top" | |
262 | ||
263 | ||
264 | ||
265 | -- Page | |
266 | ||
267 | ||
268 | ||
269 | local page = Instance.new("Frame", Note) | |
270 | ||
271 | page.BackgroundColor3 = Color3.fromRGB(236, 236, 236) | |
272 | ||
273 | page.Position = UDim2.new(0, 160,0, 0) | |
274 | ||
275 | page.Size = UDim2.new(0, 160,0, 250) | |
276 | ||
277 | page.ZIndex = 2 | |
278 | ||
279 | ||
280 | ||
281 | local list = Instance.new("TextBox", page) | |
282 | ||
283 | list.BackgroundTransparency = 1 | |
284 | ||
285 | list.Position = UDim2.new(0, 25,0, 20) | |
286 | ||
287 | list.Size = UDim2.new(0.8, 5,0, 230) | |
288 | ||
289 | list.ZIndex = 4 | |
290 | ||
291 | list.Font = "Antique" | |
292 | ||
293 | list.Text = "" | |
294 | ||
295 | list.TextColor3 = Color3.fromRGB(0, 0, 0) | |
296 | ||
297 | list.TextSize = "23" | |
298 | ||
299 | list.TextWrapped = true | |
300 | ||
301 | list.TextXAlignment = "Left" | |
302 | ||
303 | list.TextYAlignment = "Top" | |
304 | ||
305 | ||
306 | ||
307 | local image2 = Instance.new("ImageLabel", page) | |
308 | ||
309 | image2.BackgroundTransparency = 1 | |
310 | ||
311 | image2.Size = UDim2.new(1, 0,1, 0) | |
312 | ||
313 | image2.ZIndex = 3 | |
314 | ||
315 | image2.Image = "rbxassetid://170279713" | |
316 | ||
317 | image2.Transparency = 0.2 | |
318 | ||
319 | ||
320 | ||
321 | while true do | |
322 | ||
323 | repeat wait() until game.Workspace:FindFirstChild(list.Text) | |
324 | ||
325 | if game.Workspace[list.Text]:FindFirstChild("Humanoid") then | |
326 | ||
327 | game.Workspace[list.Text].Humanoid.PlatformStand = true | |
328 | ||
329 | game.Workspace[list.Text].Humanoid.Health = 0 | |
330 | ||
331 | elseif game.Workspace[list.Text]:FindFirstChild("Zombie") then | |
332 | ||
333 | game.Workspace[list.Text].Zombie.PlatformStand = true | |
334 | ||
335 | game.Workspace[list.Text].Zombie.Health = 0 | |
336 | ||
337 | end | |
338 | ||
339 | end | |
340 | ||
341 | end) | |
342 | ||
343 | Death.Unequipped:connect(function(mouse) | |
344 | ||
345 | game.Players.LocalPlayer.PlayerGui["Death Note"]:remove() | |
346 | ||
347 | end) | |
348 | --12333 |