· 6 years ago · Dec 27, 2019, 04:33 AM
1
2
3hack one piece ko bi kick dang ki ka roblox YT
4 A GUEST NOV 10TH, 2018 191,018 NEVER
5Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
6rawdownloadreport25.33 KB
7game.StarterGui:SetCore('SendNotification', {
8Title = "Gui Made By ClarkShadow";
9Text = " Script By V3rmillion ";
10duration = 1000000000000000;
11})
12
13wait(1)
14
15game.StarterGui:SetCore('SendNotification', {
16Title = "Roblox Name";
17Text = " Tuilathi123123 ";
18duration = 1000000000000000;
19})
20
21wait(1)
22
23game.StarterGui:SetCore('SendNotification', {
24Title = "Don't Change AnyThing";
25Text = "Gui Will Be Broken ";
26duration = 1000000000000000;
27})
28
29local Main = Instance.new("ScreenGui")
30local MainGui = Instance.new("Frame")
31local QuestTP = Instance.new("TextButton")
32local QuestTpGui = Instance.new("Frame")
33local SadNoob = Instance.new("TextButton")
34local ThatNoob = Instance.new("TextButton")
35local GunNoob = Instance.new("TextButton")
36local SwordNoob = Instance.new("TextButton")
37local Tilte3 = Instance.new("TextLabel")
38local Tilte2 = Instance.new("TextLabel")
39local Close1 = Instance.new("TextButton")
40local Npclist = Instance.new("TextButton")
41local NpcTpGui = Instance.new("Frame")
42local Thief = Instance.new("TextButton")
43local BuggyPirate = Instance.new("TextButton")
44local AttackingNoob = Instance.new("TextButton")
45local Buso = Instance.new("TextButton")
46local Tilte5 = Instance.new("TextLabel")
47local Tilte4 = Instance.new("TextLabel")
48local Close2 = Instance.new("TextButton")
49local Luffy = Instance.new("TextButton")
50local OtherTp = Instance.new("TextButton")
51local OtherTpGui = Instance.new("Frame")
52local TPToDFSeller = Instance.new("TextButton")
53local TPChest = Instance.new("TextButton")
54local TpSwords = Instance.new("TextButton")
55local Tilte7 = Instance.new("TextLabel")
56local Tilte6 = Instance.new("TextLabel")
57local Close3 = Instance.new("TextButton")
58local Tilte = Instance.new("TextLabel")
59local Credits = Instance.new("TextLabel")
60local Close = Instance.new("TextButton")
61local OtherScripts = Instance.new("TextButton")
62local OhterScriptsGui = Instance.new("Frame")
63local SpeedHack = Instance.new("TextButton")
64local DeleteAntiCheat = Instance.new("TextButton")
65local NoClip = Instance.new("TextButton")
66local Tilte9 = Instance.new("TextLabel")
67local Tilte8 = Instance.new("TextLabel")
68local Close4 = Instance.new("TextButton")
69local Logo = Instance.new("ImageLabel")
70local TextLabel = Instance.new("TextLabel")
71local OpenGui = Instance.new("Frame")
72local Open = Instance.new("TextButton")
73--Properties:
74Main.Name = "Main"
75Main.Parent = game.CoreGui
76
77MainGui.Name = "MainGui"
78MainGui.Parent = Main
79MainGui.BackgroundColor3 = Color3.new(0.6, 0.623529, 0.666667)
80MainGui.Position = UDim2.new(0.0790000036, 0, 1.70000005, 0)
81MainGui.Size = UDim2.new(0, 374, 0, 273)
82MainGui.Active = true
83MainGui.Draggable = true
84
85QuestTP.Name = "Quest TP"
86QuestTP.Parent = MainGui
87QuestTP.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
88QuestTP.Position = UDim2.new(0.230543569, 0, 0.135341659, 0)
89QuestTP.Size = UDim2.new(0, 200, 0, 38)
90QuestTP.Font = Enum.Font.SourceSans
91QuestTP.Text = "Quest Tp List"
92QuestTP.TextColor3 = Color3.new(0, 1, 0.498039)
93QuestTP.TextSize = 14
94QuestTP.MouseButton1Down:connect(function()
95QuestTpGui.Visible = true
96end)
97
98QuestTpGui.Name = "Quest Tp Gui"
99QuestTpGui.Parent = QuestTP
100QuestTpGui.BackgroundColor3 = Color3.new(0.6, 0.623529, 0.666667)
101QuestTpGui.Position = UDim2.new(1.63000047, 0, -0.678965449, 0)
102QuestTpGui.Size = UDim2.new(0, 294, 0, 267)
103QuestTpGui.Visible = false
104QuestTpGui.Active = true
105QuestTpGui.Draggable = true
106
107SadNoob.Name = "Sad Noob"
108SadNoob.Parent = QuestTpGui
109SadNoob.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
110SadNoob.Position = UDim2.new(0.224489808, 0, 0.146067441, 0)
111SadNoob.Size = UDim2.new(0, 148, 0, 33)
112SadNoob.Font = Enum.Font.SourceSans
113SadNoob.Text = "Sad Noob Tp"
114SadNoob.TextColor3 = Color3.new(0, 1, 0.498039)
115SadNoob.TextSize = 14
116SadNoob.MouseButton1Down:connect(function()
117for _,v in pairs(game.Workspace:GetDescendants()) do
118 if string.find(v.ClassName, "Model") and string.find(v.Name, 'Sad noob') then
119 v:FindFirstChild("Head").Anchored = true
120 v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
121 end
122end
123end)
124
125ThatNoob.Name = "That Noob"
126ThatNoob.Parent = QuestTpGui
127ThatNoob.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
128ThatNoob.Position = UDim2.new(0.224489808, 0, 0.325842708, 0)
129ThatNoob.Size = UDim2.new(0, 148, 0, 33)
130ThatNoob.Font = Enum.Font.SourceSans
131ThatNoob.Text = "That Noob Tp"
132ThatNoob.TextColor3 = Color3.new(0, 1, 0.498039)
133ThatNoob.TextSize = 14
134ThatNoob.MouseButton1Down:connect(function()
135for _,v in pairs(game.Workspace:GetDescendants()) do
136 if string.find(v.ClassName, "Model") and string.find(v.Name, 'That noob') then
137 v:FindFirstChild("Head").Anchored = true
138 v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
139 end
140end
141end)
142
143GunNoob.Name = "Gun Noob"
144GunNoob.Parent = QuestTpGui
145GunNoob.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
146GunNoob.Position = UDim2.new(0.224489808, 0, 0.501872659, 0)
147GunNoob.Size = UDim2.new(0, 148, 0, 33)
148GunNoob.Font = Enum.Font.SourceSans
149GunNoob.Text = "Gun Noob Tp"
150GunNoob.TextColor3 = Color3.new(0, 1, 0.498039)
151GunNoob.TextSize = 14
152GunNoob.MouseButton1Down:connect(function()
153for _,v in pairs(game.Workspace:GetDescendants()) do
154 if string.find(v.ClassName, "Model") and string.find(v.Name, 'Gun noob') then
155 v:FindFirstChild("Head").Anchored = true
156 v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
157 end
158end
159end)
160
161SwordNoob.Name = "Sword Noob"
162SwordNoob.Parent = QuestTpGui
163SwordNoob.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
164SwordNoob.Position = UDim2.new(0.224489808, 0, 0.689138591, 0)
165SwordNoob.Size = UDim2.new(0, 148, 0, 33)
166SwordNoob.Font = Enum.Font.SourceSans
167SwordNoob.Text = "Sword Noob Tp"
168SwordNoob.TextColor3 = Color3.new(0, 1, 0.498039)
169SwordNoob.TextSize = 14
170SwordNoob.MouseButton1Down:connect(function()
171for _,v in pairs(game.Workspace:GetDescendants()) do
172 if string.find(v.ClassName, "Model") and string.find(v.Name, 'Sword noob') then
173 v:FindFirstChild("Head").Anchored = true
174 v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
175 end
176end
177end)
178
179Tilte3.Name = "Tilte3"
180Tilte3.Parent = QuestTpGui
181Tilte3.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
182Tilte3.Size = UDim2.new(0, 264, 0, 31)
183Tilte3.Font = Enum.Font.SourceSans
184Tilte3.Text = "Quest Giver Tp"
185Tilte3.TextColor3 = Color3.new(0, 1, 0.498039)
186Tilte3.TextSize = 14
187
188Tilte2.Name = "Tilte2"
189Tilte2.Parent = QuestTpGui
190Tilte2.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
191Tilte2.Position = UDim2.new(0, 0, 0.883895159, 0)
192Tilte2.Size = UDim2.new(0, 294, 0, 31)
193Tilte2.Font = Enum.Font.SourceSans
194Tilte2.Text = "Quest Giver Tp"
195Tilte2.TextColor3 = Color3.new(0, 1, 0.498039)
196Tilte2.TextSize = 14
197
198Close1.Name = "Close 1"
199Close1.Parent = QuestTpGui
200Close1.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
201Close1.Position = UDim2.new(0.897959173, 0, 0, 0)
202Close1.Size = UDim2.new(0, 30, 0, 31)
203Close1.Font = Enum.Font.SourceSans
204Close1.Text = "X"
205Close1.TextColor3 = Color3.new(1, 0, 0)
206Close1.TextSize = 14
207Close1.MouseButton1Down:connect(function()
208QuestTpGui.Visible = false
209end)
210
211Npclist.Name = "Npc list"
212Npclist.Parent = MainGui
213Npclist.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
214Npclist.Position = UDim2.new(0.230543569, 0, 0.32215485, 0)
215Npclist.Size = UDim2.new(0, 200, 0, 36)
216Npclist.Font = Enum.Font.SourceSans
217Npclist.Text = "Npc TP List"
218Npclist.TextColor3 = Color3.new(0, 1, 0.498039)
219Npclist.TextSize = 14
220Npclist.MouseButton1Down:connect(function()
221NpcTpGui.Visible = true
222end)
223
224NpcTpGui.Name = "Npc Tp Gui"
225NpcTpGui.Parent = Npclist
226NpcTpGui.BackgroundColor3 = Color3.new(0.6, 0.623529, 0.666667)
227NpcTpGui.Position = UDim2.new(1.54000044, 0, -2.4589653, 0)
228NpcTpGui.Size = UDim2.new(0, 294, 0, 267)
229NpcTpGui.Visible = false
230NpcTpGui.Active = true
231NpcTpGui.Draggable = true
232
233Thief.Name = "Thief"
234Thief.Parent = NpcTpGui
235Thief.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
236Thief.Position = UDim2.new(0.248299316, 0, 0.146067411, 0)
237Thief.Size = UDim2.new(0, 148, 0, 22)
238Thief.Font = Enum.Font.SourceSans
239Thief.Text = "TP Thief"
240Thief.TextColor3 = Color3.new(0, 1, 0.498039)
241Thief.TextSize = 14
242Thief.MouseButton1Down:connect(function()
243for _,v in pairs(game.Workspace:GetDescendants()) do
244 if string.find(v.Name, "Thief") then
245 v:FindFirstChild("HumanoidRootPart").Anchored = true
246 v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
247 end
248end
249end)
250
251BuggyPirate.Name = "Buggy Pirate"
252BuggyPirate.Parent = NpcTpGui
253BuggyPirate.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
254BuggyPirate.Position = UDim2.new(0.248299316, 0, 0.277153552, 0)
255BuggyPirate.Size = UDim2.new(0, 148, 0, 23)
256BuggyPirate.Font = Enum.Font.SourceSans
257BuggyPirate.Text = "Tp Buggy Pirate"
258BuggyPirate.TextColor3 = Color3.new(0, 1, 0.498039)
259BuggyPirate.TextSize = 14
260BuggyPirate.MouseButton1Down:connect(function()
261for _,v in pairs(game.Workspace:GetDescendants()) do
262 if string.find(v.Name, "Buggy pirate") then
263 v:FindFirstChild("HumanoidRootPart").Anchored = true
264 v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
265 end
266end
267end)
268
269AttackingNoob.Name = "Attacking Noob"
270AttackingNoob.Parent = NpcTpGui
271AttackingNoob.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
272AttackingNoob.Position = UDim2.new(0.248299316, 0, 0.41198504, 0)
273AttackingNoob.Size = UDim2.new(0, 148, 0, 24)
274AttackingNoob.Font = Enum.Font.SourceSans
275AttackingNoob.Text = "TP Attacking Noob"
276AttackingNoob.TextColor3 = Color3.new(0, 1, 0.498039)
277AttackingNoob.TextSize = 14
278AttackingNoob.MouseButton1Down:connect(function()
279for _,v in pairs(game.Workspace:GetDescendants()) do
280 if string.find(v.Name, "Attacking Noob") then
281 v:FindFirstChild("HumanoidRootPart").Anchored = true
282 v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
283 end
284end
285end)
286
287Buso.Name = "Buso"
288Buso.Parent = NpcTpGui
289Buso.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
290Buso.Position = UDim2.new(0.248299301, 0, 0.550561905, 0)
291Buso.Size = UDim2.new(0, 148, 0, 20)
292Buso.Font = Enum.Font.SourceSans
293Buso.Text = "TP Big Full Body "
294Buso.TextColor3 = Color3.new(0, 1, 0.498039)
295Buso.TextSize = 14
296Buso.MouseButton1Down:connect(function()
297for _,v in pairs(game.Workspace:GetDescendants()) do
298 if string.find(v.Name, "Big Full Body") then
299 v:FindFirstChild("HumanoidRootPart").Anchored = true
300 v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
301 end
302end
303end)
304
305Tilte5.Name = "Tilte5"
306Tilte5.Parent = NpcTpGui
307Tilte5.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
308Tilte5.Size = UDim2.new(0, 264, 0, 31)
309Tilte5.Font = Enum.Font.SourceSans
310Tilte5.Text = "NPC Tp"
311Tilte5.TextColor3 = Color3.new(0, 1, 0.498039)
312Tilte5.TextSize = 14
313
314Tilte4.Name = "Tilte4"
315Tilte4.Parent = NpcTpGui
316Tilte4.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
317Tilte4.Position = UDim2.new(0, 0, 0.883895159, 0)
318Tilte4.Size = UDim2.new(0, 294, 0, 31)
319Tilte4.Font = Enum.Font.SourceSans
320Tilte4.Text = "NPC Tp"
321Tilte4.TextColor3 = Color3.new(0, 1, 0.498039)
322Tilte4.TextSize = 14
323
324Close2.Name = "Close2"
325Close2.Parent = NpcTpGui
326Close2.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
327Close2.Position = UDim2.new(0.897959173, 0, 0, 0)
328Close2.Size = UDim2.new(0, 30, 0, 31)
329Close2.Font = Enum.Font.SourceSans
330Close2.Text = "X"
331Close2.TextColor3 = Color3.new(1, 0, 0)
332Close2.TextSize = 14
333Close2.MouseButton1Down:connect(function()
334NpcTpGui.Visible = false
335end)
336
337Luffy.Name = "Luffy"
338Luffy.Parent = NpcTpGui
339Luffy.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
340Luffy.Position = UDim2.new(0.248299316, 0, 0.681648076, 0)
341Luffy.Size = UDim2.new(0, 148, 0, 23)
342Luffy.Font = Enum.Font.SourceSans
343Luffy.Text = "TP Luffy"
344Luffy.TextColor3 = Color3.new(0, 1, 0.498039)
345Luffy.TextSize = 14
346Luffy.MouseButton1Down:connect(function()
347for _,v in pairs(game.Workspace:GetDescendants()) do
348 if string.find(v.Name, "Luffy") then
349 v:FindFirstChild("HumanoidRootPart").Anchored = true
350 v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
351 end
352end
353end)
354
355OtherTp.Name = "Other Tp"
356OtherTp.Parent = MainGui
357OtherTp.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
358OtherTp.Position = UDim2.new(0.230543569, 0, 0.483390152, 0)
359OtherTp.Size = UDim2.new(0, 200, 0, 38)
360OtherTp.Font = Enum.Font.SourceSans
361OtherTp.Text = "Other Tp List"
362OtherTp.TextColor3 = Color3.new(0, 1, 0.498039)
363OtherTp.TextSize = 14
364OtherTp.MouseButton1Down:connect(function()
365OtherTpGui.Visible = true
366end)
367
368OtherTpGui.Name = "Other Tp Gui"
369OtherTpGui.Parent = OtherTp
370OtherTpGui.BackgroundColor3 = Color3.new(0.6, 0.623529, 0.666667)
371OtherTpGui.Position = UDim2.new(1.6000005, 0, -3.41264963, 0)
372OtherTpGui.Size = UDim2.new(0, 294, 0, 267)
373OtherTpGui.Visible = false
374OtherTpGui.Active = true
375OtherTpGui.Draggable = true
376
377TPToDFSeller.Name = "TP To DF Seller"
378TPToDFSeller.Parent = OtherTpGui
379TPToDFSeller.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
380TPToDFSeller.Position = UDim2.new(0.248299316, 0, 0.187007606, 0)
381TPToDFSeller.Size = UDim2.new(0, 148, 0, 42)
382TPToDFSeller.Font = Enum.Font.SourceSans
383TPToDFSeller.Text = "TP To DF Seller"
384TPToDFSeller.TextColor3 = Color3.new(0, 1, 0.498039)
385TPToDFSeller.TextSize = 14
386TPToDFSeller.MouseButton1Down:connect(function()
387for _,v in pairs(game.Workspace:GetDescendants()) do
388 if string.find(v.ClassName, "Model") and string.find(v.Name, 'Devil Fruit Seller') then
389game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v:FindFirstChild("Head").CFrame
390 end
391end
392end)
393
394TPChest.Name = "TP Chest"
395TPChest.Parent = OtherTpGui
396TPChest.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
397TPChest.Position = UDim2.new(0.248299316, 0, 0.39700374, 0)
398TPChest.Size = UDim2.new(0, 148, 0, 38)
399TPChest.Font = Enum.Font.SourceSans
400TPChest.Text = "Tp Chest"
401TPChest.TextColor3 = Color3.new(0, 1, 0.498039)
402TPChest.TextSize = 14
403TPChest.MouseButton1Down:connect(function()
404for _,v in pairs(game.Workspace:GetDescendants()) do
405if v.ClassName == "TouchTransmitter" then
406v.Parent.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-5)
407v.Parent.Anchored = true
408end
409end
410end)
411
412TpSwords.Name = "Tp Swords"
413TpSwords.Parent = OtherTpGui
414TpSwords.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
415TpSwords.Position = UDim2.new(0.248299316, 0, 0.599057198, 0)
416TpSwords.Size = UDim2.new(0, 148, 0, 45)
417TpSwords.Font = Enum.Font.SourceSans
418TpSwords.Text = "TP All Sword"
419TpSwords.TextColor3 = Color3.new(0, 1, 0.498039)
420TpSwords.TextSize = 14
421TpSwords.MouseButton1Down:connect(function()
422for _,v in pairs(game.Workspace:GetDescendants()) do
423 if string.find(v.Name, "Price:") and string.find(v.ClassName, "Model") then
424 v:FindFirstChild("Head").Anchored = true
425 v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
426 end
427end
428end)
429
430Tilte7.Name = "Tilte7"
431Tilte7.Parent = OtherTpGui
432Tilte7.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
433Tilte7.Size = UDim2.new(0, 264, 0, 31)
434Tilte7.Font = Enum.Font.SourceSans
435Tilte7.Text = "Other Tp"
436Tilte7.TextColor3 = Color3.new(0, 1, 0.498039)
437Tilte7.TextSize = 14
438
439Tilte6.Name = "Tilte6"
440Tilte6.Parent = OtherTpGui
441Tilte6.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
442Tilte6.Position = UDim2.new(0, 0, 0.883895159, 0)
443Tilte6.Size = UDim2.new(0, 294, 0, 31)
444Tilte6.Font = Enum.Font.SourceSans
445Tilte6.Text = "Other Tp"
446Tilte6.TextColor3 = Color3.new(0, 1, 0.498039)
447Tilte6.TextSize = 14
448
449Close3.Name = "Close3"
450Close3.Parent = OtherTpGui
451Close3.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
452Close3.Position = UDim2.new(0.897959173, 0, 0, 0)
453Close3.Size = UDim2.new(0, 30, 0, 31)
454Close3.Font = Enum.Font.SourceSans
455Close3.Text = "X"
456Close3.TextColor3 = Color3.new(1, 0, 0)
457Close3.TextSize = 14
458Close3.MouseButton1Down:connect(function()
459OtherTpGui.Visible = false
460end)
461
462Tilte.Name = "Tilte"
463Tilte.Parent = MainGui
464Tilte.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
465Tilte.Size = UDim2.new(0, 339, 0, 28)
466Tilte.Font = Enum.Font.SourceSans
467Tilte.Text = "Steve One Piece Gui"
468Tilte.TextColor3 = Color3.new(0, 1, 0.498039)
469Tilte.TextSize = 14
470
471Credits.Name = "Credits"
472Credits.Parent = MainGui
473Credits.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
474Credits.Position = UDim2.new(0, 0, 0.897435904, 0)
475Credits.Size = UDim2.new(0, 374, 0, 28)
476Credits.Font = Enum.Font.SourceSans
477Credits.Text = "Credits ClarkShadow#1097"
478Credits.TextColor3 = Color3.new(0, 1, 0.498039)
479Credits.TextSize = 14
480
481Close.Name = "Close"
482Close.Parent = MainGui
483Close.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
484Close.Position = UDim2.new(0.906417131, 0, 0, 0)
485Close.Size = UDim2.new(0, 35, 0, 28)
486Close.Font = Enum.Font.SourceSans
487Close.Text = "X"
488Close.TextColor3 = Color3.new(1, 0, 0)
489Close.TextSize = 14
490Close.MouseButton1Down:connect(function()
491MainGui:TweenPosition(UDim2.new(0.079, 0, 1.7, 0), 'Out','Bounce', 1)
492NpcTpGui.Visible = false
493OhterScriptsGui.Visible = false
494OtherTpGui.Visible = false
495QuestTpGui.Visible = false
496OpenGui.Visible = true
497end)
498
499OtherScripts.Name = "Other Scripts"
500OtherScripts.Parent = MainGui
501OtherScripts.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
502OtherScripts.Position = UDim2.new(0.230543569, 0, 0.659214318, 0)
503OtherScripts.Size = UDim2.new(0, 200, 0, 38)
504OtherScripts.Font = Enum.Font.SourceSans
505OtherScripts.Text = "Other Scripts"
506OtherScripts.TextColor3 = Color3.new(0, 1, 0.498039)
507OtherScripts.TextSize = 14
508OtherScripts.MouseButton1Down:connect(function()
509OhterScriptsGui.Visible = true
510end)
511
512OhterScriptsGui.Name = "Ohter Scripts Gui"
513OhterScriptsGui.Parent = OtherScripts
514OhterScriptsGui.BackgroundColor3 = Color3.new(0.6, 0.623529, 0.666667)
515OhterScriptsGui.Position = UDim2.new(1.56000042, 0, -4.66949177, 0)
516OhterScriptsGui.Size = UDim2.new(0, 294, 0, 267)
517OhterScriptsGui.Visible = false
518OhterScriptsGui.Active = true
519OhterScriptsGui.Draggable = true
520
521SpeedHack.Name = "Speed Hack"
522SpeedHack.Parent = OhterScriptsGui
523SpeedHack.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
524SpeedHack.Position = UDim2.new(0.248299316, 0, 0.153558046, 0)
525SpeedHack.Size = UDim2.new(0, 148, 0, 42)
526SpeedHack.Font = Enum.Font.SourceSans
527SpeedHack.Text = "Speed Hack"
528SpeedHack.TextColor3 = Color3.new(0, 1, 0.498039)
529SpeedHack.TextSize = 14
530SpeedHack.MouseButton1Down:connect(function()
531game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 200
532end)
533
534DeleteAntiCheat.Name = "Delete Anti Cheat"
535DeleteAntiCheat.Parent = OhterScriptsGui
536DeleteAntiCheat.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
537DeleteAntiCheat.Position = UDim2.new(0.248299316, 0, 0.38202247, 0)
538DeleteAntiCheat.Size = UDim2.new(0, 148, 0, 48)
539DeleteAntiCheat.Font = Enum.Font.SourceSans
540DeleteAntiCheat.Text = "Delete Anti Cheat"
541DeleteAntiCheat.TextColor3 = Color3.new(0, 1, 0.498039)
542DeleteAntiCheat.TextSize = 14
543DeleteAntiCheat.MouseButton1Down:connect(function()
544for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
545if v.ClassName == "Script" then
546for i,c in pairs(v:GetChildren()) do
547if c.Name == "" then
548v:Remove()
549
550end
551end
552end
553end
554end)
555
556NoClip.Name = "NoClip"
557NoClip.Parent = OhterScriptsGui
558NoClip.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
559NoClip.Position = UDim2.new(0.248299316, 0, 0.634609342, 0)
560NoClip.Size = UDim2.new(0, 148, 0, 41)
561NoClip.Font = Enum.Font.SourceSans
562NoClip.Text = "Noclip(press e)"
563NoClip.TextColor3 = Color3.new(0, 1, 0.498039)
564NoClip.TextSize = 14
565NoClip.MouseButton1Down:connect(function()
566noclip = false
567game:GetService('RunService').Stepped:connect(function()
568if noclip then
569game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
570end
571end)
572plr = game.Players.LocalPlayer
573mouse = plr:GetMouse()
574mouse.KeyDown:connect(function(key)
575
576if key == "e" then
577noclip = not noclip
578game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
579end
580end)
581end)
582
583Tilte9.Name = "Tilte9"
584Tilte9.Parent = OhterScriptsGui
585Tilte9.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
586Tilte9.Size = UDim2.new(0, 264, 0, 31)
587Tilte9.Font = Enum.Font.SourceSans
588Tilte9.Text = "Other Scripts"
589Tilte9.TextColor3 = Color3.new(0, 1, 0.498039)
590Tilte9.TextSize = 14
591
592Tilte8.Name = "Tilte8"
593Tilte8.Parent = OhterScriptsGui
594Tilte8.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
595Tilte8.Position = UDim2.new(0, 0, 0.883895159, 0)
596Tilte8.Size = UDim2.new(0, 294, 0, 31)
597Tilte8.Font = Enum.Font.SourceSans
598Tilte8.Text = "Other Scripts"
599Tilte8.TextColor3 = Color3.new(0, 1, 0.498039)
600Tilte8.TextSize = 14
601
602Close4.Name = "Close4"
603Close4.Parent = OhterScriptsGui
604Close4.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
605Close4.Position = UDim2.new(0.897959173, 0, 0, 0)
606Close4.Size = UDim2.new(0, 30, 0, 31)
607Close4.Font = Enum.Font.SourceSans
608Close4.Text = "X"
609Close4.TextColor3 = Color3.new(1, 0, 0)
610Close4.TextSize = 1
611Close4.MouseButton1Down:connect(function()
612OhterScriptsGui.Visible = false
613end)
614
615Logo.Name = "Logo"
616Logo.Parent = Main
617Logo.BackgroundColor3 = Color3.new(1, 1, 1)
618Logo.BackgroundTransparency = 1
619Logo.Position = UDim2.new(0.244326204, 0, 0.25717932, 0)
620Logo.Size = UDim2.new(0, 556, 0, 284)
621Logo.Image = "rbxassetid://2524583203"
622Logo.ImageTransparency = 1
623
624TextLabel.Parent = Logo
625TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
626TextLabel.BackgroundTransparency = 1
627TextLabel.Position = UDim2.new(0, 0, 1.04225349, 0)
628TextLabel.Size = UDim2.new(0, 556, 0, 50)
629TextLabel.Font = Enum.Font.SourceSans
630TextLabel.Text = "CREATE : ClarkShadow#1097"
631TextLabel.TextColor3 = Color3.new(1, 1, 1)
632TextLabel.TextSize = 30
633TextLabel.TextTransparency = 1
634
635OpenGui.Name = "OpenGui"
636OpenGui.Parent = Main
637OpenGui.BackgroundColor3 = Color3.new(1, 1, 1)
638OpenGui.Position = UDim2.new(0, 0, 0.515867531, 0)
639OpenGui.Size = UDim2.new(0, 109, 0, 48)
640OpenGui.Active = true
641
642Open.Name = "Open"
643Open.Parent = OpenGui
644Open.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
645Open.Position = UDim2.new(-0.266055048, 0, 0, 0)
646Open.Size = UDim2.new(0, 200, 0, 50)
647Open.Font = Enum.Font.SourceSans
648Open.Text = "Open"
649Open.TextColor3 = Color3.new(0, 1, 0.498039)
650Open.TextSize = 14
651Open.MouseButton1Down:connect(function()
652MainGui:TweenPosition(UDim2.new(0.302, 0,0.28, 0), 'Out','Bounce', 1)
653OpenGui.Visible = false
654end)
655
656wait(0.03)
657game.CoreGui.Main.Logo.ImageTransparency = 1
658game.CoreGui.Main.Logo.TextLabel.TextTransparency = 1
659wait(0.03)
660game.CoreGui.Main.Logo.ImageTransparency = 0.9
661game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.9
662wait(0.03)
663game.CoreGui.Main.Logo.ImageTransparency = 0.8
664game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.8
665wait(0.03)
666game.CoreGui.Main.Logo.ImageTransparency = 0.7
667game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.7
668wait(0.03)
669game.CoreGui.Main.Logo.ImageTransparency = 0.6
670game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.6
671wait(0.03)
672game.CoreGui.Main.Logo.ImageTransparency = 0.5
673game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.5
674wait(0.03)
675game.CoreGui.Main.Logo.ImageTransparency = 0.4
676game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.4
677wait(0.03)
678game.CoreGui.Main.Logo.ImageTransparency = 0.3
679game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.3
680wait(0.03)
681game.CoreGui.Main.Logo.ImageTransparency = 0.2
682game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.2
683wait(0.03)
684game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.1
685game.CoreGui.Main.Logo.ImageTransparency = 0.1
686wait(0.03)
687game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0
688game.CoreGui.Main.Logo.ImageTransparency = 0
689wait(3.5)
690game.CoreGui.Main.Logo.ImageTransparency = 0.1
691game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.1
692wait(0.03)
693game.CoreGui.Main.Logo.ImageTransparency = 0.2
694game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.2
695wait(0.03)
696game.CoreGui.Main.Logo.ImageTransparency = 0.3
697game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.3
698wait(0.03)
699game.CoreGui.Main.Logo.ImageTransparency = 0.4
700game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.4
701wait(0.03)
702game.CoreGui.Main.Logo.ImageTransparency = 0.5
703game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.5
704wait(0.03)
705game.CoreGui.Main.Logo.ImageTransparency = 0.6
706game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.6
707wait(0.03)
708game.CoreGui.Main.Logo.ImageTransparency = 0.7
709game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.7
710wait(0.03)
711game.CoreGui.Main.Logo.ImageTransparency = 0.8
712game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.8
713wait(0.03)
714game.CoreGui.Main.Logo.ImageTransparency = 0.9
715game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.9
716wait(0.03)
717game.CoreGui.Main.Logo.TextLabel.TextTransparency = 1
718game.CoreGui.Main.Logo.ImageTransparency = 1
719game.CoreGui.Main.Logo.Visible = false
720RAW Paste Data
721game.StarterGui:SetCore('SendNotification', {
722Title = "Gui Made By ClarkShadow";
723Text = " Script By V3rmillion ";
724duration = 1000000000000000;
725})
726
727wait(1)
728
729game.StarterGui:SetCore('SendNotification', {
730Title = "Roblox Name";
731Text = " Tuilathi123123 ";
732duration = 1000000000000000;
733})
734
735wait(1)
736
737game.StarterGui:SetCore('SendNotification', {
738Title = "Don't Change AnyThing";
739Text = "Gui Will Be Broken ";
740duration = 1000000000000000;
741})
742
743local Main = Instance.new("ScreenGui")
744local MainGui = Instance.new("Frame")
745local QuestTP = Instance.new("TextButton")
746local QuestTpGui = Instance.new("Frame")
747local SadNoob = Instance.new("TextButton")
748local ThatNoob = Instance.new("TextButton")
749local GunNoob = Instance.new("TextButton")
750local SwordNoob = Instance.new("TextButton")
751local Tilte3 = Instance.new("TextLabel")
752local Tilte2 = Instance.new("TextLabel")
753local Close1 = Instance.new("TextButton")
754local Npclist = Instance.new("TextButton")
755local NpcTpGui = Instance.new("Frame")
756local Thief = Instance.new("TextButton")
757local BuggyPirate = Instance.new("TextButton")
758local AttackingNoob = Instance.new("TextButton")
759local Buso = Instance.new("TextButton")
760local Tilte5 = Instance.new("TextLabel")
761local Tilte4 = Instance.new("TextLabel")
762local Close2 = Instance.new("TextButton")
763local Luffy = Instance.new("TextButton")
764local OtherTp = Instance.new("TextButton")
765local OtherTpGui = Instance.new("Frame")
766local TPToDFSeller = Instance.new("TextButton")
767local TPChest = Instance.new("TextButton")
768local TpSwords = Instance.new("TextButton")
769local Tilte7 = Instance.new("TextLabel")
770local Tilte6 = Instance.new("TextLabel")
771local Close3 = Instance.new("TextButton")
772local Tilte = Instance.new("TextLabel")
773local Credits = Instance.new("TextLabel")
774local Close = Instance.new("TextButton")
775local OtherScripts = Instance.new("TextButton")
776local OhterScriptsGui = Instance.new("Frame")
777local SpeedHack = Instance.new("TextButton")
778local DeleteAntiCheat = Instance.new("TextButton")
779local NoClip = Instance.new("TextButton")
780local Tilte9 = Instance.new("TextLabel")
781local Tilte8 = Instance.new("TextLabel")
782local Close4 = Instance.new("TextButton")
783local Logo = Instance.new("ImageLabel")
784local TextLabel = Instance.new("TextLabel")
785local OpenGui = Instance.new("Frame")
786local Open = Instance.new("TextButton")
787--Properties:
788Main.Name = "Main"
789Main.Parent = game.CoreGui
790
791MainGui.Name = "MainGui"
792MainGui.Parent = Main
793MainGui.BackgroundColor3 = Color3.new(0.6, 0.623529, 0.666667)
794MainGui.Position = UDim2.new(0.0790000036, 0, 1.70000005, 0)
795MainGui.Size = UDim2.new(0, 374, 0, 273)
796MainGui.Active = true
797MainGui.Draggable = true
798
799QuestTP.Name = "Quest TP"
800QuestTP.Parent = MainGui
801QuestTP.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
802QuestTP.Position = UDim2.new(0.230543569, 0, 0.135341659, 0)
803QuestTP.Size = UDim2.new(0, 200, 0, 38)
804QuestTP.Font = Enum.Font.SourceSans
805QuestTP.Text = "Quest Tp List"
806QuestTP.TextColor3 = Color3.new(0, 1, 0.498039)
807QuestTP.TextSize = 14
808QuestTP.MouseButton1Down:connect(function()
809QuestTpGui.Visible = true
810end)
811
812QuestTpGui.Name = "Quest Tp Gui"
813QuestTpGui.Parent = QuestTP
814QuestTpGui.BackgroundColor3 = Color3.new(0.6, 0.623529, 0.666667)
815QuestTpGui.Position = UDim2.new(1.63000047, 0, -0.678965449, 0)
816QuestTpGui.Size = UDim2.new(0, 294, 0, 267)
817QuestTpGui.Visible = false
818QuestTpGui.Active = true
819QuestTpGui.Draggable = true
820
821SadNoob.Name = "Sad Noob"
822SadNoob.Parent = QuestTpGui
823SadNoob.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
824SadNoob.Position = UDim2.new(0.224489808, 0, 0.146067441, 0)
825SadNoob.Size = UDim2.new(0, 148, 0, 33)
826SadNoob.Font = Enum.Font.SourceSans
827SadNoob.Text = "Sad Noob Tp"
828SadNoob.TextColor3 = Color3.new(0, 1, 0.498039)
829SadNoob.TextSize = 14
830SadNoob.MouseButton1Down:connect(function()
831for _,v in pairs(game.Workspace:GetDescendants()) do
832 if string.find(v.ClassName, "Model") and string.find(v.Name, 'Sad noob') then
833 v:FindFirstChild("Head").Anchored = true
834 v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
835 end
836end
837end)
838
839ThatNoob.Name = "That Noob"
840ThatNoob.Parent = QuestTpGui
841ThatNoob.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
842ThatNoob.Position = UDim2.new(0.224489808, 0, 0.325842708, 0)
843ThatNoob.Size = UDim2.new(0, 148, 0, 33)
844ThatNoob.Font = Enum.Font.SourceSans
845ThatNoob.Text = "That Noob Tp"
846ThatNoob.TextColor3 = Color3.new(0, 1, 0.498039)
847ThatNoob.TextSize = 14
848ThatNoob.MouseButton1Down:connect(function()
849for _,v in pairs(game.Workspace:GetDescendants()) do
850 if string.find(v.ClassName, "Model") and string.find(v.Name, 'That noob') then
851 v:FindFirstChild("Head").Anchored = true
852 v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
853 end
854end
855end)
856
857GunNoob.Name = "Gun Noob"
858GunNoob.Parent = QuestTpGui
859GunNoob.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
860GunNoob.Position = UDim2.new(0.224489808, 0, 0.501872659, 0)
861GunNoob.Size = UDim2.new(0, 148, 0, 33)
862GunNoob.Font = Enum.Font.SourceSans
863GunNoob.Text = "Gun Noob Tp"
864GunNoob.TextColor3 = Color3.new(0, 1, 0.498039)
865GunNoob.TextSize = 14
866GunNoob.MouseButton1Down:connect(function()
867for _,v in pairs(game.Workspace:GetDescendants()) do
868 if string.find(v.ClassName, "Model") and string.find(v.Name, 'Gun noob') then
869 v:FindFirstChild("Head").Anchored = true
870 v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
871 end
872end
873end)
874
875SwordNoob.Name = "Sword Noob"
876SwordNoob.Parent = QuestTpGui
877SwordNoob.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
878SwordNoob.Position = UDim2.new(0.224489808, 0, 0.689138591, 0)
879SwordNoob.Size = UDim2.new(0, 148, 0, 33)
880SwordNoob.Font = Enum.Font.SourceSans
881SwordNoob.Text = "Sword Noob Tp"
882SwordNoob.TextColor3 = Color3.new(0, 1, 0.498039)
883SwordNoob.TextSize = 14
884SwordNoob.MouseButton1Down:connect(function()
885for _,v in pairs(game.Workspace:GetDescendants()) do
886 if string.find(v.ClassName, "Model") and string.find(v.Name, 'Sword noob') then
887 v:FindFirstChild("Head").Anchored = true
888 v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
889 end
890end
891end)
892
893Tilte3.Name = "Tilte3"
894Tilte3.Parent = QuestTpGui
895Tilte3.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
896Tilte3.Size = UDim2.new(0, 264, 0, 31)
897Tilte3.Font = Enum.Font.SourceSans
898Tilte3.Text = "Quest Giver Tp"
899Tilte3.TextColor3 = Color3.new(0, 1, 0.498039)
900Tilte3.TextSize = 14
901
902Tilte2.Name = "Tilte2"
903Tilte2.Parent = QuestTpGui
904Tilte2.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
905Tilte2.Position = UDim2.new(0, 0, 0.883895159, 0)
906Tilte2.Size = UDim2.new(0, 294, 0, 31)
907Tilte2.Font = Enum.Font.SourceSans
908Tilte2.Text = "Quest Giver Tp"
909Tilte2.TextColor3 = Color3.new(0, 1, 0.498039)
910Tilte2.TextSize = 14
911
912Close1.Name = "Close 1"
913Close1.Parent = QuestTpGui
914Close1.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
915Close1.Position = UDim2.new(0.897959173, 0, 0, 0)
916Close1.Size = UDim2.new(0, 30, 0, 31)
917Close1.Font = Enum.Font.SourceSans
918Close1.Text = "X"
919Close1.TextColor3 = Color3.new(1, 0, 0)
920Close1.TextSize = 14
921Close1.MouseButton1Down:connect(function()
922QuestTpGui.Visible = false
923end)
924
925Npclist.Name = "Npc list"
926Npclist.Parent = MainGui
927Npclist.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
928Npclist.Position = UDim2.new(0.230543569, 0, 0.32215485, 0)
929Npclist.Size = UDim2.new(0, 200, 0, 36)
930Npclist.Font = Enum.Font.SourceSans
931Npclist.Text = "Npc TP List"
932Npclist.TextColor3 = Color3.new(0, 1, 0.498039)
933Npclist.TextSize = 14
934Npclist.MouseButton1Down:connect(function()
935NpcTpGui.Visible = true
936end)
937
938NpcTpGui.Name = "Npc Tp Gui"
939NpcTpGui.Parent = Npclist
940NpcTpGui.BackgroundColor3 = Color3.new(0.6, 0.623529, 0.666667)
941NpcTpGui.Position = UDim2.new(1.54000044, 0, -2.4589653, 0)
942NpcTpGui.Size = UDim2.new(0, 294, 0, 267)
943NpcTpGui.Visible = false
944NpcTpGui.Active = true
945NpcTpGui.Draggable = true
946
947Thief.Name = "Thief"
948Thief.Parent = NpcTpGui
949Thief.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
950Thief.Position = UDim2.new(0.248299316, 0, 0.146067411, 0)
951Thief.Size = UDim2.new(0, 148, 0, 22)
952Thief.Font = Enum.Font.SourceSans
953Thief.Text = "TP Thief"
954Thief.TextColor3 = Color3.new(0, 1, 0.498039)
955Thief.TextSize = 14
956Thief.MouseButton1Down:connect(function()
957for _,v in pairs(game.Workspace:GetDescendants()) do
958 if string.find(v.Name, "Thief") then
959 v:FindFirstChild("HumanoidRootPart").Anchored = true
960 v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
961 end
962end
963end)
964
965BuggyPirate.Name = "Buggy Pirate"
966BuggyPirate.Parent = NpcTpGui
967BuggyPirate.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
968BuggyPirate.Position = UDim2.new(0.248299316, 0, 0.277153552, 0)
969BuggyPirate.Size = UDim2.new(0, 148, 0, 23)
970BuggyPirate.Font = Enum.Font.SourceSans
971BuggyPirate.Text = "Tp Buggy Pirate"
972BuggyPirate.TextColor3 = Color3.new(0, 1, 0.498039)
973BuggyPirate.TextSize = 14
974BuggyPirate.MouseButton1Down:connect(function()
975for _,v in pairs(game.Workspace:GetDescendants()) do
976 if string.find(v.Name, "Buggy pirate") then
977 v:FindFirstChild("HumanoidRootPart").Anchored = true
978 v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
979 end
980end
981end)
982
983AttackingNoob.Name = "Attacking Noob"
984AttackingNoob.Parent = NpcTpGui
985AttackingNoob.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
986AttackingNoob.Position = UDim2.new(0.248299316, 0, 0.41198504, 0)
987AttackingNoob.Size = UDim2.new(0, 148, 0, 24)
988AttackingNoob.Font = Enum.Font.SourceSans
989AttackingNoob.Text = "TP Attacking Noob"
990AttackingNoob.TextColor3 = Color3.new(0, 1, 0.498039)
991AttackingNoob.TextSize = 14
992AttackingNoob.MouseButton1Down:connect(function()
993for _,v in pairs(game.Workspace:GetDescendants()) do
994 if string.find(v.Name, "Attacking Noob") then
995 v:FindFirstChild("HumanoidRootPart").Anchored = true
996 v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
997 end
998end
999end)
1000
1001Buso.Name = "Buso"
1002Buso.Parent = NpcTpGui
1003Buso.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
1004Buso.Position = UDim2.new(0.248299301, 0, 0.550561905, 0)
1005Buso.Size = UDim2.new(0, 148, 0, 20)
1006Buso.Font = Enum.Font.SourceSans
1007Buso.Text = "TP Big Full Body "
1008Buso.TextColor3 = Color3.new(0, 1, 0.498039)
1009Buso.TextSize = 14
1010Buso.MouseButton1Down:connect(function()
1011for _,v in pairs(game.Workspace:GetDescendants()) do
1012 if string.find(v.Name, "Big Full Body") then
1013 v:FindFirstChild("HumanoidRootPart").Anchored = true
1014 v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
1015 end
1016end
1017end)
1018
1019Tilte5.Name = "Tilte5"
1020Tilte5.Parent = NpcTpGui
1021Tilte5.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
1022Tilte5.Size = UDim2.new(0, 264, 0, 31)
1023Tilte5.Font = Enum.Font.SourceSans
1024Tilte5.Text = "NPC Tp"
1025Tilte5.TextColor3 = Color3.new(0, 1, 0.498039)
1026Tilte5.TextSize = 14
1027
1028Tilte4.Name = "Tilte4"
1029Tilte4.Parent = NpcTpGui
1030Tilte4.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
1031Tilte4.Position = UDim2.new(0, 0, 0.883895159, 0)
1032Tilte4.Size = UDim2.new(0, 294, 0, 31)
1033Tilte4.Font = Enum.Font.SourceSans
1034Tilte4.Text = "NPC Tp"
1035Tilte4.TextColor3 = Color3.new(0, 1, 0.498039)
1036Tilte4.TextSize = 14
1037
1038Close2.Name = "Close2"
1039Close2.Parent = NpcTpGui
1040Close2.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
1041Close2.Position = UDim2.new(0.897959173, 0, 0, 0)
1042Close2.Size = UDim2.new(0, 30, 0, 31)
1043Close2.Font = Enum.Font.SourceSans
1044Close2.Text = "X"
1045Close2.TextColor3 = Color3.new(1, 0, 0)
1046Close2.TextSize = 14
1047Close2.MouseButton1Down:connect(function()
1048NpcTpGui.Visible = false
1049end)
1050
1051Luffy.Name = "Luffy"
1052Luffy.Parent = NpcTpGui
1053Luffy.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
1054Luffy.Position = UDim2.new(0.248299316, 0, 0.681648076, 0)
1055Luffy.Size = UDim2.new(0, 148, 0, 23)
1056Luffy.Font = Enum.Font.SourceSans
1057Luffy.Text = "TP Luffy"
1058Luffy.TextColor3 = Color3.new(0, 1, 0.498039)
1059Luffy.TextSize = 14
1060Luffy.MouseButton1Down:connect(function()
1061for _,v in pairs(game.Workspace:GetDescendants()) do
1062 if string.find(v.Name, "Luffy") then
1063 v:FindFirstChild("HumanoidRootPart").Anchored = true
1064 v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
1065 end
1066end
1067end)
1068
1069OtherTp.Name = "Other Tp"
1070OtherTp.Parent = MainGui
1071OtherTp.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
1072OtherTp.Position = UDim2.new(0.230543569, 0, 0.483390152, 0)
1073OtherTp.Size = UDim2.new(0, 200, 0, 38)
1074OtherTp.Font = Enum.Font.SourceSans
1075OtherTp.Text = "Other Tp List"
1076OtherTp.TextColor3 = Color3.new(0, 1, 0.498039)
1077OtherTp.TextSize = 14
1078OtherTp.MouseButton1Down:connect(function()
1079OtherTpGui.Visible = true
1080end)
1081
1082OtherTpGui.Name = "Other Tp Gui"
1083OtherTpGui.Parent = OtherTp
1084OtherTpGui.BackgroundColor3 = Color3.new(0.6, 0.623529, 0.666667)
1085OtherTpGui.Position = UDim2.new(1.6000005, 0, -3.41264963, 0)
1086OtherTpGui.Size = UDim2.new(0, 294, 0, 267)
1087OtherTpGui.Visible = false
1088OtherTpGui.Active = true
1089OtherTpGui.Draggable = true
1090
1091TPToDFSeller.Name = "TP To DF Seller"
1092TPToDFSeller.Parent = OtherTpGui
1093TPToDFSeller.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
1094TPToDFSeller.Position = UDim2.new(0.248299316, 0, 0.187007606, 0)
1095TPToDFSeller.Size = UDim2.new(0, 148, 0, 42)
1096TPToDFSeller.Font = Enum.Font.SourceSans
1097TPToDFSeller.Text = "TP To DF Seller"
1098TPToDFSeller.TextColor3 = Color3.new(0, 1, 0.498039)
1099TPToDFSeller.TextSize = 14
1100TPToDFSeller.MouseButton1Down:connect(function()
1101for _,v in pairs(game.Workspace:GetDescendants()) do
1102 if string.find(v.ClassName, "Model") and string.find(v.Name, 'Devil Fruit Seller') then
1103game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v:FindFirstChild("Head").CFrame
1104 end
1105end
1106end)
1107
1108TPChest.Name = "TP Chest"
1109TPChest.Parent = OtherTpGui
1110TPChest.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
1111TPChest.Position = UDim2.new(0.248299316, 0, 0.39700374, 0)
1112TPChest.Size = UDim2.new(0, 148, 0, 38)
1113TPChest.Font = Enum.Font.SourceSans
1114TPChest.Text = "Tp Chest"
1115TPChest.TextColor3 = Color3.new(0, 1, 0.498039)
1116TPChest.TextSize = 14
1117TPChest.MouseButton1Down:connect(function()
1118for _,v in pairs(game.Workspace:GetDescendants()) do
1119if v.ClassName == "TouchTransmitter"
1120v.Parent.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-5)
1121v.Parent.Anchored = true
1122end
1123end
1124end) ưu
1125
1126TpSwords.Name = "Tp Swords"
1127TpSwords.Parent = OtherTpGui
1128TpSwords.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
1129TpSwords.Position = UDim2.new(0.248299316, 0, 0.599057198, 0)
1130TpSwords.Size = UDim2.new(0, 148, 0, 45)
1131TpSwords.Font = Enum.Font.SourceSans
1132TpSwords.Text = "TP All Sword"
1133TpSwords.TextColor3 = Color3.new(0, 1, 0.498039)
1134TpSwords.TextSize = 14
1135TpSwords.MouseButton1Down:connect(function()
1136for _,v in pairs(game.Workspace:GetDescendants()) do
1137 if string.find(v.Name, "Price:") and string.find(v.ClassName, "Model") then
1138 v:FindFirstChild("Head").Anchored = true
1139 v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
1140 end
1141end
1142end)
1143
1144Tilte7.Name = "Tilte7"
1145Tilte7.Parent = OtherTpGui
1146Tilte7.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
1147Tilte7.Size = UDim2.new(0, 264, 0, 31)
1148Tilte7.Font = Enum.Font.SourceSans
1149Tilte7.Text = "Other Tp"
1150Tilte7.TextColor3 = Color3.new(0, 1, 0.498039)
1151Tilte7.TextSize = 14
1152
1153Tilte6.Name = "Tilte6"
1154Tilte6.Parent = OtherTpGui
1155Tilte6.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
1156Tilte6.Position = UDim2.new(0, 0, 0.883895159, 0)
1157Tilte6.Size = UDim2.new(0, 294, 0, 31)
1158Tilte6.Font = Enum.Font.SourceSans
1159Tilte6.Text = "Other Tp"
1160Tilte6.TextColor3 = Color3.new(0, 1, 0.498039)
1161Tilte6.TextSize = 14
1162
1163Close3.Name = "Close3"
1164Close3.Parent = OtherTpGui
1165Close3.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
1166Close3.Position = UDim2.new(0.897959173, 0, 0, 0)
1167Close3.Size = UDim2.new(0, 30, 0, 31)
1168Close3.Font = Enum.Font.SourceSans
1169Close3.Text = "X"
1170Close3.TextColor3 = Color3.new(1, 0, 0)
1171Close3.TextSize = 14
1172Close3.MouseButton1Down:connect(function()
1173OtherTpGui.Visible = false
1174end)
1175
1176Tilte.Name = "Tilte"
1177Tilte.Parent = MainGui
1178Tilte.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
1179Tilte.Size = UDim2.new(0, 339, 0, 28)
1180Tilte.Font = Enum.Font.SourceSans
1181Tilte.Text = "Steve One Piece Gui"
1182Tilte.TextColor3 = Color3.new(0, 1, 0.498039)
1183Tilte.TextSize = 14
1184
1185Credits.Name = "Credits"
1186Credits.Parent = MainGui
1187Credits.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
1188Credits.Position = UDim2.new(0, 0, 0.897435904, 0)
1189Credits.Size = UDim2.new(0, 374, 0, 28)
1190Credits.Font = Enum.Font.SourceSans
1191Credits.Text = "Credits ClarkShadow#1097"
1192Credits.TextColor3 = Color3.new(0, 1, 0.498039)
1193Credits.TextSize = 14
1194
1195Close.Name = "Close"
1196Close.Parent = MainGui
1197Close.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
1198Close.Position = UDim2.new(0.906417131, 0, 0, 0)
1199Close.Size = UDim2.new(0, 35, 0, 28)
1200Close.Font = Enum.Font.SourceSans
1201Close.Text = "X"
1202Close.TextColor3 = Color3.new(1, 0, 0)
1203Close.TextSize = 14
1204Close.MouseButton1Down:connect(function()
1205MainGui:TweenPosition(UDim2.new(0.079, 0, 1.7, 0), 'Out','Bounce', 1)
1206NpcTpGui.Visible = false
1207OhterScriptsGui.Visible = false
1208OtherTpGui.Visible = false
1209QuestTpGui.Visible = false
1210OpenGui.Visible = true
1211end)
1212
1213OtherScripts.Name = "Other Scripts"
1214OtherScripts.Parent = MainGui
1215OtherScripts.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
1216OtherScripts.Position = UDim2.new(0.230543569, 0, 0.659214318, 0)
1217OtherScripts.Size = UDim2.new(0, 200, 0, 38)
1218OtherScripts.Font = Enum.Font.SourceSans
1219OtherScripts.Text = "Other Scripts"
1220OtherScripts.TextColor3 = Color3.new(0, 1, 0.498039)
1221OtherScripts.TextSize = 14
1222OtherScripts.MouseButton1Down:connect(function()
1223OhterScriptsGui.Visible = true
1224end)
1225
1226OhterScriptsGui.Name = "Ohter Scripts Gui"
1227OhterScriptsGui.Parent = OtherScripts
1228OhterScriptsGui.BackgroundColor3 = Color3.new(0.6, 0.623529, 0.666667)
1229OhterScriptsGui.Position = UDim2.new(1.56000042, 0, -4.66949177, 0)
1230OhterScriptsGui.Size = UDim2.new(0, 294, 0, 267)
1231OhterScriptsGui.Visible = false
1232OhterScriptsGui.Active = true
1233OhterScriptsGui.Draggable = true
1234
1235SpeedHack.Name = "Speed Hack"
1236SpeedHack.Parent = OhterScriptsGui
1237SpeedHack.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
1238SpeedHack.Position = UDim2.new(0.248299316, 0, 0.153558046, 0)
1239SpeedHack.Size = UDim2.new(0, 148, 0, 42)
1240SpeedHack.Font = Enum.Font.SourceSans
1241SpeedHack.Text = "Speed Hack"
1242SpeedHack.TextColor3 = Color3.new(0, 1, 0.498039)
1243SpeedHack.TextSize = 14
1244SpeedHack.MouseButton1Down:connect(function()
1245game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 200
1246end)
1247
1248DeleteAntiCheat.Name = "Delete Anti Cheat"
1249DeleteAntiCheat.Parent = OhterScriptsGui
1250DeleteAntiCheat.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
1251DeleteAntiCheat.Position = UDim2.new(0.248299316, 0, 0.38202247, 0)
1252DeleteAntiCheat.Size = UDim2.new(0, 148, 0, 48)
1253DeleteAntiCheat.Font = Enum.Font.SourceSans
1254DeleteAntiCheat.Text = "Delete Anti Cheat"
1255DeleteAntiCheat.TextColor3 = Color3.new(0, 1, 0.498039)
1256DeleteAntiCheat.TextSize = 14
1257DeleteAntiCheat.MouseButton1Down:connect(function()
1258for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
1259if v.ClassName == "Script" then
1260for i,c in pairs(v:GetChildren()) do
1261if c.Name == "" then
1262v:Remove()
1263
1264end
1265end
1266end
1267end
1268end)
1269
1270NoClip.Name = "NoClip"
1271NoClip.Parent = OhterScriptsGui
1272NoClip.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
1273NoClip.Position = UDim2.new(0.248299316, 0, 0.634609342, 0)
1274NoClip.Size = UDim2.new(0, 148, 0, 41)
1275NoClip.Font = Enum.Font.SourceSans
1276NoClip.Text = "Noclip(press e)"
1277NoClip.TextColor3 = Color3.new(0, 1, 0.498039)
1278NoClip.TextSize = 14
1279NoClip.MouseButton1Down:connect(function()
1280noclip = false
1281game:GetService('RunService').Stepped:connect(function()
1282if noclip then
1283game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
1284end
1285end)
1286plr = game.Players.LocalPlayer
1287mouse = plr:GetMouse()
1288mouse.KeyDown:connect(function(key)
1289
1290if key == "e" then
1291noclip = not noclip
1292game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
1293end
1294end)
1295end)
1296
1297Tilte9.Name = "Tilte9"
1298Tilte9.Parent = OhterScriptsGui
1299Tilte9.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
1300Tilte9.Size = UDim2.new(0, 264, 0, 31)
1301Tilte9.Font = Enum.Font.SourceSans
1302Tilte9.Text = "Other Scripts"
1303Tilte9.TextColor3 = Color3.new(0, 1, 0.498039)
1304Tilte9.TextSize = 14
1305
1306Tilte8.Name = "Tilte8"
1307Tilte8.Parent = OhterScriptsGui
1308Tilte8.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
1309Tilte8.Position = UDim2.new(0, 0, 0.883895159, 0)
1310Tilte8.Size = UDim2.new(0, 294, 0, 31)
1311Tilte8.Font = Enum.Font.SourceSans
1312Tilte8.Text = "Other Scripts"
1313Tilte8.TextColor3 = Color3.new(0, 1, 0.498039)
1314Tilte8.TextSize = 14
1315
1316Close4.Name = "Close4"
1317Close4.Parent = OhterScriptsGui
1318Close4.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
1319Close4.Position = UDim2.new(0.897959173, 0, 0, 0)
1320Close4.Size = UDim2.new(0, 30, 0, 31)
1321Close4.Font = Enum.Font.SourceSans
1322Close4.Text = "X"
1323Close4.TextColor3 = Color3.new(1, 0, 0)
1324Close4.TextSize = 1
1325Close4.MouseButton1Down:connect(function()
1326OhterScriptsGui.Visible = false
1327end)
1328
1329Logo.Name = "Logo"
1330Logo.Parent = Main
1331Logo.BackgroundColor3 = Color3.new(1, 1, 1)
1332Logo.BackgroundTransparency = 1
1333Logo.Position = UDim2.new(0.244326204, 0, 0.25717932, 0)
1334Logo.Size = UDim2.new(0, 556, 0, 284)
1335Logo.Image = "rbxassetid://2524583203"
1336Logo.ImageTransparency = 1
1337
1338TextLabel.Parent = Logo
1339TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
1340TextLabel.BackgroundTransparency = 1
1341TextLabel.Position = UDim2.new(0, 0, 1.04225349, 0)
1342TextLabel.Size = UDim2.new(0, 556, 0, 50)
1343TextLabel.Font = Enum.Font.SourceSans
1344TextLabel.Text = "CREATE : ClarkShadow#1097"
1345TextLabel.TextColor3 = Color3.new(1, 1, 1)
1346TextLabel.TextSize = 30
1347TextLabel.TextTransparency = 1
1348
1349OpenGui.Name = "OpenGui"
1350OpenGui.Parent = Main
1351OpenGui.BackgroundColor3 = Color3.new(1, 1, 1)
1352OpenGui.Position = UDim2.new(0, 0, 0.515867531, 0)
1353OpenGui.Size = UDim2.new(0, 109, 0, 48)
1354OpenGui.Active = true
1355
1356Open.Name = "Open"
1357Open.Parent = OpenGui
1358Open.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
1359Open.Position = UDim2.new(-0.266055048, 0, 0, 0)
1360Open.Size = UDim2.new(0, 200, 0, 50)
1361Open.Font = Enum.Font.SourceSans
1362Open.Text = "Open"
1363Open.TextColor3 = Color3.new(0, 1, 0.498039)
1364Open.TextSize = 14
1365Open.MouseButton1Down:connect(function()
1366MainGui:TweenPosition(UDim2.new(0.302, 0,0.28, 0), 'Out','Bounce', 1)
1367OpenGui.Visible = false
1368end)
1369
1370wait(0.03)
1371game.CoreGui.Main.Logo.ImageTransparency = 1
1372game.CoreGui.Main.Logo.TextLabel.TextTransparency = 1
1373wait(0.03)
1374game.CoreGui.Main.Logo.ImageTransparency = 0.9
1375game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.9
1376wait(0.03)
1377game.CoreGui.Main.Logo.ImageTransparency = 0.8
1378game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.8
1379wait(0.03)
1380game.CoreGui.Main.Logo.ImageTransparency = 0.7
1381game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.7
1382wait(0.03)
1383game.CoreGui.Main.Logo.ImageTransparency = 0.6
1384game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.6
1385wait(0.03)
1386game.CoreGui.Main.Logo.ImageTransparency = 0.5
1387game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.5
1388wait(0.03)
1389game.CoreGui.Main.Logo.ImageTransparency = 0.4
1390game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.4
1391wait(0.03)
1392game.CoreGui.Main.Logo.ImageTransparency = 0.3
1393game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.3
1394wait(0.03)
1395game.CoreGui.Main.Logo.ImageTransparency = 0.2
1396game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.2
1397wait(0.03)
1398game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.1
1399game.CoreGui.Main.Logo.ImageTransparency = 0.1
1400wait(0.03)
1401game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0
1402game.CoreGui.Main.Logo.ImageTransparency = 0
1403wait(3.5)
1404game.CoreGui.Main.Logo.ImageTransparency = 0.1
1405game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.1
1406wait(0.03)
1407game.CoreGui.Main.Logo.ImageTransparency = 0.2
1408game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.2
1409wait(0.03)
1410game.CoreGui.Main.Logo.ImageTransparency = 0.3
1411game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.3
1412wait(0.03)
1413game.CoreGui.Main.Logo.ImageTransparency = 0.4
1414game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.4
1415wait(0.03)
1416game.CoreGui.Main.Logo.ImageTransparency = 0.5
1417game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.5
1418wait(0.03)
1419game.CoreGui.Main.Logo.ImageTransparency = 0.6
1420game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.6
1421wait(0.03)
1422game.CoreGui.Main.Logo.ImageTransparency = 0.7
1423game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.7
1424wait(0.03)
1425game.CoreGui.Main.Logo.ImageTransparency = 0.8
1426game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.8
1427wait(0.03)
1428game.CoreGui.Main.Logo.ImageTransparency = 0.9
1429game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.9
1430wait(0.03)
1431game.CoreGui.Main.Logo.TextLabel.TextTransparency = 1
1432game.CoreGui.Main.Logo.ImageTransparency = 1
1433game.CoreGui.Main.Logo.Visible = false
1434Samsung Galaxy Note 10+ (Plus)
1435cellphones
1436Recommended by
1437We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
1438Not a member of Pastebin yet?
1439Sign Up, it unlocks many cool features!
1440
1441create new paste / dealsnew! / syntax languages / archive / faq / tools / night mode / api / scraping api
1442privacy statement / cookies policy / terms of service / security disclosure / dmca / contact
1443
1444Dedicated Server Hosting by Steadfast