APEX_HUNTERZ_YT

GUI FOR SPTS [BETTER VERSION]

Apr 30th, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 22.16 KB | None | 0 0
  1. local Supreme = Instance.new("ScreenGui")
  2. local iSupreme = Instance.new("Frame")
  3. local HomeGUI = Instance.new("Frame")
  4. local LocalPlayerName = Instance.new("TextLabel")
  5. local Welcome = Instance.new("TextLabel")
  6. local aboutgui = Instance.new("TextLabel")
  7. local line = Instance.new("TextLabel")
  8. local info = Instance.new("TextLabel")
  9. local updatelogbutton = Instance.new("TextButton")
  10. local line2 = Instance.new("TextLabel")
  11. local creditsbutton = Instance.new("TextButton")
  12. local exitbutton = Instance.new("TextButton")
  13. local minimizebutton = Instance.new("TextButton")
  14. local title = Instance.new("TextLabel")
  15. local rightsidegui = Instance.new("Frame")
  16. local bbar = Instance.new("Frame")
  17. local btitle = Instance.new("TextLabel")
  18. local skipseth = Instance.new("TextButton")
  19. local tpkillall = Instance.new("TextButton")
  20. local gotoquester = Instance.new("TextButton")
  21. local gotoquester_2 = Instance.new("TextButton")
  22. local updatelog = Instance.new("Frame")
  23. local updates = Instance.new("ScrollingFrame")
  24. local text1 = Instance.new("TextLabel")
  25. local text2 = Instance.new("TextLabel")
  26. local text3 = Instance.new("TextLabel")
  27. local goback2 = Instance.new("TextButton")
  28. local creditstab = Instance.new("Frame")
  29. local texta = Instance.new("TextLabel")
  30. local goback1 = Instance.new("TextButton")
  31. local textb = Instance.new("TextLabel")
  32. local leftsidegui = Instance.new("Frame")
  33. local Frame = Instance.new("Frame")
  34. local btitle_2 = Instance.new("TextLabel")
  35. local tornado = Instance.new("TextButton")
  36. local bodytoughness = Instance.new("TextButton")
  37. local jumpforce = Instance.new("TextButton")
  38. local movementspeed = Instance.new("TextButton")
  39. local psychicfarm = Instance.new("TextButton")
  40. local punchfarm = Instance.new("TextButton")
  41. --Properties:
  42. Supreme.Name = "Supreme"
  43. Supreme.Parent = game.CoreGui
  44.  
  45. iSupreme.Name = "iSupreme"
  46. iSupreme.Parent = Supreme
  47. iSupreme.Draggable = true
  48. iSupreme.Active = true
  49. iSupreme.Selectable = true
  50. iSupreme.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  51. iSupreme.BorderSizePixel = 0
  52. iSupreme.Position = UDim2.new(0.985266626, 0, -0.0257985294, 0)
  53. iSupreme.Size = UDim2.new(0, 348, 0, 39)
  54. iSupreme:TweenPosition(UDim2.new(0.336689293, 0, 0.300390422, 0), "Out", "Quad", 1)
  55.  
  56. HomeGUI.Name = "HomeGUI"
  57. HomeGUI.Parent = iSupreme
  58. HomeGUI.Selectable = true
  59. HomeGUI.Draggable = false
  60. HomeGUI.Active = true
  61. HomeGUI.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  62. HomeGUI.BorderSizePixel = 0
  63. HomeGUI.Position = UDim2.new(0.0199998878, 0, 1, 0)
  64. HomeGUI.Size = UDim2.new(0, 333, 0, 354)
  65.  
  66. LocalPlayerName.Name = "LocalPlayerName"
  67. LocalPlayerName.Parent = HomeGUI
  68. LocalPlayerName.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  69. LocalPlayerName.BorderSizePixel = 0
  70. LocalPlayerName.Position = UDim2.new(0.0450450443, 0, 0.262711853, 0)
  71. LocalPlayerName.Size = UDim2.new(0, 130, 0, 36)
  72. LocalPlayerName.Font = Enum.Font.SourceSansBold
  73. LocalPlayerName.Text = game.Players.LocalPlayer.Name
  74. LocalPlayerName.TextColor3 = Color3.new(1, 1, 1)
  75. LocalPlayerName.TextSize = 14
  76.  
  77. Welcome.Name = "Welcome"
  78. Welcome.Parent = HomeGUI
  79. Welcome.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  80. Welcome.BorderSizePixel = 0
  81. Welcome.Position = UDim2.new(0.0450450405, 0, 0.0338983089, 0)
  82. Welcome.Size = UDim2.new(0, 130, 0, 81)
  83. Welcome.Font = Enum.Font.SourceSansBold
  84. Welcome.Text = "Welcome,"
  85. Welcome.TextColor3 = Color3.new(1, 1, 1)
  86. Welcome.TextSize = 14
  87.  
  88. aboutgui.Name = "aboutgui"
  89. aboutgui.Parent = HomeGUI
  90. aboutgui.BackgroundColor3 = Color3.new(1, 1, 1)
  91. aboutgui.BackgroundTransparency = 1
  92. aboutgui.BorderSizePixel = 0
  93. aboutgui.ClipsDescendants = true
  94. aboutgui.Position = UDim2.new(0.00300300308, 0, 0.612994373, 0)
  95. aboutgui.Size = UDim2.new(0, 331, 0, 25)
  96. aboutgui.Font = Enum.Font.SourceSansSemibold
  97. aboutgui.Text = "About this GUI"
  98. aboutgui.TextColor3 = Color3.new(1, 1, 1)
  99. aboutgui.TextSize = 14
  100.  
  101. line.Name = "line"
  102. line.Parent = HomeGUI
  103. line.BackgroundColor3 = Color3.new(1, 1, 1)
  104. line.BackgroundTransparency = 1
  105. line.BorderSizePixel = 0
  106. line.ClipsDescendants = true
  107. line.Position = UDim2.new(0, 0, 0.632768393, 0)
  108. line.Size = UDim2.new(0, 331, 0, 25)
  109. line.Font = Enum.Font.SourceSansBold
  110. line.Text = "_______________________________________________________"
  111. line.TextColor3 = Color3.new(1, 1, 1)
  112. line.TextSize = 14
  113.  
  114. info.Name = "info"
  115. info.Parent = HomeGUI
  116. info.BackgroundColor3 = Color3.new(1, 1, 1)
  117. info.BackgroundTransparency = 1
  118. info.BorderSizePixel = 0
  119. info.ClipsDescendants = true
  120. info.Position = UDim2.new(0.00300300308, 0, 0.720339, 0)
  121. info.Size = UDim2.new(0, 331, 0, 25)
  122. info.Font = Enum.Font.SourceSansBold
  123. info.Text = "This is a Superhero Training Simulator script in which will\nbe updated occaisonally."
  124. info.TextColor3 = Color3.new(1, 1, 1)
  125. info.TextSize = 14
  126.  
  127. updatelogbutton.Name = "updatelogbutton"
  128. updatelogbutton.Parent = HomeGUI
  129. updatelogbutton.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  130. updatelogbutton.BorderSizePixel = 0
  131. updatelogbutton.Position = UDim2.new(0.591591597, 0, 0.0338983051, 0)
  132. updatelogbutton.Size = UDim2.new(0, 87, 0, 65)
  133. updatelogbutton.Font = Enum.Font.SourceSansBold
  134. updatelogbutton.Text = "Update-Log"
  135. updatelogbutton.TextColor3 = Color3.new(1, 1, 1)
  136. updatelogbutton.TextSize = 16
  137. updatelogbutton.MouseButton1Click:connect(function()
  138. updatelog.Visible = true
  139. end)
  140.  
  141. line2.Name = "line2"
  142. line2.Parent = HomeGUI
  143. line2.BackgroundColor3 = Color3.new(1, 1, 1)
  144. line2.BackgroundTransparency = 1
  145. line2.BorderSizePixel = 0
  146. line2.ClipsDescendants = true
  147. line2.Position = UDim2.new(0.435435444, 0, 0.192090392, 0)
  148. line2.Size = UDim2.new(0, 186, 0, 25)
  149. line2.Font = Enum.Font.SourceSansBold
  150. line2.Text = "_______________________________________________________"
  151. line2.TextColor3 = Color3.new(1, 1, 1)
  152. line2.TextSize = 14
  153.  
  154. creditsbutton.Name = "creditsbutton"
  155. creditsbutton.Parent = HomeGUI
  156. creditsbutton.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  157. creditsbutton.BorderSizePixel = 0
  158. creditsbutton.Position = UDim2.new(0.591591597, 0, 0.262711853, 0)
  159. creditsbutton.Size = UDim2.new(0, 87, 0, 65)
  160. creditsbutton.Font = Enum.Font.SourceSansBold
  161. creditsbutton.Text = "Credits"
  162. creditsbutton.TextColor3 = Color3.new(1, 1, 1)
  163. creditsbutton.TextSize = 16
  164. creditsbutton.MouseButton1Click:connect(function()
  165. creditstab.Visible = true
  166. end)
  167.  
  168. exitbutton.Name = "exitbutton"
  169. exitbutton.Parent = iSupreme
  170. exitbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  171. exitbutton.BackgroundTransparency = 1
  172. exitbutton.Position = UDim2.new(0.88916266, 0, 0.102564096, 0)
  173. exitbutton.Size = UDim2.new(0, 30, 0, 30)
  174. exitbutton.Font = Enum.Font.Code
  175. exitbutton.Text = "X"
  176. exitbutton.TextColor3 = Color3.new(1, 1, 1)
  177. exitbutton.TextSize = 20
  178. exitbutton.MouseButton1Click:connect(function()
  179. game.CoreGui.Supreme:Destroy()
  180. end)
  181.  
  182. minimizebutton.Name = "minimizebutton"
  183. minimizebutton.Parent = iSupreme
  184. minimizebutton.BackgroundColor3 = Color3.new(1, 1, 1)
  185. minimizebutton.BackgroundTransparency = 1
  186. minimizebutton.Position = UDim2.new(0.774220049, 0, 0.102564096, 0)
  187. minimizebutton.Size = UDim2.new(0, 30, 0, 30)
  188. minimizebutton.Font = Enum.Font.Code
  189. minimizebutton.Text = "-"
  190. minimizebutton.TextColor3 = Color3.new(1, 1, 1)
  191. minimizebutton.TextSize = 20
  192. minimizebutton.MouseButton1Click:connect(function()
  193. if HomeGUI.Visible == true
  194. then HomeGUI.Visible = false
  195. else
  196. HomeGUI.Visible = true
  197. end
  198. if rightsidegui.Visible == true
  199. then rightsidegui.Visible = false
  200. else
  201. rightsidegui.Visible = true
  202. end
  203. if leftsidegui.Visible == true then
  204. leftsidegui.Visible = false
  205. else
  206. leftsidegui.Visible = true
  207. end
  208. if creditstab.Visible == true then
  209. creditstab.Visible = false
  210. else
  211. creditstab.Visible = false
  212. end
  213. if updatelog.Visible == true then
  214. updatelog.Visible = false
  215. else
  216. updatelog.Visible = false
  217.  
  218. end
  219. end)
  220.  
  221. title.Name = "title"
  222. title.Parent = iSupreme
  223. title.BackgroundColor3 = Color3.new(1, 1, 1)
  224. title.BackgroundTransparency = 1
  225. title.BorderSizePixel = 0
  226. title.Position = UDim2.new(0.0228734501, 0, 0, 0)
  227. title.Size = UDim2.new(0, 95, 0, 34)
  228. title.Font = Enum.Font.Highway
  229. title.Text = "Supreme"
  230. title.TextColor3 = Color3.new(1, 1, 1)
  231. title.TextSize = 24
  232.  
  233. rightsidegui.Name = "rightsidegui"
  234. rightsidegui.Parent = iSupreme
  235. rightsidegui.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  236. rightsidegui.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  237. rightsidegui.BorderSizePixel = 2
  238. rightsidegui.Position = UDim2.new(0.976896465, 0, 2.23076916, 0)
  239. rightsidegui.Size = UDim2.new(0, 245, 0, 354)
  240.  
  241. bbar.Name = "bbar"
  242. bbar.Parent = rightsidegui
  243. bbar.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  244. bbar.BorderSizePixel = 0
  245. bbar.Position = UDim2.new(0, 0, -0.0169491526, 0)
  246. bbar.Size = UDim2.new(0, 251, 0, 35)
  247.  
  248. btitle.Name = "btitle"
  249. btitle.Parent = rightsidegui
  250. btitle.BackgroundColor3 = Color3.new(1, 1, 1)
  251. btitle.BackgroundTransparency = 1
  252. btitle.Position = UDim2.new(0, 0, -0.0169491526, 0)
  253. btitle.Size = UDim2.new(0, 251, 0, 35)
  254. btitle.Font = Enum.Font.SourceSansBold
  255. btitle.Text = "Workspace Section"
  256. btitle.TextColor3 = Color3.new(1, 1, 1)
  257. btitle.TextSize = 14
  258.  
  259. skipseth.Name = "skipseth"
  260. skipseth.Parent = rightsidegui
  261. skipseth.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  262. skipseth.BorderSizePixel = 0
  263. skipseth.Position = UDim2.new(0.0897959173, 0, 0.127118647, 0)
  264. skipseth.Size = UDim2.new(0, 200, 0, 36)
  265. skipseth.Font = Enum.Font.SourceSansBold
  266. skipseth.Text = "Skip Seth Cutscene"
  267. skipseth.TextColor3 = Color3.new(1, 1, 1)
  268. skipseth.TextSize = 14
  269. skipseth.MouseButton1Click:connect(function()
  270. game.ReplicatedStorage.RemoteEvent:FireServer("QuestTalkStart")
  271. wait(0.001)
  272. game.ReplicatedStorage.RemoteEvent:FireServer("QuestTalkEnd")
  273. end)
  274.  
  275. tpkillall.Name = "tpkillall"
  276. tpkillall.Parent = rightsidegui
  277. tpkillall.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  278. tpkillall.BorderSizePixel = 0
  279. tpkillall.Position = UDim2.new(0.0897959173, 0, 0.248587579, 0)
  280. tpkillall.Size = UDim2.new(0, 200, 0, 36)
  281. tpkillall.Font = Enum.Font.SourceSansBold
  282. tpkillall.Text = "Kill All by Teleporting to them.\n(REQUIRES A LOT OF STRENGTH)"
  283. tpkillall.TextColor3 = Color3.new(1, 1, 1)
  284. tpkillall.TextSize = 14
  285. tpkillall.MouseButton1Click:connect(function()
  286. local player=game.Players.LocalPlayer.Character
  287. player.Humanoid:Remove()
  288. Instance.new('Humanoid',player)    
  289. wait()
  290.     --Made By Lagx#2413--
  291. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2301.5061, 1003.84021, 1069.53088)
  292. for i = 1, 50 do
  293. while wait() do
  294. local Loc = CFrame.new(-2301.5061, 1003.84021, 1069.53088)
  295. for i, ChosenPlayer in pairs(game.Players:GetPlayers()) do
  296. if ChosenPlayer.Name ~= game:GetService("Players").LocalPlayer.Name then
  297.    ChosenPlayer.Character:SetPrimaryPartCFrame(Loc)
  298. end
  299. end
  300. end
  301. end
  302. end)
  303.  
  304. gotoquester.Name = "gotoquester"
  305. gotoquester.Parent = rightsidegui
  306. gotoquester.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  307. gotoquester.BorderSizePixel = 0
  308. gotoquester.Position = UDim2.new(0.0897959173, 0, 0.375706196, 0)
  309. gotoquester.Size = UDim2.new(0, 200, 0, 36)
  310. gotoquester.Font = Enum.Font.SourceSansBold
  311. gotoquester.Text = "Go to Quester"
  312. gotoquester.TextColor3 = Color3.new(1, 1, 1)
  313. gotoquester.TextSize = 14
  314. gotoquester.MouseButton1Click:connect(function()
  315.     local d = game.Players.LocalPlayer.Character.HumanoidRootPart
  316. for i,v in pairs(game.Workspace.Main.QuestNPC:GetChildren()) do
  317.     if v.name == "Sathopian" then
  318.         for _, b in pairs(v:GetChildren()) do
  319.             if b.name == "HumanoidRootPart" then
  320.                 d.CFrame = b.CFrame
  321. end
  322. end
  323. end
  324. end
  325. end)
  326.  
  327. gotoquester_2.Name = "gotoquester"
  328. gotoquester_2.Parent = rightsidegui
  329. gotoquester_2.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  330. gotoquester_2.BorderSizePixel = 0
  331. gotoquester_2.Position = UDim2.new(0.0897959173, 0, 0.497175127, 0)
  332. gotoquester_2.Size = UDim2.new(0, 200, 0, 36)
  333. gotoquester_2.Font = Enum.Font.SourceSansBold
  334. gotoquester_2.Text = "Bring Quester to You"
  335. gotoquester_2.TextColor3 = Color3.new(1, 1, 1)
  336. gotoquester_2.TextSize = 14
  337. gotoquester_2.MouseButton1Click:connect(function()
  338. while wait() do
  339. for i,v in pairs(game.Workspace.Main.QuestNPC:GetChildren()) do
  340. if(v.Name == "Sathopian")then
  341. game.Workspace.Main.QuestNPC.Sathopian:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  342. game.Workspace.Main.QuestNPC.Sathopian.HumanoidRootPart.Anchored = true;
  343.  
  344. game.Workspace.Main.QuestNPC.Sathopian:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  345. game.Workspace.Main.QuestNPC.Sathopian.HumanoidRootPart.Anchored = true;
  346. end
  347. end
  348. end
  349. end)
  350.  
  351. updatelog.Name = "updatelog"
  352. updatelog.Parent = iSupreme
  353. updatelog.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  354. updatelog.BorderSizePixel = 0
  355. updatelog.Position = UDim2.new(0.0229885057, 0, 1, 0)
  356. updatelog.Size = UDim2.new(0, 331, 0, 354)
  357. updatelog.Visible = false
  358.  
  359. updates.Name = "updates"
  360. updates.Parent = updatelog
  361. updates.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  362. updates.BorderColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  363. updates.BorderSizePixel = 2
  364. updates.Position = UDim2.new(0.0392749235, 0, 0.135593221, 0)
  365. updates.Size = UDim2.new(0, 303, 0, 288)
  366.  
  367. text1.Name = "text1"
  368. text1.Parent = updates
  369. text1.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  370. text1.BackgroundTransparency = 1
  371. text1.Position = UDim2.new(0.168316826, 0, 0.0263053738, 0)
  372. text1.Size = UDim2.new(0, 200, 0, 28)
  373. text1.Font = Enum.Font.Code
  374. text1.Text = "12-1-2018 - Release!"
  375. text1.TextColor3 = Color3.new(1, 1, 1)
  376. text1.TextSize = 14
  377.  
  378. text2.Name = "text2"
  379. text2.Parent = updates
  380. text2.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  381. text2.BackgroundTransparency = 1
  382. text2.Position = UDim2.new(0.168316826, 0, 0.0771528333, 0)
  383. text2.Size = UDim2.new(0, 200, 0, 28)
  384. text2.Font = Enum.Font.Code
  385. text2.Text = "12-5-2018 - Update Log, Credits Tab,\nand more features added."
  386. text2.TextColor3 = Color3.new(1, 1, 1)
  387. text2.TextSize = 14
  388.  
  389. text3.Name = "text3"
  390. text3.Parent = updates
  391. text3.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  392. text3.BackgroundTransparency = 1
  393. text3.Position = UDim2.new(0.158415839, 0, 0.140712157, 0)
  394. text3.Size = UDim2.new(0, 200, 0, 28)
  395. text3.Font = Enum.Font.Code
  396. text3.Text = "12-5-2018 - Removed Admin Scripts UI\nand replaced it with Workspace Section."
  397. text3.TextColor3 = Color3.new(1, 1, 1)
  398. text3.TextSize = 14
  399.  
  400. goback2.Name = "goback2"
  401. goback2.Parent = updatelog
  402. goback2.BackgroundColor3 = Color3.new(1, 1, 1)
  403. goback2.BackgroundTransparency = 1
  404. goback2.Position = UDim2.new(0.797583103, 0, 0, 0)
  405. goback2.Size = UDim2.new(0, 65, 0, 48)
  406. goback2.Font = Enum.Font.SourceSansBold
  407. goback2.Text = "<"
  408. goback2.TextColor3 = Color3.new(1, 1, 1)
  409. goback2.TextSize = 40
  410. goback2.MouseButton1Click:connect(function()
  411. updatelog.Visible = false
  412. end)
  413.  
  414. creditstab.Name = "creditstab"
  415. creditstab.Parent = iSupreme
  416. creditstab.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  417. creditstab.BorderSizePixel = 0
  418. creditstab.Position = UDim2.new(0.0257470123, 0, 1.02564096, 0)
  419. creditstab.Size = UDim2.new(0, 329, 0, 352)
  420. creditstab.Visible = false
  421.  
  422. texta.Name = "texta"
  423. texta.Parent = creditstab
  424. texta.BackgroundColor3 = Color3.new(1, 1, 1)
  425. texta.BackgroundTransparency = 1
  426. texta.Position = UDim2.new(0.182370827, 0, 0, 0)
  427. texta.Size = UDim2.new(0, 200, 0, 50)
  428. texta.Font = Enum.Font.Code
  429. texta.Text = "Credits!"
  430. texta.TextColor3 = Color3.new(1, 1, 1)
  431. texta.TextSize = 17
  432.  
  433. goback1.Name = "goback1"
  434. goback1.Parent = creditstab
  435. goback1.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  436. goback1.BackgroundTransparency = 1
  437. goback1.Position = UDim2.new(0.832826734, 0, 0, 0)
  438. goback1.Size = UDim2.new(0, 56, 0, 50)
  439. goback1.Font = Enum.Font.SourceSans
  440. goback1.Text = "<"
  441. goback1.TextColor3 = Color3.new(1, 1, 1)
  442. goback1.TextSize = 50
  443. goback1.MouseButton1Click:connect(function()
  444. creditstab.Visible = false
  445. end)
  446.  
  447. textb.Name = "textb"
  448. textb.Parent = creditstab
  449. textb.BackgroundColor3 = Color3.new(1, 1, 1)
  450. textb.BackgroundTransparency = 1
  451. textb.Position = UDim2.new(0.0395136774, 0, 0.153409094, 0)
  452. textb.Size = UDim2.new(0, 200, 0, 50)
  453. textb.Font = Enum.Font.Code
  454. textb.Text = "Dark Devs - Scripts"
  455. textb.TextColor3 = Color3.new(1, 1, 1)
  456. textb.TextSize = 17
  457.  
  458. leftsidegui.Name = "leftsidegui"
  459. leftsidegui.Parent = iSupreme
  460. leftsidegui.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  461. leftsidegui.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  462. leftsidegui.BorderSizePixel = 2
  463. leftsidegui.Position = UDim2.new(-0.686781585, 0, 2.23076916, 0)
  464. leftsidegui.Size = UDim2.new(0, 245, 0, 354)
  465.  
  466. Frame.Parent = leftsidegui
  467. Frame.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  468. Frame.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  469. Frame.BorderSizePixel = 0
  470. Frame.Position = UDim2.new(-0.0204081628, 0, -0.0169491526, 0)
  471. Frame.Size = UDim2.new(0, 251, 0, 35)
  472.  
  473. btitle_2.Name = "btitle"
  474. btitle_2.Parent = leftsidegui
  475. btitle_2.BackgroundColor3 = Color3.new(1, 1, 1)
  476. btitle_2.BackgroundTransparency = 1
  477. btitle_2.Position = UDim2.new(-0.0244897958, 0, -0.0169491526, 0)
  478. btitle_2.Size = UDim2.new(0, 251, 0, 35)
  479. btitle_2.Font = Enum.Font.SourceSansBold
  480. btitle_2.Text = "AFK Section"
  481. btitle_2.TextColor3 = Color3.new(1, 1, 1)
  482. btitle_2.TextSize = 14
  483.  
  484. tornado.Name = "tornado"
  485. tornado.Parent = leftsidegui
  486. tornado.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  487. tornado.BorderSizePixel = 0
  488. tornado.Position = UDim2.new(0.0897959173, 0, 0.752498925, 0)
  489. tornado.Size = UDim2.new(0, 200, 0, 36)
  490. tornado.Font = Enum.Font.SourceSansBold
  491. tornado.Text = "Tornado Farm"
  492. tornado.TextColor3 = Color3.new(1, 1, 1)
  493. tornado.TextSize = 14
  494. tornado.MouseButton1Click:connect(function()
  495. _G.afk = true
  496. while _G.afk do
  497. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-2301.5061, 1003.84021, 1069.53088))
  498. wait(3)
  499. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-2301.5061, 1003.84021, 1069.53088))
  500. end    
  501. end)
  502.  
  503. bodytoughness.Name = "bodytoughness"
  504. bodytoughness.Parent = leftsidegui
  505. bodytoughness.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  506. bodytoughness.BorderSizePixel = 0
  507. bodytoughness.Position = UDim2.new(0.0897959173, 0, 0.624293804, 0)
  508. bodytoughness.Size = UDim2.new(0, 200, 0, 36)
  509. bodytoughness.Font = Enum.Font.SourceSansBold
  510. bodytoughness.Text = "Train Body Toughness"
  511. bodytoughness.TextColor3 = Color3.new(1, 1, 1)
  512. bodytoughness.TextSize = 14
  513. bodytoughness.MouseButton1Click:connect(function()
  514.     while true do
  515. wait()
  516. local A_1 =
  517. {
  518. [1] = "+BT1"
  519. }
  520. local Event = game.ReplicatedStorage.RemoteEvent
  521. Event:FireServer(A_1)
  522. wait()
  523. local A_1 =
  524. {
  525. [1] = "+BT2"
  526. }
  527. local Event = game.ReplicatedStorage.RemoteEvent
  528. Event:FireServer(A_1)
  529. wait()
  530. local A_1 =
  531. {
  532. [1] = "+BT3"
  533. }
  534. local Event = game.ReplicatedStorage.RemoteEvent
  535. Event:FireServer(A_1)
  536. end
  537. end)
  538.  
  539. jumpforce.Name = "jumpforce"
  540. jumpforce.Parent = leftsidegui
  541. jumpforce.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  542. jumpforce.BorderSizePixel = 0
  543. jumpforce.Position = UDim2.new(0.0897959173, 0, 0.497175187, 0)
  544. jumpforce.Size = UDim2.new(0, 200, 0, 36)
  545. jumpforce.Font = Enum.Font.SourceSansBold
  546. jumpforce.Text = "Train Jump Force"
  547. jumpforce.TextColor3 = Color3.new(1, 1, 1)
  548. jumpforce.TextSize = 14
  549. jumpforce.MouseButton1Click:connect(function()
  550.     while true do
  551. wait()
  552. local A_1 =
  553. {
  554. [1] = "+JF2"
  555. }
  556. local Event = game.ReplicatedStorage.RemoteEvent
  557. Event:FireServer(A_1)
  558. wait()
  559. local A_1 =
  560. {
  561. [1] = "+JF3"
  562. }
  563. local Event = game.ReplicatedStorage.RemoteEvent
  564. Event:FireServer(A_1)
  565. wait()
  566. local A_1 =
  567. {
  568. [1] = "+JF1"
  569. }
  570. local Event = game.ReplicatedStorage.RemoteEvent
  571. Event:FireServer(A_1)
  572. end
  573. end)
  574.  
  575. movementspeed.Name = "movementspeed"
  576. movementspeed.Parent = leftsidegui
  577. movementspeed.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  578. movementspeed.BorderSizePixel = 0
  579. movementspeed.Position = UDim2.new(0.0897959173, 0, 0.375706226, 0)
  580. movementspeed.Size = UDim2.new(0, 200, 0, 36)
  581. movementspeed.Font = Enum.Font.SourceSansBold
  582. movementspeed.Text = "Train Movement Speed"
  583. movementspeed.TextColor3 = Color3.new(1, 1, 1)
  584. movementspeed.TextSize = 14
  585. movementspeed.MouseButton1Click:connect(function()
  586.     while true do
  587. wait()
  588. local A_1 =
  589. {
  590. [1] = "+MS1"
  591. }
  592. local Event = game.ReplicatedStorage.RemoteEvent
  593. Event:FireServer(A_1)
  594. wait()
  595. local A_1 =
  596. {
  597. [1] = "+MS2"
  598. }
  599. local Event = game.ReplicatedStorage.RemoteEvent
  600. Event:FireServer(A_1)
  601. wait()
  602. local A_1 =
  603. {
  604. [1] = "+MS3"
  605. }
  606. local Event = game.ReplicatedStorage.RemoteEvent
  607. Event:FireServer(A_1)
  608. end
  609. end)
  610.  
  611. psychicfarm.Name = "psychicfarm"
  612. psychicfarm.Parent = leftsidegui
  613. psychicfarm.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  614. psychicfarm.BorderSizePixel = 0
  615. psychicfarm.Position = UDim2.new(0.0897959173, 0, 0.248587579, 0)
  616. psychicfarm.Size = UDim2.new(0, 200, 0, 36)
  617. psychicfarm.Font = Enum.Font.SourceSansBold
  618. psychicfarm.Text = "Train Psychic Farm"
  619. psychicfarm.TextColor3 = Color3.new(1, 1, 1)
  620. psychicfarm.TextSize = 14
  621. psychicfarm.MouseButton1Click:connect(function()
  622.     while true do
  623. wait()
  624. local A_1 =
  625. {
  626. [1] = "+PP1"
  627. }
  628. local Event = game.ReplicatedStorage.RemoteEvent
  629. Event:FireServer(A_1)
  630. wait()
  631. local A_1 =
  632. {
  633. [1] = "+PP2"
  634. }
  635. local Event = game.ReplicatedStorage.RemoteEvent
  636. Event:FireServer(A_1)
  637. wait()
  638. local A_1 =
  639. {
  640. [1] = "+PP3"
  641. }
  642. local Event = game.ReplicatedStorage.RemoteEvent
  643. Event:FireServer(A_1)
  644. end
  645. end)
  646.  
  647. punchfarm.Name = "punchfarm"
  648. punchfarm.Parent = leftsidegui
  649. punchfarm.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  650. punchfarm.BorderSizePixel = 0
  651. punchfarm.Position = UDim2.new(0.0897959173, 0, 0.127118647, 0)
  652. punchfarm.Size = UDim2.new(0, 200, 0, 36)
  653. punchfarm.Font = Enum.Font.SourceSansBold
  654. punchfarm.Text = "Train Fist Strength"
  655. punchfarm.TextColor3 = Color3.new(1, 1, 1)
  656. punchfarm.TextSize = 14
  657. punchfarm.MouseButton1Click:connect(function()
  658.     while true do
  659. wait()
  660. local A_1 =
  661. {
  662. [1] = "+FS1"
  663. }
  664. local Event = game.ReplicatedStorage.RemoteEvent
  665. Event:FireServer(A_1)
  666. wait()
  667. local A_1 =
  668. {
  669. [1] = "+FS2"
  670. }
  671. local Event = game.ReplicatedStorage.RemoteEvent
  672. Event:FireServer(A_1)
  673. wait()
  674. local A_1 =
  675. {
  676. [1] = "+FS3"
  677. }
  678. local Event = game.ReplicatedStorage.RemoteEvent
  679. Event:FireServer(A_1)
  680. end
  681. end)
  682. -- Scripts
Add Comment
Please, Sign In to add comment