Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.98 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local TnfFucker = Instance.new("ScreenGui")
  5. local OpenFrame = Instance.new("Frame")
  6. local Open = Instance.new("TextButton")
  7. local Main = Instance.new("Frame")
  8. local BeautyA = Instance.new("Frame")
  9. local Name = Instance.new("TextLabel")
  10. local BeautyB = Instance.new("Frame")
  11. local Credit = Instance.new("TextLabel")
  12. local TpJamesBay = Instance.new("TextButton")
  13. local TpNativeCamp = Instance.new("TextButton")
  14. local TpTravler = Instance.new("TextButton")
  15. local TpMercenary = Instance.new("TextButton")
  16. local TpChurch = Instance.new("TextButton")
  17. local TpEastenTower = Instance.new("TextButton")
  18. local FastSpeed = Instance.new("TextButton")
  19. local XTeleport = Instance.new("TextButton")
  20. local HideName = Instance.new("TextButton")
  21. local Close = Instance.new("TextButton")
  22. --Properties:
  23. TnfFucker.Name = "Tnf Fucker"
  24. TnfFucker.Parent = game.CoreGui
  25. TnfFucker.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  26.  
  27. OpenFrame.Name = "OpenFrame"
  28. OpenFrame.Parent = TnfFucker
  29. OpenFrame.Active = true
  30. OpenFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  31. OpenFrame.BorderSizePixel = 0
  32. OpenFrame.Position = UDim2.new(0, 0, 0.46543774, 0)
  33. OpenFrame.Size = UDim2.new(0, 90, 0, 29)
  34.  
  35. Open.Name = "Open"
  36. Open.Parent = OpenFrame
  37. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  38. Open.BorderSizePixel = 0
  39. Open.Position = UDim2.new(0, 0, 0.017161876, 0)
  40. Open.Size = UDim2.new(0, 90, 0, 28)
  41. Open.Font = Enum.Font.Cartoon
  42. Open.Text = "Open"
  43. Open.TextColor3 = Color3.new(1, 1, 1)
  44. Open.TextSize = 23
  45. Open.MouseButton1Down:connect(function()
  46. Main.Visible = true
  47. OpenFrame.Visible = false
  48. end)
  49.  
  50. Main.Name = "Main"
  51. Main.Parent = TnfFucker
  52. Main.Active = true
  53. Main.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  54. Main.BackgroundTransparency = 0.10000000149012
  55. Main.BorderSizePixel = 0
  56. Main.Position = UDim2.new(0.257333338, 0, 0.253456235, 0)
  57. Main.Size = UDim2.new(0, 356, 0, 203)
  58. Main.Visible = false
  59. Main.Draggable = true
  60.  
  61. BeautyA.Name = "BeautyA"
  62. BeautyA.Parent = Main
  63. BeautyA.BackgroundColor3 = Color3.new(0.619608, 0.258824, 0.65098)
  64. BeautyA.BorderSizePixel = 0
  65. BeautyA.Size = UDim2.new(0, 356, 0, 23)
  66.  
  67. Name.Name = "Name"
  68. Name.Parent = BeautyA
  69. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  70. Name.BackgroundTransparency = 1
  71. Name.BorderSizePixel = 0
  72. Name.Position = UDim2.new(0.218020111, 0, 0, 0)
  73. Name.Size = UDim2.new(0, 200, 0, 23)
  74. Name.Font = Enum.Font.Cartoon
  75. Name.Text = "Tnf Fucker V.1"
  76. Name.TextColor3 = Color3.new(1, 1, 1)
  77. Name.TextSize = 20
  78.  
  79. BeautyB.Name = "BeautyB"
  80. BeautyB.Parent = Main
  81. BeautyB.BackgroundColor3 = Color3.new(0.619608, 0.258824, 0.65098)
  82. BeautyB.BorderSizePixel = 0
  83. BeautyB.Position = UDim2.new(0, 0, 0.881443262, 0)
  84. BeautyB.Size = UDim2.new(0, 356, 0, 23)
  85.  
  86. Credit.Name = "Credit"
  87. Credit.Parent = BeautyB
  88. Credit.BackgroundColor3 = Color3.new(1, 1, 1)
  89. Credit.BackgroundTransparency = 1
  90. Credit.BorderSizePixel = 0
  91. Credit.Size = UDim2.new(0, 356, 0, 23)
  92. Credit.Font = Enum.Font.Cartoon
  93. Credit.Text = "Gui made by GodPlayer1927."
  94. Credit.TextColor3 = Color3.new(1, 1, 1)
  95. Credit.TextSize = 16
  96. Credit.TextWrapped = true
  97.  
  98. TpJamesBay.Name = "Tp James Bay"
  99. TpJamesBay.Parent = Main
  100. TpJamesBay.BackgroundColor3 = Color3.new(0.619608, 0.258824, 0.65098)
  101. TpJamesBay.BorderSizePixel = 0
  102. TpJamesBay.Position = UDim2.new(0.0337078646, 0, 0.206896558, 0)
  103. TpJamesBay.Size = UDim2.new(0, 88, 0, 22)
  104. TpJamesBay.Font = Enum.Font.Cartoon
  105. TpJamesBay.Text = "Tp James Bay"
  106. TpJamesBay.TextColor3 = Color3.new(1, 1, 1)
  107. TpJamesBay.TextSize = 15
  108. TpJamesBay.MouseButton1Down:connect(function()
  109. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-609.337891, 45, -658.920105)
  110. end)
  111.  
  112. TpNativeCamp.Name = "Tp Native Camp"
  113. TpNativeCamp.Parent = Main
  114. TpNativeCamp.BackgroundColor3 = Color3.new(0.619608, 0.258824, 0.65098)
  115. TpNativeCamp.BorderSizePixel = 0
  116. TpNativeCamp.Position = UDim2.new(0.0337078646, 0, 0.443349749, 0)
  117. TpNativeCamp.Size = UDim2.new(0, 88, 0, 22)
  118. TpNativeCamp.Font = Enum.Font.Cartoon
  119. TpNativeCamp.Text = "Tp Native Camp"
  120. TpNativeCamp.TextColor3 = Color3.new(1, 1, 1)
  121. TpNativeCamp.TextSize = 14
  122. TpNativeCamp.MouseButton1Down:connect(function()
  123. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1846.83118, 56.9999809, 668.090332)
  124. end)
  125.  
  126. TpTravler.Name = "Tp Travler"
  127. TpTravler.Parent = Main
  128. TpTravler.BackgroundColor3 = Color3.new(0.619608, 0.258824, 0.65098)
  129. TpTravler.BorderSizePixel = 0
  130. TpTravler.Position = UDim2.new(0.0337078646, 0, 0.679803014, 0)
  131. TpTravler.Size = UDim2.new(0, 88, 0, 22)
  132. TpTravler.Font = Enum.Font.Cartoon
  133. TpTravler.Text = "Tp Travler"
  134. TpTravler.TextColor3 = Color3.new(1, 1, 1)
  135. TpTravler.TextSize = 18
  136. TpTravler.MouseButton1Down:connect(function()
  137. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(273.034485, 81, -497.964355)
  138. end)
  139.  
  140. TpMercenary.Name = "Tp Mercenary"
  141. TpMercenary.Parent = Main
  142. TpMercenary.BackgroundColor3 = Color3.new(0.619608, 0.258824, 0.65098)
  143. TpMercenary.BorderSizePixel = 0
  144. TpMercenary.Position = UDim2.new(0.373595506, 0, 0.206896558, 0)
  145. TpMercenary.Size = UDim2.new(0, 88, 0, 22)
  146. TpMercenary.Font = Enum.Font.Cartoon
  147. TpMercenary.Text = "Tp Mercenary"
  148. TpMercenary.TextColor3 = Color3.new(1, 1, 1)
  149. TpMercenary.TextSize = 15
  150. TpMercenary.MouseButton1Down:connect(function()
  151. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1106.74036, 81.4141235, -588.917114)
  152. end)
  153.  
  154. TpChurch.Name = "Tp Church"
  155. TpChurch.Parent = Main
  156. TpChurch.BackgroundColor3 = Color3.new(0.619608, 0.258824, 0.65098)
  157. TpChurch.BorderSizePixel = 0
  158. TpChurch.Position = UDim2.new(0.373595536, 0, 0.443349749, 0)
  159. TpChurch.Size = UDim2.new(0, 88, 0, 22)
  160. TpChurch.Font = Enum.Font.Cartoon
  161. TpChurch.Text = "Tp Church"
  162. TpChurch.TextColor3 = Color3.new(1, 1, 1)
  163. TpChurch.TextSize = 18
  164. TpChurch.MouseButton1Down:connect(function()
  165. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-742.921875, 41.1001434, -118.808205)
  166. end)
  167.  
  168. TpEastenTower.Name = "Tp Easten Tower"
  169. TpEastenTower.Parent = Main
  170. TpEastenTower.BackgroundColor3 = Color3.new(0.619608, 0.258824, 0.65098)
  171. TpEastenTower.BorderSizePixel = 0
  172. TpEastenTower.Position = UDim2.new(0.373595506, 0, 0.679802954, 0)
  173. TpEastenTower.Size = UDim2.new(0, 88, 0, 22)
  174. TpEastenTower.Font = Enum.Font.Cartoon
  175. TpEastenTower.Text = "Tp Easten Tower"
  176. TpEastenTower.TextColor3 = Color3.new(1, 1, 1)
  177. TpEastenTower.TextSize = 12
  178. TpEastenTower.MouseButton1Down:connect(function()
  179. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(533.273682, 64.9992218, 599.595825)
  180. end)
  181.  
  182. FastSpeed.Name = "Fast Speed"
  183. FastSpeed.Parent = Main
  184. FastSpeed.BackgroundColor3 = Color3.new(0.619608, 0.258824, 0.65098)
  185. FastSpeed.BorderSizePixel = 0
  186. FastSpeed.Position = UDim2.new(0.716292143, 0, 0.206896558, 0)
  187. FastSpeed.Size = UDim2.new(0, 88, 0, 22)
  188. FastSpeed.Font = Enum.Font.Cartoon
  189. FastSpeed.Text = "Fast Speed"
  190. FastSpeed.TextColor3 = Color3.new(1, 1, 1)
  191. FastSpeed.TextSize = 18
  192. FastSpeed.MouseButton1Down:connect(function()
  193. _G .Walk = 100;
  194.  
  195. if _G.WalkSpeed then
  196. error('loop is running!');
  197. end;
  198. _G.WalkSpeed = true;
  199. local LPlayer = game:GetService'Players'.LocalPlayer;
  200. local Heartbeat = game:GetService'RunService'.Heartbeat;
  201.  
  202. Heartbeat:Connect(function()
  203. local hum = LPlayer.Character:FindFirstChildOfClass'Humanoid';
  204. if hum then
  205. hum.WalkSpeed = _G .Walk;
  206. end;
  207. end);
  208. end)
  209.  
  210. XTeleport.Name = "X Teleport"
  211. XTeleport.Parent = Main
  212. XTeleport.BackgroundColor3 = Color3.new(0.619608, 0.258824, 0.65098)
  213. XTeleport.BorderSizePixel = 0
  214. XTeleport.Position = UDim2.new(0.716292143, 0, 0.443349749, 0)
  215. XTeleport.Size = UDim2.new(0, 88, 0, 22)
  216. XTeleport.Font = Enum.Font.Cartoon
  217. XTeleport.Text = "X Teleport"
  218. XTeleport.TextColor3 = Color3.new(1, 1, 1)
  219. XTeleport.TextSize = 18
  220. XTeleport.MouseButton1Down:connect(function()
  221. plr = game.Players.LocalPlayer
  222. hum = plr.Character.HumanoidRootPart
  223. mouse = plr:GetMouse()
  224.  
  225. mouse.KeyDown:connect(function(key)
  226. if key == "x" then
  227. if mouse.Target then
  228. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  229. end
  230. end
  231. end)
  232. end)
  233.  
  234. HideName.Name = "Hide Name"
  235. HideName.Parent = Main
  236. HideName.BackgroundColor3 = Color3.new(0.619608, 0.258824, 0.65098)
  237. HideName.BorderSizePixel = 0
  238. HideName.Position = UDim2.new(0.716292143, 0, 0.679803014, 0)
  239. HideName.Size = UDim2.new(0, 88, 0, 22)
  240. HideName.Font = Enum.Font.Cartoon
  241. HideName.Text = "Hide Name"
  242. HideName.TextColor3 = Color3.new(1, 1, 1)
  243. HideName.TextSize = 18
  244. HideName.MouseButton1Down:connect(function()
  245. local name = game:GetService'Players'.LocalPlayer.Name
  246. Workspace.World.MouseFilter[name][name].Head.LabelBillboardGui: Destroy()
  247. end)
  248.  
  249. Close.Name = "Close"
  250. Close.Parent = Main
  251. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  252. Close.BackgroundTransparency = 1
  253. Close.BorderSizePixel = 0
  254. Close.Position = UDim2.new(0.891947567, 0, 0, 0)
  255. Close.Size = UDim2.new(0, 38, 0, 22)
  256. Close.Font = Enum.Font.Cartoon
  257. Close.Text = "X"
  258. Close.TextColor3 = Color3.new(1, 1, 1)
  259. Close.TextSize = 27
  260. Close.MouseButton1Down:connect(function()
  261. OpenFrame.Visible = true
  262. Main.Visible = false
  263. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement