Advertisement
Nutx

test sop

Mar 26th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.84 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local sop = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local title = Instance.new("TextLabel")
  7. local chest = Instance.new("TextButton")
  8. local tp = Instance.new("TextButton")
  9. local by = Instance.new("TextButton")
  10. --Properties:
  11. sop.Name = "sop"
  12. sop.Parent = game.CoreGui
  13. sop.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  14.  
  15. Frame.Parent = sop
  16. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  17. Frame.Position = UDim2.new(0.381653428, 0, 0.0836120397, 0)
  18. Frame.Size = UDim2.new(0, 310, 0, 168)
  19. Frame.Style = Enum.FrameStyle.DropShadow
  20. Frame.Active = false
  21. Frame.Draggable = false
  22.  
  23. title.Name = "title"
  24. title.Parent = sop
  25. title.BackgroundColor3 = Color3.new(1, 1, 1)
  26. title.Position = UDim2.new(0.416761041, 0, 0.0836120546, 0)
  27. title.Size = UDim2.new(0, 247, 0, 12)
  28. title.Font = Enum.Font.SciFi
  29. title.Text = "Gui sop by nut x"
  30. title.TextColor3 = Color3.new(0, 0, 0)
  31. title.TextSize = 14
  32.  
  33. chest.Name = "chest"
  34. chest.Parent = sop
  35. chest.BackgroundColor3 = Color3.new(1, 1, 1)
  36. chest.Position = UDim2.new(0.400905997, 0, 0.147157192, 0)
  37. chest.Size = UDim2.new(0, 122, 0, 39)
  38. chest.Font = Enum.Font.SciFi
  39. chest.Text = "chest TP"
  40. chest.TextColor3 = Color3.new(0, 0, 0)
  41. chest.TextSize = 14
  42. chest.TextWrapped = true
  43. chest.MouseButton1Down:connect(function()
  44. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  45. if v.ClassName == "Script" then
  46. for i,c in pairs(v:GetChildren()) do
  47. if c.Name == "" then
  48. v:Remove()
  49.  
  50. end
  51. end
  52. end
  53. end
  54. wait(1)
  55.  
  56. local char = game.Players.LocalPlayer.Character.HumanoidRootPart
  57. char.CFrame = CFrame.new(-1397.30872, 32.9888573, 4935.0127)
  58. wait(.4)
  59. char.CFrame = CFrame.new(38.0509682, 2.449682, 532.326233)
  60. wait(.4)
  61. char.CFrame = CFrame.new(35.1173401, -2.74061775, 144.029633)
  62. wait(.4)
  63. char.CFrame = CFrame.new(-2315.80054, 75.944519, -4203.24316)
  64. wait(.4)
  65. char.CFrame = CFrame.new(2400.57593, 18.8726711, -4002.67212)
  66. wait(.4)
  67. char.CFrame = CFrame.new(-2587.79785, 16.8477421, -3950.18359)
  68. wait(.4)
  69. char.CFrame = CFrame.new(-2587.80103, 18.8706112, -3950.51001)
  70. wait(.4)
  71. char.CFrame = CFrame.new(-4352.83447, 3.52301502, 1333.96191)
  72. wait(.4)
  73. char.CFrame = CFrame.new(-4181.38232, 3.52301502, 1247.76196)
  74. wait(.4)
  75. char.CFrame = CFrame.new(-4502.63232, 37.0043716, 1245.19348)
  76. wait(.4)
  77. char.CFrame = CFrame.new(3170.59546, 22.6311531, 1640.63513)
  78. wait(.4)
  79. char.CFrame = CFrame.new(1222.25244, 34.767601, 5026.28418)
  80. wait(.4)
  81. char.CFrame = CFrame.new(-4540.95361, 105.322174, 4031.48608)
  82. wait(.4)
  83. char.CFrame = CFrame.new(-4539.41406, 105.332174, 4026.31006)
  84. wait(.4)
  85. char.CFrame = CFrame.new(-4542.46289, 105.322174, 4036.56641)
  86. wait(.4)
  87. char.CFrame = CFrame.new(-4653.76172, 58.7096329, 4089.94312)
  88. wait(.4)
  89. char.CFrame = CFrame.new(-4501.02246, 58.7096329, 4055.36157)
  90. wait(.4)
  91. char.CFrame = CFrame.new(-4498.99365, 58.7149696, 4048.34961)
  92. wait(.4)
  93. char.CFrame = CFrame.new(-4497.38232, 58.7096329, 4042.77832)
  94. wait(.4)
  95. char.CFrame = CFrame.new(-4502.91211, 58.7096329, 4061.89453)
  96. wait(.4)
  97. char.CFrame = CFrame.new(-1.85192871, 2.36103058, 533.927429)
  98. end)
  99.  
  100. tp.Name = "tp"
  101. tp.Parent = sop
  102. tp.BackgroundColor3 = Color3.new(1, 1, 1)
  103. tp.Position = UDim2.new(0.586636484, 0, 0.147157192, 0)
  104. tp.Size = UDim2.new(0, 117, 0, 40)
  105. tp.Font = Enum.Font.SciFi
  106. tp.Text = "sell df TP"
  107. tp.TextColor3 = Color3.new(0, 0, 0)
  108. tp.TextSize = 14
  109. tp.TextWrapped = true
  110. tp.MouseButton1Down:connect(function()
  111. wait(1)
  112. game:GetService("StarterGui"):SetCore("SendNotification", {
  113. Title = "[Gui sop by nutx]";
  114. Text = "Tp to sellr df";
  115. })
  116. for _,v in pairs(game.Workspace:GetDescendants()) do
  117. if string.find(v.ClassName, "Model") and string.find(v.Name, 'Devil Fruit Seller') then
  118. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v:FindFirstChild("Head").CFrame
  119. end
  120. end
  121. end)
  122.  
  123. by.Name = "by"
  124. by.Parent = sop
  125. by.BackgroundColor3 = Color3.new(1, 1, 1)
  126. by.Position = UDim2.new(0.400905997, 0, 0.242474943, 0)
  127. by.Size = UDim2.new(0, 122, 0, 40)
  128. by.Font = Enum.Font.SciFi
  129. by.Text = "bypass"
  130. by.TextColor3 = Color3.new(0, 0, 0)
  131. by.TextSize = 14
  132. by.TextWrapped = true
  133. by.MouseButton1Down:connect(function()
  134. -- Anti-tp & WalkSpeed/Jumppower bypass by Orange Doggo#7416
  135. local ws = 150 -- WalkSpeed
  136. local jp = 200 -- JumpPower
  137. -- Don't edit anything below ^-^
  138. local a=getrawmetatable(game)local b=a.__index;local c=a.__newindex;local d=a.__namecall;local sro = setreadonly or make_writeable;sro(a,false)a.__namecall=newcclosure(function(self,...)local e={...}local f=e[#e]if f:lower()=="breakjoints"then return end;return d(self,...)end)a.__index=newcclosure(function(g,h)if h:lower()=="velocity"then return Vector3.new(0,0,0)end;return b(g,h)end)a.__newindex=newcclosure(function(g,h,i)if h:lower()=='walkspeed'then return c(g,h,ws)end;if h:lower()=='jumppower'then return c(g,h,jp)end;return c(g,h,i)end)
  139. end)
  140. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement