Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.73 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local MainFrame = Instance.new("ImageLabel")
  6. local DarkMode = Instance.new("TextButton")
  7. local Title = Instance.new("TextLabel")
  8. local Home = Instance.new("TextButton")
  9. local Games = Instance.new("TextButton")
  10. local Executor = Instance.new("TextButton")
  11. local PlayerTeleports = Instance.new("TextButton")
  12. local LocalPlayer = Instance.new("TextButton")
  13. local frame1 = Instance.new("Frame")
  14. local Execute = Instance.new("TextButton")
  15. local Clear = Instance.new("TextButton")
  16. local ScriptBox = Instance.new("TextBox")
  17. local Close = Instance.new("TextButton")
  18. local Playerlist = Instance.new("ScrollingFrame")
  19. local slots = Instance.new("TextLabel")
  20. local Template = Instance.new("TextButton")
  21. local Time = Instance.new("TextBox")
  22. local MultiplyRemote = Instance.new("TextButton")
  23. local RemoteName = Instance.new("TextBox")
  24. local HipHeightAmount = Instance.new("TextBox")
  25. local HipHeight = Instance.new("TextButton")
  26. local JumpPower = Instance.new("TextButton")
  27. local JumpPowerAmount = Instance.new("TextBox")
  28. local KillYourself = Instance.new("TextButton")
  29. local SkyWars = Instance.new("ScrollingFrame")
  30. local slots_2 = Instance.new("TextLabel")
  31. local Template_2 = Instance.new("TextButton")
  32. local SkyWarsButton = Instance.new("TextButton")
  33. local HomeBack = Instance.new("TextButton")
  34. local BanSim = Instance.new("TextButton")
  35. local DamageMultiply = Instance.new("TextButton")
  36. local DamageMultiplyAmount = Instance.new("TextBox")
  37. local RemoteAmount = Instance.new("TextBox")
  38. local WalkSpeedAmount = Instance.new("TextBox")
  39. local WalkSpeed = Instance.new("TextButton")
  40. local RemoteMultiplier = Instance.new("TextButton")
  41. local Back = Instance.new("TextButton")
  42. --Properties:
  43. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  44. ScreenGui.ResetOnSpawn = false
  45.  
  46. MainFrame.Name = "MainFrame"
  47. MainFrame.Parent = ScreenGui
  48. MainFrame.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  49. MainFrame.BackgroundTransparency = 1
  50. MainFrame.BorderSizePixel = 0
  51. MainFrame.Position = UDim2.new(0.0480501391, 2000, 0.225130886, 0)
  52. MainFrame.Size = UDim2.new(0, 535, 0, 441)
  53. MainFrame.Image = "rbxassetid://2851926732"
  54. MainFrame.ScaleType = Enum.ScaleType.Slice
  55. MainFrame.SliceCenter = Rect.new(12, 12, 12, 12)
  56.  
  57. DarkMode.Name = "Dark Mode"
  58. DarkMode.Parent = MainFrame
  59. DarkMode.BackgroundColor3 = Color3.new(1, 1, 1)
  60. DarkMode.Position = UDim2.new(0.792999983, 3000, 0.876999974, 0)
  61. DarkMode.Size = UDim2.new(0, 104, 0, 35)
  62. DarkMode.Font = Enum.Font.SourceSans
  63. DarkMode.Text = "Dark Mode"
  64. DarkMode.TextColor3 = Color3.new(0, 0, 0)
  65. DarkMode.TextScaled = true
  66. DarkMode.TextSize = 14
  67. DarkMode.TextWrapped = true
  68.  
  69. Title.Name = "Title"
  70. Title.Parent = MainFrame
  71. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  72. Title.BorderSizePixel = 0
  73. Title.Position = UDim2.new(0.0148398709, 0, 0.0195439793, 0)
  74. Title.Size = UDim2.new(0, 521, 0, 44)
  75. Title.Font = Enum.Font.SourceSans
  76. Title.Text = "Skid Sploit V1"
  77. Title.TextColor3 = Color3.new(0, 0, 0)
  78. Title.TextScaled = true
  79. Title.TextSize = 14
  80. Title.TextWrapped = true
  81.  
  82. Home.Name = "Home"
  83. Home.Parent = MainFrame
  84. Home.BackgroundColor3 = Color3.new(1, 1, 1)
  85. Home.Position = UDim2.new(0.791014254, 3000, 0.12658526, 0)
  86. Home.Size = UDim2.new(0, 104, 0, 35)
  87. Home.Font = Enum.Font.SourceSans
  88. Home.Text = "Home"
  89. Home.TextColor3 = Color3.new(0, 0, 0)
  90. Home.TextScaled = true
  91. Home.TextSize = 14
  92. Home.TextWrapped = true
  93.  
  94. Games.Name = "Games"
  95. Games.Parent = MainFrame
  96. Games.BackgroundColor3 = Color3.new(1, 1, 1)
  97. Games.Position = UDim2.new(0.792999983, 3000, 0.27700001, 0)
  98. Games.Size = UDim2.new(0, 104, 0, 35)
  99. Games.Font = Enum.Font.SourceSans
  100. Games.Text = "Games"
  101. Games.TextColor3 = Color3.new(0, 0, 0)
  102. Games.TextScaled = true
  103. Games.TextSize = 14
  104. Games.TextWrapped = true
  105.  
  106. Executor.Name = "Executor"
  107. Executor.Parent = MainFrame
  108. Executor.BackgroundColor3 = Color3.new(0, 0.901961, 0)
  109. Executor.Position = UDim2.new(0.792999983, 3000, 0.426999986, 0)
  110. Executor.Size = UDim2.new(0, 104, 0, 35)
  111. Executor.Font = Enum.Font.SourceSans
  112. Executor.Text = "Executor"
  113. Executor.TextColor3 = Color3.new(0, 0, 0)
  114. Executor.TextScaled = true
  115. Executor.TextSize = 14
  116. Executor.TextWrapped = true
  117.  
  118. PlayerTeleports.Name = "PlayerTeleports"
  119. PlayerTeleports.Parent = MainFrame
  120. PlayerTeleports.BackgroundColor3 = Color3.new(1, 1, 1)
  121. PlayerTeleports.Position = UDim2.new(0.792999983, 3000, 0.577000022, 0)
  122. PlayerTeleports.Size = UDim2.new(0, 104, 0, 35)
  123. PlayerTeleports.Font = Enum.Font.SourceSans
  124. PlayerTeleports.Text = "Player Teleports"
  125. PlayerTeleports.TextColor3 = Color3.new(0, 0, 0)
  126. PlayerTeleports.TextScaled = true
  127. PlayerTeleports.TextSize = 14
  128. PlayerTeleports.TextWrapped = true
  129.  
  130. LocalPlayer.Name = "LocalPlayer"
  131. LocalPlayer.Parent = MainFrame
  132. LocalPlayer.BackgroundColor3 = Color3.new(1, 1, 1)
  133. LocalPlayer.Position = UDim2.new(0.792999983, 3000, 0.726999998, 0)
  134. LocalPlayer.Size = UDim2.new(0, 104, 0, 35)
  135. LocalPlayer.Font = Enum.Font.SourceSans
  136. LocalPlayer.Text = "Local Player"
  137. LocalPlayer.TextColor3 = Color3.new(0, 0, 0)
  138. LocalPlayer.TextScaled = true
  139. LocalPlayer.TextSize = 14
  140. LocalPlayer.TextWrapped = true
  141.  
  142. frame1.Name = "frame1"
  143. frame1.Parent = MainFrame
  144. frame1.BackgroundColor3 = Color3.new(1, 1, 1)
  145. frame1.Position = UDim2.new(0.0130841117, 0, 0.128140748, 0)
  146. frame1.Size = UDim2.new(0, 404, 0, 330)
  147.  
  148. Execute.Name = "Execute"
  149. Execute.Parent = MainFrame
  150. Execute.BackgroundColor3 = Color3.new(1, 1, 1)
  151. Execute.Position = UDim2.new(0.0130841117, 0, 0.886621296, 1250)
  152. Execute.Size = UDim2.new(0, 200, 0, 42)
  153. Execute.Font = Enum.Font.SourceSans
  154. Execute.Text = "Execute"
  155. Execute.TextColor3 = Color3.new(0, 0, 0)
  156. Execute.TextScaled = true
  157. Execute.TextSize = 14
  158. Execute.TextWrapped = true
  159.  
  160. Clear.Name = "Clear"
  161. Clear.Parent = MainFrame
  162. Clear.BackgroundColor3 = Color3.new(1, 1, 1)
  163. Clear.Position = UDim2.new(0.39439252, 0, 0.886621296, 1250)
  164. Clear.Size = UDim2.new(0, 200, 0, 42)
  165. Clear.Font = Enum.Font.SourceSans
  166. Clear.Text = "Clear"
  167. Clear.TextColor3 = Color3.new(0, 0, 0)
  168. Clear.TextScaled = true
  169. Clear.TextSize = 14
  170. Clear.TextWrapped = true
  171.  
  172. ScriptBox.Name = "ScriptBox"
  173. ScriptBox.Parent = MainFrame
  174. ScriptBox.BackgroundColor3 = Color3.new(1, 1, 1)
  175. ScriptBox.BorderColor3 = Color3.new(1, 1, 1)
  176. ScriptBox.BorderSizePixel = 0
  177. ScriptBox.Position = UDim2.new(0.0130000319, 0, 0.128140748, 0)
  178. ScriptBox.Size = UDim2.new(0, 404, 0, 329)
  179. ScriptBox.ClearTextOnFocus = false
  180. ScriptBox.Font = Enum.Font.SourceSans
  181. ScriptBox.Text = ""
  182. ScriptBox.TextColor3 = Color3.new(0, 0, 0)
  183. ScriptBox.TextScaled = true
  184. ScriptBox.TextSize = 14
  185. ScriptBox.TextWrapped = true
  186.  
  187. Close.Name = "Close"
  188. Close.Parent = MainFrame
  189. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  190. Close.BorderColor3 = Color3.new(1, 1, 1)
  191. Close.Position = UDim2.new(0.951401889, 3000, 0.0408163294, 0)
  192. Close.Size = UDim2.new(0, 19, 0, 25)
  193. Close.Font = Enum.Font.SourceSans
  194. Close.Text = "X"
  195. Close.TextColor3 = Color3.new(0, 0, 0)
  196. Close.TextScaled = true
  197. Close.TextSize = 14
  198. Close.TextWrapped = true
  199.  
  200. Playerlist.Name = "Playerlist"
  201. Playerlist.Parent = MainFrame
  202. Playerlist.BackgroundColor3 = Color3.new(1, 1, 1)
  203. Playerlist.Position = UDim2.new(0.0130841117, -4000, 0.129251704, 0)
  204. Playerlist.Size = UDim2.new(0, 404, 0, 330)
  205. Playerlist.CanvasSize = UDim2.new(0, 0, 25, 0)
  206.  
  207. slots.Name = "slots"
  208. slots.Parent = Playerlist
  209. slots.BackgroundColor3 = Color3.new(1, 1, 1)
  210. slots.Position = UDim2.new(0, 0, -0.00299319718, 0)
  211. slots.Size = UDim2.new(0, 390, 0, 33)
  212. slots.Font = Enum.Font.SourceSans
  213. slots.TextColor3 = Color3.new(0, 0, 0)
  214. slots.TextSize = 14
  215.  
  216. Template.Name = "Template"
  217. Template.Parent = Playerlist
  218. Template.BackgroundColor3 = Color3.new(1, 1, 1)
  219. Template.Position = UDim2.new(0, 400, 0.300000001, 30)
  220. Template.Size = UDim2.new(0, 390, 0, 33)
  221. Template.Font = Enum.Font.SourceSans
  222. Template.TextColor3 = Color3.new(0, 0, 0)
  223. Template.TextSize = 14
  224.  
  225. Time.Name = "Time"
  226. Time.Parent = MainFrame
  227. Time.BackgroundColor3 = Color3.new(1, 1, 1)
  228. Time.Position = UDim2.new(0.0130841117, -6000, 0.886621296, 0)
  229. Time.Size = UDim2.new(0, 133, 0, 44)
  230. Time.Font = Enum.Font.SourceSans
  231. Time.PlaceholderText = "Enter Time To Tween To The Player Here"
  232. Time.Text = "1"
  233. Time.TextColor3 = Color3.new(0, 0, 0)
  234. Time.TextScaled = true
  235. Time.TextSize = 14
  236. Time.TextWrapped = true
  237.  
  238. MultiplyRemote.Name = "MultiplyRemote"
  239. MultiplyRemote.Parent = MainFrame
  240. MultiplyRemote.BackgroundColor3 = Color3.new(1, 1, 1)
  241. MultiplyRemote.Position = UDim2.new(0.39439252, -3000, 0.18820861, 0)
  242. MultiplyRemote.Size = UDim2.new(0, 193, 0, 50)
  243. MultiplyRemote.Font = Enum.Font.SourceSans
  244. MultiplyRemote.Text = "Make remote fire this many time when the remote is fired"
  245. MultiplyRemote.TextColor3 = Color3.new(0, 0, 0)
  246. MultiplyRemote.TextScaled = true
  247. MultiplyRemote.TextSize = 14
  248. MultiplyRemote.TextWrapped = true
  249.  
  250. RemoteName.Name = "RemoteName"
  251. RemoteName.Parent = MainFrame
  252. RemoteName.BackgroundColor3 = Color3.new(1, 1, 1)
  253. RemoteName.Position = UDim2.new(0.031775713, -3000, 0.18820861, 0)
  254. RemoteName.Size = UDim2.new(0, 97, 0, 50)
  255. RemoteName.Font = Enum.Font.SourceSans
  256. RemoteName.PlaceholderText = "Enter Remote Name"
  257. RemoteName.Text = ""
  258. RemoteName.TextColor3 = Color3.new(0, 0, 0)
  259. RemoteName.TextScaled = true
  260. RemoteName.TextSize = 14
  261. RemoteName.TextWrapped = true
  262.  
  263. HipHeightAmount.Name = "HipHeightAmount"
  264. HipHeightAmount.Parent = MainFrame
  265. HipHeightAmount.BackgroundColor3 = Color3.new(1, 1, 1)
  266. HipHeightAmount.Position = UDim2.new(0.574000001, -3000, 0.356009066, 0)
  267. HipHeightAmount.Size = UDim2.new(0, 97, 0, 50)
  268. HipHeightAmount.Font = Enum.Font.SourceSans
  269. HipHeightAmount.Text = ""
  270. HipHeightAmount.TextColor3 = Color3.new(0, 0, 0)
  271. HipHeightAmount.TextScaled = true
  272. HipHeightAmount.TextSize = 14
  273. HipHeightAmount.TextWrapped = true
  274.  
  275. HipHeight.Name = "HipHeight"
  276. HipHeight.Parent = MainFrame
  277. HipHeight.BackgroundColor3 = Color3.new(1, 1, 1)
  278. HipHeight.Position = UDim2.new(0.0317757018, -3000, 0.356009066, 0)
  279. HipHeight.Size = UDim2.new(0, 290, 0, 50)
  280. HipHeight.Font = Enum.Font.SourceSans
  281. HipHeight.Text = "HipHeight"
  282. HipHeight.TextColor3 = Color3.new(0, 0, 0)
  283. HipHeight.TextScaled = true
  284. HipHeight.TextSize = 14
  285. HipHeight.TextWrapped = true
  286.  
  287. JumpPower.Name = "JumpPower"
  288. JumpPower.Parent = MainFrame
  289. JumpPower.BackgroundColor3 = Color3.new(1, 1, 1)
  290. JumpPower.Position = UDim2.new(0.0320000015, -3000, 0.523999989, 0)
  291. JumpPower.Size = UDim2.new(0, 290, 0, 50)
  292. JumpPower.Font = Enum.Font.SourceSans
  293. JumpPower.Text = "JumpPower"
  294. JumpPower.TextColor3 = Color3.new(0, 0, 0)
  295. JumpPower.TextScaled = true
  296. JumpPower.TextSize = 14
  297. JumpPower.TextWrapped = true
  298.  
  299. JumpPowerAmount.Name = "JumpPowerAmount"
  300. JumpPowerAmount.Parent = MainFrame
  301. JumpPowerAmount.BackgroundColor3 = Color3.new(1, 1, 1)
  302. JumpPowerAmount.Position = UDim2.new(0.574000001, -3000, 0.523999989, 0)
  303. JumpPowerAmount.Size = UDim2.new(0, 97, 0, 50)
  304. JumpPowerAmount.Font = Enum.Font.SourceSans
  305. JumpPowerAmount.Text = ""
  306. JumpPowerAmount.TextColor3 = Color3.new(0, 0, 0)
  307. JumpPowerAmount.TextScaled = true
  308. JumpPowerAmount.TextSize = 14
  309. JumpPowerAmount.TextWrapped = true
  310.  
  311. KillYourself.Name = "KillYourself"
  312. KillYourself.Parent = MainFrame
  313. KillYourself.BackgroundColor3 = Color3.new(1, 1, 1)
  314. KillYourself.Position = UDim2.new(0.0319999903, -3000, 0.691999972, 0)
  315. KillYourself.Size = UDim2.new(0, 386, 0, 50)
  316. KillYourself.Font = Enum.Font.SourceSans
  317. KillYourself.Text = "Kill Yourself"
  318. KillYourself.TextColor3 = Color3.new(0, 0, 0)
  319. KillYourself.TextScaled = true
  320. KillYourself.TextSize = 14
  321. KillYourself.TextWrapped = true
  322.  
  323. SkyWars.Name = "SkyWars"
  324. SkyWars.Parent = MainFrame
  325. SkyWars.BackgroundColor3 = Color3.new(1, 1, 1)
  326. SkyWars.Position = UDim2.new(0.0130000003, -4000, 0.128999993, 0)
  327. SkyWars.Size = UDim2.new(0, 404, 0, 330)
  328. SkyWars.CanvasSize = UDim2.new(0, 0, 25, 0)
  329.  
  330. slots_2.Name = "slots"
  331. slots_2.Parent = SkyWars
  332. slots_2.BackgroundColor3 = Color3.new(1, 1, 1)
  333. slots_2.Position = UDim2.new(0, 0, -0.00299319718, 0)
  334. slots_2.Size = UDim2.new(0, 390, 0, 33)
  335. slots_2.Font = Enum.Font.SourceSans
  336. slots_2.TextColor3 = Color3.new(0, 0, 0)
  337. slots_2.TextSize = 14
  338.  
  339. Template_2.Name = "Template"
  340. Template_2.Parent = SkyWars
  341. Template_2.BackgroundColor3 = Color3.new(1, 1, 1)
  342. Template_2.Position = UDim2.new(0, 400, 0.300000001, 30)
  343. Template_2.Size = UDim2.new(0, 390, 0, 33)
  344. Template_2.Font = Enum.Font.SourceSans
  345. Template_2.TextColor3 = Color3.new(0, 0, 0)
  346. Template_2.TextSize = 14
  347.  
  348. SkyWarsButton.Name = "SkyWarsButton"
  349. SkyWarsButton.Parent = MainFrame
  350. SkyWarsButton.BackgroundColor3 = Color3.new(1, 1, 1)
  351. SkyWarsButton.Position = UDim2.new(0.0317755938, 0, 0.163000003, -3000)
  352. SkyWarsButton.Size = UDim2.new(0, 180, 0, 50)
  353. SkyWarsButton.Font = Enum.Font.SourceSans
  354. SkyWarsButton.Text = "SKYWARS"
  355. SkyWarsButton.TextColor3 = Color3.new(0, 0, 0)
  356. SkyWarsButton.TextScaled = true
  357. SkyWarsButton.TextSize = 14
  358. SkyWarsButton.TextWrapped = true
  359.  
  360. HomeBack.Name = "HomeBack"
  361. HomeBack.Parent = MainFrame
  362. HomeBack.BackgroundColor3 = Color3.new(1, 1, 1)
  363. HomeBack.BackgroundTransparency = 1
  364. HomeBack.BorderSizePixel = 0
  365. HomeBack.Position = UDim2.new(0.0112149529, 0, 0.805378675, 3000)
  366. HomeBack.Size = UDim2.new(0, 46, 0, 31)
  367. HomeBack.Font = Enum.Font.SourceSans
  368. HomeBack.Text = "<"
  369. HomeBack.TextColor3 = Color3.new(0, 0, 0)
  370. HomeBack.TextScaled = true
  371. HomeBack.TextSize = 14
  372. HomeBack.TextWrapped = true
  373.  
  374. BanSim.Name = "BanSim"
  375. BanSim.Parent = MainFrame
  376. BanSim.BackgroundColor3 = Color3.new(1, 1, 1)
  377. BanSim.Position = UDim2.new(0.413084, 0, 0.163265258, -3000)
  378. BanSim.Size = UDim2.new(0, 180, 0, 50)
  379. BanSim.Font = Enum.Font.SourceSans
  380. BanSim.Text = "Banning Simulator"
  381. BanSim.TextColor3 = Color3.new(0, 0, 0)
  382. BanSim.TextScaled = true
  383. BanSim.TextSize = 14
  384. BanSim.TextWrapped = true
  385.  
  386. DamageMultiply.Name = "DamageMultiply"
  387. DamageMultiply.Parent = MainFrame
  388. DamageMultiply.BackgroundColor3 = Color3.new(1, 1, 1)
  389. DamageMultiply.Position = UDim2.new(0.029906543, -3000, 0.163265303, 0)
  390. DamageMultiply.Size = UDim2.new(0, 323, 0, 50)
  391. DamageMultiply.Font = Enum.Font.SourceSans
  392. DamageMultiply.Text = "Multiply Damage"
  393. DamageMultiply.TextColor3 = Color3.new(0, 0, 0)
  394. DamageMultiply.TextScaled = true
  395. DamageMultiply.TextSize = 14
  396. DamageMultiply.TextWrapped = true
  397.  
  398. DamageMultiplyAmount.Name = "DamageMultiplyAmount"
  399. DamageMultiplyAmount.Parent = MainFrame
  400. DamageMultiplyAmount.BackgroundColor3 = Color3.new(1, 1, 1)
  401. DamageMultiplyAmount.Position = UDim2.new(0.633644879, -3000, 0.163265303, 0)
  402. DamageMultiplyAmount.Size = UDim2.new(0, 61, 0, 50)
  403. DamageMultiplyAmount.Font = Enum.Font.SourceSans
  404. DamageMultiplyAmount.Text = ""
  405. DamageMultiplyAmount.TextColor3 = Color3.new(0, 0, 0)
  406. DamageMultiplyAmount.TextScaled = true
  407. DamageMultiplyAmount.TextSize = 14
  408. DamageMultiplyAmount.TextWrapped = true
  409.  
  410. RemoteAmount.Name = "RemoteAmount"
  411. RemoteAmount.Parent = MainFrame
  412. RemoteAmount.BackgroundColor3 = Color3.new(1, 1, 1)
  413. RemoteAmount.Position = UDim2.new(0.213084131, -3000, 0.18820861, 0)
  414. RemoteAmount.Size = UDim2.new(0, 97, 0, 50)
  415. RemoteAmount.Font = Enum.Font.SourceSans
  416. RemoteAmount.PlaceholderText = "Enter Amount Of Time To Fire The Remote When It's Fired"
  417. RemoteAmount.Text = ""
  418. RemoteAmount.TextColor3 = Color3.new(0, 0, 0)
  419. RemoteAmount.TextScaled = true
  420. RemoteAmount.TextSize = 14
  421. RemoteAmount.TextWrapped = true
  422.  
  423. WalkSpeedAmount.Name = "WalkSpeedAmount"
  424. WalkSpeedAmount.Parent = MainFrame
  425. WalkSpeedAmount.BackgroundColor3 = Color3.new(1, 1, 1)
  426. WalkSpeedAmount.Position = UDim2.new(0.573831797, -3000, 0.18820861, 0)
  427. WalkSpeedAmount.Size = UDim2.new(0, 97, 0, 50)
  428. WalkSpeedAmount.Font = Enum.Font.SourceSans
  429. WalkSpeedAmount.Text = ""
  430. WalkSpeedAmount.TextColor3 = Color3.new(0, 0, 0)
  431. WalkSpeedAmount.TextScaled = true
  432. WalkSpeedAmount.TextSize = 14
  433. WalkSpeedAmount.TextWrapped = true
  434.  
  435. WalkSpeed.Name = "WalkSpeed"
  436. WalkSpeed.Parent = MainFrame
  437. WalkSpeed.BackgroundColor3 = Color3.new(1, 1, 1)
  438. WalkSpeed.Position = UDim2.new(0.0317757018, -3000, 0.18820861, 0)
  439. WalkSpeed.Size = UDim2.new(0, 290, 0, 50)
  440. WalkSpeed.Font = Enum.Font.SourceSans
  441. WalkSpeed.Text = "WalkSpeed"
  442. WalkSpeed.TextColor3 = Color3.new(0, 0, 0)
  443. WalkSpeed.TextScaled = true
  444. WalkSpeed.TextSize = 14
  445. WalkSpeed.TextWrapped = true
  446.  
  447. RemoteMultiplier.Name = "RemoteMultiplier"
  448. RemoteMultiplier.Parent = MainFrame
  449. RemoteMultiplier.BackgroundColor3 = Color3.new(1, 1, 1)
  450. RemoteMultiplier.Position = UDim2.new(0.0317755938, 0, 0.163000003, -3000)
  451. RemoteMultiplier.Size = UDim2.new(0, 180, 0, 50)
  452. RemoteMultiplier.Font = Enum.Font.SourceSans
  453. RemoteMultiplier.Text = "Remote Multiplier"
  454. RemoteMultiplier.TextColor3 = Color3.new(0, 0, 0)
  455. RemoteMultiplier.TextScaled = true
  456. RemoteMultiplier.TextSize = 14
  457. RemoteMultiplier.TextWrapped = true
  458.  
  459. Back.Name = "Back"
  460. Back.Parent = MainFrame
  461. Back.BackgroundColor3 = Color3.new(1, 1, 1)
  462. Back.BackgroundTransparency = 1
  463. Back.BorderSizePixel = 0
  464. Back.Position = UDim2.new(0.0112149529, 0, 0.805378675, 3000)
  465. Back.Size = UDim2.new(0, 46, 0, 31)
  466. Back.Font = Enum.Font.SourceSans
  467. Back.Text = "<"
  468. Back.TextColor3 = Color3.new(0, 0, 0)
  469. Back.TextScaled = true
  470. Back.TextSize = 14
  471. Back.TextWrapped = true
  472. -- Scripts:
  473. function SCRIPT_MFSV89_FAKESCRIPT() -- DarkMode.Script
  474. local script = Instance.new('Script')
  475. script.Parent = DarkMode
  476. script.Parent:TweenPosition(UDim2.new(0.793, 0,0.877, 0), "Out", "Quad", 2, false)
  477.  
  478. end
  479. coroutine.resume(coroutine.create(SCRIPT_MFSV89_FAKESCRIPT))
  480. function SCRIPT_GGQB73_FAKESCRIPT() -- DarkMode.LocalScript
  481. local script = Instance.new('LocalScript')
  482. script.Parent = DarkMode
  483. local TweenService = game:GetService("TweenService")
  484. local transitionInfo = TweenInfo.new(2, Enum.EasingStyle.Back)
  485. local frame = script.Parent.Parent
  486. local frame1 = script.Parent.Parent.ScriptBox
  487. local scriptbox = script.Parent.Parent.frame1
  488. script.Parent.MouseButton1Click:Connect(function()
  489. if script.Parent.Text == "Dark Mode" then
  490. local tween = TweenService:Create(frame, transitionInfo, {ImageColor3 = Color3.fromRGB(90, 90, 90)})
  491. tween:Play()
  492. script.Parent.Text = "Light Mode"
  493. else
  494. local tween = TweenService:Create(frame, transitionInfo, {ImageColor3 = Color3.fromRGB(255, 255, 255)})
  495. tween:Play()
  496. script.Parent.Text = "Dark Mode"
  497. end
  498. end)
  499.  
  500. end
  501. coroutine.resume(coroutine.create(SCRIPT_GGQB73_FAKESCRIPT))
  502. function SCRIPT_FJHJ85_FAKESCRIPT() -- Home.Script
  503. local script = Instance.new('Script')
  504. script.Parent = Home
  505. local Ptp = script.Parent.Parent.LocalPlayer
  506. local exe = script.Parent.Parent.Executor
  507. local home = script.Parent.Parent.PlayerTeleports
  508. local game = script.Parent.Parent.Games
  509. script.Parent.MouseButton1Click:Connect(function()
  510. script.Parent.BackgroundColor3 = Color3.fromRGB(0,230,0)
  511. exe.BackgroundColor3 = Color3.fromRGB(255,255,255)
  512. home.BackgroundColor3 = Color3.fromRGB(255,255,255)
  513. Ptp.BackgroundColor3 = Color3.fromRGB(255,255,255)
  514. game.BackgroundColor3 = Color3.fromRGB(255,255,255)
  515. script.Parent.Parent.ScriptBox.Visible = false
  516. script.Parent.Parent.Execute:TweenPosition(UDim2.new(0.013, 0,0.887, 1250),"Out", "Quad", 1.5, true)
  517. script.Parent.Parent.Clear:TweenPosition(UDim2.new(0.394, 0,0.887, 1250),"Out", "Quad", 1.5, true)
  518. script.Parent.Parent.Playerlist:TweenPosition(UDim2.new(0.013, -3000,0.129, 0),"Out", "Quad", 1, true)
  519. script.Parent.Parent.Time:TweenPosition(UDim2.new(0.013, -6000,0.887, 0), "Out", "Quad", 1, true)
  520. script.Parent.Parent.WalkSpeed:TweenPosition(UDim2.new(0.032, -3000,0.188, 0),"Out", "Quad",1,true)
  521. script.Parent.Parent.WalkSpeedAmount:TweenPosition(UDim2.new(0.574, -3000,0.188, 0),"Out","Quad",1,true)
  522. script.Parent.Parent.HipHeight:TweenPosition(UDim2.new(0.032, -3000,0.356, 0),"Out","Quad",1,true)
  523. script.Parent.Parent.HipHeightAmount:TweenPosition(UDim2.new(0.574, -3000,0.356, 0),"Out","Quad",1,true)
  524. script.Parent.Parent.JumpPower:TweenPosition(UDim2.new(0.032, -3000,0.524, 0),"Out","Quad",1,true)
  525. script.Parent.Parent.JumpPowerAmount:TweenPosition(UDim2.new(0.574, -3000,0.524, 0),"Out","Quad",1,true)
  526. script.Parent.Parent.KillYourself:TweenPosition(UDim2.new(0.032, -3000,0.692, 0),"Out","Quad",1,true)
  527. script.Parent.Parent.Back:TweenPosition(UDim2.new(0.011, 0,0.805, 3000),"Out","Quad",1,true)
  528. script.Parent.Parent.SkyWars:TweenPosition(UDim2.new(0.013, -4000,0.129, 0),"Out","Quad",1,true)
  529. script.Parent.Parent.SkyWarsButton:TweenPosition(UDim2.new(0.032, 0,0.163, -3000),"Out","Quad",1,true)
  530. script.Parent.Parent.BanSim:TweenPosition(UDim2.new(0.413, 0,0.163, -3000),"Out","Quad",1,true)
  531. script.Parent.Parent.MultiplyRemote:TweenPosition(UDim2.new(0.394, -3000,0.188, 0),"Out","Quad",1,true)
  532. script.Parent.Parent.RemoteAmount:TweenPosition(UDim2.new(0.213, -3000,0.188, 0),"Out","Quad",1,true)
  533. script.Parent.Parent.RemoteName:TweenPosition(UDim2.new(0.032, -3000,0.188, 0),"Out","Quad",1,true)
  534. script.Parent.Parent.RemoteMultiplier:TweenPosition(UDim2.new(0.032, 0,0.163, 0),"Out","Quad",1,true)
  535. script.Parent.Parent.HomeBack:TweenPosition(UDim2.new(0.011, 0,0.805, 3000),"Out","Quad",1,true)
  536. end)
  537.  
  538. end
  539. coroutine.resume(coroutine.create(SCRIPT_FJHJ85_FAKESCRIPT))
  540. function SCRIPT_TKCF88_FAKESCRIPT() -- Home.Script
  541. local script = Instance.new('Script')
  542. script.Parent = Home
  543. script.Parent:TweenPosition(UDim2.new(0.791, 0,0.127, 0), "Out", "Quad", 1.5, false)
  544.  
  545. end
  546. coroutine.resume(coroutine.create(SCRIPT_TKCF88_FAKESCRIPT))
  547. function SCRIPT_WCBY77_FAKESCRIPT() -- Games.Script
  548. local script = Instance.new('Script')
  549. script.Parent = Games
  550. local Ptp = script.Parent.Parent.LocalPlayer
  551. local exe = script.Parent.Parent.Executor
  552. local home = script.Parent.Parent.Home
  553. local player = script.Parent.Parent.PlayerTeleports
  554. script.Parent.MouseButton1Click:Connect(function()
  555. script.Parent.BackgroundColor3 = Color3.fromRGB(0,230,0)
  556. exe.BackgroundColor3 = Color3.fromRGB(255,255,255)
  557. home.BackgroundColor3 = Color3.fromRGB(255,255,255)
  558. Ptp.BackgroundColor3 = Color3.fromRGB(255,255,255)
  559. player.BackgroundColor3 = Color3.fromRGB(255,255,255)
  560. script.Parent.Parent.ScriptBox.Visible = false
  561. script.Parent.Parent.Execute:TweenPosition(UDim2.new(0.013, 0,0.887, 1250),"Out", "Quad", 1.5, true)
  562. script.Parent.Parent.Clear:TweenPosition(UDim2.new(0.394, 0,0.887, 1250),"Out", "Quad", 1.5, true)
  563. script.Parent.Parent.Playerlist:TweenPosition(UDim2.new(0.013, -3000,0.129, 0),"Out", "Quad", 1, true)
  564. script.Parent.Parent.Time:TweenPosition(UDim2.new(0.013, -6000,0.887, 0), "Out", "Quad", 1, true)
  565. script.Parent.Parent.WalkSpeed:TweenPosition(UDim2.new(0.032, -3000,0.188, 0),"Out", "Quad",1,true)
  566. script.Parent.Parent.WalkSpeedAmount:TweenPosition(UDim2.new(0.574, -3000,0.188, 0),"Out","Quad",1,true)
  567. script.Parent.Parent.HipHeight:TweenPosition(UDim2.new(0.032, -3000,0.356, 0),"Out","Quad",1,true)
  568. script.Parent.Parent.HipHeightAmount:TweenPosition(UDim2.new(0.574, -3000,0.356, 0),"Out","Quad",1,true)
  569. script.Parent.Parent.JumpPower:TweenPosition(UDim2.new(0.032, -3000,0.524, 0),"Out","Quad",1,true)
  570. script.Parent.Parent.JumpPowerAmount:TweenPosition(UDim2.new(0.574, -3000,0.524, 0),"Out","Quad",1,true)
  571. script.Parent.Parent.KillYourself:TweenPosition(UDim2.new(0.032, -3000,0.692, 0),"Out","Quad",1,true)
  572. script.Parent.Parent.SkyWarsButton:TweenPosition(UDim2.new(0.032, 0,0.163, 0),"Out","Quad",1,true)
  573. script.Parent.Parent.BanSim:TweenPosition(UDim2.new(0.413, 0,0.163, 0),"Out","Quad",1,true)
  574. script.Parent.Parent.RemoteMultiplier:TweenPosition(UDim2.new(0.032, 0,0.163, -3000),"Out","Quad",1,true)
  575. script.Parent.Parent.MultiplyRemote:TweenPosition(UDim2.new(0.394, -3000,0.188, 0),"Out","Quad",1,true)
  576. script.Parent.Parent.RemoteAmount:TweenPosition(UDim2.new(0.213, -3000,0.188, 0),"Out","Quad",1,true)
  577. script.Parent.Parent.RemoteName:TweenPosition(UDim2.new(0.032, -3000,0.188, 0),"Out","Quad",1,true)
  578. script.Parent.Parent.HomeBack:TweenPosition(UDim2.new(0.011, 0,0.805, 3000),"Out","Quad",1,true)
  579. end)
  580.  
  581. end
  582. coroutine.resume(coroutine.create(SCRIPT_WCBY77_FAKESCRIPT))
  583. function SCRIPT_QWHK83_FAKESCRIPT() -- Games.Script
  584. local script = Instance.new('Script')
  585. script.Parent = Games
  586. script.Parent:TweenPosition(UDim2.new(0.793, 0,0.277, 0), "Out", "Quad", 1.6, false)
  587.  
  588. end
  589. coroutine.resume(coroutine.create(SCRIPT_QWHK83_FAKESCRIPT))
  590. function SCRIPT_FBNQ70_FAKESCRIPT() -- Executor.Script
  591. local script = Instance.new('Script')
  592. script.Parent = Executor
  593. local Ptp = script.Parent.Parent.LocalPlayer
  594. local exe = script.Parent.Parent.Games
  595. local home = script.Parent.Parent.Home
  596. local player = script.Parent.Parent.PlayerTeleports
  597. script.Parent.MouseButton1Click:Connect(function()
  598. script.Parent.BackgroundColor3 = Color3.fromRGB(0,230,0)
  599. exe.BackgroundColor3 = Color3.fromRGB(255,255,255)
  600. home.BackgroundColor3 = Color3.fromRGB(255,255,255)
  601. Ptp.BackgroundColor3 = Color3.fromRGB(255,255,255)
  602. player.BackgroundColor3 = Color3.fromRGB(255,255,255)
  603. script.Parent.Parent.ScriptBox.Visible = true
  604. script.Parent.Parent.Clear.Visible = true
  605. script.Parent.Parent.Execute.Visible = true
  606. script.Parent.Parent.Execute:TweenPosition(UDim2.new(0.013, 0,0.887, 0),"Out", "Quad", 1, true)
  607. script.Parent.Parent.Clear:TweenPosition(UDim2.new(0.394, 0,0.887, 0),"Out", "Quad", 1, true)
  608. script.Parent.Parent.Playerlist:TweenPosition(UDim2.new(0.013, -3000,0.129, 0),"Out", "Quad", 1, true)
  609. script.Parent.Parent.Time:TweenPosition(UDim2.new(0.013, -6000,0.887, 0), "Out", "Quad", 1, true)
  610. script.Parent.Parent.WalkSpeed:TweenPosition(UDim2.new(0.032, -3000,0.188, 0),"Out", "Quad",1,true)
  611. script.Parent.Parent.WalkSpeedAmount:TweenPosition(UDim2.new(0.574, -3000,0.188, 0),"Out","Quad",1,true)
  612. script.Parent.Parent.HipHeight:TweenPosition(UDim2.new(0.032, -3000,0.356, 0),"Out","Quad",1,true)
  613. script.Parent.Parent.HipHeightAmount:TweenPosition(UDim2.new(0.574, -3000,0.356, 0),"Out","Quad",1,true)
  614. script.Parent.Parent.JumpPower:TweenPosition(UDim2.new(0.032, -3000,0.524, 0),"Out","Quad",1,true)
  615. script.Parent.Parent.JumpPowerAmount:TweenPosition(UDim2.new(0.574, -3000,0.524, 0),"Out","Quad",1,true)
  616. script.Parent.Parent.KillYourself:TweenPosition(UDim2.new(0.032, -3000,0.692, 0),"Out","Quad",1,true)
  617. script.Parent.Parent.Back:TweenPosition(UDim2.new(0.011, 0,0.805, 3000),"Out","Quad",1,true)
  618. script.Parent.Parent.SkyWars:TweenPosition(UDim2.new(0.013, -4000,0.129, 0),"Out","Quad",1,true)
  619. script.Parent.Parent.SkyWarsButton:TweenPosition(UDim2.new(0.032, 0,0.163, -3000),"Out","Quad",1,true)
  620. script.Parent.Parent.BanSim:TweenPosition(UDim2.new(0.413, 0,0.163, -3000),"Out","Quad",1,true)
  621. script.Parent.Parent.RemoteMultiplier:TweenPosition(UDim2.new(0.032, 0,0.163, -3000),"Out","Quad",1,true)
  622. script.Parent.Parent.MultiplyRemote:TweenPosition(UDim2.new(0.394, -3000,0.188, 0),"Out","Quad",1,true)
  623. script.Parent.Parent.RemoteAmount:TweenPosition(UDim2.new(0.213, -3000,0.188, 0),"Out","Quad",1,true)
  624. script.Parent.Parent.RemoteName:TweenPosition(UDim2.new(0.032, -3000,0.188, 0),"Out","Quad",1,true)
  625. script.Parent.Parent.HomeBack:TweenPosition(UDim2.new(0.011, 0,0.805, 3000),"Out","Quad",1,true)
  626. end)
  627.  
  628. end
  629. coroutine.resume(coroutine.create(SCRIPT_FBNQ70_FAKESCRIPT))
  630. function SCRIPT_PNYU77_FAKESCRIPT() -- Executor.Script
  631. local script = Instance.new('Script')
  632. script.Parent = Executor
  633. script.Parent:TweenPosition(UDim2.new(0.793, 0,0.427, 0), "Out", "Quad", 1.7, false)
  634.  
  635. end
  636. coroutine.resume(coroutine.create(SCRIPT_PNYU77_FAKESCRIPT))
  637. function SCRIPT_PCKX72_FAKESCRIPT() -- PlayerTeleports.Script
  638. local script = Instance.new('Script')
  639. script.Parent = PlayerTeleports
  640. local Ptp = script.Parent.Parent.LocalPlayer
  641. local exe = script.Parent.Parent.Executor
  642. local home = script.Parent.Parent.Home
  643. script.Parent.MouseButton1Click:Connect(function()
  644. script.Parent.BackgroundColor3 = Color3.fromRGB(0,230,0)
  645. exe.BackgroundColor3 = Color3.fromRGB(255,255,255)
  646. home.BackgroundColor3 = Color3.fromRGB(255,255,255)
  647. Ptp.BackgroundColor3 = Color3.fromRGB(255,255,255)
  648. script.Parent.Parent.Games.BackgroundColor3 = Color3.fromRGB(255,255,255)
  649. script.Parent.Parent.ScriptBox.Visible = false
  650. script.Parent.Parent.Execute:TweenPosition(UDim2.new(0.013, 0,0.887, 1250),"Out", "Quad", 1.5, true)
  651. script.Parent.Parent.Clear:TweenPosition(UDim2.new(0.394, 0,0.887, 1250),"Out", "Quad", 1.5, true)
  652. script.Parent.Parent.Playerlist:TweenPosition(UDim2.new(0.013, 0,0.129, 0),"Out","Quad",1, true)
  653. script.Parent.Parent.Time:TweenPosition(UDim2.new(0.013, 0,0.887, 0), "Out", "Quad",1,true)
  654. script.Parent.Parent.WalkSpeed:TweenPosition(UDim2.new(0.032, -3000,0.188, 0),"Out", "Quad",1,true)
  655. script.Parent.Parent.WalkSpeedAmount:TweenPosition(UDim2.new(0.574, -3000,0.188, 0),"Out","Quad",1,true)
  656. script.Parent.Parent.HipHeight:TweenPosition(UDim2.new(0.032, -3000,0.356, 0),"Out","Quad",1,true)
  657. script.Parent.Parent.HipHeightAmount:TweenPosition(UDim2.new(0.574, -3000,0.356, 0),"Out","Quad",1,true)
  658. script.Parent.Parent.JumpPower:TweenPosition(UDim2.new(0.032, -3000,0.524, 0),"Out","Quad",1,true)
  659. script.Parent.Parent.JumpPowerAmount:TweenPosition(UDim2.new(0.574, -3000,0.524, 0),"Out","Quad",1,true)
  660. script.Parent.Parent.KillYourself:TweenPosition(UDim2.new(0.032, -3000,0.692, 0),"Out","Quad",1,true)
  661. script.Parent.Parent.SkyWarsButton:TweenPosition(UDim2.new(0.032, 0,0.163, -3000),"Out","Quad",1,true)
  662. script.Parent.Parent.BanSim:TweenPosition(UDim2.new(0.413, 0,0.163, -3000),"Out","Quad",1,true)
  663. script.Parent.Parent.RemoteMultiplier:TweenPosition(UDim2.new(0.032, 0,0.163, -3000),"Out","Quad",1,true)
  664. script.Parent.Parent.MultiplyRemote:TweenPosition(UDim2.new(0.394, -3000,0.188, 0),"Out","Quad",1,true)
  665. script.Parent.Parent.RemoteAmount:TweenPosition(UDim2.new(0.213, -3000,0.188, 0),"Out","Quad",1,true)
  666. script.Parent.Parent.RemoteName:TweenPosition(UDim2.new(0.032, -3000,0.188, 0),"Out","Quad",1,true)
  667. script.Parent.Parent.HomeBack:TweenPosition(UDim2.new(0.011, 0,0.805, 3000),"Out","Quad",1,true)
  668. end)
  669.  
  670. end
  671. coroutine.resume(coroutine.create(SCRIPT_PCKX72_FAKESCRIPT))
  672. function SCRIPT_QAAI87_FAKESCRIPT() -- PlayerTeleports.Script
  673. local script = Instance.new('Script')
  674. script.Parent = PlayerTeleports
  675. script.Parent:TweenPosition(UDim2.new(0.793, 0,0.577, 0), "Out", "Quad", 1.8, false)
  676.  
  677. end
  678. coroutine.resume(coroutine.create(SCRIPT_QAAI87_FAKESCRIPT))
  679. function SCRIPT_UTJA89_FAKESCRIPT() -- LocalPlayer.Script
  680. local script = Instance.new('Script')
  681. script.Parent = LocalPlayer
  682. local Ptp = script.Parent.Parent.PlayerTeleports
  683. local exe = script.Parent.Parent.Executor
  684. local home = script.Parent.Parent.Home
  685. local games = script.Parent.Parent.Games
  686. script.Parent.MouseButton1Click:Connect(function()
  687. script.Parent.BackgroundColor3 = Color3.fromRGB(0,230,0)
  688. exe.BackgroundColor3 = Color3.fromRGB(255,255,255)
  689. home.BackgroundColor3 = Color3.fromRGB(255,255,255)
  690. Ptp.BackgroundColor3 = Color3.fromRGB(255,255,255)
  691. games.BackgroundColor3 = Color3.fromRGB(255,255,255)
  692. script.Parent.Parent.ScriptBox.Visible = false
  693. script.Parent.Parent.Execute:TweenPosition(UDim2.new(0.013, 0,0.887, 1250),"Out", "Quad", 1.5, true)
  694. script.Parent.Parent.Clear:TweenPosition(UDim2.new(0.394, 0,0.887, 1250),"Out", "Quad", 1.5, true)
  695. script.Parent.Parent.Playerlist:TweenPosition(UDim2.new(0.013, -3000,0.129, 0),"Out", "Quad", 1, true)
  696. script.Parent.Parent.Time:TweenPosition(UDim2.new(0.013, -6000,0.887, 0), "Out", "Quad", 1, true)
  697. script.Parent.Parent.WalkSpeed:TweenPosition(UDim2.new(0.032, 0,0.188, 0),"Out", "Quad",1,true)
  698. script.Parent.Parent.WalkSpeedAmount:TweenPosition(UDim2.new(0.574, 0,0.188, 0),"Out","Quad",1,true)
  699. script.Parent.Parent.HipHeight:TweenPosition(UDim2.new(0.032, 0,0.356, 0),"Out","Quad",1,true)
  700. script.Parent.Parent.HipHeightAmount:TweenPosition(UDim2.new(0.574, 0,0.356, 0),"Out","Quad",1,true)
  701. script.Parent.Parent.JumpPower:TweenPosition(UDim2.new(0.032, 0,0.524, 0),"Out","Quad",1,true)
  702. script.Parent.Parent.JumpPowerAmount:TweenPosition(UDim2.new(0.574, 0,0.524, 0),"Out","Quad",1,true)
  703. script.Parent.Parent.KillYourself:TweenPosition(UDim2.new(0.032, 0,0.692, 0),"Out","Quad",1,true)
  704. script.Parent.Parent.Back:TweenPosition(UDim2.new(0.011, 0,0.805, 3000),"Out","Quad",1,true)
  705. script.Parent.Parent.SkyWars:TweenPosition(UDim2.new(0.013, -4000,0.129, 0),"Out","Quad",1,true)
  706. script.Parent.Parent.SkyWarsButton:TweenPosition(UDim2.new(0.032, 0,0.163, -3000),"Out","Quad",1,true)
  707. script.Parent.Parent.BanSim:TweenPosition(UDim2.new(0.413, 0,0.163, -3000),"Out","Quad",1,true)
  708. script.Parent.Parent.RemoteMultiplier:TweenPosition(UDim2.new(0.032, 0,0.163, -3000),"Out","Quad",1,true)
  709. script.Parent.Parent.MultiplyRemote:TweenPosition(UDim2.new(0.394, -3000,0.188, 0),"Out","Quad",1,true)
  710. script.Parent.Parent.RemoteAmount:TweenPosition(UDim2.new(0.213, -3000,0.188, 0),"Out","Quad",1,true)
  711. script.Parent.Parent.RemoteName:TweenPosition(UDim2.new(0.032, -3000,0.188, 0),"Out","Quad",1,true)
  712. script.Parent.Parent.HomeBack:TweenPosition(UDim2.new(0.011, 0,0.805, 3000),"Out","Quad",1,true)
  713. end)
  714.  
  715. end
  716. coroutine.resume(coroutine.create(SCRIPT_UTJA89_FAKESCRIPT))
  717. function SCRIPT_QMXA80_FAKESCRIPT() -- LocalPlayer.Script
  718. local script = Instance.new('Script')
  719. script.Parent = LocalPlayer
  720. script.Parent:TweenPosition(UDim2.new(0.793, 0,0.727, 0), "Out", "Quad", 1.9, false)
  721.  
  722. end
  723. coroutine.resume(coroutine.create(SCRIPT_QMXA80_FAKESCRIPT))
  724. function SCRIPT_LYCB74_FAKESCRIPT() -- frame1.Script
  725. local script = Instance.new('Script')
  726. script.Parent = frame1
  727.  
  728.  
  729. end
  730. coroutine.resume(coroutine.create(SCRIPT_LYCB74_FAKESCRIPT))
  731. function SCRIPT_KFYV68_FAKESCRIPT() -- Execute.Script
  732. local script = Instance.new('Script')
  733. script.Parent = Execute
  734. script.Parent.MouseButton1Click:Connect(function()
  735. loadstring(script.Parent.Parent.ScriptBox.Text)()
  736. end)
  737.  
  738. end
  739. coroutine.resume(coroutine.create(SCRIPT_KFYV68_FAKESCRIPT))
  740. function SCRIPT_UCZF74_FAKESCRIPT() -- Clear.Script
  741. local script = Instance.new('Script')
  742. script.Parent = Clear
  743. local text = script.Parent.Parent.ScriptBox.Text
  744. script.Parent.MouseButton1Click:Connect(function()
  745. script.Parent.Parent.ScriptBox.Text = (text)
  746. end)
  747.  
  748. end
  749. coroutine.resume(coroutine.create(SCRIPT_UCZF74_FAKESCRIPT))
  750. function SCRIPT_XCUG81_FAKESCRIPT() -- ScriptBox.Script
  751. local script = Instance.new('Script')
  752. script.Parent = ScriptBox
  753.  
  754.  
  755. end
  756. coroutine.resume(coroutine.create(SCRIPT_XCUG81_FAKESCRIPT))
  757. function SCRIPT_TRRO81_FAKESCRIPT() -- MainFrame.Tweens
  758. local script = Instance.new('LocalScript')
  759. script.Parent = MainFrame
  760. script.Parent:TweenPosition(UDim2.new(0.048, 50,0.225, 0), "Out", "Quad", 2, false)
  761. script.Parent.Execute:TweenPosition(UDim2.new(0.013, 0,0.887, 0),"Out", "Quad", 2, true)
  762. script.Parent.Clear:TweenPosition(UDim2.new(0.394, 0,0.887, 0),"Out", "Quad", 2, true)
  763.  
  764.  
  765. end
  766. coroutine.resume(coroutine.create(SCRIPT_TRRO81_FAKESCRIPT))
  767. function SCRIPT_VKVH82_FAKESCRIPT() -- Close.Script
  768. local script = Instance.new('Script')
  769. script.Parent = Close
  770. script.Parent.MouseEnter:Connect(function()
  771. script.Parent.BackgroundColor3 = Color3.fromRGB(255,0,0)
  772. script.Parent.TextColor3 = Color3.fromRGB(255,255,255)
  773. end)
  774. script.Parent.MouseLeave:Connect(function()
  775. script.Parent.TextColor3 = Color3.fromRGB(0,0,0)
  776. script.Parent.BackgroundColor3 = Color3.fromRGB(255,255,255)
  777. end)
  778. script.Parent.MouseButton1Click:Connect(function()
  779. script.Parent.Parent:TweenPosition(UDim2.new((script.Parent.Parent.Position.X.Scale), (script.Parent.Parent.Position.X.Offset+50),(script.Parent.Parent.Position.Y.Scale),(script.Parent.Parent.Position.Y.Offset)), "Out", "Quad", 0.5, true)
  780. wait(0.5)
  781. script.Parent.Parent:TweenPosition(UDim2.new((script.Parent.Parent.Position.X.Scale), -2000,(script.Parent.Parent.Position.Y.Scale),(script.Parent.Parent.Position.Y.Offset)), "Out", "Quad", 4, true)
  782. wait(2)
  783. script.Parent.Parent.Parent:Destroy()
  784. end)
  785.  
  786.  
  787. end
  788. coroutine.resume(coroutine.create(SCRIPT_VKVH82_FAKESCRIPT))
  789. function SCRIPT_IJYM89_FAKESCRIPT() -- Close.LocalScript
  790. local script = Instance.new('LocalScript')
  791. script.Parent = Close
  792. script.Parent:TweenPosition(UDim2.new(0.951, 0,0.041, 0),"Out", "Quad", 1.5, true)
  793.  
  794. end
  795. coroutine.resume(coroutine.create(SCRIPT_IJYM89_FAKESCRIPT))
  796. function SCRIPT_TXVT84_FAKESCRIPT() -- MainFrame.Playerlist
  797. local script = Instance.new('LocalScript')
  798. script.Parent = MainFrame
  799. --< variables
  800. local ts = game:GetService("TweenService")
  801. local oof = script.Parent.Time
  802. local char = game.Players.LocalPlayer.Character
  803. local players = game:GetService("Players")
  804. local frame = script.Parent.Playerlist
  805. local slots = frame.slots
  806. local temp = frame.Template
  807. local players_table = {}
  808. local New_CFrame
  809. local tp
  810. local sksksk
  811.  
  812. --< TweenInfo
  813.  
  814. local dir = "Out"
  815. local style = "Quad"
  816. local dur = 0.5
  817.  
  818. --< function
  819.  
  820. local function cleanup ()
  821.  
  822.  
  823. repeat
  824. wait()
  825. until slot.Position.X.Offset == 400
  826. slot:Destroy()
  827. end
  828.  
  829.  
  830. local function remove(leaving)
  831.  
  832.  
  833. if leaving then
  834.  
  835.  
  836. local slot = slots:FindFirstChild(leaving)
  837. slot:TweenPosition(UDim2.new(0, 400, 0, slot.Position.Y.Offset), dir, style, dur, true)
  838.  
  839.  
  840. local cor = coroutine.wrap(cleanup)
  841. cor(slot)
  842.  
  843. end
  844. end
  845.  
  846. local function add()
  847.  
  848.  
  849. local chill = players:GetChildren()
  850. for c = 1, #chill do
  851.  
  852.  
  853. if players_table[chill[c].Name] == nil then
  854.  
  855.  
  856. players_table[chill[c].Name] = 1
  857.  
  858.  
  859. local slot = temp:Clone()
  860.  
  861.  
  862. slot.Name = chill[c].Name
  863. slot.Text = slot.Name
  864. slot.Parent = slots
  865. slot.MouseButton1Click:Connect(function()
  866. for _,v in pairs(game.Workspace:GetDescendants()) do
  867. if v.Name == (slot.Name) then
  868. sksksk = v
  869. tp = {CFrame = v.HumanoidRootPart.CFrame}
  870. ts:Create((game.Players.LocalPlayer.Character.HumanoidRootPart),TweenInfo.new((tonumber(oof.Text)),Enum.EasingStyle.Linear), tp):Play()
  871.  
  872. end
  873. end
  874. end)
  875. end
  876. end
  877. end
  878.  
  879. local function adjust(leaving)
  880.  
  881.  
  882. add()
  883. remove(leaving)
  884.  
  885. local count = 0
  886.  
  887. for key, value in pairs(players_table) do
  888. count = count + 1
  889.  
  890. local slot = slots:FindFirstChild(key)
  891.  
  892.  
  893. local ypos = 30 + (25+12)*(count-1)
  894. slot:TweenPosition(UDim2.new(0, 0, 0, ypos), dir, style, dur, true)
  895.  
  896. end
  897. end
  898.  
  899. --< events
  900.  
  901.  
  902. players.PlayerAdded:connect(function()
  903. adjust()
  904. end)
  905.  
  906.  
  907. players.PlayerRemoving:connect (function(leaving)
  908. adjust(leaving.Name)
  909. end)
  910.  
  911. --< setup
  912.  
  913. adjust()
  914.  
  915. end
  916. coroutine.resume(coroutine.create(SCRIPT_TXVT84_FAKESCRIPT))
  917. function SCRIPT_XJBJ73_FAKESCRIPT() -- MultiplyRemote.Script
  918. local script = Instance.new('Script')
  919. script.Parent = MultiplyRemote
  920. script.Parent.MouseButton1Click:Connect(function()
  921. local meta = getrawmetatable(game)
  922. local old = meta.__namecall
  923. setreadonly(meta,false)
  924. meta.__namecall = newcclosure(function(self,...)
  925. local method = getnamecallmethod()
  926. local args = {...}
  927. if method == "FireServer" and self.Name == (tostring(script.Parent.Parent.RemoteName.Text)) then
  928. for i = 1, (tonumber(script.Parent.Parent.RemoteAmount.Text)) do
  929. old(self,...)
  930. end
  931. return old(self,...)
  932. else
  933. return old(self,...)
  934. end
  935. end)
  936. end)
  937.  
  938. end
  939. coroutine.resume(coroutine.create(SCRIPT_XJBJ73_FAKESCRIPT))
  940. function SCRIPT_ROQV71_FAKESCRIPT() -- HipHeightAmount.Script
  941. local script = Instance.new('Script')
  942. script.Parent = HipHeightAmount
  943. script.Parent.Text = (game.Players.LocalPlayer.Character.Humanoid.HipHeight)
  944. while true do
  945. wait()
  946. game.Players.LocalPlayer.Character.Humanoid.HipHeight = script.Parent.Text
  947. end
  948.  
  949. end
  950. coroutine.resume(coroutine.create(SCRIPT_ROQV71_FAKESCRIPT))
  951. function SCRIPT_VTOC88_FAKESCRIPT() -- JumpPowerAmount.Script
  952. local script = Instance.new('Script')
  953. script.Parent = JumpPowerAmount
  954. script.Parent.Text = (game.Players.LocalPlayer.Character.Humanoid.JumpPower)
  955. while true do
  956. wait()
  957. game.Players.LocalPlayer.Character.Humanoid.JumpPower = script.Parent.Text
  958. end
  959.  
  960. end
  961. coroutine.resume(coroutine.create(SCRIPT_VTOC88_FAKESCRIPT))
  962. function SCRIPT_WVAT66_FAKESCRIPT() -- KillYourself.Script
  963. local script = Instance.new('Script')
  964. script.Parent = KillYourself
  965. script.Parent.MouseButton1Click:Connect(function()
  966. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  967. end)
  968.  
  969. end
  970. coroutine.resume(coroutine.create(SCRIPT_WVAT66_FAKESCRIPT))
  971. function SCRIPT_ARWY76_FAKESCRIPT() -- MainFrame.SkyWarsPL
  972. local script = Instance.new('LocalScript')
  973. script.Parent = MainFrame
  974. --< variables
  975. local ts = game:GetService("TweenService")
  976. local oof = script.Parent.Time
  977. local char = game.Players.LocalPlayer.Character
  978. local players = game:GetService("Players")
  979. local frame = script.Parent.SkyWars
  980. local slots = frame.slots
  981. local temp = frame.Template
  982. local players_table = {}
  983. local New_CFrame
  984. local tp
  985. local skywars
  986. local ti = TweenInfo.new(0.1, Enum.EasingStyle.Linear)
  987.  
  988. --< TweenInfo
  989.  
  990. local dir = "Out"
  991. local style = "Quad"
  992. local dur = 0.5
  993.  
  994. --< function
  995.  
  996. local function cleanup ()
  997.  
  998.  
  999. repeat
  1000. wait()
  1001. until slot.Position.X.Offset == 400
  1002. slot:Destroy()
  1003. end
  1004.  
  1005.  
  1006. local function remove(leaving)
  1007.  
  1008.  
  1009. if leaving then
  1010.  
  1011.  
  1012. local slot = slots:FindFirstChild(leaving)
  1013. slot:TweenPosition(UDim2.new(0, 400, 0, slot.Position.Y.Offset), dir, style, dur, true)
  1014.  
  1015.  
  1016. local cor = coroutine.wrap(cleanup)
  1017. cor(slot)
  1018.  
  1019. end
  1020. end
  1021.  
  1022. local function add()
  1023.  
  1024.  
  1025. local chill = players:GetChildren()
  1026. for c = 1, #chill do
  1027.  
  1028.  
  1029. if players_table[chill[c].Name] == nil then
  1030.  
  1031.  
  1032. players_table[chill[c].Name] = 1
  1033.  
  1034.  
  1035. local slot = temp:Clone()
  1036.  
  1037.  
  1038. slot.Name = chill[c].Name
  1039. slot.Text = ("Teleport above "..(slot.Name))
  1040. slot.Parent = slots
  1041. slot.MouseButton1Click:Connect(function()
  1042. if slot.Text == ("Stop Teleporting Above".. (slot.Name)) then
  1043. skywars = false
  1044. slot.Text = ("Teleport above" .. (slot.Name))
  1045. else
  1046. slot.Text = ("Stop Teleporting Above".. (slot.Name))
  1047. skywars = true
  1048. while skywars == true do
  1049. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,4,0) * game.Workspace[slot.Name].HumanoidRootPart.CFrame + game.Workspace[slot.Name].HumanoidRootPart.CFrame.lookVector * -2
  1050. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.Torso.Position, game.Workspace[slot.Name].HumanoidRootPart.Position)
  1051.  
  1052. end
  1053. end
  1054. end)
  1055. end
  1056. end
  1057. end
  1058. local function adjust(leaving)
  1059.  
  1060.  
  1061. add()
  1062. remove(leaving)
  1063.  
  1064. local count = 0
  1065.  
  1066. for key, value in pairs(players_table) do
  1067. count = count + 1
  1068.  
  1069. local slot = slots:FindFirstChild(key)
  1070.  
  1071.  
  1072. local ypos = 30 + (25+12)*(count-1)
  1073. slot:TweenPosition(UDim2.new(0, 0, 0, ypos), dir, style, dur, true)
  1074.  
  1075. end
  1076. end
  1077.  
  1078. --< events
  1079.  
  1080.  
  1081. players.PlayerAdded:connect(function()
  1082. adjust()
  1083. end)
  1084.  
  1085.  
  1086. players.PlayerRemoving:connect (function(leaving)
  1087. adjust(leaving.Name)
  1088. end)
  1089.  
  1090. --< setup
  1091.  
  1092. adjust()
  1093.  
  1094. end
  1095. coroutine.resume(coroutine.create(SCRIPT_ARWY76_FAKESCRIPT))
  1096. function SCRIPT_QHKW80_FAKESCRIPT() -- SkyWarsButton.Script
  1097. local script = Instance.new('Script')
  1098. script.Parent = SkyWarsButton
  1099. script.Parent.MouseButton1Click:Connect(function()
  1100. script.Parent:TweenPosition(UDim2.new(0.032, 0,0.163, -3000),"Out","Quad",1,true)
  1101. script.Parent.Parent.SkyWars:TweenPosition(UDim2.new(0.013, 0,0.129, 0),"Out","Quad",1,true)
  1102. script.Parent.Parent.Back:TweenPosition(UDim2.new(0.011, 0,0.805, 0),"Out","Quad",1,true)
  1103. end)
  1104.  
  1105. end
  1106. coroutine.resume(coroutine.create(SCRIPT_QHKW80_FAKESCRIPT))
  1107. function SCRIPT_TRQO70_FAKESCRIPT() -- HomeBack.Script
  1108. local script = Instance.new('Script')
  1109. script.Parent = HomeBack
  1110. script.Parent.MouseButton1Click:Connect(function()
  1111. script.Parent:TweenPosition(UDim2.new(0.011, 0,0.805, 3000),"Out","Quad",1,true)
  1112. script.Parent.Parent.MultiplyRemote:TweenPosition(UDim2.new(0.394, -3000,0.188, 0),"Out","Quad",1,true)
  1113. script.Parent.Parent.RemoteAmount:TweenPosition(UDim2.new(0.213, -3000,0.188, 0),"Out","Quad",1,true)
  1114. script.Parent.Parent.RemoteName:TweenPosition(UDim2.new(0.032, -3000,0.188, 0),"Out","Quad",1,true)
  1115. script.Parent.Parent.RemoteMultiplier:TweenPosition(UDim2.new(0.032, 0,0.163, 0),"Out","Quad",1,true)
  1116. end)
  1117.  
  1118. end
  1119. coroutine.resume(coroutine.create(SCRIPT_TRQO70_FAKESCRIPT))
  1120. function SCRIPT_CDZS72_FAKESCRIPT() -- MainFrame.drag
  1121. local script = Instance.new('Script')
  1122. script.Parent = MainFrame
  1123. local UserInputService,gui,dragging,dragInput,dragStart,startPos = game:GetService("UserInputService"),script.Parent
  1124.  
  1125. local function update(input)
  1126. local delta = input.Position - dragStart
  1127. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  1128. end
  1129.  
  1130. gui.InputBegan:Connect(function(input)
  1131. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  1132. dragging = true
  1133. dragStart = input.Position
  1134. startPos = gui.Position
  1135.  
  1136. input.Changed:Connect(function()
  1137. if input.UserInputState == Enum.UserInputState.End then
  1138. dragging = false
  1139. end
  1140. end)
  1141. end
  1142. end)
  1143.  
  1144. gui.InputChanged:Connect(function(input)
  1145. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  1146. dragInput = input
  1147. end
  1148. end)
  1149.  
  1150. UserInputService.InputChanged:Connect(function(input)
  1151. if input == dragInput and dragging then
  1152. update(input)
  1153. end
  1154. end)
  1155.  
  1156. end
  1157. coroutine.resume(coroutine.create(SCRIPT_CDZS72_FAKESCRIPT))
  1158. function SCRIPT_MLFH82_FAKESCRIPT() -- BanSim.Script
  1159. local script = Instance.new('Script')
  1160. script.Parent = BanSim
  1161. script.Parent.MouseButton1Click:Connect(function()
  1162. script.Parent:TweenPosition(UDim2.new(0.413, 0,0.163, -3000),"Out","Quad",1,true)
  1163. script.Parent.Parent.SkyWarsButton:TweenPosition(UDim2.new(0.032, 0,0.163, -3000),"Out","Quad",1,true)
  1164. script.Parent.Parent.Back:TweenPosition(UDim2.new(0.011, 0,0.805, 0),"Out","Quad",1,true)
  1165. script.Parent.Parent.DamageMultiplyAmount:TweenPosition(UDim2.new(0.634, 0,0.163, 0),"Out","Quad",1,true)
  1166. script.Parent.Parent.DamageMultiply:TweenPosition(UDim2.new(0.03, 0,0.163, 0),"Out","Quad",1,true)
  1167. end)
  1168.  
  1169. end
  1170. coroutine.resume(coroutine.create(SCRIPT_MLFH82_FAKESCRIPT))
  1171. function SCRIPT_RYHL89_FAKESCRIPT() -- DamageMultiply.Script
  1172. local script = Instance.new('Script')
  1173. script.Parent = DamageMultiply
  1174.  
  1175. script.Parent.MouseButton1Click:Connect(function()
  1176. local meta = getrawmetatable(game)
  1177. local old = meta.__namecall
  1178. setreadonly(meta,false)
  1179. meta.__namecall = newcclosure(function(self,...)
  1180. local method = getnamecallmethod()
  1181. local args = {...}
  1182. if method == "FireServer" and self.Name == "RemoteEvent" then
  1183. for i = 1,(tonumber(script.Parent.Parent.DamageMultiplyAmount.Text)) do
  1184. old(self,...)
  1185. end
  1186. return old(self,...)
  1187. else
  1188. return old(self,...)
  1189. end
  1190. end)
  1191. end)
  1192.  
  1193. end
  1194. coroutine.resume(coroutine.create(SCRIPT_RYHL89_FAKESCRIPT))
  1195. function SCRIPT_XHSL81_FAKESCRIPT() -- WalkSpeedAmount.Script
  1196. local script = Instance.new('Script')
  1197. script.Parent = WalkSpeedAmount
  1198. script.Parent.Text = (game.Players.LocalPlayer.Character.Humanoid.WalkSpeed)
  1199. while true do
  1200. wait()
  1201. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = script.Parent.Text
  1202. end
  1203.  
  1204. end
  1205. coroutine.resume(coroutine.create(SCRIPT_XHSL81_FAKESCRIPT))
  1206. function SCRIPT_ALRE82_FAKESCRIPT() -- RemoteMultiplier.Script
  1207. local script = Instance.new('Script')
  1208. script.Parent = RemoteMultiplier
  1209. script.Parent.MouseButton1Click:Connect(function()
  1210. script.Parent:TweenPosition(UDim2.new(0.032, 0,0.163, -3000),"Out","Quad",1,true)
  1211. script.Parent.Parent.MultiplyRemote:TweenPosition(UDim2.new(0.394, 0,0.188, 0),"Out","Quad",1,true)
  1212. script.Parent.Parent.RemoteAmount:TweenPosition(UDim2.new(0.213, 0,0.188, 0),"Out","Quad",1,true)
  1213. script.Parent.Parent.RemoteName:TweenPosition(UDim2.new(0.032, 0,0.188, 0),"Out","Quad",1,true)
  1214. script.Parent.Parent.HomeBack:TweenPosition(UDim2.new(0.011, 0,0.805, 0),"Out","Quad",1,true)
  1215. end)
  1216.  
  1217. end
  1218. coroutine.resume(coroutine.create(SCRIPT_ALRE82_FAKESCRIPT))
  1219. function SCRIPT_PDMV74_FAKESCRIPT() -- Back.Script
  1220. local script = Instance.new('Script')
  1221. script.Parent = Back
  1222. script.Parent.MouseButton1Click:Connect(function()
  1223. script.Parent:TweenPosition(UDim2.new(0.011, 0,0.805, 3000),"Out","Quad",1,true)
  1224. script.Parent.Parent.SkyWars:TweenPosition(UDim2.new(0.013, -4000,0.129, 0),"Out","Quad",1,true)
  1225. script.Parent.Parent.SkyWarsButton:TweenPosition(UDim2.new(0.032, 0,0.163, 0),"Out","Quad",1,true)
  1226. script.Parent.Parent.DamageMultiplyAmount:TweenPosition(UDim2.new(0.634, -3000,0.163, 0),"Out","Quad",1,true)
  1227. script.Parent.Parent.DamageMultiply:TweenPosition(UDim2.new(0.03, -3000,0.163, 0),"Out","Quad",1,true)
  1228. script.Parent.Parent.BanSim:TweenPosition(UDim2.new(0.413, 0,0.163, 0),"Out","Quad",1,true)
  1229. end)
  1230.  
  1231. end
  1232. coroutine.resume(coroutine.create(SCRIPT_PDMV74_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement