Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.95 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local OpenFrame = Instance.new("Frame")
  6. local Open = Instance.new("TextButton")
  7. local Frame = Instance.new("Frame")
  8. local Close = Instance.new("TextButton")
  9. local Credit = Instance.new("TextLabel")
  10. local TextButton = Instance.new("TextButton")
  11. local TextButton_2 = Instance.new("TextButton")
  12. local TextButton_3 = Instance.new("TextButton")
  13. local TextButton_4 = Instance.new("TextButton")
  14. local TextLabel = Instance.new("TextLabel")
  15. local TextLabel_2 = Instance.new("TextLabel")
  16. local TextLabel_3 = Instance.new("TextLabel")
  17. local TextLabel_4 = Instance.new("TextLabel")
  18. --Properties:
  19. ScreenGui.Parent = game.CoreGui
  20. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  21.  
  22. OpenFrame.Name = "OpenFrame"
  23. OpenFrame.Parent = ScreenGui
  24. OpenFrame.Active = true
  25. OpenFrame.BackgroundColor3 = Color3.new(0.227451, 0.694118, 0.654902)
  26. OpenFrame.BorderSizePixel = 0
  27. OpenFrame.Position = UDim2.new(0, 0, 0.473293751, 0)
  28. OpenFrame.Size = UDim2.new(0, 101, 0, 35)
  29.  
  30. Open.Name = "Open"
  31. Open.Parent = OpenFrame
  32. Open.BackgroundColor3 = Color3.new(0.227451, 0.694118, 0.654902)
  33. Open.BorderColor3 = Color3.new(0.0941177, 0.290196, 0.270588)
  34. Open.Position = UDim2.new(0.0910890773, 0, 0.171428576, 0)
  35. Open.Size = UDim2.new(0, 83, 0, 22)
  36. Open.Font = Enum.Font.SciFi
  37. Open.Text = "Open"
  38. Open.TextColor3 = Color3.new(0, 0, 0)
  39. Open.TextSize = 14
  40. Open.MouseButton1Down:connect(function()
  41. Open.Visible = true
  42. OpenFrame.Visible = false
  43. end)
  44.  
  45. Frame.Parent = ScreenGui
  46. Frame.Active = true
  47. Frame.BackgroundColor3 = Color3.new(0.227451, 0.694118, 0.654902)
  48. Frame.BorderSizePixel = 2
  49. Frame.Position = UDim2.new(0.863262773, 0, 0.257087141, 0)
  50. Frame.Size = UDim2.new(0, 162, 0, 317)
  51. Frame.Draggable = true
  52.  
  53. Close.Name = "Close"
  54. Close.Parent = Frame
  55. Close.BackgroundColor3 = Color3.new(0.227451, 0.694118, 0.654902)
  56. Close.BorderSizePixel = 0
  57. Close.Position = UDim2.new(0.839506149, 0, 0, 0)
  58. Close.Size = UDim2.new(0, 26, 0, 24)
  59. Close.Font = Enum.Font.SourceSans
  60. Close.Text = "X"
  61. Close.TextColor3 = Color3.new(0, 0, 0)
  62. Close.TextSize = 14
  63. Close.MouseButton1Down:connect(function()
  64. Close.Visible = true
  65. Frame.Visible = false
  66. end)
  67.  
  68. Credit.Name = "Credit"
  69. Credit.Parent = Frame
  70. Credit.BackgroundColor3 = Color3.new(0.227451, 0.694118, 0.654902)
  71. Credit.BorderSizePixel = 0
  72. Credit.Position = UDim2.new(0.0802469105, 0, 0.92429024, 0)
  73. Credit.Size = UDim2.new(0, 136, 0, 24)
  74. Credit.Font = Enum.Font.SciFi
  75. Credit.Text = "Kenny's Bizzare GUI"
  76. Credit.TextColor3 = Color3.new(0, 0, 0)
  77. Credit.TextSize = 14
  78.  
  79. TextButton.Parent = Frame
  80. TextButton.BackgroundColor3 = Color3.new(0.227451, 0.694118, 0.654902)
  81. TextButton.Position = UDim2.new(0.0802468657, 0, 0.20820187, 0)
  82. TextButton.Size = UDim2.new(0, 138, 0, 29)
  83. TextButton.Font = Enum.Font.SourceSans
  84. TextButton.Text = "Tp tools"
  85. TextButton.TextColor3 = Color3.new(0, 0, 0)
  86. TextButton.TextSize = 14
  87. Tp tools.MouseButton1Down:connect(function()
  88. toggle = true
  89. while toggle do
  90. wait(2)
  91. local plr = game:GetService("Players").LocalPlayer.Character
  92. for i,v in pairs(game.workspace:GetChildren()) do
  93. if (v.ClassName == "Tool") then
  94. v.Handle.CFrame = plr.HumanoidRootPart.CFrame
  95. end
  96. end
  97. end)
  98.  
  99. TextButton_2.Parent = Frame
  100. TextButton_2.BackgroundColor3 = Color3.new(0.227451, 0.694118, 0.654902)
  101. TextButton_2.Position = UDim2.new(0.0802469105, 0, 0.574132442, 0)
  102. TextButton_2.Size = UDim2.new(0, 138, 0, 29)
  103. TextButton_2.Font = Enum.Font.SourceSans
  104. TextButton_2.Text = "Drop Arrow"
  105. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  106. TextButton_2.TextSize = 14
  107. Drop Arrow.MouseButton1Down:connect(function()
  108. local ToolName = "Arrow"
  109. local Counter = 0
  110.  
  111. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  112. if v:IsA("Tool") then
  113. Counter = Counter + 1
  114. ToolName = v.Name
  115. end
  116. end
  117.  
  118. if Counter >= 1 then
  119. local Tool = game.Players.LocalPlayer.Character[ToolName]
  120. Tool.Parent = game.Workspace
  121. warn("Dropped!")
  122. else
  123. warn("No tool was found.")
  124.  
  125. end)
  126.  
  127. TextButton_3.Parent = Frame
  128. TextButton_3.BackgroundColor3 = Color3.new(0.227451, 0.694118, 0.654902)
  129. TextButton_3.Position = UDim2.new(0.0802469105, 0, 0.700315475, 0)
  130. TextButton_3.Size = UDim2.new(0, 138, 0, 30)
  131. TextButton_3.Font = Enum.Font.SourceSans
  132. TextButton_3.Text = "Drop Rokaka"
  133. TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  134. TextButton_3.TextSize = 14
  135. Drop Rokaka.MouseButton1Down:connect(function()
  136. local ToolName = "Rokakaka Fruit"
  137. local Counter = 0
  138.  
  139. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  140. if v:IsA("Tool") then
  141. Counter = Counter + 1
  142. ToolName = v.Name
  143. end
  144. end
  145.  
  146. if Counter >= 1 then
  147. local Tool = game.Players.LocalPlayer.Character[ToolName]
  148. Tool.Parent = game.Workspace
  149. warn("Dropped!")
  150. else
  151. warn("No tool was found.")
  152. end)
  153.  
  154. TextButton_4.Parent = Frame
  155. TextButton_4.BackgroundColor3 = Color3.new(0.227451, 0.694118, 0.654902)
  156. TextButton_4.Position = UDim2.new(0.0802469254, 0, 0.32703197, 0)
  157. TextButton_4.Size = UDim2.new(0, 138, 0, 28)
  158. TextButton_4.Font = Enum.Font.SourceSans
  159. TextButton_4.Text = "Turn off Tp tools"
  160. TextButton_4.TextColor3 = Color3.new(0, 0, 0)
  161. TextButton_4.TextSize = 14
  162. Turn off Tp tools.MouseButton1Down:connect(function()
  163. toggle = false
  164. while toggle do
  165. wait(2)
  166. local plr = game:GetService("Players").LocalPlayer.Character
  167. for i,v in pairs(game.workspace:GetChildren()) do
  168. if (v.ClassName == "Tool") then
  169. v.Handle.CFrame = plr.HumanoidRootPart.CFrame
  170. end
  171. end
  172. end)
  173.  
  174. TextLabel.Parent = Frame
  175. TextLabel.BackgroundColor3 = Color3.new(0.227451, 0.694118, 0.654902)
  176. TextLabel.BorderSizePixel = 0
  177. TextLabel.Position = UDim2.new(0, 0, 0.00315457419, 0)
  178. TextLabel.Size = UDim2.new(0, 136, 0, 21)
  179. TextLabel.Font = Enum.Font.SciFi
  180. TextLabel.Text = "I DON'T OWN SCRIPTS"
  181. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  182. TextLabel.TextSize = 14
  183.  
  184. TextLabel_2.Parent = Frame
  185. TextLabel_2.BackgroundColor3 = Color3.new(0.227451, 0.694118, 0.654902)
  186. TextLabel_2.BorderSizePixel = 0
  187. TextLabel_2.Position = UDim2.new(0.104938276, 0, 0.454258651, 0)
  188. TextLabel_2.Size = UDim2.new(0, 129, 0, 28)
  189. TextLabel_2.Font = Enum.Font.SciFi
  190. TextLabel_2.Text = "Drop Scripts"
  191. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  192. TextLabel_2.TextSize = 14
  193.  
  194. TextLabel_3.Parent = Frame
  195. TextLabel_3.BackgroundColor3 = Color3.new(0.227451, 0.694118, 0.654902)
  196. TextLabel_3.BorderSizePixel = 0
  197. TextLabel_3.Position = UDim2.new(0.104938276, 0, 0.097791791, 0)
  198. TextLabel_3.Size = UDim2.new(0, 129, 0, 28)
  199. TextLabel_3.Font = Enum.Font.SciFi
  200. TextLabel_3.Text = "Item TP Scripts"
  201. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  202. TextLabel_3.TextSize = 14
  203.  
  204. TextLabel_4.Parent = Frame
  205. TextLabel_4.BackgroundColor3 = Color3.new(0.227451, 0.694118, 0.654902)
  206. TextLabel_4.BorderSizePixel = 0
  207. TextLabel_4.Position = UDim2.new(0.0308641978, 0, 0.820189297, 0)
  208. TextLabel_4.Size = UDim2.new(0, 157, 0, 26)
  209. TextLabel_4.Font = Enum.Font.SourceSans
  210. TextLabel_4.Text = "KennyTheForg#1655"
  211. TextLabel_4.TextColor3 = Color3.new(0, 0, 0)
  212. TextLabel_4.TextSize = 14
  213. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement