· 5 years ago · Feb 19, 2021, 06:44 AM
1-- Gui to Lua
2-- Version: 3.2
3
4-- Instances:
5
6local ScreenGui = Instance.new("ScreenGui")
7local frametest = Instance.new("Frame")
8local title = Instance.new("TextLabel")
9local r = Instance.new("TextButton")
10local close = Instance.new("TextButton")
11local Execute = Instance.new("TextButton")
12local getcode = Instance.new("TextButton")
13local wlkspeed = Instance.new("TextBox")
14local Changespeed = Instance.new("TextButton")
15local jmpower = Instance.new("TextBox")
16local resetspawn = Instance.new("TextButton")
17local cheatcode = Instance.new("TextBox")
18local Changesjump = Instance.new("TextButton")
19local adminlabel = Instance.new("ImageLabel")
20local openframe = Instance.new("Frame")
21local open = Instance.new("TextButton")
22local codeframe = Instance.new("Frame")
23local codename = Instance.new("TextLabel")
24local code1 = Instance.new("TextLabel")
25local code2 = Instance.new("TextLabel")
26local code3 = Instance.new("TextLabel")
27local code4 = Instance.new("TextLabel")
28local code5 = Instance.new("TextLabel")
29local code6 = Instance.new("TextLabel")
30local code7 = Instance.new("TextLabel")
31local availcode = Instance.new("TextLabel")
32local closecode = Instance.new("TextLabel")
33local code8 = Instance.new("TextLabel")
34local creditsframe = Instance.new("Frame")
35local Attach = Instance.new("TextButton")
36local attach2 = Instance.new("TextButton")
37local charframe = Instance.new("Frame")
38
39--Properties:
40
41ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
42
43frametest.Name = "frametest"
44frametest.Parent = ScreenGui
45frametest.Active = true
46frametest.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
47frametest.Position = UDim2.new(0.244648322, 0, 0.147190973, 0)
48frametest.Size = UDim2.new(0, 439, 0, 249)
49frametest.Visible = false
50
51title.Name = "title"
52title.Parent = frametest
53title.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
54title.Size = UDim2.new(0, 339, 0, 33)
55title.Font = Enum.Font.SourceSans
56title.Text = "RosploitV4 Hub SS"
57title.TextColor3 = Color3.fromRGB(255, 255, 255)
58title.TextScaled = true
59title.TextSize = 14.000
60title.TextWrapped = true
61
62r.Name = "r"
63r.Parent = frametest
64r.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
65r.Position = UDim2.new(0.773819089, 0, 0, 0)
66r.Size = UDim2.new(0, 61, 0, 26)
67r.Font = Enum.Font.SourceSans
68r.Text = "R6"
69r.TextColor3 = Color3.fromRGB(255, 255, 255)
70r.TextScaled = true
71r.TextSize = 14.000
72r.TextWrapped = true
73
74close.Name = "close"
75close.Parent = frametest
76close.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
77close.Position = UDim2.new(0.914758146, 0, 0, 0)
78close.Size = UDim2.new(0, 37, 0, 26)
79close.Font = Enum.Font.SourceSans
80close.Text = "X"
81close.TextColor3 = Color3.fromRGB(255, 255, 255)
82close.TextScaled = true
83close.TextSize = 14.000
84close.TextWrapped = true
85close.MouseButton1Down:Connect(function()
86 wait(4)
87 frametest.Visible = false
88end)
89
90Execute.Name = "Execute"
91Execute.Parent = frametest
92Execute.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
93Execute.Position = UDim2.new(0.272639245, 0, 0.395799994, 0)
94Execute.Size = UDim2.new(0, 198, 0, 28)
95Execute.Font = Enum.Font.SourceSans
96Execute.Text = "Execute"
97Execute.TextColor3 = Color3.fromRGB(255, 255, 255)
98Execute.TextScaled = true
99Execute.TextSize = 14.000
100Execute.TextWrapped = true
101Execute.MouseButton1Down:connect(function()
102 if cheatcode.Text == "ArsenalKiller" then
103 game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(k)
104 if k == "e" then
105 local Gun = game.ReplicatedStorage.Weapons:FindFirstChild(game.Players.LocalPlayer.NRPBS.EquippedTool.Value);
106 local Crit = math.random() > .6 and true or false;
107 for i,v in pairs(game.Players:GetPlayers()) do
108 if v and v.Character and v.Character:FindFirstChild("Head") then
109 local Distance = (game.Players.LocalPlayer.Character.Head.Position - v.Character.Head.Position).magnitude
110 for i = 1,10 do
111 game.ReplicatedStorage.Events.HitPart:FireServer(v.Character.Head,
112 v.Character.Head.Position + Vector3.new(math.random(), math.random(), math.random()),
113 Gun.Name,
114 Crit and 2 or 1,
115 Distance,
116 Backstab,
117 Crit,
118 false,
119 1,
120 false,
121 Gun.FireRate.Value,
122 Gun.ReloadTime.Value,
123 Gun.Ammo.Value,
124 Gun.StoredAmmo.Value,
125 Gun.Bullets.Value,
126 Gun.EquipTime.Value,
127 Gun.RecoilControl.Value,
128 Gun.Auto.Value,
129 Gun['Speed%'].Value,
130 game.ReplicatedStorage.wkspc.DistributedTime.Value);
131 end
132 end
133 end
134 end
135 end)
136
137 game:GetService("StarterGui"):SetCore("SendNotification", {
138 Title = "RoAdmin";
139 Text = "Code Accepted Press E to KillAll!";
140 Duration = 3;
141 })
142
143 end
144end)
145
146Execute.MouseButton1Down:connect(function()
147 if cheatcode.Text == "InvisibleMap" then
148 local tool
149 for i,v in pairs (game.Players:GetPlayers()) do
150 tool = v.Backpack:FindFirstChild'OddPotion' or v.Character:FindFirstChild'OddPotion'
151 if tool then break end
152 end
153
154 for i,v in pairs(workspace.NewerMap:GetDescendants()) do
155 tool.TransEvent:FireServer(v,1)
156 end
157 game:GetService("StarterGui"):SetCore("SendNotification", {
158 Title = "RoAdmin";
159 Text = "Map has been Invisible!";
160 Duration = 3;
161 })
162 end
163end)
164
165Execute.MouseButton1Down:connect(function()
166 if cheatcode.Text == "InfinityX" then
167 loadstring(HttpGet('https://pastebin.com/raw/eAUyVexx'))()
168 game:GetService("StarterGui"):SetCore("SendNotification", {
169 Title = "RoAdmin";
170 Text = "Loadsting got Accepted!";
171 Duration = 3;
172 })
173 end
174end)
175
176Execute.MouseButton1Down:connect(function()
177 if cheatcode.Text == "InfJump" then
178 local Player = game:GetService'Players'.LocalPlayer;
179 local UIS = game:GetService'UserInputService';
180
181 _G.JumpHeight = 50;
182
183 function Action(Object, Function) if Object ~= nil then Function(Object); end end
184
185 UIS.InputBegan:connect(function(UserInput)
186 if UserInput.UserInputType == Enum.UserInputType.Keyboard and UserInput.KeyCode == Enum.KeyCode.Space then
187 Action(Player.Character.Humanoid, function(self)
188 if self:GetState() == Enum.HumanoidStateType.Jumping or self:GetState() == Enum.HumanoidStateType.Freefall then
189 Action(self.Parent.HumanoidRootPart, function(self)
190 self.Velocity = Vector3.new(0, _G.JumpHeight, 0);
191 end)
192 end
193 end)
194 end
195 end)
196
197 game:GetService("StarterGui"):SetCore("SendNotification", {
198 Title = "RoAdmin";
199 Text = "Jump As You Can Lmao!";
200 Duration = 3;
201 })
202 end
203end)
204
205Execute.MouseButton1Down:connect(function()
206 if cheatcode.Text == "AchromaticFedora" then
207 loadstring(HttpGet('https://pastebin.com/raw/14auMbe3'))()
208 game:GetService("StarterGui"):SetCore("SendNotification", {
209 Title = "RoAdmin";
210 Text = "Achromatic Accepted!";
211 Duration = 3;
212 })
213 end
214end)
215
216Execute.MouseButton1Down:connect(function()
217 if cheatcode.Text == "RoXploit" then
218 loadstring(game:GetObjects("rbxassetid://364364477")[1].Source)()
219 game:GetService("StarterGui"):SetCore("SendNotification", {
220 Title = "RoAdmin";
221 Text = "Ro-Xploit has been accepted!";
222 Duration = 3;
223 })
224 end
225end)
226
227Execute.MouseButton1Down:connect(function()
228 if cheatcode.Text == "FreeAnimations" then
229 loadstring(game:GetObjects("rbxassetid://3147102233")[1].Source)()
230 game:GetService("StarterGui"):SetCore("SendNotification", {
231 Title = "RoAdmin";
232 Text = "Only Work On R15 Animations!";
233 Duration = 3;
234 })
235 end
236end)
237
238Execute.MouseButton1Down:connect(function()
239 if cheatcode.Text == "SynapseX" then
240 loadstring(game:GetObjects("rbxassetid://1559439622")[1].Source)()
241 game:GetService("StarterGui"):SetCore("SendNotification", {
242 Title = "RoAdmin";
243 Text = "Patched Doesnt Work Executer!";
244 Duration = 3;
245 })
246 end
247end)
248
249Execute.MouseButton1Down:connect(function()
250 if cheatcode.Text == "MM2" then
251 loadstring(game:GetObjects("rbxassetid://4001118261")[1].Source)()
252 game:GetService("StarterGui"):SetCore("SendNotification", {
253 Title = "RoAdmin";
254 Text = "Work Only Murder Mystery 2!";
255 Duration = 3;
256 })
257 end
258end)
259
260Execute.MouseButton1Down:connect(function()
261 if cheatcode.Text == "SpecHub" then
262 loadstring(HttpGet('https://pastebin.com/raw/4xJCJA7T'))()
263 game:GetService("StarterGui"):SetCore("SendNotification", {
264 Title = "RoAdmin";
265 Text = "SpecHub Success!";
266 Duration = 3;
267 })
268 end
269end)
270
271Execute.MouseButton1Down:connect(function()
272 if cheatcode.Text == "OceanHub" then
273 loadstring(HttpGet('https://pastebin.com/raw/8cw7FMq4'))()
274 game:GetService("StarterGui"):SetCore("SendNotification", {
275 Title = "RoAdmin";
276 Text = "OceanHub Success!";
277 Duration = 3;
278 })
279 end
280end)
281
282Execute.MouseButton1Down:connect(function()
283 if cheatcode.Text == "LinorixHub" then
284 loadstring(HttpGet('https://pastebin.com/raw/KumP53dH'))()
285 game:GetService("StarterGui"):SetCore("SendNotification", {
286 Title = "RoAdmin";
287 Text = "Linorix Success!";
288 Duration = 3;
289 })
290 end
291end)
292
293Execute.MouseButton1Down:connect(function()
294 if cheatcode.Text == "CypherXHub" then
295 loadstring(HttpGet('https://raw.githubusercontent.com/Enviie/Cypher-X-Hub-Lua-Source/main/Cypher%20X%20Hub.lua'))()
296 game:GetService("StarterGui"):SetCore("SendNotification", {
297 Title = "RoAdmin";
298 Text = "CypherXHub Success!";
299 Duration = 3;
300 })
301 end
302end)
303
304Execute.MouseButton1Down:connect(function()
305 if cheatcode.Text == "GiveLoadstring" then
306 loadstring(HttpGet('https://pastebin.com/raw/pQh3QQec'))()
307 game:GetService("StarterGui"):SetCore("SendNotification", {
308 Title = "RoAdmin";
309 Text = "Loadsting got Accepted!";
310 Duration = 3;
311 })
312 end
313end)
314
315Execute.MouseButton1Down:connect(function()
316 if cheatcode.Text == "Sharingan" then
317 local Imput = game:GetService("UserInputService")
318 local Plr = game.Players.LocalPlayer
319 local Mouse = Plr:GetMouse()
320
321 function To(position)
322 local Chr = Plr.Character
323 if Chr ~= nil then
324 Chr:MoveTo(position)
325 end
326 end
327
328 Imput.InputBegan:Connect(function(input)
329 if input.UserInputType == Enum.UserInputType.MouseButton1 and Imput:IsKeyDown(Enum.KeyCode.LeftControl) then
330 To(Mouse.Hit.p)
331 end
332 end)
333
334 game:GetService("StarterGui"):SetCore("SendNotification", {
335 Title = "RoAdmin";
336 Text = "Ctrl Tp means Sharingan!";
337 Duration = 3;
338 })
339 end
340end)
341
342Execute.MouseButton1Down:connect(function()
343 if cheatcode.Text == "NoClip" then
344 noclip = false
345 game:GetService('RunService').Stepped:connect(function()
346 if noclip then
347 game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
348 end
349 end)
350 plr = game.Players.LocalPlayer
351 mouse = plr:GetMouse()
352 mouse.KeyDown:connect(function(key)
353
354 if key == "f" then
355 noclip = not noclip
356 game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
357 end
358 end)
359 print('Loaded')
360 print('Press "F" to noclip')
361 game:GetService("StarterGui"):SetCore("SendNotification", {
362 Title = "RoAdmin";
363 Text = "Code Accepted Press E to NoClip!";
364 Duration = 3;
365 })
366 end
367end)
368
369getcode.Name = "getcode"
370getcode.Parent = frametest
371getcode.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
372getcode.BackgroundTransparency = 1.000
373getcode.Position = UDim2.new(0.581379414, 0, 0.851294339, 0)
374getcode.Size = UDim2.new(0, 170, 0, 29)
375getcode.Font = Enum.Font.SourceSans
376getcode.Text = "Get Code"
377getcode.TextColor3 = Color3.fromRGB(255, 255, 255)
378getcode.TextScaled = true
379getcode.TextSize = 14.000
380getcode.TextWrapped = true
381getcode.MouseButton1Down:connect(function()
382 wait(1)
383 codeframe.Visible = true
384end)
385
386wlkspeed.Name = "wlkspeed"
387wlkspeed.Parent = frametest
388wlkspeed.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
389wlkspeed.Position = UDim2.new(0.0370557085, 0, 0.702828765, 0)
390wlkspeed.Size = UDim2.new(0, 120, 0, 29)
391wlkspeed.Font = Enum.Font.SourceSans
392wlkspeed.PlaceholderText = "Walkspeed"
393wlkspeed.Text = ""
394wlkspeed.TextColor3 = Color3.fromRGB(255, 255, 255)
395wlkspeed.TextSize = 20.000
396wlkspeed.TextXAlignment = Enum.TextXAlignment.Left
397
398Changespeed.Name = "Changespeed"
399Changespeed.Parent = frametest
400Changespeed.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
401Changespeed.Position = UDim2.new(0.311118126, 0, 0.702828705, 0)
402Changespeed.Size = UDim2.new(0, 64, 0, 29)
403Changespeed.Font = Enum.Font.SourceSans
404Changespeed.Text = "Change"
405Changespeed.TextColor3 = Color3.fromRGB(255, 255, 255)
406Changespeed.TextSize = 20.000
407Changespeed.TextWrapped = true
408
409jmpower.Name = "jmpower"
410jmpower.Parent = frametest
411jmpower.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
412jmpower.Position = UDim2.new(0.0370557085, 0, 0.851294339, 0)
413jmpower.Size = UDim2.new(0, 121, 0, 29)
414jmpower.Font = Enum.Font.SourceSans
415jmpower.PlaceholderText = "JumpPower"
416jmpower.Text = ""
417jmpower.TextColor3 = Color3.fromRGB(255, 255, 255)
418jmpower.TextSize = 20.000
419jmpower.TextXAlignment = Enum.TextXAlignment.Left
420
421resetspawn.Name = "resetspawn"
422resetspawn.Parent = frametest
423resetspawn.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
424resetspawn.BorderSizePixel = 0
425resetspawn.Position = UDim2.new(0.0347778201, 0, 0.582443416, 0)
426resetspawn.Size = UDim2.new(0, 64, 0, 22)
427resetspawn.Font = Enum.Font.SourceSansBold
428resetspawn.Text = "Reset"
429resetspawn.TextColor3 = Color3.fromRGB(255, 255, 255)
430resetspawn.TextSize = 20.000
431resetspawn.TextWrapped = true
432
433cheatcode.Name = "cheatcode"
434cheatcode.Parent = frametest
435cheatcode.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
436cheatcode.Position = UDim2.new(0.0412523262, 0, 0.204933375, 0)
437cheatcode.Size = UDim2.new(0, 402, 0, 37)
438cheatcode.Font = Enum.Font.SourceSans
439cheatcode.PlaceholderText = "Cheat Code Here"
440cheatcode.Text = ""
441cheatcode.TextColor3 = Color3.fromRGB(255, 255, 255)
442cheatcode.TextSize = 20.000
443
444Changesjump.Name = "Changesjump"
445Changesjump.Parent = frametest
446Changesjump.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
447Changesjump.Position = UDim2.new(0.31115374, 0, 0.848481894, 0)
448Changesjump.Size = UDim2.new(0, 64, 0, 29)
449Changesjump.Font = Enum.Font.SourceSans
450Changesjump.Text = "Change"
451Changesjump.TextColor3 = Color3.fromRGB(255, 255, 255)
452Changesjump.TextSize = 20.000
453Changesjump.TextWrapped = true
454Changespeed.MouseButton1Down:Connect(function()
455 if wlkspeed.Text == "50" then
456 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50
457 game:GetService("StarterGui"):SetCore("SendNotification", {
458 Title = "RoAdmin";
459 Text = "Walkspeed Changed!";
460 Duration = 3;
461 })
462 end
463end)
464
465Changespeed.MouseButton1Down:Connect(function()
466 if wlkspeed.Text == "100" then
467 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
468 game:GetService("StarterGui"):SetCore("SendNotification", {
469 Title = "RoAdmin";
470 Text = "Walkspeed Changed!";
471 Duration = 3;
472 })
473
474 end
475end)
476
477
478Changespeed.MouseButton1Down:Connect(function()
479 if wlkspeed.Text == "110" then
480 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 110
481 game:GetService("StarterGui"):SetCore("SendNotification", {
482 Title = "RoAdmin";
483 Text = "Walkspeed Changed!";
484 Duration = 3;
485 })
486
487 end
488end)
489
490Changespeed.MouseButton1Down:Connect(function()
491 if wlkspeed.Text == "120" then
492 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 120
493 game:GetService("StarterGui"):SetCore("SendNotification", {
494 Title = "RoAdmin";
495 Text = "Walkspeed Changed!";
496 Duration = 3;
497 })
498
499 end
500end)
501
502Changespeed.MouseButton1Down:Connect(function()
503 if wlkspeed.Text == "200" then
504 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 200
505 game:GetService("StarterGui"):SetCore("SendNotification", {
506 Title = "RoAdmin";
507 Text = "Walkspeed Changed!";
508 Duration = 3;
509 })
510
511 end
512end)
513
514Changespeed.MouseButton1Down:Connect(function()
515 if wlkspeed.Text == "300" then
516 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 300
517 game:GetService("StarterGui"):SetCore("SendNotification", {
518 Title = "RoAdmin";
519 Text = "Walkspeed Changed!";
520 Duration = 3;
521 })
522
523 end
524end)
525
526Changespeed.MouseButton1Down:Connect(function()
527 if wlkspeed.Text == "400" then
528 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 400
529 game:GetService("StarterGui"):SetCore("SendNotification", {
530 Title = "RoAdmin";
531 Text = "Walkspeed Changed!";
532 Duration = 3;
533 })
534
535 end
536end)
537
538Changespeed.MouseButton1Down:Connect(function()
539 if wlkspeed.Text == "500" then
540 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 500
541 game:GetService("StarterGui"):SetCore("SendNotification", {
542 Title = "RoAdmin";
543 Text = "Walkspeed Changed!";
544 Duration = 3;
545 })
546
547 end
548end)
549
550
551Changesjump.MouseButton1Down:Connect(function()
552 if jmpower.Text == "50" then
553 game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
554 game:GetService("StarterGui"):SetCore("SendNotification", {
555 Title = "RoAdmin";
556 Text = "JumpPower Changed!";
557 Duration = 3;
558 })
559
560 end
561end)
562
563Changesjump.MouseButton1Down:Connect(function()
564 if jmpower.Text == "100" then
565 game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
566 game:GetService("StarterGui"):SetCore("SendNotification", {
567 Title = "RoAdmin";
568 Text = "JumpPower Changed!";
569 Duration = 3;
570 })
571
572 end
573end)
574
575Changesjump.MouseButton1Down:Connect(function()
576 if jmpower.Text == "150" then
577 game.Players.LocalPlayer.Character.Humanoid.JumpPower = 150
578 game:GetService("StarterGui"):SetCore("SendNotification", {
579 Title = "RoAdmin";
580 Text = "JumpPower Changed!";
581 Duration = 3;
582 })
583
584 end
585end)
586
587Changesjump.MouseButton1Down:Connect(function()
588 if jmpower.Text == "200" then
589 game.Players.LocalPlayer.Character.Humanoid.JumpPower = 200
590 game:GetService("StarterGui"):SetCore("SendNotification", {
591 Title = "RoAdmin";
592 Text = "JumpPower Changed!";
593 Duration = 3;
594 })
595
596 end
597end)
598
599Changesjump.MouseButton1Down:Connect(function()
600 if jmpower.Text == "250" then
601 game.Players.LocalPlayer.Character.Humanoid.JumpPower = 250
602 game:GetService("StarterGui"):SetCore("SendNotification", {
603 Title = "RoAdmin";
604 Text = "JumpPower Changed!";
605 Duration = 3;
606 })
607
608 end
609end)
610
611Changesjump.MouseButton1Down:Connect(function()
612 if jmpower.Text == "300" then
613 game.Players.LocalPlayer.Character.Humanoid.JumpPower = 300
614 game:GetService("StarterGui"):SetCore("SendNotification", {
615 Title = "RoAdmin";
616 Text = "JumpPower Changed!";
617 Duration = 3;
618 })
619
620 end
621end)
622
623Changesjump.MouseButton1Down:Connect(function()
624 if jmpower.Text == "350" then
625 game.Players.LocalPlayer.Character.Humanoid.JumpPower = 350
626 game:GetService("StarterGui"):SetCore("SendNotification", {
627 Title = "RoAdmin";
628 Text = "JumpPower Changed!";
629 Duration = 3;
630 })
631
632 end
633end)
634
635Changesjump.MouseButton1Down:Connect(function()
636 if jmpower.Text == "400" then
637 game.Players.LocalPlayer.Character.Humanoid.JumpPower = 400
638 game:GetService("StarterGui"):SetCore("SendNotification", {
639 Title = "RoAdmin";
640 Text = "JumpPower Changed!";
641 Duration = 3;
642 })
643
644 end
645end)
646
647Changesjump.MouseButton1Down:Connect(function()
648 if jmpower.Text == "450" then
649 game.Players.LocalPlayer.Character.Humanoid.JumpPower = 450
650 game:GetService("StarterGui"):SetCore("SendNotification", {
651 Title = "RoAdmin";
652 Text = "JumpPower Changed!";
653 Duration = 3;
654 })
655
656 end
657end)
658
659Changesjump.MouseButton1Down:Connect(function()
660 if jmpower.Text == "500" then
661 game.Players.LocalPlayer.Character.Humanoid.JumpPower = 500
662 game:GetService("StarterGui"):SetCore("SendNotification", {
663 Title = "RoAdmin";
664 Text = "JumpPower Changed!";
665 Duration = 3;
666 })
667
668 end
669end)
670
671resetspawn.MouseButton1Down:Connect(function()
672 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
673 game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
674 game:GetService("StarterGui"):SetCore("SendNotification", {
675 Title = "RoAdmin";
676 Text = "Reset";
677 Duration = 3;
678 })
679end)
680
681adminlabel.Name = "adminlabel"
682adminlabel.Parent = frametest
683adminlabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
684adminlabel.BackgroundTransparency = 1.000
685adminlabel.Size = UDim2.new(0, 45, 0, 33)
686adminlabel.Image = "rbxassetid://6410652418"
687
688openframe.Name = "openframe"
689openframe.Parent = ScreenGui
690openframe.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
691openframe.BorderSizePixel = 0
692openframe.Position = UDim2.new(0, 0, 0.43650794, 0)
693openframe.Size = UDim2.new(0, 100, 0, 36)
694
695open.Name = "open"
696open.Parent = openframe
697open.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
698open.BorderSizePixel = 0
699open.Position = UDim2.new(0, 0, 0.222222224, 0)
700open.Size = UDim2.new(0, 94, 0, 21)
701open.Font = Enum.Font.SourceSansBold
702open.Text = "OPEN"
703open.TextColor3 = Color3.fromRGB(255, 255, 255)
704open.TextScaled = true
705open.TextSize = 14.000
706open.TextWrapped = true
707open.MouseButton1Down:connect(function()
708 wait(6)
709 frametest.Visible = true
710end)
711
712codeframe.Name = "codeframe"
713codeframe.Parent = ScreenGui
714codeframe.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
715codeframe.BorderSizePixel = 0
716codeframe.Position = UDim2.new(0.732986689, 0, 0.214285746, 0)
717codeframe.Size = UDim2.new(0, 200, 0, 340)
718codeframe.Visible = false
719
720codename.Name = "codename"
721codename.Parent = codeframe
722codename.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
723codename.BorderSizePixel = 0
724codename.Size = UDim2.new(0, 100, 0, 17)
725codename.Font = Enum.Font.SourceSansBold
726codename.Text = "Codes:"
727codename.TextColor3 = Color3.fromRGB(255, 255, 255)
728codename.TextScaled = true
729codename.TextSize = 14.000
730codename.TextWrapped = true
731
732code1.Name = "code1"
733code1.Parent = codeframe
734code1.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
735code1.BorderSizePixel = 0
736code1.Position = UDim2.new(0.0800000057, 0, 0.0823529437, 0)
737code1.Size = UDim2.new(0, 83, 0, 20)
738code1.Font = Enum.Font.SourceSansBold
739code1.Text = "ArsenalKiller"
740code1.TextColor3 = Color3.fromRGB(255, 255, 255)
741code1.TextScaled = true
742code1.TextSize = 14.000
743code1.TextWrapped = true
744
745code2.Name = "code2"
746code2.Parent = codeframe
747code2.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
748code2.BorderSizePixel = 0
749code2.Position = UDim2.new(0.0800000057, 0, 0.158823535, 0)
750code2.Size = UDim2.new(0, 83, 0, 20)
751code2.Font = Enum.Font.SourceSansBold
752code2.Text = "InvisibleMap"
753code2.TextColor3 = Color3.fromRGB(255, 255, 255)
754code2.TextScaled = true
755code2.TextSize = 14.000
756code2.TextWrapped = true
757
758code3.Name = "code3"
759code3.Parent = codeframe
760code3.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
761code3.BorderSizePixel = 0
762code3.Position = UDim2.new(0.0800000057, 0, 0.235294133, 0)
763code3.Size = UDim2.new(0, 83, 0, 20)
764code3.Font = Enum.Font.SourceSansBold
765code3.Text = "InfinityX"
766code3.TextColor3 = Color3.fromRGB(255, 255, 255)
767code3.TextScaled = true
768code3.TextSize = 14.000
769code3.TextWrapped = true
770
771code4.Name = "code4"
772code4.Parent = codeframe
773code4.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
774code4.BorderSizePixel = 0
775code4.Position = UDim2.new(0.0800000057, 0, 0.332352966, 0)
776code4.Size = UDim2.new(0, 83, 0, 20)
777code4.Font = Enum.Font.SourceSansBold
778code4.Text = "RoXploit"
779code4.TextColor3 = Color3.fromRGB(255, 255, 255)
780code4.TextScaled = true
781code4.TextSize = 14.000
782code4.TextWrapped = true
783
784code5.Name = "code5"
785code5.Parent = codeframe
786code5.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
787code5.BorderSizePixel = 0
788code5.Position = UDim2.new(0.0800000057, 0, 0.417647094, 0)
789code5.Size = UDim2.new(0, 83, 0, 20)
790code5.Font = Enum.Font.SourceSansBold
791code5.Text = "FreeAnimations"
792code5.TextColor3 = Color3.fromRGB(255, 255, 255)
793code5.TextScaled = true
794code5.TextSize = 14.000
795code5.TextWrapped = true
796
797code6.Name = "code6"
798code6.Parent = codeframe
799code6.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
800code6.BorderSizePixel = 0
801code6.Position = UDim2.new(0.0800000057, 0, 0.514705896, 0)
802code6.Size = UDim2.new(0, 83, 0, 20)
803code6.Font = Enum.Font.SourceSansBold
804code6.Text = "SynapseX"
805code6.TextColor3 = Color3.fromRGB(255, 255, 255)
806code6.TextScaled = true
807code6.TextSize = 14.000
808code6.TextWrapped = true
809
810code7.Name = "code7"
811code7.Parent = codeframe
812code7.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
813code7.BorderSizePixel = 0
814code7.Position = UDim2.new(0.0800000057, 0, 0.602941215, 0)
815code7.Size = UDim2.new(0, 83, 0, 20)
816code7.Font = Enum.Font.SourceSansBold
817code7.Text = "MM2"
818code7.TextColor3 = Color3.fromRGB(255, 255, 255)
819code7.TextScaled = true
820code7.TextSize = 14.000
821code7.TextWrapped = true
822
823availcode.Name = "availcode"
824availcode.Parent = codeframe
825availcode.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
826availcode.BorderSizePixel = 0
827availcode.Position = UDim2.new(0.0799999982, 0, 0.867647052, 0)
828availcode.Size = UDim2.new(0, 83, 0, 38)
829availcode.Font = Enum.Font.SourceSansBold
830availcode.Text = "That only are available."
831availcode.TextColor3 = Color3.fromRGB(255, 255, 255)
832availcode.TextSize = 14.000
833availcode.TextWrapped = true
834
835closecode.Name = "closecode"
836closecode.Parent = codeframe
837closecode.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
838closecode.BorderSizePixel = 0
839closecode.Position = UDim2.new(0.0800000057, 0, 0.741176486, 0)
840closecode.Size = UDim2.new(0, 83, 0, 20)
841closecode.Font = Enum.Font.SourceSansBold
842closecode.Text = "Close/Go back"
843closecode.TextColor3 = Color3.fromRGB(255, 255, 255)
844closecode.TextScaled = true
845closecode.TextSize = 14.000
846closecode.TextWrapped = true
847closecode.MouseEnter:connect(function()
848 wait(2)
849 codeframe.Visible = false
850
851end)
852
853code8.Name = "code8"
854code8.Parent = codeframe
855code8.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
856code8.BorderSizePixel = 0
857code8.Position = UDim2.new(0.0800000057, 0, 0.667647123, 0)
858code8.Size = UDim2.new(0, 83, 0, 20)
859code8.Font = Enum.Font.SourceSansBold
860code8.Text = "AchromaticFedora"
861code8.TextColor3 = Color3.fromRGB(255, 255, 255)
862code8.TextScaled = true
863code8.TextSize = 14.000
864code8.TextWrapped = true
865
866creditsframe.Name = "creditsframe"
867creditsframe.Parent = ScreenGui
868creditsframe.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
869creditsframe.Position = UDim2.new(0.244648322, 0, 0.631439686, 0)
870creditsframe.Size = UDim2.new(0, 439, 0, 33)
871
872Attach.Name = "Attach"
873Attach.Parent = creditsframe
874Attach.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
875Attach.Position = UDim2.new(0.0336985141, 0, 0.108497389, 0)
876Attach.Size = UDim2.new(0, 198, 0, 25)
877Attach.Font = Enum.Font.SourceSans
878Attach.Text = "Attach"
879Attach.TextColor3 = Color3.fromRGB(255, 255, 255)
880Attach.TextScaled = true
881Attach.TextSize = 14.000
882Attach.TextWrapped = true
883Attach.MouseButton1Down:connect(function()
884 wait(8)
885 creditsframe:TweenPosition(UDim2.new(0.417, 0.417 ,0 , 1080))
886 game:GetService("StarterGui"):SetCore("SendNotification", {
887 Title = "RoSploit API";
888 Text = "Attach Successfully!";
889 Duration = 3;
890 })
891 wait(2)
892 creditsframe.Visible = false
893
894 wait(0.1)
895 frametest.Visible = true
896
897end)
898
899attach2.Name = "attach2"
900attach2.Parent = creditsframe
901attach2.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
902attach2.Position = UDim2.new(0.517716765, 0, 0.108497389, 0)
903attach2.Size = UDim2.new(0, 198, 0, 25)
904attach2.Font = Enum.Font.SourceSans
905attach2.Text = "Credits"
906attach2.TextColor3 = Color3.fromRGB(255, 255, 255)
907attach2.TextScaled = true
908attach2.TextSize = 14.000
909attach2.TextWrapped = true
910
911charframe.Name = "charframe"
912charframe.Parent = creditsframe
913charframe.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
914charframe.BackgroundTransparency = 0.050
915charframe.BorderSizePixel = 0
916charframe.Position = UDim2.new(0, 0, -7.52786636, 0)
917charframe.Size = UDim2.new(0, 439, 0, 247)
918
919-- Scripts:
920
921local function SMRTW_fake_script() -- r.LocalScript
922 local script = Instance.new('LocalScript', r)
923
924 script.Parent.MouseButton1Click:Connect(function()
925 script.Parent.rremote:FireServer(require(158066100):r6(game.Players.LocalPlayer))
926 end)
927end
928coroutine.wrap(SMRTW_fake_script)()
929local function ULJMLVW_fake_script() -- close.LocalScript
930 local script = Instance.new('LocalScript', close)
931
932 script.Parent.MouseButton1Click:Connect(function()
933 script.Parent.Parent.Visible = false
934 end)
935end
936coroutine.wrap(ULJMLVW_fake_script)()
937local function AQDH_fake_script() -- frametest.LocalScript
938 local script = Instance.new('LocalScript', frametest)
939
940 script.Parent.Active = true
941 script.Parent.Selectable = true
942 script.Parent.Draggable = true
943end
944coroutine.wrap(AQDH_fake_script)()
945local function JWUMJ_fake_script() -- ScreenGui.LocalScript
946 local script = Instance.new('LocalScript', ScreenGui)
947
948 local frametest = script.Parent.frametest
949 local cheatcode = script.Parent.frametest.cheatcode
950
951 cheatcode.MouseLeave:Connect(function()
952 if cheatcode.Text == "ArsenalKiller" then
953 game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(k)
954 if k == "e" then
955 local Gun = game.ReplicatedStorage.Weapons:FindFirstChild(game.Players.LocalPlayer.NRPBS.EquippedTool.Value);
956 local Crit = math.random() > .6 and true or false;
957 for i,v in pairs(game.Players:GetPlayers()) do
958 if v and v.Character and v.Character:FindFirstChild("Head") then
959 local Distance = (game.Players.LocalPlayer.Character.Head.Position - v.Character.Head.Position).magnitude
960 for i = 1,10 do
961 game.ReplicatedStorage.Events.HitPart:FireServer(v.Character.Head,
962 v.Character.Head.Position + Vector3.new(math.random(), math.random(), math.random()),
963 Gun.Name,
964 Crit and 2 or 1,
965 Distance,
966 Backstab,
967 Crit,
968 false,
969 1,
970 false,
971 Gun.FireRate.Value,
972 Gun.ReloadTime.Value,
973 Gun.Ammo.Value,
974 Gun.StoredAmmo.Value,
975 Gun.Bullets.Value,
976 Gun.EquipTime.Value,
977 Gun.RecoilControl.Value,
978 Gun.Auto.Value,
979 Gun['Speed%'].Value,
980 game.ReplicatedStorage.wkspc.DistributedTime.Value);
981 end
982 end
983 end
984 end
985 end)
986
987 game:GetService("StarterGui"):SetCore("SendNotification", {
988 Title = "RoAdmin";
989 Text = "Code Accepted Press E to KillAll!";
990 Duration = 3;
991 })
992
993 end
994 end)
995
996 cheatcode.MouseLeave:Connect(function()
997 if cheatcode.Text == "InvisibleMap" then
998 game:GetService("StarterGui"):SetCore("SendNotification", {
999 Title = "RoAdmin";
1000 Text = "Code Accepted!";
1001 Duration = 3;
1002 })
1003 end
1004 end)
1005
1006 cheatcode.MouseLeave:Connect(function()
1007 if cheatcode.Text == "Tp" then
1008 game:GetService("StarterGui"):SetCore("SendNotification", {
1009 Title = "RoAdmin";
1010 Text = "Code Accepted!";
1011 Duration = 3;
1012 })
1013 end
1014 end)
1015
1016 cheatcode.MouseLeave:Connect(function()
1017 if cheatcode.Text == "NoClip" then
1018 noclip = false
1019 game:GetService('RunService').Stepped:connect(function()
1020 if noclip then
1021 game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
1022 end
1023 end)
1024 plr = game.Players.LocalPlayer
1025 mouse = plr:GetMouse()
1026 mouse.KeyDown:connect(function(key)
1027
1028 if key == "f" then
1029 noclip = not noclip
1030 game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
1031 end
1032 end)
1033 print('Loaded')
1034 print('Press "F" to noclip')
1035 game:GetService("StarterGui"):SetCore("SendNotification", {
1036 Title = "RoAdmin";
1037 Text = "Code Accepted Press E to NoClip!";
1038 Duration = 3;
1039 })
1040 end
1041 end)
1042
1043
1044
1045end
1046coroutine.wrap(JWUMJ_fake_script)()
1047local function OELNPDJ_fake_script() -- ScreenGui.LocalScript
1048 local script = Instance.new('LocalScript', ScreenGui)
1049
1050 local wlkspeed = script.Parent.frametest.wlkspeed
1051 local Changespeed = script.Parent.frametest.Changespeed
1052 local frametest = script.Parent.frametest
1053 local Changesjump = script.Parent.frametest.Changesjump
1054 local jmpower = script.Parent.frametest.jmpower
1055 local resetspawn = script.Parent.frametest.resetspawn
1056
1057 Changespeed.MouseButton1Down:Connect(function()
1058 if wlkspeed.Text == "50" then
1059 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50
1060 game:GetService("StarterGui"):SetCore("SendNotification", {
1061 Title = "RoAdmin";
1062 Text = "Walkspeed Changed!";
1063 Duration = 3;
1064 })
1065 end
1066 end)
1067
1068 Changespeed.MouseButton1Down:Connect(function()
1069 if wlkspeed.Text == "100" then
1070 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
1071 game:GetService("StarterGui"):SetCore("SendNotification", {
1072 Title = "RoAdmin";
1073 Text = "Walkspeed Changed!";
1074 Duration = 3;
1075 })
1076
1077 end
1078 end)
1079
1080
1081 Changespeed.MouseButton1Down:Connect(function()
1082 if wlkspeed.Text == "110" then
1083 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 110
1084 game:GetService("StarterGui"):SetCore("SendNotification", {
1085 Title = "RoAdmin";
1086 Text = "Walkspeed Changed!";
1087 Duration = 3;
1088 })
1089
1090 end
1091 end)
1092
1093 Changespeed.MouseButton1Down:Connect(function()
1094 if wlkspeed.Text == "120" then
1095 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 120
1096 game:GetService("StarterGui"):SetCore("SendNotification", {
1097 Title = "RoAdmin";
1098 Text = "Walkspeed Changed!";
1099 Duration = 3;
1100 })
1101
1102 end
1103 end)
1104
1105 Changespeed.MouseButton1Down:Connect(function()
1106 if wlkspeed.Text == "200" then
1107 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 200
1108 game:GetService("StarterGui"):SetCore("SendNotification", {
1109 Title = "RoAdmin";
1110 Text = "Walkspeed Changed!";
1111 Duration = 3;
1112 })
1113
1114 end
1115 end)
1116
1117 Changespeed.MouseButton1Down:Connect(function()
1118 if wlkspeed.Text == "300" then
1119 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 300
1120 game:GetService("StarterGui"):SetCore("SendNotification", {
1121 Title = "RoAdmin";
1122 Text = "Walkspeed Changed!";
1123 Duration = 3;
1124 })
1125
1126 end
1127 end)
1128
1129 Changespeed.MouseButton1Down:Connect(function()
1130 if wlkspeed.Text == "400" then
1131 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 400
1132 game:GetService("StarterGui"):SetCore("SendNotification", {
1133 Title = "RoAdmin";
1134 Text = "Walkspeed Changed!";
1135 Duration = 3;
1136 })
1137
1138 end
1139 end)
1140
1141 Changespeed.MouseButton1Down:Connect(function()
1142 if wlkspeed.Text == "500" then
1143 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 500
1144 game:GetService("StarterGui"):SetCore("SendNotification", {
1145 Title = "RoAdmin";
1146 Text = "Walkspeed Changed!";
1147 Duration = 3;
1148 })
1149
1150 end
1151 end)
1152
1153
1154 Changesjump.MouseButton1Down:Connect(function()
1155 if jmpower.Text == "50" then
1156 game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
1157 game:GetService("StarterGui"):SetCore("SendNotification", {
1158 Title = "RoAdmin";
1159 Text = "JumpPower Changed!";
1160 Duration = 3;
1161 })
1162
1163 end
1164 end)
1165
1166 Changesjump.MouseButton1Down:Connect(function()
1167 if jmpower.Text == "100" then
1168 game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
1169 game:GetService("StarterGui"):SetCore("SendNotification", {
1170 Title = "RoAdmin";
1171 Text = "JumpPower Changed!";
1172 Duration = 3;
1173 })
1174
1175 end
1176 end)
1177
1178 Changesjump.MouseButton1Down:Connect(function()
1179 if jmpower.Text == "150" then
1180 game.Players.LocalPlayer.Character.Humanoid.JumpPower = 150
1181 game:GetService("StarterGui"):SetCore("SendNotification", {
1182 Title = "RoAdmin";
1183 Text = "JumpPower Changed!";
1184 Duration = 3;
1185 })
1186
1187 end
1188 end)
1189
1190 Changesjump.MouseButton1Down:Connect(function()
1191 if jmpower.Text == "200" then
1192 game.Players.LocalPlayer.Character.Humanoid.JumpPower = 200
1193 game:GetService("StarterGui"):SetCore("SendNotification", {
1194 Title = "RoAdmin";
1195 Text = "JumpPower Changed!";
1196 Duration = 3;
1197 })
1198
1199 end
1200 end)
1201
1202 Changesjump.MouseButton1Down:Connect(function()
1203 if jmpower.Text == "250" then
1204 game.Players.LocalPlayer.Character.Humanoid.JumpPower = 250
1205 game:GetService("StarterGui"):SetCore("SendNotification", {
1206 Title = "RoAdmin";
1207 Text = "JumpPower Changed!";
1208 Duration = 3;
1209 })
1210
1211 end
1212 end)
1213
1214 Changesjump.MouseButton1Down:Connect(function()
1215 if jmpower.Text == "300" then
1216 game.Players.LocalPlayer.Character.Humanoid.JumpPower = 300
1217 game:GetService("StarterGui"):SetCore("SendNotification", {
1218 Title = "RoAdmin";
1219 Text = "JumpPower Changed!";
1220 Duration = 3;
1221 })
1222
1223 end
1224 end)
1225
1226 Changesjump.MouseButton1Down:Connect(function()
1227 if jmpower.Text == "350" then
1228 game.Players.LocalPlayer.Character.Humanoid.JumpPower = 350
1229 game:GetService("StarterGui"):SetCore("SendNotification", {
1230 Title = "RoAdmin";
1231 Text = "JumpPower Changed!";
1232 Duration = 3;
1233 })
1234
1235 end
1236 end)
1237
1238 Changesjump.MouseButton1Down:Connect(function()
1239 if jmpower.Text == "400" then
1240 game.Players.LocalPlayer.Character.Humanoid.JumpPower = 400
1241 game:GetService("StarterGui"):SetCore("SendNotification", {
1242 Title = "RoAdmin";
1243 Text = "JumpPower Changed!";
1244 Duration = 3;
1245 })
1246
1247 end
1248 end)
1249
1250 Changesjump.MouseButton1Down:Connect(function()
1251 if jmpower.Text == "450" then
1252 game.Players.LocalPlayer.Character.Humanoid.JumpPower = 450
1253 game:GetService("StarterGui"):SetCore("SendNotification", {
1254 Title = "RoAdmin";
1255 Text = "JumpPower Changed!";
1256 Duration = 3;
1257 })
1258
1259 end
1260 end)
1261
1262 Changesjump.MouseButton1Down:Connect(function()
1263 if jmpower.Text == "500" then
1264 game.Players.LocalPlayer.Character.Humanoid.JumpPower = 500
1265 game:GetService("StarterGui"):SetCore("SendNotification", {
1266 Title = "RoAdmin";
1267 Text = "JumpPower Changed!";
1268 Duration = 3;
1269 })
1270
1271 end
1272 end)
1273
1274 resetspawn.MouseButton1Down:Connect(function()
1275 game.Players.LocalPlayer.Character.Humanoid.Health = 0
1276 game:GetService("StarterGui"):SetCore("SendNotification", {
1277 Title = "RoAdmin";
1278 Text = "Reset";
1279 Duration = 3;
1280 })
1281 end)
1282end
1283coroutine.wrap(OELNPDJ_fake_script)()
1284