View difference between Paste ID: bJHR1FN4 and P86zcDCD
SHOW: | | - or go back to the newest paste.
1
game.StarterGui:SetCore('SendNotification', {
2
Title = "Gui Made By ClarkShadow";
3
Text = " Script By V3rmillion ";
4
duration = 1000000000000000;
5
})
6
 
7
wait(1)
8
 
9
game.StarterGui:SetCore('SendNotification', {
10
Title = "Roblox Name";
11
Text = " Tuilathi123123 ";
12
duration = 1000000000000000;
13
})
14
15
wait(1)
16
17
game.StarterGui:SetCore('SendNotification', {
18
Title = "Don't Change AnyThing";
19
Text = "Gui Will Be Broken ";
20
duration = 1000000000000000;
21
})
22
 
23
local Main = Instance.new("ScreenGui")
24
local MainGui = Instance.new("Frame")
25
local QuestTP = Instance.new("TextButton")
26
local QuestTpGui = Instance.new("Frame")
27
local SadNoob = Instance.new("TextButton")
28
local ThatNoob = Instance.new("TextButton")
29
local GunNoob = Instance.new("TextButton")
30
local SwordNoob = Instance.new("TextButton")
31
local Tilte3 = Instance.new("TextLabel")
32
local Tilte2 = Instance.new("TextLabel")
33
local Close1 = Instance.new("TextButton")
34
local Npclist = Instance.new("TextButton")
35
local NpcTpGui = Instance.new("Frame")
36
local Thief = Instance.new("TextButton")
37
local BuggyPirate = Instance.new("TextButton")
38
local AttackingNoob = Instance.new("TextButton")
39
local Buso = Instance.new("TextButton")
40
local Tilte5 = Instance.new("TextLabel")
41
local Tilte4 = Instance.new("TextLabel")
42
local Close2 = Instance.new("TextButton")
43
local Luffy = Instance.new("TextButton")
44
local OtherTp = Instance.new("TextButton")
45
local OtherTpGui = Instance.new("Frame")
46
local TPToDFSeller = Instance.new("TextButton")
47
local TPChest = Instance.new("TextButton")
48
local TpSwords = Instance.new("TextButton")
49
local Tilte7 = Instance.new("TextLabel")
50
local Tilte6 = Instance.new("TextLabel")
51
local Close3 = Instance.new("TextButton")
52
local Tilte = Instance.new("TextLabel")
53
local Credits = Instance.new("TextLabel")
54
local Close = Instance.new("TextButton")
55
local OtherScripts = Instance.new("TextButton")
56
local OhterScriptsGui = Instance.new("Frame")
57
local SpeedHack = Instance.new("TextButton")
58
local DeleteAntiCheat = Instance.new("TextButton")
59
local NoClip = Instance.new("TextButton")
60
local Tilte9 = Instance.new("TextLabel")
61
local Tilte8 = Instance.new("TextLabel")
62
local Close4 = Instance.new("TextButton")
63
local Logo = Instance.new("ImageLabel")
64
local TextLabel = Instance.new("TextLabel")
65
local OpenGui = Instance.new("Frame")
66
local Open = Instance.new("TextButton")
67
--Properties:
68
Main.Name = "Main"
69
Main.Parent = game.CoreGui
70
71
MainGui.Name = "MainGui"
72
MainGui.Parent = Main
73
MainGui.BackgroundColor3 = Color3.new(0.6, 0.623529, 0.666667)
74
MainGui.Position = UDim2.new(0.0790000036, 0, 1.70000005, 0)
75
MainGui.Size = UDim2.new(0, 374, 0, 273)
76
MainGui.Active = true
77
MainGui.Draggable = true
78
79
QuestTP.Name = "Quest TP"
80
QuestTP.Parent = MainGui
81
QuestTP.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
82
QuestTP.Position = UDim2.new(0.230543569, 0, 0.135341659, 0)
83
QuestTP.Size = UDim2.new(0, 200, 0, 38)
84
QuestTP.Font = Enum.Font.SourceSans
85
QuestTP.Text = "Quest Tp List"
86
QuestTP.TextColor3 = Color3.new(0, 1, 0.498039)
87
QuestTP.TextSize = 14
88
QuestTP.MouseButton1Down:connect(function()
89
QuestTpGui.Visible = true
90
end)
91
92
QuestTpGui.Name = "Quest Tp Gui"
93
QuestTpGui.Parent = QuestTP
94
QuestTpGui.BackgroundColor3 = Color3.new(0.6, 0.623529, 0.666667)
95
QuestTpGui.Position = UDim2.new(1.63000047, 0, -0.678965449, 0)
96
QuestTpGui.Size = UDim2.new(0, 294, 0, 267)
97
QuestTpGui.Visible = false
98
QuestTpGui.Active = true
99
QuestTpGui.Draggable = true
100
101
SadNoob.Name = "Sad Noob"
102
SadNoob.Parent = QuestTpGui
103
SadNoob.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
104
SadNoob.Position = UDim2.new(0.224489808, 0, 0.146067441, 0)
105
SadNoob.Size = UDim2.new(0, 148, 0, 33)
106
SadNoob.Font = Enum.Font.SourceSans
107
SadNoob.Text = "Sad Noob Tp"
108
SadNoob.TextColor3 = Color3.new(0, 1, 0.498039)
109
SadNoob.TextSize = 14
110
SadNoob.MouseButton1Down:connect(function()
111
for _,v in pairs(game.Workspace:GetDescendants()) do
112
   if string.find(v.ClassName, "Model") and string.find(v.Name, 'Sad noob') then
113
       v:FindFirstChild("Head").Anchored = true
114
       v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
115
  end
116
end
117
end)
118
119
ThatNoob.Name = "That Noob"
120
ThatNoob.Parent = QuestTpGui
121
ThatNoob.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
122
ThatNoob.Position = UDim2.new(0.224489808, 0, 0.325842708, 0)
123
ThatNoob.Size = UDim2.new(0, 148, 0, 33)
124
ThatNoob.Font = Enum.Font.SourceSans
125
ThatNoob.Text = "That Noob Tp"
126
ThatNoob.TextColor3 = Color3.new(0, 1, 0.498039)
127
ThatNoob.TextSize = 14
128
ThatNoob.MouseButton1Down:connect(function()
129
for _,v in pairs(game.Workspace:GetDescendants()) do
130
   if string.find(v.ClassName, "Model") and string.find(v.Name, 'That noob') then
131
       v:FindFirstChild("Head").Anchored = true
132
       v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
133
  end
134
end
135
end)
136
137
GunNoob.Name = "Gun Noob"
138
GunNoob.Parent = QuestTpGui
139
GunNoob.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
140
GunNoob.Position = UDim2.new(0.224489808, 0, 0.501872659, 0)
141
GunNoob.Size = UDim2.new(0, 148, 0, 33)
142
GunNoob.Font = Enum.Font.SourceSans
143
GunNoob.Text = "Gun Noob Tp"
144
GunNoob.TextColor3 = Color3.new(0, 1, 0.498039)
145
GunNoob.TextSize = 14
146
GunNoob.MouseButton1Down:connect(function()
147
for _,v in pairs(game.Workspace:GetDescendants()) do
148
   if string.find(v.ClassName, "Model") and string.find(v.Name, 'Gun noob') then
149
       v:FindFirstChild("Head").Anchored = true
150
       v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
151
  end
152
end
153
end)
154
155
SwordNoob.Name = "Sword Noob"
156
SwordNoob.Parent = QuestTpGui
157
SwordNoob.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
158
SwordNoob.Position = UDim2.new(0.224489808, 0, 0.689138591, 0)
159
SwordNoob.Size = UDim2.new(0, 148, 0, 33)
160
SwordNoob.Font = Enum.Font.SourceSans
161
SwordNoob.Text = "Sword  Noob Tp"
162
SwordNoob.TextColor3 = Color3.new(0, 1, 0.498039)
163
SwordNoob.TextSize = 14
164
SwordNoob.MouseButton1Down:connect(function()
165
for _,v in pairs(game.Workspace:GetDescendants()) do
166
   if string.find(v.ClassName, "Model") and string.find(v.Name, 'Sword noob') then
167
       v:FindFirstChild("Head").Anchored = true
168
       v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
169
  end
170
end
171
end)
172
173
Tilte3.Name = "Tilte3"
174
Tilte3.Parent = QuestTpGui
175
Tilte3.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
176
Tilte3.Size = UDim2.new(0, 264, 0, 31)
177
Tilte3.Font = Enum.Font.SourceSans
178
Tilte3.Text = "Quest Giver Tp"
179
Tilte3.TextColor3 = Color3.new(0, 1, 0.498039)
180
Tilte3.TextSize = 14
181
182
Tilte2.Name = "Tilte2"
183
Tilte2.Parent = QuestTpGui
184
Tilte2.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
185
Tilte2.Position = UDim2.new(0, 0, 0.883895159, 0)
186
Tilte2.Size = UDim2.new(0, 294, 0, 31)
187
Tilte2.Font = Enum.Font.SourceSans
188
Tilte2.Text = "Quest Giver Tp"
189
Tilte2.TextColor3 = Color3.new(0, 1, 0.498039)
190
Tilte2.TextSize = 14
191
192
Close1.Name = "Close 1"
193
Close1.Parent = QuestTpGui
194
Close1.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
195
Close1.Position = UDim2.new(0.897959173, 0, 0, 0)
196
Close1.Size = UDim2.new(0, 30, 0, 31)
197
Close1.Font = Enum.Font.SourceSans
198
Close1.Text = "X"
199
Close1.TextColor3 = Color3.new(1, 0, 0)
200
Close1.TextSize = 14
201
Close1.MouseButton1Down:connect(function()
202
QuestTpGui.Visible = false
203
end)
204
205
Npclist.Name = "Npc list"
206
Npclist.Parent = MainGui
207
Npclist.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
208
Npclist.Position = UDim2.new(0.230543569, 0, 0.32215485, 0)
209
Npclist.Size = UDim2.new(0, 200, 0, 36)
210
Npclist.Font = Enum.Font.SourceSans
211
Npclist.Text = "Npc TP List"
212
Npclist.TextColor3 = Color3.new(0, 1, 0.498039)
213
Npclist.TextSize = 14
214
Npclist.MouseButton1Down:connect(function()
215
NpcTpGui.Visible = true
216
end)
217
218
NpcTpGui.Name = "Npc Tp Gui"
219
NpcTpGui.Parent = Npclist
220
NpcTpGui.BackgroundColor3 = Color3.new(0.6, 0.623529, 0.666667)
221
NpcTpGui.Position = UDim2.new(1.54000044, 0, -2.4589653, 0)
222
NpcTpGui.Size = UDim2.new(0, 294, 0, 267)
223
NpcTpGui.Visible = false
224
NpcTpGui.Active = true
225
NpcTpGui.Draggable = true
226
227
Thief.Name = "Thief"
228
Thief.Parent = NpcTpGui
229
Thief.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
230
Thief.Position = UDim2.new(0.248299316, 0, 0.146067411, 0)
231
Thief.Size = UDim2.new(0, 148, 0, 22)
232
Thief.Font = Enum.Font.SourceSans
233
Thief.Text = "TP Thief"
234
Thief.TextColor3 = Color3.new(0, 1, 0.498039)
235
Thief.TextSize = 14
236
Thief.MouseButton1Down:connect(function()
237
for _,v in pairs(game.Workspace:GetDescendants()) do
238
  if string.find(v.Name, "Thief") then
239
      v:FindFirstChild("HumanoidRootPart").Anchored = true
240
      v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
241
   end
242
end
243
end)
244
245
BuggyPirate.Name = "Buggy Pirate"
246
BuggyPirate.Parent = NpcTpGui
247
BuggyPirate.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
248
BuggyPirate.Position = UDim2.new(0.248299316, 0, 0.277153552, 0)
249
BuggyPirate.Size = UDim2.new(0, 148, 0, 23)
250
BuggyPirate.Font = Enum.Font.SourceSans
251
BuggyPirate.Text = "Tp Buggy Pirate"
252
BuggyPirate.TextColor3 = Color3.new(0, 1, 0.498039)
253
BuggyPirate.TextSize = 14
254
BuggyPirate.MouseButton1Down:connect(function()
255
for _,v in pairs(game.Workspace:GetDescendants()) do
256
  if string.find(v.Name, "Buggy pirate") then
257
      v:FindFirstChild("HumanoidRootPart").Anchored = true
258
      v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
259
   end
260
end
261
end)
262
263
AttackingNoob.Name = "Attacking Noob"
264
AttackingNoob.Parent = NpcTpGui
265
AttackingNoob.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
266
AttackingNoob.Position = UDim2.new(0.248299316, 0, 0.41198504, 0)
267
AttackingNoob.Size = UDim2.new(0, 148, 0, 24)
268
AttackingNoob.Font = Enum.Font.SourceSans
269
AttackingNoob.Text = "TP Attacking Noob"
270
AttackingNoob.TextColor3 = Color3.new(0, 1, 0.498039)
271
AttackingNoob.TextSize = 14
272
AttackingNoob.MouseButton1Down:connect(function()
273
for _,v in pairs(game.Workspace:GetDescendants()) do
274
  if string.find(v.Name, "Attacking Noob") then
275
      v:FindFirstChild("HumanoidRootPart").Anchored = true
276
      v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
277
   end
278
end
279
end)
280
281
Buso.Name = "Buso"
282
Buso.Parent = NpcTpGui
283
Buso.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
284
Buso.Position = UDim2.new(0.248299301, 0, 0.550561905, 0)
285
Buso.Size = UDim2.new(0, 148, 0, 20)
286
Buso.Font = Enum.Font.SourceSans
287
Buso.Text = "TP Big Full Body "
288
Buso.TextColor3 = Color3.new(0, 1, 0.498039)
289
Buso.TextSize = 14
290
Buso.MouseButton1Down:connect(function()
291
for _,v in pairs(game.Workspace:GetDescendants()) do
292
  if string.find(v.Name, "Big Full Body") then
293
      v:FindFirstChild("HumanoidRootPart").Anchored = true
294
      v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
295
   end
296
end
297
end)
298
299
Tilte5.Name = "Tilte5"
300
Tilte5.Parent = NpcTpGui
301
Tilte5.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
302
Tilte5.Size = UDim2.new(0, 264, 0, 31)
303
Tilte5.Font = Enum.Font.SourceSans
304
Tilte5.Text = "NPC Tp"
305
Tilte5.TextColor3 = Color3.new(0, 1, 0.498039)
306
Tilte5.TextSize = 14
307
308
Tilte4.Name = "Tilte4"
309
Tilte4.Parent = NpcTpGui
310
Tilte4.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
311
Tilte4.Position = UDim2.new(0, 0, 0.883895159, 0)
312
Tilte4.Size = UDim2.new(0, 294, 0, 31)
313
Tilte4.Font = Enum.Font.SourceSans
314
Tilte4.Text = "NPC Tp"
315
Tilte4.TextColor3 = Color3.new(0, 1, 0.498039)
316
Tilte4.TextSize = 14
317
318
Close2.Name = "Close2"
319
Close2.Parent = NpcTpGui
320
Close2.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
321
Close2.Position = UDim2.new(0.897959173, 0, 0, 0)
322
Close2.Size = UDim2.new(0, 30, 0, 31)
323
Close2.Font = Enum.Font.SourceSans
324
Close2.Text = "X"
325
Close2.TextColor3 = Color3.new(1, 0, 0)
326
Close2.TextSize = 14
327
Close2.MouseButton1Down:connect(function()
328
NpcTpGui.Visible = false
329
end)
330
331
Luffy.Name = "Luffy"
332
Luffy.Parent = NpcTpGui
333
Luffy.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
334
Luffy.Position = UDim2.new(0.248299316, 0, 0.681648076, 0)
335
Luffy.Size = UDim2.new(0, 148, 0, 23)
336
Luffy.Font = Enum.Font.SourceSans
337
Luffy.Text = "TP Luffy"
338
Luffy.TextColor3 = Color3.new(0, 1, 0.498039)
339
Luffy.TextSize = 14
340
Luffy.MouseButton1Down:connect(function()
341
for _,v in pairs(game.Workspace:GetDescendants()) do
342
  if string.find(v.Name, "Luffy") then
343
      v:FindFirstChild("HumanoidRootPart").Anchored = true
344
      v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
345
   end
346
end
347
end)
348
349
OtherTp.Name = "Other Tp"
350
OtherTp.Parent = MainGui
351
OtherTp.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
352
OtherTp.Position = UDim2.new(0.230543569, 0, 0.483390152, 0)
353
OtherTp.Size = UDim2.new(0, 200, 0, 38)
354
OtherTp.Font = Enum.Font.SourceSans
355
OtherTp.Text = "Other Tp List"
356
OtherTp.TextColor3 = Color3.new(0, 1, 0.498039)
357
OtherTp.TextSize = 14
358
OtherTp.MouseButton1Down:connect(function()
359
OtherTpGui.Visible = true
360
end)
361
362
OtherTpGui.Name = "Other Tp Gui"
363
OtherTpGui.Parent = OtherTp
364
OtherTpGui.BackgroundColor3 = Color3.new(0.6, 0.623529, 0.666667)
365
OtherTpGui.Position = UDim2.new(1.6000005, 0, -3.41264963, 0)
366
OtherTpGui.Size = UDim2.new(0, 294, 0, 267)
367
OtherTpGui.Visible = false
368
OtherTpGui.Active = true
369
OtherTpGui.Draggable = true
370
371
TPToDFSeller.Name = "TP To DF Seller"
372
TPToDFSeller.Parent = OtherTpGui
373
TPToDFSeller.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
374
TPToDFSeller.Position = UDim2.new(0.248299316, 0, 0.187007606, 0)
375
TPToDFSeller.Size = UDim2.new(0, 148, 0, 42)
376
TPToDFSeller.Font = Enum.Font.SourceSans
377
TPToDFSeller.Text = "TP To DF Seller"
378
TPToDFSeller.TextColor3 = Color3.new(0, 1, 0.498039)
379
TPToDFSeller.TextSize = 14
380
TPToDFSeller.MouseButton1Down:connect(function()
381
for _,v in pairs(game.Workspace:GetDescendants()) do
382
   if string.find(v.ClassName, "Model") and string.find(v.Name, 'Devil Fruit Seller') then
383
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v:FindFirstChild("Head").CFrame
384
  end
385
end
386
end)
387
388
TPChest.Name = "TP Chest"
389
TPChest.Parent = OtherTpGui
390
TPChest.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
391
TPChest.Position = UDim2.new(0.248299316, 0, 0.39700374, 0)
392
TPChest.Size = UDim2.new(0, 148, 0, 38)
393
TPChest.Font = Enum.Font.SourceSans
394
TPChest.Text = "Tp Chest"
395
TPChest.TextColor3 = Color3.new(0, 1, 0.498039)
396
TPChest.TextSize = 14
397
TPChest.MouseButton1Down:connect(function()
398
for _,v in pairs(game.Workspace:GetDescendants()) do
399
if v.ClassName == "TouchTransmitter" then
400
v.Parent.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-5)
401
v.Parent.Anchored = true
402
end
403
end
404
end)
405
406
TpSwords.Name = "Tp Swords"
407
TpSwords.Parent = OtherTpGui
408
TpSwords.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
409
TpSwords.Position = UDim2.new(0.248299316, 0, 0.599057198, 0)
410
TpSwords.Size = UDim2.new(0, 148, 0, 45)
411
TpSwords.Font = Enum.Font.SourceSans
412
TpSwords.Text = "TP All Sword"
413
TpSwords.TextColor3 = Color3.new(0, 1, 0.498039)
414
TpSwords.TextSize = 14
415
TpSwords.MouseButton1Down:connect(function()
416
for _,v in pairs(game.Workspace:GetDescendants()) do
417
  if string.find(v.Name, "Price:") and string.find(v.ClassName, "Model") then
418
      v:FindFirstChild("Head").Anchored = true
419
      v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
420
 end
421
end
422
end)
423
424
Tilte7.Name = "Tilte7"
425
Tilte7.Parent = OtherTpGui
426
Tilte7.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
427
Tilte7.Size = UDim2.new(0, 264, 0, 31)
428
Tilte7.Font = Enum.Font.SourceSans
429
Tilte7.Text = "Other Tp"
430
Tilte7.TextColor3 = Color3.new(0, 1, 0.498039)
431
Tilte7.TextSize = 14
432
433
Tilte6.Name = "Tilte6"
434
Tilte6.Parent = OtherTpGui
435
Tilte6.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
436
Tilte6.Position = UDim2.new(0, 0, 0.883895159, 0)
437
Tilte6.Size = UDim2.new(0, 294, 0, 31)
438
Tilte6.Font = Enum.Font.SourceSans
439
Tilte6.Text = "Other Tp"
440
Tilte6.TextColor3 = Color3.new(0, 1, 0.498039)
441
Tilte6.TextSize = 14
442
443
Close3.Name = "Close3"
444
Close3.Parent = OtherTpGui
445
Close3.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
446
Close3.Position = UDim2.new(0.897959173, 0, 0, 0)
447
Close3.Size = UDim2.new(0, 30, 0, 31)
448
Close3.Font = Enum.Font.SourceSans
449
Close3.Text = "X"
450
Close3.TextColor3 = Color3.new(1, 0, 0)
451
Close3.TextSize = 14
452
Close3.MouseButton1Down:connect(function()
453
OtherTpGui.Visible = false
454
end)
455
456
Tilte.Name = "Tilte"
457
Tilte.Parent = MainGui
458
Tilte.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
459
Tilte.Size = UDim2.new(0, 339, 0, 28)
460
Tilte.Font = Enum.Font.SourceSans
461
Tilte.Text = "Steve One Piece Gui"
462
Tilte.TextColor3 = Color3.new(0, 1, 0.498039)
463
Tilte.TextSize = 14
464
465
Credits.Name = "Credits"
466
Credits.Parent = MainGui
467
Credits.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
468
Credits.Position = UDim2.new(0, 0, 0.897435904, 0)
469
Credits.Size = UDim2.new(0, 374, 0, 28)
470
Credits.Font = Enum.Font.SourceSans
471
Credits.Text = "Credits ClarkShadow#1097"
472
Credits.TextColor3 = Color3.new(0, 1, 0.498039)
473
Credits.TextSize = 14
474
475
Close.Name = "Close"
476
Close.Parent = MainGui
477
Close.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
478
Close.Position = UDim2.new(0.906417131, 0, 0, 0)
479
Close.Size = UDim2.new(0, 35, 0, 28)
480
Close.Font = Enum.Font.SourceSans
481
Close.Text = "X"
482
Close.TextColor3 = Color3.new(1, 0, 0)
483
Close.TextSize = 14
484
Close.MouseButton1Down:connect(function()
485
MainGui:TweenPosition(UDim2.new(0.079, 0, 1.7, 0), 'Out','Bounce', 1)
486
NpcTpGui.Visible = false
487
OhterScriptsGui.Visible = false
488
OtherTpGui.Visible = false
489
QuestTpGui.Visible = false
490
OpenGui.Visible = true
491
end)
492
493
OtherScripts.Name = "Other Scripts"
494
OtherScripts.Parent = MainGui
495
OtherScripts.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
496
OtherScripts.Position = UDim2.new(0.230543569, 0, 0.659214318, 0)
497
OtherScripts.Size = UDim2.new(0, 200, 0, 38)
498
OtherScripts.Font = Enum.Font.SourceSans
499
OtherScripts.Text = "Other Scripts"
500
OtherScripts.TextColor3 = Color3.new(0, 1, 0.498039)
501
OtherScripts.TextSize = 14
502
OtherScripts.MouseButton1Down:connect(function()
503
OhterScriptsGui.Visible = true
504
end)
505
506
OhterScriptsGui.Name = "Ohter Scripts Gui"
507
OhterScriptsGui.Parent = OtherScripts
508
OhterScriptsGui.BackgroundColor3 = Color3.new(0.6, 0.623529, 0.666667)
509
OhterScriptsGui.Position = UDim2.new(1.56000042, 0, -4.66949177, 0)
510
OhterScriptsGui.Size = UDim2.new(0, 294, 0, 267)
511
OhterScriptsGui.Visible = false
512
OhterScriptsGui.Active = true
513
OhterScriptsGui.Draggable = true
514
515
SpeedHack.Name = "Speed Hack"
516
SpeedHack.Parent = OhterScriptsGui
517
SpeedHack.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
518
SpeedHack.Position = UDim2.new(0.248299316, 0, 0.153558046, 0)
519
SpeedHack.Size = UDim2.new(0, 148, 0, 42)
520
SpeedHack.Font = Enum.Font.SourceSans
521
SpeedHack.Text = "Speed Hack"
522
SpeedHack.TextColor3 = Color3.new(0, 1, 0.498039)
523
SpeedHack.TextSize = 14
524
SpeedHack.MouseButton1Down:connect(function()
525
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 200
526
end)
527
528
DeleteAntiCheat.Name = "Delete Anti Cheat"
529
DeleteAntiCheat.Parent = OhterScriptsGui
530
DeleteAntiCheat.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
531
DeleteAntiCheat.Position = UDim2.new(0.248299316, 0, 0.38202247, 0)
532
DeleteAntiCheat.Size = UDim2.new(0, 148, 0, 48)
533
DeleteAntiCheat.Font = Enum.Font.SourceSans
534
DeleteAntiCheat.Text = "Delete Anti Cheat"
535
DeleteAntiCheat.TextColor3 = Color3.new(0, 1, 0.498039)
536
DeleteAntiCheat.TextSize = 14
537
DeleteAntiCheat.MouseButton1Down:connect(function()
538
for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do 
539
if v.ClassName == "Script" then 
540
for i,c in pairs(v:GetChildren()) do 
541
if c.Name == "" then
542
v:Remove()
543
544
end
545
end
546
end
547
end
548
end)
549
550
NoClip.Name = "NoClip"
551
NoClip.Parent = OhterScriptsGui
552
NoClip.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
553
NoClip.Position = UDim2.new(0.248299316, 0, 0.634609342, 0)
554
NoClip.Size = UDim2.new(0, 148, 0, 41)
555
NoClip.Font = Enum.Font.SourceSans
556
NoClip.Text = "Noclip(press e)"
557
NoClip.TextColor3 = Color3.new(0, 1, 0.498039)
558
NoClip.TextSize = 14
559
NoClip.MouseButton1Down:connect(function()
560
noclip = false
561
game:GetService('RunService').Stepped:connect(function()
562
if noclip then
563
game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
564
end
565
end)
566
plr = game.Players.LocalPlayer
567
mouse = plr:GetMouse()
568
mouse.KeyDown:connect(function(key)
569
570
if key == "e" then
571
noclip = not noclip
572
game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
573
end
574
end)
575
end)
576
577
Tilte9.Name = "Tilte9"
578
Tilte9.Parent = OhterScriptsGui
579
Tilte9.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
580
Tilte9.Size = UDim2.new(0, 264, 0, 31)
581
Tilte9.Font = Enum.Font.SourceSans
582
Tilte9.Text = "Other Scripts"
583
Tilte9.TextColor3 = Color3.new(0, 1, 0.498039)
584
Tilte9.TextSize = 14
585
586
Tilte8.Name = "Tilte8"
587
Tilte8.Parent = OhterScriptsGui
588
Tilte8.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
589
Tilte8.Position = UDim2.new(0, 0, 0.883895159, 0)
590
Tilte8.Size = UDim2.new(0, 294, 0, 31)
591
Tilte8.Font = Enum.Font.SourceSans
592
Tilte8.Text = "Other Scripts"
593
Tilte8.TextColor3 = Color3.new(0, 1, 0.498039)
594
Tilte8.TextSize = 14
595
596
Close4.Name = "Close4"
597
Close4.Parent = OhterScriptsGui
598
Close4.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
599
Close4.Position = UDim2.new(0.897959173, 0, 0, 0)
600
Close4.Size = UDim2.new(0, 30, 0, 31)
601
Close4.Font = Enum.Font.SourceSans
602
Close4.Text = "X"
603
Close4.TextColor3 = Color3.new(1, 0, 0)
604
Close4.TextSize = 1
605
Close4.MouseButton1Down:connect(function()
606
OhterScriptsGui.Visible = false
607
end)
608
609
Logo.Name = "Logo"
610
Logo.Parent = Main
611
Logo.BackgroundColor3 = Color3.new(1, 1, 1)
612
Logo.BackgroundTransparency = 1
613
Logo.Position = UDim2.new(0.244326204, 0, 0.25717932, 0)
614
Logo.Size = UDim2.new(0, 556, 0, 284)
615
Logo.Image = "rbxassetid://2524583203"
616
Logo.ImageTransparency = 1
617
618
TextLabel.Parent = Logo
619
TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
620
TextLabel.BackgroundTransparency = 1
621
TextLabel.Position = UDim2.new(0, 0, 1.04225349, 0)
622
TextLabel.Size = UDim2.new(0, 556, 0, 50)
623
TextLabel.Font = Enum.Font.SourceSans
624
TextLabel.Text = "CREATE : ClarkShadow#1097"
625
TextLabel.TextColor3 = Color3.new(1, 1, 1)
626
TextLabel.TextSize = 30
627
TextLabel.TextTransparency = 1
628
629
OpenGui.Name = "OpenGui"
630
OpenGui.Parent = Main
631
OpenGui.BackgroundColor3 = Color3.new(1, 1, 1)
632
OpenGui.Position = UDim2.new(0, 0, 0.515867531, 0)
633
OpenGui.Size = UDim2.new(0, 109, 0, 48)
634
OpenGui.Active = true
635
636
Open.Name = "Open"
637
Open.Parent = OpenGui
638
Open.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
639
Open.Position = UDim2.new(-0.266055048, 0, 0, 0)
640
Open.Size = UDim2.new(0, 200, 0, 50)
641
Open.Font = Enum.Font.SourceSans
642
Open.Text = "Open"
643
Open.TextColor3 = Color3.new(0, 1, 0.498039)
644
Open.TextSize = 14
645
Open.MouseButton1Down:connect(function()
646
MainGui:TweenPosition(UDim2.new(0.302, 0,0.28, 0), 'Out','Bounce', 1)
647
OpenGui.Visible = false
648
end)
649
650
wait(0.03)
651
game.CoreGui.Main.Logo.ImageTransparency = 1
652
game.CoreGui.Main.Logo.TextLabel.TextTransparency = 1
653
wait(0.03)
654
game.CoreGui.Main.Logo.ImageTransparency = 0.9
655
game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.9
656
wait(0.03)
657
game.CoreGui.Main.Logo.ImageTransparency = 0.8
658
game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.8
659
wait(0.03)
660
game.CoreGui.Main.Logo.ImageTransparency = 0.7
661
game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.7
662
wait(0.03)
663
game.CoreGui.Main.Logo.ImageTransparency = 0.6
664
game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.6
665
wait(0.03)
666
game.CoreGui.Main.Logo.ImageTransparency = 0.5
667
game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.5
668
wait(0.03)
669
game.CoreGui.Main.Logo.ImageTransparency = 0.4
670
game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.4
671
wait(0.03)
672
game.CoreGui.Main.Logo.ImageTransparency = 0.3
673
game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.3
674
wait(0.03)
675
game.CoreGui.Main.Logo.ImageTransparency = 0.2
676
game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.2
677
wait(0.03)
678
game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.1
679
game.CoreGui.Main.Logo.ImageTransparency = 0.1
680
wait(0.03)
681
game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0
682
game.CoreGui.Main.Logo.ImageTransparency = 0
683
wait(3.5)
684
game.CoreGui.Main.Logo.ImageTransparency = 0.1
685
game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.1
686
wait(0.03)
687
game.CoreGui.Main.Logo.ImageTransparency = 0.2
688
game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.2
689
wait(0.03)
690
game.CoreGui.Main.Logo.ImageTransparency = 0.3
691
game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.3
692
wait(0.03)
693
game.CoreGui.Main.Logo.ImageTransparency = 0.4
694
game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.4
695
wait(0.03)
696
game.CoreGui.Main.Logo.ImageTransparency = 0.5
697
game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.5
698
wait(0.03)
699
game.CoreGui.Main.Logo.ImageTransparency = 0.6
700
game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.6
701
wait(0.03)
702
game.CoreGui.Main.Logo.ImageTransparency = 0.7
703
game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.7
704
wait(0.03)
705
game.CoreGui.Main.Logo.ImageTransparency = 0.8
706
game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.8
707
wait(0.03)
708
game.CoreGui.Main.Logo.ImageTransparency = 0.9
709
game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.9
710
wait(0.03)
711
game.CoreGui.Main.Logo.TextLabel.TextTransparency = 1
712
game.CoreGui.Main.Logo.ImageTransparency = 1
713
game.CoreGui.Main.Logo.Visible = false