Advertisement
Guest User

Untitled

a guest
Jul 4th, 2019
652
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.32 KB | None | 0 0
  1. -- By AHAHACUK
  2. -- Instances:
  3. local Sptsgui = Instance.new("ScreenGui")
  4. local loginF = Instance.new("Frame")
  5. local TextLabel = Instance.new("TextLabel")
  6. local LoginB = Instance.new("TextButton")
  7. local TextLabel_2 = Instance.new("TextLabel")
  8. local TextLabel_3 = Instance.new("TextLabel")
  9. local TextLabel_4 = Instance.new("TextLabel")
  10. local Frame = Instance.new("Frame")
  11. local TextLabel_5 = Instance.new("TextLabel")
  12. local TextLabel_6 = Instance.new("TextLabel")
  13. local FistTrainingB = Instance.new("TextButton")
  14. local JumpPowerTrainingB = Instance.new("TextButton")
  15. local PhysicPowerB = Instance.new("TextButton")
  16. local QuestTalkEndFastB = Instance.new("TextButton")
  17. local ToughnessTrainingB = Instance.new("TextButton")
  18. local WalkspeedTrainingB = Instance.new("TextButton")
  19. local AutoattackB = Instance.new("TextButton")
  20. local AntiAFKStartB = Instance.new("TextButton")
  21. local AntiAFKSTOPB = Instance.new("TextButton")
  22. local GOTOQuesterB = Instance.new("TextButton")
  23. local KillALLLevelB = Instance.new("TextButton")
  24. local ExitB = Instance.new("TextButton")
  25. local OpenF = Instance.new("Frame")
  26. local OpenB = Instance.new("TextButton")
  27. --Properties:
  28. Sptsgui.Name = "Sptsgui"
  29. Sptsgui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  30.  
  31. loginF.Name = "loginF"
  32. loginF.Parent = Sptsgui
  33. loginF.Active = true
  34. loginF.BackgroundColor3 = Color3.new(0.701961, 0.0980392, 1)
  35. loginF.Position = UDim2.new(0.643419981, 0, 0.537603617, 0)
  36. loginF.Selectable = true
  37. loginF.Size = UDim2.new(0, 379, 0, 226)
  38.  
  39. TextLabel.Parent = loginF
  40. TextLabel.Active = true
  41. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  42. TextLabel.BackgroundTransparency = 1
  43. TextLabel.Selectable = true
  44. TextLabel.Size = UDim2.new(0, 379, 0, 24)
  45. TextLabel.Font = Enum.Font.Cartoon
  46. TextLabel.Text = "Super Power Training Simulator GUI v1.0 (alpha)"
  47. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  48. TextLabel.TextScaled = true
  49. TextLabel.TextSize = 14
  50. TextLabel.TextWrapped = true
  51.  
  52. LoginB.Name = "LoginB"
  53. LoginB.Parent = loginF
  54. LoginB.BackgroundColor3 = Color3.new(0.701961, 0.0980392, 1)
  55. LoginB.BorderSizePixel = 2
  56. LoginB.Position = UDim2.new(0.332453817, 0, 0.632743359, 0)
  57. LoginB.Size = UDim2.new(0, 127, 0, 32)
  58. LoginB.Font = Enum.Font.Cartoon
  59. LoginB.Text = "Login"
  60. LoginB.TextColor3 = Color3.new(0, 0, 0)
  61. LoginB.TextScaled = true
  62. LoginB.TextSize = 14
  63. LoginB.TextWrapped = true
  64. LoginB.MouseButton1Down:connect(function()
  65. loginF.Visible = false
  66. OpenF.Visible = true
  67. end)
  68.  
  69. TextLabel_2.Parent = loginF
  70. TextLabel_2.Active = true
  71. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  72. TextLabel_2.BackgroundTransparency = 1
  73. TextLabel_2.Position = UDim2.new(0, 0, 0.221238941, 0)
  74. TextLabel_2.Size = UDim2.new(0, 145, 0, 36)
  75. TextLabel_2.Font = Enum.Font.Cartoon
  76. TextLabel_2.Text = "-- Open alpha test"
  77. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  78. TextLabel_2.TextScaled = true
  79. TextLabel_2.TextSize = 14
  80. TextLabel_2.TextWrapped = true
  81.  
  82. TextLabel_3.Parent = loginF
  83. TextLabel_3.Active = true
  84. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  85. TextLabel_3.BackgroundTransparency = 1
  86. TextLabel_3.Position = UDim2.new(0, 0, 0.10619469, 0)
  87. TextLabel_3.Size = UDim2.new(0, 379, 0, 25)
  88. TextLabel_3.Font = Enum.Font.Cartoon
  89. TextLabel_3.Text = "Change log"
  90. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  91. TextLabel_3.TextScaled = true
  92. TextLabel_3.TextSize = 14
  93. TextLabel_3.TextWrapped = true
  94.  
  95. TextLabel_4.Parent = loginF
  96. TextLabel_4.Active = true
  97. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  98. TextLabel_4.BackgroundTransparency = 1
  99. TextLabel_4.Position = UDim2.new(0, 0, 0.876106203, 0)
  100. TextLabel_4.Size = UDim2.new(0, 379, 0, 27)
  101. TextLabel_4.Font = Enum.Font.Cartoon
  102. TextLabel_4.Text = "By AHAHACUK"
  103. TextLabel_4.TextColor3 = Color3.new(0, 0, 0)
  104. TextLabel_4.TextScaled = true
  105. TextLabel_4.TextSize = 14
  106. TextLabel_4.TextWrapped = true
  107.  
  108. Frame.Parent = Sptsgui
  109. Frame.Active = true
  110. Frame.BackgroundColor3 = Color3.new(0.701961, 0.0980392, 1)
  111. Frame.Position = UDim2.new(0.172666878, 0, 0.155516163, 0)
  112. Frame.Selectable = true
  113. Frame.Size = UDim2.new(0, 263, 0, 336)
  114. Frame.Visible = false
  115.  
  116. TextLabel_5.Parent = Frame
  117. TextLabel_5.Active = true
  118. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  119. TextLabel_5.BackgroundTransparency = 1
  120. TextLabel_5.Selectable = true
  121. TextLabel_5.Size = UDim2.new(0, 263, 0, 33)
  122. TextLabel_5.Font = Enum.Font.Cartoon
  123. TextLabel_5.Text = "Super Power Training Simulator GUI v1.0 (alpha)"
  124. TextLabel_5.TextColor3 = Color3.new(0, 0, 0)
  125. TextLabel_5.TextScaled = true
  126. TextLabel_5.TextSize = 14
  127. TextLabel_5.TextWrapped = true
  128.  
  129. TextLabel_6.Parent = Frame
  130. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  131. TextLabel_6.BackgroundTransparency = 1
  132. TextLabel_6.Position = UDim2.new(0, 0, 0.925595224, 0)
  133. TextLabel_6.Size = UDim2.new(0, 263, 0, 25)
  134. TextLabel_6.Font = Enum.Font.Cartoon
  135. TextLabel_6.Text = "By AHAHACUK"
  136. TextLabel_6.TextColor3 = Color3.new(0, 0, 0)
  137. TextLabel_6.TextScaled = true
  138. TextLabel_6.TextSize = 14
  139. TextLabel_6.TextWrapped = true
  140.  
  141. FistTrainingB.Name = "Fist TrainingB"
  142. FistTrainingB.Parent = Frame
  143. FistTrainingB.BackgroundColor3 = Color3.new(1, 1, 1)
  144. FistTrainingB.BackgroundTransparency = 1
  145. FistTrainingB.Position = UDim2.new(-0.000376179814, 0, 0.111939281, 0)
  146. FistTrainingB.Size = UDim2.new(0, 123, 0, 36)
  147. FistTrainingB.Font = Enum.Font.Cartoon
  148. FistTrainingB.Text = "Fist Training"
  149. FistTrainingB.TextColor3 = Color3.new(0, 0, 0)
  150. FistTrainingB.TextScaled = true
  151. FistTrainingB.TextSize = 14
  152. FistTrainingB.TextWrapped = true
  153. FistTrainingB.MouseButton1Down:connect(function()
  154. while true do
  155. wait()
  156. local A_1 =
  157. {
  158. [1] = "+FS3"
  159. }
  160. local Event = game.ReplicatedStorage.RemoteEvent
  161. Event:FireServer(A_1)
  162. wait()
  163. local A_1 =
  164. {
  165. [1] = "+FS2"
  166. }
  167. local Event = game.ReplicatedStorage.RemoteEvent
  168. Event:FireServer(A_1)
  169. wait()
  170. local A_1 =
  171. {
  172. [1] = "+FS1"
  173. }
  174. local Event = game.ReplicatedStorage.RemoteEvent
  175. Event:FireServer(A_1)
  176. end
  177. end)
  178.  
  179. JumpPowerTrainingB.Name = "JumpPower TrainingB"
  180. JumpPowerTrainingB.Parent = Frame
  181. JumpPowerTrainingB.BackgroundColor3 = Color3.new(1, 1, 1)
  182. JumpPowerTrainingB.BackgroundTransparency = 1
  183. JumpPowerTrainingB.Position = UDim2.new(0.530703068, 0, 0.251331002, 0)
  184. JumpPowerTrainingB.Size = UDim2.new(0, 123, 0, 36)
  185. JumpPowerTrainingB.Font = Enum.Font.Cartoon
  186. JumpPowerTrainingB.Text = "JumpPower Training"
  187. JumpPowerTrainingB.TextColor3 = Color3.new(0, 0, 0)
  188. JumpPowerTrainingB.TextScaled = true
  189. JumpPowerTrainingB.TextSize = 14
  190. JumpPowerTrainingB.TextWrapped = true
  191. JumpPowerTrainingB.MouseButton1Down:connect(function()
  192. while true do
  193. wait()
  194. local A_1 =
  195. {
  196. [1] = "+JF2"
  197. }
  198. local Event = game.ReplicatedStorage.RemoteEvent
  199. Event:FireServer(A_1)
  200. wait()
  201. local A_1 =
  202. {
  203. [1] = "+JF3"
  204. }
  205. local Event = game.ReplicatedStorage.RemoteEvent
  206. Event:FireServer(A_1)
  207. wait()
  208. local A_1 =
  209. {
  210. [1] = "+JF1"
  211. }
  212. local Event = game.ReplicatedStorage.RemoteEvent
  213. Event:FireServer(A_1)
  214. end
  215. end)
  216.  
  217. PhysicPowerB.Name = "Physic PowerB"
  218. PhysicPowerB.Parent = Frame
  219. PhysicPowerB.BackgroundColor3 = Color3.new(1, 1, 1)
  220. PhysicPowerB.BackgroundTransparency = 1
  221. PhysicPowerB.Position = UDim2.new(-0.000376179814, 0, 0.385667235, 0)
  222. PhysicPowerB.Size = UDim2.new(0, 123, 0, 36)
  223. PhysicPowerB.Font = Enum.Font.Cartoon
  224. PhysicPowerB.Text = "Physic Power"
  225. PhysicPowerB.TextColor3 = Color3.new(0, 0, 0)
  226. PhysicPowerB.TextScaled = true
  227. PhysicPowerB.TextSize = 14
  228. PhysicPowerB.TextWrapped = true
  229. PhysicPowerB.MouseButton1Down:connect(function()
  230. while true do
  231. wait()
  232. local A_1 =
  233. {
  234. [1] = "+PP1"
  235. }
  236. local Event = game.ReplicatedStorage.RemoteEvent
  237. Event:FireServer(A_1)
  238. wait()
  239. local A_1 =
  240. {
  241. [1] = "+PP2"
  242. }
  243. local Event = game.ReplicatedStorage.RemoteEvent
  244. Event:FireServer(A_1)
  245. wait()
  246. local A_1 =
  247. {
  248. [1] = "+PP3"
  249. }
  250. local Event = game.ReplicatedStorage.RemoteEvent
  251. Event:FireServer(A_1)
  252. end
  253. end)
  254.  
  255. QuestTalkEndFastB.Name = "Quest Talk End FastB"
  256. QuestTalkEndFastB.Parent = Frame
  257. QuestTalkEndFastB.BackgroundColor3 = Color3.new(1, 1, 1)
  258. QuestTalkEndFastB.BackgroundTransparency = 1
  259. QuestTalkEndFastB.Position = UDim2.new(0.530703068, 0, 0.111939281, 0)
  260. QuestTalkEndFastB.Size = UDim2.new(0, 123, 0, 36)
  261. QuestTalkEndFastB.Font = Enum.Font.Cartoon
  262. QuestTalkEndFastB.Text = "Quest Talk End Fast[Broken]"
  263. QuestTalkEndFastB.TextColor3 = Color3.new(0, 0, 0)
  264. QuestTalkEndFastB.TextScaled = true
  265. QuestTalkEndFastB.TextSize = 14
  266. QuestTalkEndFastB.TextWrapped = true
  267.  
  268. ToughnessTrainingB.Name = "Toughness TrainingB"
  269. ToughnessTrainingB.Parent = Frame
  270. ToughnessTrainingB.BackgroundColor3 = Color3.new(1, 1, 1)
  271. ToughnessTrainingB.BackgroundTransparency = 1
  272. ToughnessTrainingB.Position = UDim2.new(0.531943202, 0, 0.385667235, 0)
  273. ToughnessTrainingB.Size = UDim2.new(0, 123, 0, 36)
  274. ToughnessTrainingB.Font = Enum.Font.Cartoon
  275. ToughnessTrainingB.Text = "Toughness Training [AFK]"
  276. ToughnessTrainingB.TextColor3 = Color3.new(0, 0, 0)
  277. ToughnessTrainingB.TextScaled = true
  278. ToughnessTrainingB.TextSize = 14
  279. ToughnessTrainingB.TextWrapped = true
  280. ToughnessTrainingB.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. WalkspeedTrainingB.Name = "Walkspeed TrainingB"
  307. WalkspeedTrainingB.Parent = Frame
  308. WalkspeedTrainingB.BackgroundColor3 = Color3.new(1, 1, 1)
  309. WalkspeedTrainingB.BackgroundTransparency = 1
  310. WalkspeedTrainingB.Position = UDim2.new(-0.000376179814, 0, 0.251331002, 0)
  311. WalkspeedTrainingB.Size = UDim2.new(0, 123, 0, 36)
  312. WalkspeedTrainingB.Font = Enum.Font.Cartoon
  313. WalkspeedTrainingB.Text = "Walkspeed Training"
  314. WalkspeedTrainingB.TextColor3 = Color3.new(0, 0, 0)
  315. WalkspeedTrainingB.TextScaled = true
  316. WalkspeedTrainingB.TextSize = 14
  317. WalkspeedTrainingB.TextWrapped = true
  318. WalkspeedTrainingB.MouseButton1Down:connect(function()
  319. while true do
  320. wait()
  321. local A_1 =
  322. {
  323. [1] = "+MS1"
  324. }
  325. local Event = game.ReplicatedStorage.RemoteEvent
  326. Event:FireServer(A_1)
  327. wait()
  328. local A_1 =
  329. {
  330. [1] = "+MS2"
  331. }
  332. local Event = game.ReplicatedStorage.RemoteEvent
  333. Event:FireServer(A_1)
  334. wait()
  335. local A_1 =
  336. {
  337. [1] = "+MS3"
  338. }
  339. local Event = game.ReplicatedStorage.RemoteEvent
  340. Event:FireServer(A_1)
  341. end
  342. end)
  343.  
  344. AutoattackB.Name = "Auto attackB"
  345. AutoattackB.Parent = Frame
  346. AutoattackB.BackgroundColor3 = Color3.new(1, 1, 1)
  347. AutoattackB.BackgroundTransparency = 1
  348. AutoattackB.Position = UDim2.new(-0.000376179814, 0, 0.534476757, 0)
  349. AutoattackB.Size = UDim2.new(0, 123, 0, 36)
  350. AutoattackB.Font = Enum.Font.Cartoon
  351. AutoattackB.Text = "Auto attack"
  352. AutoattackB.TextColor3 = Color3.new(0, 0, 0)
  353. AutoattackB.TextScaled = true
  354. AutoattackB.TextSize = 14
  355. AutoattackB.TextWrapped = true
  356. AutoattackB.MouseButton1Down:connect(function()
  357. while true do
  358. wait()
  359. game.ReplicatedStorage.RemoteEvent:FireServer("Skill_Punch", "Left")
  360. game.ReplicatedStorage.RemoteEvent:FireServer("Skill_Punch", "Right")
  361. end
  362. end)
  363.  
  364. AntiAFKStartB.Name = "Anti AFK [Start]B"
  365. AntiAFKStartB.Parent = Frame
  366. AntiAFKStartB.BackgroundColor3 = Color3.new(1, 1, 1)
  367. AntiAFKStartB.BackgroundTransparency = 1
  368. AntiAFKStartB.Position = UDim2.new(0.531943202, 0, 0.534476757, 0)
  369. AntiAFKStartB.Size = UDim2.new(0, 123, 0, 36)
  370. AntiAFKStartB.Font = Enum.Font.Cartoon
  371. AntiAFKStartB.Text = "Anti AFK [Start]"
  372. AntiAFKStartB.TextColor3 = Color3.new(0, 0, 0)
  373. AntiAFKStartB.TextScaled = true
  374. AntiAFKStartB.TextSize = 14
  375. AntiAFKStartB.TextWrapped = true
  376. AntiAFKStartB.MouseButton1Down:connect(function()
  377. _G.afk = true
  378. while _G.afk do
  379. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-2033.12, 745.86, -1804.69))
  380. wait(3)
  381. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-2043.12, 745.86, -1804.69))
  382. end
  383. end)
  384.  
  385. AntiAFKSTOPB.Name = "Anti AFK [STOP]B"
  386. AntiAFKSTOPB.Parent = Frame
  387. AntiAFKSTOPB.BackgroundColor3 = Color3.new(1, 1, 1)
  388. AntiAFKSTOPB.BackgroundTransparency = 1
  389. AntiAFKSTOPB.Position = UDim2.new(-0.000376194715, 0, 0.68031013, 0)
  390. AntiAFKSTOPB.Size = UDim2.new(0, 123, 0, 36)
  391. AntiAFKSTOPB.Font = Enum.Font.Cartoon
  392. AntiAFKSTOPB.Text = "Anti AFK [STOP]"
  393. AntiAFKSTOPB.TextColor3 = Color3.new(0, 0, 0)
  394. AntiAFKSTOPB.TextScaled = true
  395. AntiAFKSTOPB.TextSize = 14
  396. AntiAFKSTOPB.TextWrapped = true
  397. AntiAFKSTOPB.MouseButton1Down:connect(function()
  398. _G.afk = false
  399. end)
  400.  
  401. GOTOQuesterB.Name = "GOTO QuesterB"
  402. GOTOQuesterB.Parent = Frame
  403. GOTOQuesterB.BackgroundColor3 = Color3.new(1, 1, 1)
  404. GOTOQuesterB.BackgroundTransparency = 1
  405. GOTOQuesterB.Position = UDim2.new(0.531943202, 0, 0.68031013, 0)
  406. GOTOQuesterB.Size = UDim2.new(0, 123, 0, 36)
  407. GOTOQuesterB.Font = Enum.Font.Cartoon
  408. GOTOQuesterB.Text = "GOTO Quester"
  409. GOTOQuesterB.TextColor3 = Color3.new(0, 0, 0)
  410. GOTOQuesterB.TextScaled = true
  411. GOTOQuesterB.TextSize = 14
  412. GOTOQuesterB.TextWrapped = true
  413. GOTOQuesterB.MouseButton1Down:connect(function()
  414. local d = game.Players.LocalPlayer.Character.HumanoidRootPart
  415. for i,v in pairs(game.Workspace.Main.QuestNPC:GetChildren()) do
  416. if v.name == "Sathopian" then
  417. for _, b in pairs(v:GetChildren()) do
  418. if b.name == "HumanoidRootPart" then
  419. d.CFrame = b.CFrame
  420. end
  421. end
  422. end
  423. end
  424. end)
  425.  
  426. KillALLLevelB.Name = "Kill ALL [Level]B"
  427. KillALLLevelB.Parent = Frame
  428. KillALLLevelB.BackgroundColor3 = Color3.new(1, 1, 1)
  429. KillALLLevelB.BackgroundTransparency = 1
  430. KillALLLevelB.Position = UDim2.new(-0.000376194715, 0, 0.817214847, 0)
  431. KillALLLevelB.Size = UDim2.new(0, 123, 0, 36)
  432. KillALLLevelB.Font = Enum.Font.Cartoon
  433. KillALLLevelB.Text = "Kill ALL [Level]"
  434. KillALLLevelB.TextColor3 = Color3.new(0, 0, 0)
  435. KillALLLevelB.TextScaled = true
  436. KillALLLevelB.TextSize = 14
  437. KillALLLevelB.TextWrapped = true
  438. KillALLLevelB.MouseButton1Down:connect(function()
  439. local player=game.Players.LocalPlayer.Character
  440. player.Humanoid:Remove()
  441. Instance.new('Humanoid',player)
  442. wait()
  443. --Made By Lagx#2413--
  444. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2301.5061, 1003.84021, 1069.53088)
  445. for i = 1, 50 do
  446. while wait() do
  447. local Loc = CFrame.new(-2301.5061, 1003.84021, 1069.53088)
  448. for i, ChosenPlayer in pairs(game.Players:GetPlayers()) do
  449. if ChosenPlayer.Name ~= game:GetService("Players").LocalPlayer.Name then
  450. ChosenPlayer.Character:SetPrimaryPartCFrame(Loc)
  451. end
  452. end
  453. end
  454. end
  455. end)
  456.  
  457. ExitB.Name = "ExitB"
  458. ExitB.Parent = Frame
  459. ExitB.BackgroundColor3 = Color3.new(1, 1, 1)
  460. ExitB.BackgroundTransparency = 1
  461. ExitB.Position = UDim2.new(0.531943202, 0, 0.817214847, 0)
  462. ExitB.Size = UDim2.new(0, 123, 0, 36)
  463. ExitB.Font = Enum.Font.Cartoon
  464. ExitB.Text = "Exit"
  465. ExitB.TextColor3 = Color3.new(0, 0, 0)
  466. ExitB.TextScaled = true
  467. ExitB.TextSize = 14
  468. ExitB.TextWrapped = true
  469. ExitB.MouseButton1Down:connect(function()
  470. Frame.Visible = false
  471. OpenF.Visible = true
  472. end)
  473.  
  474. OpenF.Name = "OpenF"
  475. OpenF.Parent = Sptsgui
  476. OpenF.Active = true
  477. OpenF.BackgroundColor3 = Color3.new(0.701961, 0.0980392, 1)
  478. OpenF.Position = UDim2.new(0.358116478, 0, 0.934782624, 0)
  479. OpenF.Selectable = true
  480. OpenF.Size = UDim2.new(0, 127, 0, 32)
  481. OpenF.Visible = false
  482.  
  483. OpenB.Name = "OpenB"
  484. OpenB.Parent = OpenF
  485. OpenB.BackgroundColor3 = Color3.new(179, 25, 255)
  486. OpenB.BorderSizePixel = 2
  487. OpenB.Size = UDim2.new(0, 127, 0, 32)
  488. OpenB.Font = Enum.Font.Cartoon
  489. OpenB.Text = "Open"
  490. OpenB.TextColor3 = Color3.new(0, 0, 0)
  491. OpenB.TextScaled = true
  492. OpenB.TextSize = 14
  493. OpenB.TextWrapped = true
  494. OpenB.MouseButton1Down:connect(function()
  495. OpenF.Visible = false
  496. Frame.Visible = true
  497. end)
  498.  
  499. -- Scripts:
  500. function SCRIPT_OZFJ86_FAKESCRIPT() -- Sptsgui.LocalScript
  501. getfenv().script = Instance.new('LocalScript', Sptsgui)
  502.  
  503. frame = script.Parent.Frame
  504. frame.Draggable = true
  505. frame.Active = true
  506. frame.Selectable = true
  507.  
  508. end
  509.  
  510. coroutine.resume(coroutine.create(SCRIPT_OZFJ86_FAKESCRIPT))
  511. function SCRIPT_TIFR87_FAKESCRIPT() -- Frame.RainbowScript
  512. getfenv().script = Instance.new('LocalScript', Frame)
  513.  
  514. while wait() do
  515. local r = (math.sin(workspace.DistributedGameTime/2)/2)+0.5
  516. local g = (math.sin(workspace.DistributedGameTime)/2)+0.5
  517. local b = (math.sin(workspace.DistributedGameTime*1.5)/2)+0.5
  518. local color = Color3.new(r, g, b)
  519. script.Parent.BackgroundColor3 = color
  520. end
  521.  
  522. end
  523.  
  524. coroutine.resume(coroutine.create(SCRIPT_TIFR87_FAKESCRIPT))
  525. function SCRIPT_WLKC70_FAKESCRIPT() -- Sptsgui.LocalScript
  526. getfenv().script = Instance.new('LocalScript', Sptsgui)
  527.  
  528. loginF = script.Parent.loginF
  529. loginF.Draggable = true
  530. loginF.Active = true
  531. loginF.Selectable = true
  532.  
  533. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement