View difference between Paste ID: u3bDTTKr and emkfqjwe
SHOW: | | - or go back to the newest paste.
1
-- couldnt find who this was from
2
-- Gui to Lua
3
-- Version: 3
4
5
-- Instances:
6
7
local ninja = Instance.new("ScreenGui")
8
local Main = Instance.new("Frame")
9
local BeaultyA = Instance.new("Frame")
10
local Name = Instance.new("TextLabel")
11
local Credits = Instance.new("TextButton")
12
local NlGUI = Instance.new("TextButton")
13
local nclp = Instance.new("TextButton")
14
local gp = Instance.new("TextButton")
15
16
--Properties:
17
18
ninja.Name = "ninja"
19
ninja.Parent = game.CoreGui
20
ninja.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
21
22
Main.Name = "Main"
23
Main.Parent = ninja
24
Main.Active = true
25
Main.BackgroundColor3 = Color3.new(0.666667, 0, 0.498039)
26
Main.BackgroundTransparency = 0.20000000298023
27
Main.BorderSizePixel = 0
28
Main.Position = UDim2.new(0.116176471, 0, 0.157635465, 0)
29
Main.Size = UDim2.new(0, 522, 0, 346)
30
Main.Draggable = true
31
32
BeaultyA.Name = "Beaulty A"
33
BeaultyA.Parent = Main
34
BeaultyA.Active = true
35
BeaultyA.BackgroundColor3 = Color3.new(0, 0, 0)
36
BeaultyA.BorderSizePixel = 0
37
BeaultyA.Size = UDim2.new(0, 522, 0, 39)
38
39
Name.Name = "Name"
40
Name.Parent = BeaultyA
41
Name.Active = true
42
Name.BackgroundColor3 = Color3.new(0, 0, 0)
43
Name.BorderSizePixel = 0
44
Name.Size = UDim2.new(0, 522, 0, 39)
45
Name.Font = Enum.Font.Cartoon
46
Name.Text = "Ninja Legends SCRIPT"
47
Name.TextColor3 = Color3.new(0.666667, 0, 0)
48
Name.TextSize = 50
49
50
Credits.Name = "Credits"
51
Credits.Parent = Main
52
Credits.BackgroundColor3 = Color3.new(0, 0, 0)
53
Credits.BorderSizePixel = 0
54
Credits.Position = UDim2.new(0.29501915, 0, 0.905193865, 0)
55
Credits.Size = UDim2.new(0, 214, 0, 32)
56
Credits.Font = Enum.Font.Antique
57
Credits.Text = "Credits"
58
Credits.TextColor3 = Color3.new(0.666667, 0, 0)
59
Credits.TextSize = 57
60
Credits.MouseButton1Down:connect(function()
61
local message = Instance.new("Message")
62
		message.Parent = game.Workspace
63
		message.Text = "Script By EPICKYT"
64
		wait(2)
65
		message:Destroy()
66
end)
67
68
NlGUI.Name = "NlGUI"
69
NlGUI.Parent = Main
70
NlGUI.BackgroundColor3 = Color3.new(0, 0, 0)
71
NlGUI.BorderSizePixel = 0
72
NlGUI.Position = UDim2.new(0.29501915, 0, 0.211552262, 0)
73
NlGUI.Size = UDim2.new(0, 214, 0, 32)
74
NlGUI.Font = Enum.Font.Arcade
75
NlGUI.Text = "Ninja legends gui"
76
NlGUI.TextColor3 = Color3.new(0.666667, 0, 0)
77
NlGUI.TextSize = 18
78
NlGUI.MouseButton1Down:connect(function()
79
loadstring(game:GetObjects("rbxassetid://4229359911")[1].Source)()
80
end)
81
82
nclp.Name = "nclp"
83
nclp.Parent = Main
84
nclp.BackgroundColor3 = Color3.new(0, 0, 0)
85
nclp.BorderSizePixel = 0
86
nclp.Position = UDim2.new(0.29501915, 0, 0.451436669, 0)
87
nclp.Size = UDim2.new(0, 214, 0, 32)
88
nclp.Font = Enum.Font.Arcade
89
nclp.Text = "Noclip (press P)"
90
nclp.TextColor3 = Color3.new(0.666667, 0, 0)
91
nclp.TextSize = 19
92
nclp.MouseButton1Down:connect(function()
93
noclip = false
94
game:GetService('RunService').Stepped:connect(function()
95
if noclip then
96
game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
97
end
98
end)
99
plr = game.Players.LocalPlayer
100
mouse = plr:GetMouse()
101
mouse.KeyDown:connect(function(key)
102
103
if key == "p" then
104
noclip = not noclip
105
game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
106
end
107
end)
108
print('Loaded')
109
print('Press "p" to noclip')
110
end)
111
112
gp.Name = "gp"
113
gp.Parent = Main
114
gp.BackgroundColor3 = Color3.new(0, 0, 0)
115
gp.BorderSizePixel = 0
116
gp.Position = UDim2.new(0.29501915, 0, 0.65952915, 0)
117
gp.Size = UDim2.new(0, 214, 0, 32)
118
gp.Font = Enum.Font.Arcade
119
gp.Text = "Get Gamepasses"
120
gp.TextColor3 = Color3.new(0.666667, 0, 0)
121
gp.TextSize = 26
122
BUTTONNAMEHERE.MouseButton1Down:connect(function()
123
-- Snipped on v3r for reasons
124
-- I've been getting lots of reports of everything is actually visual.
125
-- You can still have the scripts to troll/send pics ig
126
-- THIS IS JUST VISUAL STOP DMING ME THAT IT DOESN't WORK............................
127
-- Jxnt#9946
128
129
local gamepasses = {7235693}
130
for _,v in next, gamepasses do
131
if not game.Players.LocalPlayer:FindFirstChild(tostring(v)) then
132
local OwO = Instance.new("BoolValue", game.Players.LocalPlayer.ownedGamepasses)
133
OwO.Name = "Faster Sword"
134
OwO.Value = tostring(v)
135
end
136
end
137
local gamepasses = {7235671}
138
for _,v in next, gamepasses do
139
if not game.Players.LocalPlayer:FindFirstChild(tostring(v)) then
140
local OwO = Instance.new("BoolValue", game.Players.LocalPlayer.ownedGamepasses)
141
OwO.Name = "x2 Ninjitsu"
142
OwO.Value = tostring(v)
143
end
144
end
145
local gamepasses = {7235680}
146
for _,v in next, gamepasses do
147
if not game.Players.LocalPlayer:FindFirstChild(tostring(v)) then
148
local OwO = Instance.new("BoolValue", game.Players.LocalPlayer.ownedGamepasses)
149
OwO.Name = "x2 Speed"
150
OwO.Value = tostring(v)
151
end
152
end
153
local gamepasses = {7235685}
154
for _,v in next, gamepasses do
155
if not game.Players.LocalPlayer:FindFirstChild(tostring(v)) then
156
local OwO = Instance.new("BoolValue", game.Players.LocalPlayer.ownedGamepasses)
157
OwO.Name = "x2 Damage"
158
OwO.Value = tostring(v)
159
end
160
end
161
local gamepasses = {7235688}
162
for _,v in next, gamepasses do
163
if not game.Players.LocalPlayer:FindFirstChild(tostring(v)) then
164
local OwO = Instance.new("BoolValue", game.Players.LocalPlayer.ownedGamepasses)
165
OwO.Name = "x2 Health"
166
OwO.Value = tostring(v)
167
end
168
end
169
local gamepasses = {7235698}
170
for _,v in next, gamepasses do
171
if not game.Players.LocalPlayer:FindFirstChild(tostring(v)) then
172
local OwO = Instance.new("BoolValue", game.Players.LocalPlayer.ownedGamepasses)
173
OwO.Name = "Infinite Ninjitsu"
174
OwO.Value = tostring(v)
175
end
176
end
177
local gamepasses = {7361190}
178
for _,v in next, gamepasses do
179
if not game.Players.LocalPlayer:FindFirstChild(tostring(v)) then
180
local OwO = Instance.new("BoolValue", game.Players.LocalPlayer.ownedGamepasses)
181
OwO.Name = "+20 Capacity"
182
OwO.Value = tostring(v)
183
end
184
end
185
local gamepasses = {7361206}
186
for _,v in next, gamepasses do
187
if not game.Players.LocalPlayer:FindFirstChild(tostring(v)) then
188
local OwO = Instance.new("BoolValue", game.Players.LocalPlayer.ownedGamepasses)
189
OwO.Name = "+60 Capacity"
190
OwO.Value = tostring(v)
191
end
192
end
193
local gamepasses = {7361232}
194
for _,v in next, gamepasses do
195
if not game.Players.LocalPlayer:FindFirstChild(tostring(v)) then
196
local OwO = Instance.new("BoolValue", game.Players.LocalPlayer.ownedGamepasses)
197
OwO.Name = "+4 Pet Slots"
198
OwO.Value = tostring(v)
199
end
200
end
201
local gamepasses = {7442984}
202
for _,v in next, gamepasses do
203
if not game.Players.LocalPlayer:FindFirstChild(tostring(v)) then
204
local OwO = Instance.new("BoolValue", game.Players.LocalPlayer.ownedGamepasses)
205
OwO.Name = "Infinite Ammo"
206
OwO.Value = tostring(v)
207
end
208
end
209
local gamepasses = {7504500}
210
for _,v in next, gamepasses do
211
if not game.Players.LocalPlayer:FindFirstChild(tostring(v)) then
212
local OwO = Instance.new("BoolValue", game.Players.LocalPlayer.ownedGamepasses)
213
OwO.Name = "+100 Capacity"
214
OwO.Value = tostring(v)
215
end
216
end
217
local gamepasses = {7557569}
218
for _,v in next, gamepasses do
219
if not game.Players.LocalPlayer:FindFirstChild(tostring(v)) then
220
local OwO = Instance.new("BoolValue", game.Players.LocalPlayer.ownedGamepasses)
221
OwO.Name = "+200 Capacity"
222
OwO.Value = tostring(v)
223
end
224
end
225
local gamepasses = {7557657}
226
for _,v in next, gamepasses do
227
if not game.Players.LocalPlayer:FindFirstChild(tostring(v)) then
228
local OwO = Instance.new("BoolValue", game.Players.LocalPlayer.ownedGamepasses)
229
OwO.Name = "+2 Pet Slots"
230
OwO.Value = tostring(v)
231
end
232
end
233
end)