Advertisement
Guest User

Untitled

a guest
Oct 15th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.44 KB | None | 0 0
  1. -- Created By XxzPoomzxX
  2. -- Credit : XxzPoomzxX
  3.  
  4. local spts = Instance.new("ScreenGui")
  5. local spts1 = Instance.new("Frame")
  6. local l1 = Instance.new("Frame")
  7. local lll1 = Instance.new("TextLabel")
  8. local oc = Instance.new("TextButton")
  9. local ImageLabel = Instance.new("ImageLabel")
  10. local antfk = Instance.new("TextButton")
  11. local antfk2 = Instance.new("TextButton")
  12. local tj = Instance.new("TextButton")
  13. local tf = Instance.new("TextButton")
  14. local tp = Instance.new("TextButton")
  15. local tw = Instance.new("TextButton")
  16. local tt = Instance.new("TextButton")
  17. local at = Instance.new("TextButton")
  18. local KA = Instance.new("TextButton")
  19. local gq = Instance.new("TextButton")
  20. local TextLabel = Instance.new("TextLabel")
  21. local imgbut = Instance.new("ImageButton")
  22. local creditss = Instance.new("Frame")
  23. local fffff = Instance.new("ImageLabel")
  24. local funsx = Instance.new("TextLabel")
  25. local funsx_2 = Instance.new("TextLabel")
  26. local funsx_3 = Instance.new("TextLabel")
  27. local funsx_4 = Instance.new("TextLabel")
  28. local funsx_5 = Instance.new("TextLabel")
  29. local asdsaf = Instance.new("TextButton")
  30. local funsx_6 = Instance.new("TextLabel")
  31.  
  32. -- Properties
  33.  
  34. spts.Name = "spts"
  35. spts.Parent = game.CoreGui
  36.  
  37. spts1.Name = "spts1"
  38. spts1.Parent = spts
  39. spts1.Active = true
  40. spts1.BackgroundColor3 = Color3.new(0, 0, 0)
  41. spts1.BackgroundTransparency = 0.44999998807907
  42. spts1.BorderColor3 = Color3.new(0.145098, 1, 0.858824)
  43. spts1.Position = UDim2.new(-1, 0,0.295, 0)
  44. spts1.Size = UDim2.new(0, 305, 0, 285)
  45. spts1.Visible = false
  46. spts1.Draggable = true
  47.  
  48. l1.Name = "l1"
  49. l1.Parent = spts1
  50. l1.BackgroundColor3 = Color3.new(0, 0, 0)
  51. l1.BorderColor3 = Color3.new(0.145098, 1, 0.858824)
  52. l1.Position = UDim2.new(0, 0, -0.0740740746, 0)
  53. l1.Size = UDim2.new(0, 305, 0, 22)
  54.  
  55. lll1.Name = "lll1"
  56. lll1.Parent = l1
  57. lll1.BackgroundColor3 = Color3.new(1, 1, 1)
  58. lll1.BackgroundTransparency = 1
  59. lll1.Size = UDim2.new(0, 270, 0, 22)
  60. lll1.Font = Enum.Font.SciFi
  61. lll1.Text = "Super Power Training Simulator"
  62. lll1.TextColor3 = Color3.new(1, 0, 0.0156863)
  63. lll1.TextSize = 14
  64.  
  65. oc.Name = "oc"
  66. oc.Parent = l1
  67. oc.BackgroundColor3 = Color3.new(0, 0, 0)
  68. oc.BorderColor3 = Color3.new(0.145098, 1, 0.858824)
  69. oc.Position = UDim2.new(0.885245919, 0, 0, 0)
  70. oc.Size = UDim2.new(0, 35, 0, 22)
  71. oc.Font = Enum.Font.SciFi
  72. oc.Text = "-"
  73. oc.TextColor3 = Color3.new(1, 0, 0.0156863)
  74. oc.TextSize = 40
  75. oc.MouseButton1Down:connect(function()
  76. imgbut.Visible = true
  77. spts1.Visible = false
  78. end)
  79.  
  80. ImageLabel.Parent = spts1
  81. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  82. ImageLabel.BackgroundTransparency = 1
  83. ImageLabel.Position = UDim2.new(-0.154098362, 0, -0.214035094, 0)
  84. ImageLabel.Size = UDim2.new(0, 399, 0, 361)
  85. ImageLabel.Image = "rbxassetid://283666551"
  86.  
  87. antfk.Name = "antfk"
  88. antfk.Parent = spts1
  89. antfk.BackgroundColor3 = Color3.new(1, 1, 1)
  90. antfk.Position = UDim2.new(0.0393442623, 0, 0.0583333373, 0)
  91. antfk.Size = UDim2.new(0, 120, 0, 40)
  92. antfk.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  93. antfk.Font = Enum.Font.SciFi
  94. antfk.Text = "Anti AFK [STOP]"
  95. antfk.TextColor3 = Color3.new(0, 0, 0)
  96. antfk.TextSize = 14
  97. antfk.MouseButton1Down:connect(function()
  98. _G.afk = false
  99. end)
  100.  
  101.  
  102. antfk2.Name = "antfk2"
  103. antfk2.Parent = spts1
  104. antfk2.BackgroundColor3 = Color3.new(1, 1, 1)
  105. antfk2.Position = UDim2.new(0.540983617, 0, 0.0583333373, 0)
  106. antfk2.Size = UDim2.new(0, 120, 0, 40)
  107. antfk2.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  108. antfk2.Font = Enum.Font.SciFi
  109. antfk2.Text = "Anti AFK [Start]"
  110. antfk2.TextColor3 = Color3.new(0, 0, 0)
  111. antfk2.TextSize = 14
  112. antfk2.MouseButton1Down:connect(function()
  113. _G.afk = true
  114. while _G.afk do
  115. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-2033.12, 745.86, -1804.69))
  116. wait(3)
  117. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-2043.12, 745.86, -1804.69))
  118. end
  119. end)
  120.  
  121.  
  122. tj.Name = "tj"
  123. tj.Parent = spts1
  124. tj.BackgroundColor3 = Color3.new(1, 1, 1)
  125. tj.Position = UDim2.new(0.540983617, 0, 0.230066374, 0)
  126. tj.Size = UDim2.new(0, 120, 0, 40)
  127. tj.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  128. tj.Font = Enum.Font.SciFi
  129. tj.Text = "Train Jump Force"
  130. tj.TextColor3 = Color3.new(0, 0, 0)
  131. tj.TextSize = 14
  132. tj.MouseButton1Down:connect(function()
  133. while true do
  134. wait()
  135. local A_1 =
  136. {
  137. [1] = "+JF2"
  138. }
  139. local Event = game.ReplicatedStorage.RemoteEvent
  140. Event:FireServer(A_1)
  141. wait()
  142. local A_1 =
  143. {
  144. [1] = "+JF3"
  145. }
  146. local Event = game.ReplicatedStorage.RemoteEvent
  147. Event:FireServer(A_1)
  148. wait()
  149. local A_1 =
  150. {
  151. [1] = "+JF1"
  152. }
  153. local Event = game.ReplicatedStorage.RemoteEvent
  154. Event:FireServer(A_1)
  155. end
  156. end)
  157.  
  158.  
  159. tf.Name = "tf"
  160. tf.Parent = spts1
  161. tf.BackgroundColor3 = Color3.new(1, 1, 1)
  162. tf.Position = UDim2.new(0.0393442623, 0, 0.230066374, 0)
  163. tf.Size = UDim2.new(0, 120, 0, 40)
  164. tf.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  165. tf.Font = Enum.Font.SciFi
  166. tf.Text = "Train Fist"
  167. tf.TextColor3 = Color3.new(0, 0, 0)
  168. tf.TextSize = 14
  169. tf.MouseButton1Down:connect(function()
  170. while true do
  171. wait()
  172. local A_1 =
  173. {
  174. [1] = "+FS3"
  175. }
  176. local Event = game.ReplicatedStorage.RemoteEvent
  177. Event:FireServer(A_1)
  178. wait()
  179. local A_1 =
  180. {
  181. [1] = "+FS2"
  182. }
  183. local Event = game.ReplicatedStorage.RemoteEvent
  184. Event:FireServer(A_1)
  185. wait()
  186. local A_1 =
  187. {
  188. [1] = "+FS1"
  189. }
  190. local Event = game.ReplicatedStorage.RemoteEvent
  191. Event:FireServer(A_1)
  192. end
  193. end)
  194.  
  195.  
  196. tp.Name = "tp"
  197. tp.Parent = spts1
  198. tp.BackgroundColor3 = Color3.new(1, 1, 1)
  199. tp.Position = UDim2.new(0.540983617, 0, 0.400077671, 0)
  200. tp.Size = UDim2.new(0, 120, 0, 40)
  201. tp.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  202. tp.Font = Enum.Font.SciFi
  203. tp.Text = "Train Phsysic "
  204. tp.TextColor3 = Color3.new(0, 0, 0)
  205. tp.TextSize = 14
  206. tp.MouseButton1Down:connect(function()
  207. while true do
  208. wait()
  209. local A_1 =
  210. {
  211. [1] = "+PP1"
  212. }
  213. local Event = game.ReplicatedStorage.RemoteEvent
  214. Event:FireServer(A_1)
  215. wait()
  216. local A_1 =
  217. {
  218. [1] = "+PP2"
  219. }
  220. local Event = game.ReplicatedStorage.RemoteEvent
  221. Event:FireServer(A_1)
  222. wait()
  223. local A_1 =
  224. {
  225. [1] = "+PP3"
  226. }
  227. local Event = game.ReplicatedStorage.RemoteEvent
  228. Event:FireServer(A_1)
  229. end
  230. end)
  231.  
  232.  
  233. tw.Name = "tw"
  234. tw.Parent = spts1
  235. tw.BackgroundColor3 = Color3.new(1, 1, 1)
  236. tw.Position = UDim2.new(0.0393442623, 0, 0.400077671, 0)
  237. tw.Size = UDim2.new(0, 120, 0, 40)
  238. tw.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  239. tw.Font = Enum.Font.SciFi
  240. tw.Text = "Train WalkSpeed"
  241. tw.TextColor3 = Color3.new(0, 0, 0)
  242. tw.TextSize = 14
  243. tw.MouseButton1Down:connect(function()
  244. while true do
  245. wait()
  246. local A_1 =
  247. {
  248. [1] = "+MS1"
  249. }
  250. local Event = game.ReplicatedStorage.RemoteEvent
  251. Event:FireServer(A_1)
  252. wait()
  253. local A_1 =
  254. {
  255. [1] = "+MS2"
  256. }
  257. local Event = game.ReplicatedStorage.RemoteEvent
  258. Event:FireServer(A_1)
  259. wait()
  260. local A_1 =
  261. {
  262. [1] = "+MS3"
  263. }
  264. local Event = game.ReplicatedStorage.RemoteEvent
  265. Event:FireServer(A_1)
  266. end
  267. end)
  268.  
  269.  
  270. tt.Name = "tt"
  271. tt.Parent = spts1
  272. tt.BackgroundColor3 = Color3.new(1, 1, 1)
  273. tt.Position = UDim2.new(0.0393442623, 0, 0.577112973, 0)
  274. tt.Size = UDim2.new(0, 120, 0, 40)
  275. tt.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  276. tt.Font = Enum.Font.SciFi
  277. tt.Text = "Train Toughness"
  278. tt.TextColor3 = Color3.new(0, 0, 0)
  279. tt.TextSize = 14
  280. tt.MouseButton1Down:connect(function()
  281. while true do
  282. wait()
  283. local A_1 =
  284. {
  285. [1] = "+BT1"
  286. }
  287. local Event = game.ReplicatedStorage.RemoteEvent
  288. Event:FireServer(A_1)
  289. wait()
  290. local A_1 =
  291. {
  292. [1] = "+BT2"
  293. }
  294. local Event = game.ReplicatedStorage.RemoteEvent
  295. Event:FireServer(A_1)
  296. wait()
  297. local A_1 =
  298. {
  299. [1] = "+BT3"
  300. }
  301. local Event = game.ReplicatedStorage.RemoteEvent
  302. Event:FireServer(A_1)
  303. end
  304. end)
  305.  
  306.  
  307. at.Name = "at"
  308. at.Parent = spts1
  309. at.BackgroundColor3 = Color3.new(1, 1, 1)
  310. at.Position = UDim2.new(0.540983617, 0, 0.577112973, 0)
  311. at.Size = UDim2.new(0, 120, 0, 40)
  312. at.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  313. at.Font = Enum.Font.SciFi
  314. at.Text = "AUTO ATTACK"
  315. at.TextColor3 = Color3.new(0, 0, 0)
  316. at.TextSize = 14
  317. at.MouseButton1Down:connect(function()
  318. while true do
  319. wait()
  320. game.ReplicatedStorage.RemoteEvent:FireServer("Skill_Punch", "Left")
  321. game.ReplicatedStorage.RemoteEvent:FireServer("Skill_Punch", "Right")
  322. end
  323. end)
  324.  
  325.  
  326. KA.Name = "KA"
  327. KA.Parent = spts1
  328. KA.BackgroundColor3 = Color3.new(1, 1, 1)
  329. KA.Position = UDim2.new(0.540983617, 0, 0.751492321, 0)
  330. KA.Size = UDim2.new(0, 120, 0, 40)
  331. KA.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  332. KA.Font = Enum.Font.SciFi
  333. KA.Text = "Kill ALL [Level]"
  334. KA.TextColor3 = Color3.new(0, 0, 0)
  335. KA.TextSize = 14
  336. KA.MouseButton1Down:connect(function()
  337. local player=game.Players.LocalPlayer.Character
  338. player.Humanoid:Remove()
  339. Instance.new('Humanoid',player)
  340. wait()
  341. --Made By Lagx#2413--
  342. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2301.5061, 1003.84021, 1069.53088)
  343. for i = 1, 50 do
  344. while wait() do
  345. local Loc = CFrame.new(-2301.5061, 1003.84021, 1069.53088)
  346. for i, ChosenPlayer in pairs(game.Players:GetPlayers()) do
  347. if ChosenPlayer.Name ~= game:GetService("Players").LocalPlayer.Name then
  348. ChosenPlayer.Character:SetPrimaryPartCFrame(Loc)
  349. end
  350. end
  351. end
  352. end
  353. end)
  354.  
  355. gq.Name = "gq"
  356. gq.Parent = spts1
  357. gq.BackgroundColor3 = Color3.new(1, 1, 1)
  358. gq.Position = UDim2.new(0.0393442623, 0, 0.751492321, 0)
  359. gq.Size = UDim2.new(0, 120, 0, 40)
  360. gq.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  361. gq.Font = Enum.Font.SciFi
  362. gq.Text = "GOTO Quester"
  363. gq.TextColor3 = Color3.new(0, 0, 0)
  364. gq.TextSize = 14
  365. gq.MouseButton1Down:connect(function()
  366. local d = game.Players.LocalPlayer.Character.HumanoidRootPart
  367. for i,v in pairs(game.Workspace.Main.QuestNPC:GetChildren()) do
  368. if v.name == "Sathopian" then
  369. for _, b in pairs(v:GetChildren()) do
  370. if b.name == "HumanoidRootPart" then
  371. d.CFrame = b.CFrame
  372. end
  373. end
  374. end
  375. end
  376. end)
  377.  
  378.  
  379. TextLabel.Parent = spts1
  380. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  381. TextLabel.BackgroundTransparency = 1
  382. TextLabel.Position = UDim2.new(0.0393442623, 0, 0.915789485, 0)
  383. TextLabel.Size = UDim2.new(0, 266, 0, 24)
  384. TextLabel.Font = Enum.Font.SciFi
  385. TextLabel.Text = "For More Content : DARKDEVS.GA"
  386. TextLabel.TextColor3 = Color3.new(1, 0, 0.0156863)
  387. TextLabel.TextSize = 14
  388.  
  389. imgbut.Name = "imgbut"
  390. imgbut.Parent = spts
  391. imgbut.BackgroundColor3 = Color3.new(1, 1, 1)
  392. imgbut.BackgroundTransparency = 1
  393. imgbut.Position = UDim2.new(0, 0, 0.398876399, 0)
  394. imgbut.Size = UDim2.new(0, 58, 0, 47)
  395. imgbut.Image = "rbxassetid://283666551"
  396. imgbut.Visible = false
  397. imgbut.MouseButton1Down:connect(function()
  398. if spts1.Visible == false
  399. then
  400. imgbut.Visible = false
  401. spts1.Visible = true
  402. spts1:TweenPosition(UDim2.new(0.365, 0,0.32, 0), "InOut", "Quad", 0.5, true, nil)
  403. else
  404. spts1.Visible = false
  405. imgbut.Visible = true
  406. spts1:TweenPosition(UDim2.new(-1, 0,0.295, 0))
  407. end
  408. end)
  409. creditss.Name = "creditss"
  410. creditss.Parent = spts
  411. creditss.Active = true
  412. creditss.BackgroundColor3 = Color3.new(0.0117647, 0.0117647, 0.0117647)
  413. creditss.Position = UDim2.new(0.661052585, 0, 0.228980318, 0)
  414. creditss.Size = UDim2.new(0, 298, 0, 303)
  415.  
  416. fffff.Name = "fffff"
  417. fffff.Parent = creditss
  418. fffff.Active = true
  419. fffff.BackgroundColor3 = Color3.new(1, 1, 1)
  420. fffff.BackgroundTransparency = 1
  421. fffff.Position = UDim2.new(0, 0, -0.313531339, 0)
  422. fffff.Size = UDim2.new(0, 298, 0, 198)
  423. fffff.Image = "rbxassetid://2354968170"
  424.  
  425. funsx.Name = "funsx"
  426. funsx.Parent = creditss
  427. funsx.BackgroundColor3 = Color3.new(0.611765, 0.611765, 0.611765)
  428. funsx.BackgroundTransparency = 0.55000001192093
  429. funsx.BorderColor3 = Color3.new(0.917647, 0, 1)
  430. funsx.Position = UDim2.new(0, 0, 0.254125416, 0)
  431. funsx.Size = UDim2.new(0, 298, 0, 19)
  432. funsx.Font = Enum.Font.SciFi
  433. funsx.Text = "FunTrat0r"
  434. funsx.TextColor3 = Color3.new(0.835294, 0.0117647, 1)
  435. funsx.TextSize = 14
  436.  
  437. funsx_2.Name = "funsx"
  438. funsx_2.Parent = creditss
  439. funsx_2.BackgroundColor3 = Color3.new(0.611765, 0.611765, 0.611765)
  440. funsx_2.BackgroundTransparency = 0.55000001192093
  441. funsx_2.BorderColor3 = Color3.new(0.917647, 0, 1)
  442. funsx_2.Position = UDim2.new(0, 0, 0.359735966, 0)
  443. funsx_2.Size = UDim2.new(0, 298, 0, 19)
  444. funsx_2.Font = Enum.Font.SciFi
  445. funsx_2.Text = "Jethrootje [CharWar]"
  446. funsx_2.TextColor3 = Color3.new(0.835294, 0.0117647, 1)
  447. funsx_2.TextSize = 14
  448.  
  449. funsx_3.Name = "funsx"
  450. funsx_3.Parent = creditss
  451. funsx_3.BackgroundColor3 = Color3.new(0.611765, 0.611765, 0.611765)
  452. funsx_3.BackgroundTransparency = 0.55000001192093
  453. funsx_3.BorderColor3 = Color3.new(0.917647, 0, 1)
  454. funsx_3.Position = UDim2.new(0, 0, 0.468646854, 0)
  455. funsx_3.Size = UDim2.new(0, 298, 0, 19)
  456. funsx_3.Font = Enum.Font.SciFi
  457. funsx_3.Text = "Settings"
  458. funsx_3.TextColor3 = Color3.new(0.835294, 0.0117647, 1)
  459. funsx_3.TextSize = 14
  460.  
  461. funsx_4.Name = "funsx"
  462. funsx_4.Parent = creditss
  463. funsx_4.BackgroundColor3 = Color3.new(0.611765, 0.611765, 0.611765)
  464. funsx_4.BackgroundTransparency = 0.55000001192093
  465. funsx_4.BorderColor3 = Color3.new(0.917647, 0, 1)
  466. funsx_4.Position = UDim2.new(0, 0, 0.580858111, 0)
  467. funsx_4.Size = UDim2.new(0, 298, 0, 19)
  468. funsx_4.Font = Enum.Font.SciFi
  469. funsx_4.Text = "VeteranBlue"
  470. funsx_4.TextColor3 = Color3.new(0.835294, 0.0117647, 1)
  471. funsx_4.TextSize = 14
  472.  
  473. funsx_5.Name = "funsx"
  474. funsx_5.Parent = creditss
  475. funsx_5.BackgroundColor3 = Color3.new(0.611765, 0.611765, 0.611765)
  476. funsx_5.BackgroundTransparency = 0.55000001192093
  477. funsx_5.BorderColor3 = Color3.new(0.917647, 0, 1)
  478. funsx_5.Position = UDim2.new(0, 0, 0.693069279, 0)
  479. funsx_5.Size = UDim2.new(0, 298, 0, 19)
  480. funsx_5.Font = Enum.Font.SciFi
  481. funsx_5.Text = "SilentWraith"
  482. funsx_5.TextColor3 = Color3.new(0.835294, 0.0117647, 1)
  483. funsx_5.TextSize = 14
  484.  
  485. asdsaf.Name = "asdsaf"
  486. asdsaf.Parent = creditss
  487. asdsaf.BackgroundColor3 = Color3.new(0.0117647, 0.0117647, 0.0117647)
  488. asdsaf.BorderColor3 = Color3.new(0.14902, 1, 0)
  489. asdsaf.Position = UDim2.new(0.305369139, 0, 0.79207921, 0)
  490. asdsaf.Size = UDim2.new(0, 116, 0, 26)
  491. asdsaf.Font = Enum.Font.SciFi
  492. asdsaf.Text = "Proceed!"
  493. asdsaf.TextColor3 = Color3.new(0.00392157, 1, 0.0862745)
  494. asdsaf.TextSize = 14
  495. asdsaf.MouseButton1Down:connect(function()
  496. if imgbut.Visible == false then
  497. wait(1)
  498. creditss.Visible = false
  499. imgbut.Visible = true
  500. end
  501. end)
  502.  
  503. funsx_6.Name = "funsx"
  504. funsx_6.Parent = creditss
  505. funsx_6.BackgroundColor3 = Color3.new(0.611765, 0.611765, 0.611765)
  506. funsx_6.BackgroundTransparency = 0.55000001192093
  507. funsx_6.BorderColor3 = Color3.new(0.705882, 0, 0.0117647)
  508. funsx_6.Position = UDim2.new(0, 0, 0.917491734, 0)
  509. funsx_6.Size = UDim2.new(0, 298, 0, 19)
  510. funsx_6.Font = Enum.Font.SciFi
  511. funsx_6.Text = "DARKDEVS.GA"
  512. funsx_6.TextColor3 = Color3.new(1, 0, 0.0156863)
  513. funsx_6.TextSize = 14
  514. warn("Created By XxzPoomzxX")
  515. warn("Credits To : DARKDEVS.GA")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement