littleoemmett

roblox: tsunami game hack gui 3.0

Jan 14th, 2022 (edited)
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.79 KB | None | 0 0
  1. -- made by roblox username (littleoemmett0)
  2. -- credit to CheapFoil(youtuber channel name) for the idea of teleport and 3 teleport script button
  3.  
  4. -- version 3
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local main = Instance.new("Frame")
  8. local title = Instance.new("TextLabel")
  9. local infjump = Instance.new("TextButton")
  10. local fastwalkspeed = Instance.new("TextButton")
  11. local normalwalkspeed = Instance.new("TextButton")
  12. local darkdex = Instance.new("TextButton")
  13. local antikickbansccript = Instance.new("TextButton")
  14. local infadmincmds = Instance.new("TextButton")
  15. local btools = Instance.new("TextButton")
  16. local btoolslabel = Instance.new("TextLabel")
  17. local teleporttoshop = Instance.new("TextButton")
  18. local teleporttoend = Instance.new("TextButton")
  19. local teleporttobutton = Instance.new("TextButton")
  20. local teleportoutsidemap = Instance.new("TextButton")
  21. local researcherfreegamepasstp = Instance.new("TextButton")
  22. local teleporttosafezone = Instance.new("TextButton")
  23. local tptoyourstats = Instance.new("TextButton")
  24. local teleporttosafezone2 = Instance.new("TextButton")
  25. local autofarm = Instance.new("TextButton")
  26. local autofarmlabel = Instance.new("TextLabel")
  27. local autofarmlabel2 = Instance.new("TextLabel")
  28. local credittitle = Instance.new("TextLabel")
  29.  
  30. --Properties:
  31.  
  32. ScreenGui.Parent = game.CoreGui
  33.  
  34. main.Name = "main"
  35. main.Parent = ScreenGui
  36. main.BackgroundColor3 = Color3.fromRGB(59, 59, 59)
  37. main.Position = UDim2.new(0.229540914, 0, 0.52352047, 0)
  38. main.Size = UDim2.new(0, 517, 0, 268)
  39. main.Active = true
  40. main.Draggable = true
  41.  
  42. title.Name = "title"
  43. title.Parent = main
  44. title.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
  45. title.Size = UDim2.new(0, 300, 0, 45)
  46. title.Font = Enum.Font.SourceSans
  47. title.Text = "Tsunami game Gui | Made by Littleoemmett"
  48. title.TextColor3 = Color3.fromRGB(0, 0, 0)
  49. title.TextSize = 20.000
  50.  
  51. infjump.Name = "inf jump"
  52. infjump.Parent = main
  53. infjump.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
  54. infjump.Position = UDim2.new(0, 0, 0.164349332, 0)
  55. infjump.Size = UDim2.new(0, 99, 0, 38)
  56. infjump.Font = Enum.Font.SourceSans
  57. infjump.Text = "Inf jump"
  58. infjump.TextColor3 = Color3.fromRGB(0, 0, 0)
  59. infjump.TextSize = 20.000
  60. infjump.MouseButton1Down:connect(function()
  61. --[[Subscribe to Zaptosis on YouTube for more awesome scripts!
  62.  
  63. ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  64. ███▀▀▀███░░░░░░░░░░░░░░░░░░░██░░░░░░░░░░░░░░░░░░░░██░░░░░░░░░
  65. █▀░░░███░░░░░░░░░░░░░░░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  66. ▀░░░███░░▄█▀██▄░▀████████▄██████░░▄██▀██▄░▄██▀██████░░▄██▀███
  67. ░░░███░░██░░░██░░░██░░░▀██░░██░░░██▀░░░▀████░░░▀▀░██░░██░░░▀▀
  68. ░░███░░░▄▄█████░░░██░░░░██░░██░░░██░░░░░██▀█████▄░██░░▀█████▄
  69. ░███░░░▄██░░░██░░░██░░░▄██░░██░░░██▄░░░▄███▄░░░██░██░░█▄░░░██
  70. █████████████▀██▄░██████▀░░░▀████░▀█████▀░██████▀████▄██████▀
  71. ░░░░░░░░░░░░░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  72. ░░░░░░░░░░░░░░░░▄████▄░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  73. ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  74. ]]
  75.  
  76. _G.infinjump = true
  77.  
  78. local Player = game:GetService("Players").LocalPlayer
  79. local Mouse = Player:GetMouse()
  80. Mouse.KeyDown:connect(function(k)
  81. if _G.infinjump then
  82. if k:byte() == 32 then
  83. Humanoid = game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid")
  84. Humanoid:ChangeState("Jumping")
  85. wait(0.1)
  86. Humanoid:ChangeState("Seated")
  87. end
  88. end
  89. end)
  90.  
  91. local Player = game:GetService("Players").LocalPlayer
  92. local Mouse = Player:GetMouse()
  93. Mouse.KeyDown:connect(function(k)
  94. k = k:lower()
  95. if k == "f" then
  96. if _G.infinjump == true then
  97. _G.infinjump = false
  98. else
  99. _G.infinjump = true
  100. end
  101. end
  102. end)
  103. end)
  104.  
  105. fastwalkspeed.Name = "fast walkspeed"
  106. fastwalkspeed.Parent = main
  107. fastwalkspeed.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
  108. fastwalkspeed.Position = UDim2.new(0, 0, 0.34474048, 0)
  109. fastwalkspeed.Size = UDim2.new(0, 99, 0, 49)
  110. fastwalkspeed.Font = Enum.Font.SourceSans
  111. fastwalkspeed.Text = "fast walkspeed"
  112. fastwalkspeed.TextColor3 = Color3.fromRGB(0, 0, 0)
  113. fastwalkspeed.TextSize = 19.000
  114. fastwalkspeed.MouseButton1Down:connect(function()
  115. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50
  116. end)
  117.  
  118. normalwalkspeed.Name = "normal walkspeed"
  119. normalwalkspeed.Parent = main
  120. normalwalkspeed.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
  121. normalwalkspeed.Position = UDim2.new(0, 0, 0.573543966, 0)
  122. normalwalkspeed.Size = UDim2.new(0, 104, 0, 49)
  123. normalwalkspeed.Font = Enum.Font.SourceSans
  124. normalwalkspeed.Text = "normal walkspeed"
  125. normalwalkspeed.TextColor3 = Color3.fromRGB(0, 0, 0)
  126. normalwalkspeed.TextSize = 15.000
  127. normalwalkspeed.MouseButton1Down:connect(function()
  128. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  129. end)
  130.  
  131. darkdex.Name = "dark dex"
  132. darkdex.Parent = main
  133. darkdex.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
  134. darkdex.Position = UDim2.new(0.220502898, 0, 0.164330453, 0)
  135. darkdex.Size = UDim2.new(0, 87, 0, 49)
  136. darkdex.Font = Enum.Font.SourceSans
  137. darkdex.Text = "Dark Dex"
  138. darkdex.TextColor3 = Color3.fromRGB(0, 0, 0)
  139. darkdex.TextSize = 20.000
  140. darkdex.MouseButton1Down:connect(function()
  141. -- Dark Dex --
  142.  
  143. if game:GetService'CoreGui':FindFirstChild'Dex' then
  144. game:GetService'CoreGui'.Dex:Destroy();
  145. end
  146.  
  147. math.randomseed(tick())
  148.  
  149. local charset = {}
  150. for i = 48, 57 do table.insert(charset, string.char(i)) end
  151. for i = 65, 90 do table.insert(charset, string.char(i)) end
  152. for i = 97, 122 do table.insert(charset, string.char(i)) end
  153. function RandomCharacters(length)
  154. if length > 0 then
  155. return RandomCharacters(length - 1) .. charset[math.random(1, #charset)]
  156. else
  157. return ""
  158. end
  159. end
  160.  
  161. local Dex = game:GetObjects("rbxassetid://3567096419")[1]
  162. Dex.Name = RandomCharacters(math.random(5, 20))
  163. Dex.Parent = game:GetService("CoreGui")
  164.  
  165. local function Load(Obj, Url)
  166. local function GiveOwnGlobals(Func, Script)
  167. local Fenv = {}
  168. local RealFenv = {script = Script}
  169. local FenvMt = {}
  170. FenvMt.__index = function(a,b)
  171. if RealFenv[b] == nil then
  172. return getfenv()[b]
  173. else
  174. return RealFenv[b]
  175. end
  176. end
  177. FenvMt.__newindex = function(a, b, c)
  178. if RealFenv[b] == nil then
  179. getfenv()[b] = c
  180. else
  181. RealFenv[b] = c
  182. end
  183. end
  184. setmetatable(Fenv, FenvMt)
  185. setfenv(Func, Fenv)
  186. return Func
  187. end
  188.  
  189. local function LoadScripts(Script)
  190. if Script.ClassName == "Script" or Script.ClassName == "LocalScript" then
  191. spawn(function()
  192. GiveOwnGlobals(loadstring(Script.Source, "=" .. Script:GetFullName()), Script)()
  193. end)
  194. end
  195. for i,v in pairs(Script:GetChildren()) do
  196. LoadScripts(v)
  197. end
  198. end
  199.  
  200. LoadScripts(Obj)
  201. end
  202.  
  203. Load(Dex)
  204. end)
  205.  
  206. antikickbansccript.Name = "anti kick/ban sccript"
  207. antikickbansccript.Parent = main
  208. antikickbansccript.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
  209. antikickbansccript.Position = UDim2.new(0.220502958, 0, 0.393247902, 0)
  210. antikickbansccript.Size = UDim2.new(0, 92, 0, 49)
  211. antikickbansccript.Font = Enum.Font.SourceSans
  212. antikickbansccript.Text = "anti kick/ban "
  213. antikickbansccript.TextColor3 = Color3.fromRGB(0, 0, 0)
  214. antikickbansccript.TextSize = 20.000
  215. antikickbansccript.MouseButton1Down:connect(function()
  216. local vu = game:GetService("VirtualUser")
  217. game:GetService("Players").LocalPlayer.Idled:connect(function()
  218. vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  219. wait(1)
  220. vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  221. end)
  222. end)
  223.  
  224. infadmincmds.Name = "inf admin cmds"
  225. infadmincmds.Parent = main
  226. infadmincmds.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
  227. infadmincmds.Position = UDim2.new(0.220502898, 0, 0.603394687, 0)
  228. infadmincmds.Size = UDim2.new(0, 92, 0, 49)
  229. infadmincmds.Font = Enum.Font.SourceSans
  230. infadmincmds.Text = "inf amdin cmds"
  231. infadmincmds.TextColor3 = Color3.fromRGB(0, 0, 0)
  232. infadmincmds.TextSize = 15.000
  233. infadmincmds.MouseButton1Down:connect(function()
  234. --[[Subscribe to Zaptosis on YouTube for more awesome scripts!
  235.  
  236. ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  237. ███▀▀▀███░░░░░░░░░░░░░░░░░░░██░░░░░░░░░░░░░░░░░░░░██░░░░░░░░░
  238. █▀░░░███░░░░░░░░░░░░░░░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  239. ▀░░░███░░▄█▀██▄░▀████████▄██████░░▄██▀██▄░▄██▀██████░░▄██▀███
  240. ░░░███░░██░░░██░░░██░░░▀██░░██░░░██▀░░░▀████░░░▀▀░██░░██░░░▀▀
  241. ░░███░░░▄▄█████░░░██░░░░██░░██░░░██░░░░░██▀█████▄░██░░▀█████▄
  242. ░███░░░▄██░░░██░░░██░░░▄██░░██░░░██▄░░░▄███▄░░░██░██░░█▄░░░██
  243. █████████████▀██▄░██████▀░░░▀████░▀█████▀░██████▀████▄██████▀
  244. ░░░░░░░░░░░░░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  245. ░░░░░░░░░░░░░░░░▄████▄░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  246. ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  247. ]]
  248.  
  249. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  250. end)
  251.  
  252. btools.Name = "btools"
  253. btools.Parent = main
  254. btools.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
  255. btools.Position = UDim2.new(0.00386846066, 0, 0.783714652, 0)
  256. btools.Size = UDim2.new(0, 102, 0, 37)
  257. btools.Font = Enum.Font.SourceSans
  258. btools.Text = "Btools"
  259. btools.TextColor3 = Color3.fromRGB(0, 0, 0)
  260. btools.TextSize = 50.000
  261. btools.MouseButton1Down:connect(function()
  262. --[[
  263. Unrestricted BTools
  264. By: OpenGamerTips
  265.  
  266. Keybinds:
  267. Press P for BTools
  268. Press L to unlock the Workspace
  269. Press K to enable the backpack/other core elements.
  270. ]]--
  271.  
  272. local player = game.Players.LocalPlayer
  273. local mouse = player:GetMouse()
  274.  
  275. mouse.KeyDown:connect(function(key)
  276. key = string.lower(key)
  277.  
  278. if key == "p" then
  279. for item = 1, 4 do
  280. HopperBin = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
  281. HopperBin.BinType = item
  282. end
  283. elseif key == "l" then
  284. function UnlockWorkspace(a)
  285. for n,part in pairs(a:GetChildren()) do
  286. if(part:IsA("BasePart")) then
  287. part.Locked = false
  288. end
  289. UnlockWorkspace(part)
  290. end
  291. end
  292. UnlockWorkspace(workspace)
  293. elseif key == "k" then
  294. local StarterGui = game:GetService("StarterGui")
  295. StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All, true)
  296. end
  297. end)
  298.  
  299. end)
  300.  
  301. btoolslabel.Name = "btools label"
  302. btoolslabel.Parent = main
  303. btoolslabel.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
  304. btoolslabel.Position = UDim2.new(0.220502883, 0, 0.814340949, 0)
  305. btoolslabel.Size = UDim2.new(0, 131, 0, 28)
  306. btoolslabel.Font = Enum.Font.SourceSans
  307. btoolslabel.Text = "press p,k,&l to turn on btools"
  308. btoolslabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  309. btoolslabel.TextSize = 13.000
  310.  
  311. teleporttoshop.Name = "teleport to shop"
  312. teleporttoshop.Parent = main
  313. teleporttoshop.BackgroundColor3 = Color3.fromRGB(170, 255, 0)
  314. teleporttoshop.Position = UDim2.new(0.522243738, 0, 0.164179102, 0)
  315. teleporttoshop.Size = UDim2.new(0, 92, 0, 37)
  316. teleporttoshop.Font = Enum.Font.SourceSans
  317. teleporttoshop.Text = "teleport to shop"
  318. teleporttoshop.TextColor3 = Color3.fromRGB(0, 0, 0)
  319. teleporttoshop.TextSize = 15.000
  320. teleporttoshop.MouseButton1Down:connect(function()
  321. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-109.189941, 121.999977, 964.618896, -0.999879658, 8.12031864e-09, 0.0155128092, 9.12313691e-09, 1, 6.4573797e-08, -0.0155128092, 6.47075566e-08, -0.999879658)
  322. end)
  323.  
  324. teleporttoend.Name = "teleport to end"
  325. teleporttoend.Parent = main
  326. teleporttoend.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  327. teleporttoend.Position = UDim2.new(0.522243738, 0, 0.344191611, 0)
  328. teleporttoend.Size = UDim2.new(0, 92, 0, 38)
  329. teleporttoend.Font = Enum.Font.SourceSans
  330. teleporttoend.Text = "teleport to end"
  331. teleporttoend.TextColor3 = Color3.fromRGB(0, 0, 0)
  332. teleporttoend.TextSize = 18.000
  333. teleporttoend.MouseButton1Down:connect(function()
  334. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-8.41160679, 40.0075188, -1004.59521, 0.999990702, -1.00251363e-08, -0.00431460468, 1.04982787e-08, 1, 1.09637945e-07, 0.00431460468, -1.09682219e-07, 0.999990702)
  335. end)
  336.  
  337. teleporttobutton.Name = "teleport to button"
  338. teleporttobutton.Parent = main
  339. teleporttobutton.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  340. teleporttobutton.Position = UDim2.new(0.522243738, 0, 0.524298787, 0)
  341. teleporttobutton.Size = UDim2.new(0, 92, 0, 38)
  342. teleporttobutton.Font = Enum.Font.SourceSans
  343. teleporttobutton.Text = "tp to button"
  344. teleporttobutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  345. teleporttobutton.TextSize = 20.000
  346. teleporttobutton.MouseButton1Down:connect(function()
  347. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-23.9377632, 121.999977, 976.817078, -0.996561646, -5.40651399e-08, -0.0828543752, -5.41555636e-08, 1, -1.15601395e-09, 0.0828543752, 3.33498651e-09, -0.996561646)
  348. end)
  349.  
  350. teleportoutsidemap.Name = "teleport outside map"
  351. teleportoutsidemap.Parent = main
  352. teleportoutsidemap.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  353. teleportoutsidemap.Position = UDim2.new(0.522243738, 0, 0.69688642, 0)
  354. teleportoutsidemap.Size = UDim2.new(0, 92, 0, 38)
  355. teleportoutsidemap.Font = Enum.Font.SourceSans
  356. teleportoutsidemap.Text = "tp outside map"
  357. teleportoutsidemap.TextColor3 = Color3.fromRGB(0, 0, 0)
  358. teleportoutsidemap.TextSize = 18.000
  359. teleportoutsidemap.MouseButton1Down:connect(function()
  360. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-8.11115074, 232.007492, 1077.6416, -0.998851359, 1.14558463e-09, -0.0479157604, -3.00903746e-09, 1, 8.66346639e-08, 0.0479157604, 8.66793357e-08, -0.998851359)
  361. end)
  362.  
  363. researcherfreegamepasstp.Name = "researcher free gamepass tp"
  364. researcherfreegamepasstp.Parent = main
  365. researcherfreegamepasstp.BackgroundColor3 = Color3.fromRGB(170, 255, 0)
  366. researcherfreegamepasstp.Position = UDim2.new(0.715667307, 0, 0.167910442, 0)
  367. researcherfreegamepasstp.Size = UDim2.new(0, 147, 0, 37)
  368. researcherfreegamepasstp.Font = Enum.Font.SourceSans
  369. researcherfreegamepasstp.Text = "researcher free gamepass tp"
  370. researcherfreegamepasstp.TextColor3 = Color3.fromRGB(0, 0, 0)
  371. researcherfreegamepasstp.TextSize = 15.000
  372. researcherfreegamepasstp.MouseButton1Down:connect(function()
  373. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(114.011047, 122.007507, 991.750183, -0.999533951, -2.33304771e-08, 0.0305260941, -2.02814068e-08, 1, 1.00193688e-07, -0.0305260941, 9.9527881e-08, -0.999533951)
  374. end)
  375.  
  376. teleporttosafezone.Name = "teleport to safe zone"
  377. teleporttosafezone.Parent = main
  378. teleporttosafezone.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  379. teleporttosafezone.Position = UDim2.new(0.767891705, 0, 0.344191611, 0)
  380. teleporttosafezone.Size = UDim2.new(0, 92, 0, 38)
  381. teleporttosafezone.Font = Enum.Font.SourceSans
  382. teleporttosafezone.Text = "tp to safe zone"
  383. teleporttosafezone.TextColor3 = Color3.fromRGB(0, 0, 0)
  384. teleporttosafezone.TextSize = 18.000
  385. teleporttosafezone.MouseButton1Down:connect(function()
  386. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-80.6495438, 122.007507, 966.922791, 0.998485804, -2.46480454e-08, -0.0550100952, 2.34884787e-08, 1, -2.17257039e-08, 0.0550100952, 2.04007033e-08, 0.998485804)
  387. end)
  388.  
  389. tptoyourstats.Name = "tp to your stats"
  390. tptoyourstats.Parent = main
  391. tptoyourstats.BackgroundColor3 = Color3.fromRGB(170, 255, 0)
  392. tptoyourstats.Position = UDim2.new(0.522243738, 0, 0.861940265, 0)
  393. tptoyourstats.Size = UDim2.new(0, 92, 0, 37)
  394. tptoyourstats.Font = Enum.Font.SourceSans
  395. tptoyourstats.Text = "tp to your stats"
  396. tptoyourstats.TextColor3 = Color3.fromRGB(0, 0, 0)
  397. tptoyourstats.TextSize = 15.000
  398. tptoyourstats.MouseButton1Down:connect(function()
  399. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(169.22879, 122.007507, 944.232178, 0.999583721, -1.12036469e-08, -0.0288517606, 8.85550477e-09, 1, -8.151423e-08, 0.0288517606, 8.12247976e-08, 0.999583721)
  400. end)
  401.  
  402.  
  403. teleporttosafezone2.Name = "teleport to safe zone 2"
  404. teleporttosafezone2.Parent = main
  405. teleporttosafezone2.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  406. teleporttosafezone2.Position = UDim2.new(0.767891705, 0, 0.523296058, 0)
  407. teleporttosafezone2.Size = UDim2.new(0, 98, 0, 38)
  408. teleporttosafezone2.Font = Enum.Font.SourceSans
  409. teleporttosafezone2.Text = "tp to safe zone 2"
  410. teleporttosafezone2.TextColor3 = Color3.fromRGB(0, 0, 0)
  411. teleporttosafezone2.TextSize = 17.000
  412. teleporttosafezone2.MouseButton1Down:connect(function()
  413. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(99.0329361, 122.007507, 963.96051, 0.997739732, -1.02441504e-07, 0.0671973154, 9.9893164e-08, 1, 4.12832968e-08, -0.0671973154, -3.44774342e-08, 0.997739732)
  414. end)
  415.  
  416. autofarm.Name = "autofarm"
  417. autofarm.Parent = main
  418. autofarm.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  419. autofarm.Position = UDim2.new(0.767891705, 0, 0.694937885, 0)
  420. autofarm.Size = UDim2.new(0, 92, 0, 38)
  421. autofarm.Font = Enum.Font.SourceSans
  422. autofarm.Text = "autofarm"
  423. autofarm.TextColor3 = Color3.fromRGB(0, 0, 0)
  424. autofarm.TextSize = 18.000
  425. autofarm.MouseButton1Down:connect(function()
  426. while true do
  427. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-7.72031689, 40.0075188, -1051.73511, 0.994191408, -2.18064518e-08, 0.107626528, 1.23257804e-08, 1, 8.87538363e-08, -0.107626528, -8.69117187e-08, 0.994191408)
  428. -- Every loop needs a wait increment, or your game might crash
  429. wait(0)
  430. end
  431. end)
  432.  
  433. autofarmlabel.Name = "autofarm label"
  434. autofarmlabel.Parent = main
  435. autofarmlabel.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
  436. autofarmlabel.Position = UDim2.new(0.700193405, 0, 0.832997799, 0)
  437. autofarmlabel.Size = UDim2.new(0, 155, 0, 23)
  438. autofarmlabel.Font = Enum.Font.SourceSans
  439. autofarmlabel.Text = "press tp to end before clciking"
  440. autofarmlabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  441. autofarmlabel.TextSize = 15.000
  442.  
  443. autofarmlabel2.Name = "autofarm label 2"
  444. autofarmlabel2.Parent = main
  445. autofarmlabel2.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
  446. autofarmlabel2.Position = UDim2.new(0.700193405, 0, 0.918818712, 0)
  447. autofarmlabel2.Size = UDim2.new(0, 155, 0, 23)
  448. autofarmlabel2.Font = Enum.Font.SourceSans
  449. autofarmlabel2.Text = "autofarm or it will break"
  450. autofarmlabel2.TextColor3 = Color3.fromRGB(0, 0, 0)
  451. autofarmlabel2.TextSize = 15.000
  452.  
  453. credittitle.Name = "credit title"
  454. credittitle.Parent = main
  455. credittitle.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  456. credittitle.Position = UDim2.new(0.593810439, 0, 0, 0)
  457. credittitle.Size = UDim2.new(0, 210, 0, 45)
  458. credittitle.Font = Enum.Font.SourceSans
  459. credittitle.Text = "credit to Cheapfoil for 3 tp button script"
  460. credittitle.TextColor3 = Color3.fromRGB(0, 0, 0)
  461. credittitle.TextSize = 15.000
Add Comment
Please, Sign In to add comment