iiButteryButter

iiButteryButter's gui

Jan 3rd, 2022 (edited)
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.60 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ButtersGui = Instance.new("ScreenGui")
  7. local Toggle = Instance.new("TextButton")
  8. local UICorner = Instance.new("UICorner")
  9. local Main = Instance.new("Frame")
  10. local TextLabel = Instance.new("TextLabel")
  11. local Farm = Instance.new("TextButton")
  12. local FarmFrame = Instance.new("Frame")
  13. local AntiAfk = Instance.new("TextButton")
  14. local UICorner_2 = Instance.new("UICorner")
  15. local FarmStats = Instance.new("TextButton")
  16. local FarmFrame_2 = Instance.new("Frame")
  17. local TrainPsychic = Instance.new("TextButton")
  18. local UICorner_3 = Instance.new("UICorner")
  19. local TrainFist = Instance.new("TextButton")
  20. local UICorner_4 = Instance.new("UICorner")
  21. local FarmSpeed = Instance.new("TextButton")
  22. local UICorner_5 = Instance.new("UICorner")
  23. local FarmJump = Instance.new("TextButton")
  24. local UICorner_6 = Instance.new("UICorner")
  25. local TextLabel_2 = Instance.new("TextLabel")
  26. local UICorner_7 = Instance.new("UICorner")
  27. local UICorner_8 = Instance.new("UICorner")
  28. local PVP = Instance.new("TextButton")
  29. local PVPFrame = Instance.new("Frame")
  30. local AntiVoid = Instance.new("TextButton")
  31. local UICorner_9 = Instance.new("UICorner")
  32. local AttackSpecific = Instance.new("TextButton")
  33. local AttackSpecificFrame = Instance.new("Frame")
  34. local TextLabel_3 = Instance.new("TextLabel")
  35. local SelectPlayerAttack = Instance.new("TextBox")
  36. local Attack = Instance.new("TextButton")
  37. local UICorner_10 = Instance.new("UICorner")
  38. local ClientBring = Instance.new("TextButton")
  39. local UICorner_11 = Instance.new("UICorner")
  40. local TpToSafety = Instance.new("TextButton")
  41. local UICorner_12 = Instance.new("UICorner")
  42. local TextLabel_4 = Instance.new("TextLabel")
  43. local TextLabel_5 = Instance.new("TextLabel")
  44. local LoopTpPlayer = Instance.new("TextButton")
  45. local UICorner_13 = Instance.new("UICorner")
  46. local SelectPlayerTp = Instance.new("TextBox")
  47. local TextLabel_6 = Instance.new("TextLabel")
  48. local AutoRespawn = Instance.new("TextButton")
  49. local UICorner_14 = Instance.new("UICorner")
  50. local ReapAll = Instance.new("TextButton")
  51. local UICorner_15 = Instance.new("UICorner")
  52. local SoulAttackAll = Instance.new("TextButton")
  53. local UICorner_16 = Instance.new("UICorner")
  54. local UICorner_17 = Instance.new("UICorner")
  55. local Misc = Instance.new("TextButton")
  56. local MiscFrame = Instance.new("Frame")
  57. local ChatSpy = Instance.new("TextButton")
  58. local UICorner_18 = Instance.new("UICorner")
  59. local Useful = Instance.new("TextButton")
  60. local MiscFrame_2 = Instance.new("Frame")
  61. local InfYield = Instance.new("TextButton")
  62. local UICorner_19 = Instance.new("UICorner")
  63. local CMDX = Instance.new("TextButton")
  64. local UICorner_20 = Instance.new("UICorner")
  65. local UICorner_21 = Instance.new("UICorner")
  66. local UICorner_22 = Instance.new("UICorner")
  67. local Rejoin = Instance.new("TextButton")
  68. local UICorner_23 = Instance.new("UICorner")
  69. local UICorner_24 = Instance.new("UICorner")
  70.  
  71. --Properties:
  72.  
  73. ButtersGui.Name = "Butter'sGui"
  74. ButtersGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  75. ButtersGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  76. ButtersGui.ResetOnSpawn = false
  77.  
  78. Toggle.Name = "Toggle"
  79. Toggle.Parent = ButtersGui
  80. Toggle.BackgroundColor3 = Color3.fromRGB(114, 79, 255)
  81. Toggle.BorderColor3 = Color3.fromRGB(0, 0, 0)
  82. Toggle.BorderSizePixel = 4
  83. Toggle.Position = UDim2.new(0.0487775952, 0, 0.890058458, 0)
  84. Toggle.Size = UDim2.new(0, 164, 0, 50)
  85. Toggle.Font = Enum.Font.SourceSans
  86. Toggle.Text = "Open/Close"
  87. Toggle.TextColor3 = Color3.fromRGB(0, 0, 0)
  88. Toggle.TextSize = 14.000
  89.  
  90. UICorner.CornerRadius = UDim.new(0, 91)
  91. UICorner.Parent = Toggle
  92.  
  93. Main.Name = "Main"
  94. Main.Parent = ButtersGui
  95. Main.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  96. Main.BorderColor3 = Color3.fromRGB(17, 17, 17)
  97. Main.BorderSizePixel = 4
  98. Main.Position = UDim2.new(0.232153013, 0, 0.142690063, 0)
  99. Main.Size = UDim2.new(0, 883, 0, 610)
  100. Main.Visible = false
  101.  
  102. TextLabel.Parent = Main
  103. TextLabel.BackgroundColor3 = Color3.fromRGB(64, 170, 8)
  104. TextLabel.BorderColor3 = Color3.fromRGB(53, 17, 46)
  105. TextLabel.BorderSizePixel = 4
  106. TextLabel.Position = UDim2.new(0.319201022, 0, -0.00118578307, 0)
  107. TextLabel.Size = UDim2.new(0, 320, 0, 57)
  108. TextLabel.Font = Enum.Font.SourceSans
  109. TextLabel.Text = "Made by iiButteryButter#6591"
  110. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  111. TextLabel.TextSize = 14.000
  112.  
  113. Farm.Name = "Farm"
  114. Farm.Parent = Main
  115. Farm.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  116. Farm.BorderSizePixel = 4
  117. Farm.Position = UDim2.new(0.0260475576, 0, 0.139344275, 0)
  118. Farm.Size = UDim2.new(0, 200, 0, 50)
  119. Farm.Font = Enum.Font.SourceSans
  120. Farm.Text = "Farm"
  121. Farm.TextColor3 = Color3.fromRGB(0, 0, 0)
  122. Farm.TextSize = 14.000
  123.  
  124. FarmFrame.Name = "FarmFrame"
  125. FarmFrame.Parent = Farm
  126. FarmFrame.BackgroundColor3 = Color3.fromRGB(11, 11, 11)
  127. FarmFrame.Position = UDim2.new(0.0249999762, 0, 1.53999996, 0)
  128. FarmFrame.Size = UDim2.new(0, 827, 0, 405)
  129. FarmFrame.Visible = false
  130.  
  131. AntiAfk.Name = "AntiAfk"
  132. AntiAfk.Parent = FarmFrame
  133. AntiAfk.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  134. AntiAfk.Position = UDim2.new(0.0544135422, 0, 0.0790123492, 0)
  135. AntiAfk.Size = UDim2.new(0, 200, 0, 50)
  136. AntiAfk.Font = Enum.Font.SourceSans
  137. AntiAfk.Text = "AntiAfk"
  138. AntiAfk.TextColor3 = Color3.fromRGB(0, 0, 0)
  139. AntiAfk.TextSize = 14.000
  140.  
  141. UICorner_2.Parent = AntiAfk
  142.  
  143. FarmStats.Name = "FarmStats"
  144. FarmStats.Parent = FarmFrame
  145. FarmStats.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  146. FarmStats.Position = UDim2.new(0.378476411, 0, 0.0790123492, 0)
  147. FarmStats.Size = UDim2.new(0, 200, 0, 50)
  148. FarmStats.Font = Enum.Font.SourceSans
  149. FarmStats.Text = "FarmStats"
  150. FarmStats.TextColor3 = Color3.fromRGB(0, 0, 0)
  151. FarmStats.TextSize = 14.000
  152.  
  153. FarmFrame_2.Name = "FarmFrame"
  154. FarmFrame_2.Parent = FarmStats
  155. FarmFrame_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  156. FarmFrame_2.BorderSizePixel = 4
  157. FarmFrame_2.Position = UDim2.new(-3.06000042, 0, -1.29895258, 0)
  158. FarmFrame_2.Size = UDim2.new(0, 210, 0, 341)
  159. FarmFrame_2.Visible = false
  160.  
  161. TrainPsychic.Name = "TrainPsychic"
  162. TrainPsychic.Parent = FarmFrame_2
  163. TrainPsychic.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  164. TrainPsychic.BorderSizePixel = 4
  165. TrainPsychic.Position = UDim2.new(0.0233333707, 0, 0.0435184389, 0)
  166. TrainPsychic.Size = UDim2.new(0, 200, 0, 50)
  167. TrainPsychic.Font = Enum.Font.SourceSans
  168. TrainPsychic.Text = "TrainPsychic"
  169. TrainPsychic.TextColor3 = Color3.fromRGB(0, 0, 0)
  170. TrainPsychic.TextSize = 14.000
  171.  
  172. UICorner_3.Parent = TrainPsychic
  173.  
  174. TrainFist.Name = "TrainFist"
  175. TrainFist.Parent = FarmFrame_2
  176. TrainFist.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  177. TrainFist.BorderSizePixel = 4
  178. TrainFist.Position = UDim2.new(0.0238095243, 0, 0.251705408, 0)
  179. TrainFist.Size = UDim2.new(0, 200, 0, 50)
  180. TrainFist.Font = Enum.Font.SourceSans
  181. TrainFist.Text = "TrainFist"
  182. TrainFist.TextColor3 = Color3.fromRGB(0, 0, 0)
  183. TrainFist.TextSize = 14.000
  184.  
  185. UICorner_4.Parent = TrainFist
  186.  
  187. FarmSpeed.Name = "FarmSpeed"
  188. FarmSpeed.Parent = FarmFrame_2
  189. FarmSpeed.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  190. FarmSpeed.Position = UDim2.new(0.0238095224, 0, 0.617381692, 0)
  191. FarmSpeed.Size = UDim2.new(0, 200, 0, 50)
  192. FarmSpeed.Font = Enum.Font.SourceSans
  193. FarmSpeed.Text = "TrainSpeed"
  194. FarmSpeed.TextColor3 = Color3.fromRGB(0, 0, 0)
  195. FarmSpeed.TextSize = 14.000
  196.  
  197. UICorner_5.Parent = FarmSpeed
  198.  
  199. FarmJump.Name = "FarmJump"
  200. FarmJump.Parent = FarmFrame_2
  201. FarmJump.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  202. FarmJump.Position = UDim2.new(0.0238095224, 0, 0.827551484, 0)
  203. FarmJump.Size = UDim2.new(0, 200, 0, 50)
  204. FarmJump.Font = Enum.Font.SourceSans
  205. FarmJump.Text = "TrainJump"
  206. FarmJump.TextColor3 = Color3.fromRGB(0, 0, 0)
  207. FarmJump.TextSize = 14.000
  208.  
  209. UICorner_6.Parent = FarmJump
  210.  
  211. TextLabel_2.Parent = FarmFrame_2
  212. TextLabel_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  213. TextLabel_2.BorderColor3 = Color3.fromRGB(14, 16, 170)
  214. TextLabel_2.BorderSizePixel = 4
  215. TextLabel_2.Position = UDim2.new(0.0238095243, 0, 0.45161289, 0)
  216. TextLabel_2.Size = UDim2.new(0, 200, 0, 37)
  217. TextLabel_2.Font = Enum.Font.SourceSans
  218. TextLabel_2.Text = "Have fun grinding :D"
  219. TextLabel_2.TextColor3 = Color3.fromRGB(255, 248, 243)
  220. TextLabel_2.TextSize = 16.000
  221.  
  222. UICorner_7.Parent = FarmStats
  223.  
  224. UICorner_8.Parent = Farm
  225.  
  226. PVP.Name = "PVP"
  227. PVP.Parent = Main
  228. PVP.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  229. PVP.BorderSizePixel = 4
  230. PVP.Position = UDim2.new(0.375990927, 0, 0.13934426, 0)
  231. PVP.Size = UDim2.new(0, 200, 0, 50)
  232. PVP.Font = Enum.Font.SourceSans
  233. PVP.Text = "PVP"
  234. PVP.TextColor3 = Color3.fromRGB(0, 0, 0)
  235. PVP.TextSize = 14.000
  236.  
  237. PVPFrame.Name = "PVPFrame"
  238. PVPFrame.Parent = PVP
  239. PVPFrame.BackgroundColor3 = Color3.fromRGB(11, 11, 11)
  240. PVPFrame.Position = UDim2.new(-1.54499996, 0, 1.66000009, 0)
  241. PVPFrame.Size = UDim2.new(0, 827, 0, 413)
  242. PVPFrame.Visible = false
  243.  
  244. AntiVoid.Name = "AntiVoid"
  245. AntiVoid.Parent = PVPFrame
  246. AntiVoid.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  247. AntiVoid.BorderSizePixel = 4
  248. AntiVoid.Position = UDim2.new(0.0393724442, 0, 0.0686963201, 0)
  249. AntiVoid.Size = UDim2.new(0, 268, 0, 50)
  250. AntiVoid.Font = Enum.Font.SourceSans
  251. AntiVoid.Text = "Anti-Void"
  252. AntiVoid.TextColor3 = Color3.fromRGB(0, 0, 0)
  253. AntiVoid.TextSize = 14.000
  254.  
  255. UICorner_9.Parent = AntiVoid
  256.  
  257. AttackSpecific.Name = "AttackSpecific"
  258. AttackSpecific.Parent = PVPFrame
  259. AttackSpecific.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  260. AttackSpecific.BorderSizePixel = 4
  261. AttackSpecific.Position = UDim2.new(0.628247917, 0, 0.0687617958, 0)
  262. AttackSpecific.Size = UDim2.new(0, 269, 0, 50)
  263. AttackSpecific.Font = Enum.Font.SourceSans
  264. AttackSpecific.Text = "AttackSpecific"
  265. AttackSpecific.TextColor3 = Color3.fromRGB(0, 0, 0)
  266. AttackSpecific.TextSize = 14.000
  267.  
  268. AttackSpecificFrame.Name = "AttackSpecificFrame"
  269. AttackSpecificFrame.Parent = AttackSpecific
  270. AttackSpecificFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  271. AttackSpecificFrame.Position = UDim2.new(-2.88891697, 0, -1.79999995, 0)
  272. AttackSpecificFrame.Size = UDim2.new(0, 199, 0, 119)
  273. AttackSpecificFrame.Visible = false
  274.  
  275. TextLabel_3.Parent = AttackSpecificFrame
  276. TextLabel_3.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  277. TextLabel_3.BorderSizePixel = 4
  278. TextLabel_3.Position = UDim2.new(-0.00502512557, 0, 0, 0)
  279. TextLabel_3.Size = UDim2.new(0, 200, 0, 25)
  280. TextLabel_3.Font = Enum.Font.SourceSans
  281. TextLabel_3.Text = "Select Player"
  282. TextLabel_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  283. TextLabel_3.TextSize = 14.000
  284.  
  285. SelectPlayerAttack.Name = "SelectPlayerAttack"
  286. SelectPlayerAttack.Parent = AttackSpecificFrame
  287. SelectPlayerAttack.BackgroundColor3 = Color3.fromRGB(255, 63, 15)
  288. SelectPlayerAttack.BorderSizePixel = 4
  289. SelectPlayerAttack.Position = UDim2.new(0, 0, 0.277310938, 0)
  290. SelectPlayerAttack.Size = UDim2.new(0, 200, 0, 50)
  291. SelectPlayerAttack.Font = Enum.Font.SourceSans
  292. SelectPlayerAttack.Text = ""
  293. SelectPlayerAttack.TextColor3 = Color3.fromRGB(0, 0, 0)
  294. SelectPlayerAttack.TextSize = 14.000
  295.  
  296. Attack.Name = "Attack!"
  297. Attack.Parent = AttackSpecificFrame
  298. Attack.BackgroundColor3 = Color3.fromRGB(57, 133, 255)
  299. Attack.BorderSizePixel = 4
  300. Attack.Position = UDim2.new(0, 0, 0.739495814, 0)
  301. Attack.Size = UDim2.new(0, 200, 0, 31)
  302. Attack.Font = Enum.Font.SourceSans
  303. Attack.Text = "Attack!"
  304. Attack.TextColor3 = Color3.fromRGB(0, 0, 0)
  305. Attack.TextSize = 14.000
  306.  
  307. UICorner_10.Parent = AttackSpecific
  308.  
  309. ClientBring.Name = "ClientBring"
  310. ClientBring.Parent = PVPFrame
  311. ClientBring.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  312. ClientBring.BorderSizePixel = 4
  313. ClientBring.Position = UDim2.new(0.0393724442, 0, 0.28643924, 0)
  314. ClientBring.Size = UDim2.new(0, 269, 0, 50)
  315. ClientBring.Font = Enum.Font.SourceSans
  316. ClientBring.Text = "ClientBring"
  317. ClientBring.TextColor3 = Color3.fromRGB(0, 0, 0)
  318. ClientBring.TextSize = 14.000
  319.  
  320. UICorner_11.Parent = ClientBring
  321.  
  322. TpToSafety.Name = "TpToSafety"
  323. TpToSafety.Parent = PVPFrame
  324. TpToSafety.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  325. TpToSafety.Position = UDim2.new(0.628247917, 0, 0.285714298, 0)
  326. TpToSafety.Size = UDim2.new(0, 268, 0, 50)
  327. TpToSafety.Font = Enum.Font.SourceSans
  328. TpToSafety.Text = "TpToSafety"
  329. TpToSafety.TextColor3 = Color3.fromRGB(0, 0, 0)
  330. TpToSafety.TextSize = 14.000
  331.  
  332. UICorner_12.Parent = TpToSafety
  333.  
  334. TextLabel_4.Parent = PVPFrame
  335. TextLabel_4.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  336. TextLabel_4.Position = UDim2.new(0.482466757, 0, 0, 0)
  337. TextLabel_4.Size = UDim2.new(0, 38, 0, 413)
  338. TextLabel_4.Font = Enum.Font.SourceSans
  339. TextLabel_4.Text = ""
  340. TextLabel_4.TextColor3 = Color3.fromRGB(0, 0, 0)
  341. TextLabel_4.TextSize = 14.000
  342.  
  343. TextLabel_5.Parent = PVPFrame
  344. TextLabel_5.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  345. TextLabel_5.Position = UDim2.new(0.00483675953, 0, 0.455205798, 0)
  346. TextLabel_5.Size = UDim2.new(0, 827, 0, 37)
  347. TextLabel_5.Font = Enum.Font.SourceSans
  348. TextLabel_5.Text = ""
  349. TextLabel_5.TextColor3 = Color3.fromRGB(0, 0, 0)
  350. TextLabel_5.TextSize = 14.000
  351.  
  352. LoopTpPlayer.Name = "LoopTpPlayer"
  353. LoopTpPlayer.Parent = PVPFrame
  354. LoopTpPlayer.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  355. LoopTpPlayer.Position = UDim2.new(0.0386940762, 0, 0.61259079, 0)
  356. LoopTpPlayer.Size = UDim2.new(0, 269, 0, 50)
  357. LoopTpPlayer.Font = Enum.Font.SourceSans
  358. LoopTpPlayer.Text = "LoopTPPlayer"
  359. LoopTpPlayer.TextColor3 = Color3.fromRGB(0, 0, 0)
  360. LoopTpPlayer.TextSize = 14.000
  361.  
  362. UICorner_13.Parent = LoopTpPlayer
  363.  
  364. SelectPlayerTp.Name = "SelectPlayerTp"
  365. SelectPlayerTp.Parent = LoopTpPlayer
  366. SelectPlayerTp.BackgroundColor3 = Color3.fromRGB(170, 85, 255)
  367. SelectPlayerTp.Position = UDim2.new(0.0669145063, 0, 1.54000008, 0)
  368. SelectPlayerTp.Size = UDim2.new(0, 233, 0, 50)
  369. SelectPlayerTp.Font = Enum.Font.SourceSans
  370. SelectPlayerTp.Text = ""
  371. SelectPlayerTp.TextColor3 = Color3.fromRGB(0, 0, 0)
  372. SelectPlayerTp.TextSize = 14.000
  373.  
  374. TextLabel_6.Parent = LoopTpPlayer
  375. TextLabel_6.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  376. TextLabel_6.Position = UDim2.new(0.13011153, 0, -1.29999995, 0)
  377. TextLabel_6.Size = UDim2.new(0, 200, 0, 37)
  378. TextLabel_6.Font = Enum.Font.SourceSans
  379. TextLabel_6.Text = "Insert FULL username bellow"
  380. TextLabel_6.TextColor3 = Color3.fromRGB(0, 0, 0)
  381. TextLabel_6.TextSize = 14.000
  382.  
  383. AutoRespawn.Name = "AutoRespawn"
  384. AutoRespawn.Parent = PVPFrame
  385. AutoRespawn.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  386. AutoRespawn.Position = UDim2.new(0.73881495, 0, 0.571428537, 0)
  387. AutoRespawn.Size = UDim2.new(0, 200, 0, 50)
  388. AutoRespawn.Font = Enum.Font.SourceSans
  389. AutoRespawn.Text = "AutoRespawn when damaged (WIP)"
  390. AutoRespawn.TextColor3 = Color3.fromRGB(0, 0, 0)
  391. AutoRespawn.TextSize = 14.000
  392.  
  393. UICorner_14.Parent = AutoRespawn
  394.  
  395. ReapAll.Name = "ReapAll"
  396. ReapAll.Parent = PVPFrame
  397. ReapAll.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  398. ReapAll.Position = UDim2.new(0.73881495, 0, 0.857142866, 0)
  399. ReapAll.Size = UDim2.new(0, 200, 0, 50)
  400. ReapAll.Font = Enum.Font.SourceSans
  401. ReapAll.Text = "Reap All"
  402. ReapAll.TextColor3 = Color3.fromRGB(0, 0, 0)
  403. ReapAll.TextSize = 14.000
  404.  
  405. UICorner_15.Parent = ReapAll
  406.  
  407. SoulAttackAll.Name = "SoulAttackAll"
  408. SoulAttackAll.Parent = PVPFrame
  409. SoulAttackAll.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  410. SoulAttackAll.Position = UDim2.new(0.552599728, 0, 0.716707051, 0)
  411. SoulAttackAll.Size = UDim2.new(0, 200, 0, 50)
  412. SoulAttackAll.Font = Enum.Font.SourceSans
  413. SoulAttackAll.Text = "Soul Attack All"
  414. SoulAttackAll.TextColor3 = Color3.fromRGB(0, 0, 0)
  415. SoulAttackAll.TextSize = 14.000
  416.  
  417. UICorner_16.Parent = SoulAttackAll
  418.  
  419. UICorner_17.Parent = PVP
  420.  
  421. Misc.Name = "Misc"
  422. Misc.Parent = Main
  423. Misc.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  424. Misc.BorderColor3 = Color3.fromRGB(27, 42, 53)
  425. Misc.BorderSizePixel = 4
  426. Misc.Position = UDim2.new(0.73612684, 0, 0.13934426, 0)
  427. Misc.Size = UDim2.new(0, 200, 0, 50)
  428. Misc.Font = Enum.Font.SourceSans
  429. Misc.Text = "Game"
  430. Misc.TextColor3 = Color3.fromRGB(0, 0, 0)
  431. Misc.TextSize = 14.000
  432.  
  433. MiscFrame.Name = "MiscFrame"
  434. MiscFrame.Parent = Misc
  435. MiscFrame.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  436. MiscFrame.Position = UDim2.new(-3.13499999, 0, 1.53999996, 0)
  437. MiscFrame.Size = UDim2.new(0, 827, 0, 407)
  438. MiscFrame.Visible = false
  439.  
  440. ChatSpy.Name = "ChatSpy"
  441. ChatSpy.Parent = MiscFrame
  442. ChatSpy.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
  443. ChatSpy.BorderSizePixel = 4
  444. ChatSpy.Position = UDim2.new(0.213307381, 0, 0.438221782, 0)
  445. ChatSpy.Size = UDim2.new(0, 171, 0, 50)
  446. ChatSpy.Font = Enum.Font.SourceSans
  447. ChatSpy.Text = "ChatSpy"
  448. ChatSpy.TextColor3 = Color3.fromRGB(0, 0, 0)
  449. ChatSpy.TextSize = 14.000
  450.  
  451. UICorner_18.Parent = ChatSpy
  452.  
  453. Useful.Name = "Useful"
  454. Useful.Parent = MiscFrame
  455. Useful.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
  456. Useful.BorderSizePixel = 4
  457. Useful.Position = UDim2.new(0.573485136, 0, 0.437832117, 0)
  458. Useful.Size = UDim2.new(0, 171, 0, 50)
  459. Useful.Font = Enum.Font.SourceSans
  460. Useful.Text = "Other GUI"
  461. Useful.TextColor3 = Color3.fromRGB(0, 0, 0)
  462. Useful.TextSize = 14.000
  463.  
  464. MiscFrame_2.Name = "MiscFrame"
  465. MiscFrame_2.Parent = Useful
  466. MiscFrame_2.BackgroundColor3 = Color3.fromRGB(77, 46, 255)
  467. MiscFrame_2.BorderSizePixel = 5
  468. MiscFrame_2.Position = UDim2.new(2.61988306, 0, -3.41999984, 0)
  469. MiscFrame_2.Size = UDim2.new(0, 229, 0, 203)
  470. MiscFrame_2.Visible = false
  471.  
  472. InfYield.Name = "InfYield"
  473. InfYield.Parent = MiscFrame_2
  474. InfYield.BackgroundColor3 = Color3.fromRGB(255, 3, 7)
  475. InfYield.Position = UDim2.new(0.0611353703, 0, 0.0541871935, 0)
  476. InfYield.Size = UDim2.new(0, 200, 0, 77)
  477. InfYield.Font = Enum.Font.SourceSans
  478. InfYield.Text = "InfYield"
  479. InfYield.TextColor3 = Color3.fromRGB(0, 0, 0)
  480. InfYield.TextSize = 14.000
  481.  
  482. UICorner_19.Parent = InfYield
  483.  
  484. CMDX.Name = "CMD-X"
  485. CMDX.Parent = MiscFrame_2
  486. CMDX.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
  487. CMDX.Position = UDim2.new(0.061135374, 0, 0.561576307, 0)
  488. CMDX.Size = UDim2.new(0, 200, 0, 78)
  489. CMDX.Font = Enum.Font.SourceSans
  490. CMDX.Text = "CMD-X"
  491. CMDX.TextColor3 = Color3.fromRGB(0, 0, 0)
  492. CMDX.TextSize = 14.000
  493.  
  494. UICorner_20.Parent = CMDX
  495.  
  496. UICorner_21.CornerRadius = UDim.new(0, 9)
  497. UICorner_21.Parent = MiscFrame_2
  498.  
  499. UICorner_22.Parent = Useful
  500.  
  501. Rejoin.Name = "Rejoin"
  502. Rejoin.Parent = MiscFrame
  503. Rejoin.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
  504. Rejoin.Position = UDim2.new(0.39694342, 0, 0.643734634, 0)
  505. Rejoin.Size = UDim2.new(0, 170, 0, 50)
  506. Rejoin.Font = Enum.Font.SourceSans
  507. Rejoin.Text = "Rejoin"
  508. Rejoin.TextColor3 = Color3.fromRGB(0, 0, 0)
  509. Rejoin.TextSize = 14.000
  510.  
  511. UICorner_23.Parent = Rejoin
  512.  
  513. UICorner_24.Parent = Misc
  514.  
  515. -- Scripts:
  516.  
  517. local function RMXYXXP_fake_script() -- Toggle.Toggle
  518. local script = Instance.new('LocalScript', Toggle)
  519.  
  520. local frame = script.Parent.Parent.Main -- change “Test” to the name of the frane
  521. local open = false
  522.  
  523. script.Parent.MouseButton1Click:Connect(function()
  524. if frame.Visible == false then
  525. frame.Visible = true
  526. else
  527. frame.Visible = false
  528. end
  529. end)
  530.  
  531. end
  532. coroutine.wrap(RMXYXXP_fake_script)()
  533. local function AXPSFAQ_fake_script() -- AntiAfk.AntiAfk
  534. local script = Instance.new('LocalScript', AntiAfk)
  535.  
  536. script.Parent.MouseButton1Click:Connect(function()
  537. wait(10)local ba=Instance.new("ScreenGui")
  538. local ca=Instance.new("TextLabel")local da=Instance.new("Frame")
  539. local _b=Instance.new("TextLabel")local ab=Instance.new("TextLabel")ba.Parent=game.CoreGui
  540. ba.ZIndexBehavior=Enum.ZIndexBehavior.Sibling;ca.Parent=ba;ca.Active=true
  541. ca.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)ca.Draggable=true
  542. ca.Position=UDim2.new(0.698610067,0,0.098096624,0)ca.Size=UDim2.new(0,304,0,52)
  543. ca.Font=Enum.Font.SourceSansSemibold;ca.Text="Anti Afk Kick Script"ca.TextColor3=Color3.new(0,1,1)
  544. ca.TextSize=22;da.Parent=ca
  545. da.BackgroundColor3=Color3.new(0.196078,0.196078,0.196078)da.Position=UDim2.new(0,0,1.0192306,0)
  546. da.Size=UDim2.new(0,304,0,107)_b.Parent=da
  547. _b.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)_b.Position=UDim2.new(0,0,0.800455689,0)
  548. _b.Size=UDim2.new(0,304,0,21)_b.Font=Enum.Font.Arial;_b.Text="Made by Warn"
  549. _b.TextColor3=Color3.new(1,1,1)_b.TextSize=20;ab.Parent=da
  550. ab.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)ab.Position=UDim2.new(0,0,0.158377379,0)
  551. ab.Size=UDim2.new(0,304,0,44)ab.Font=Enum.Font.ArialBold;ab.Text="Status: Script Started"
  552. ab.TextColor3=Color3.new(1,1,1)ab.TextSize=20;local bb=game:service'VirtualUser'
  553. game:service'Players'.LocalPlayer.Idled:connect(function()
  554. bb:CaptureController()bb:ClickButton2(Vector2.new())
  555. ab.Text="You went idle and ROBLOX tried to kick you but we reflected it!"wait(2)ab.Text="Script Re-Enabled"
  556. end)
  557. end)
  558. end
  559. coroutine.wrap(AXPSFAQ_fake_script)()
  560. local function EFTJP_fake_script() -- TrainPsychic.TrainPsychicScript
  561. local script = Instance.new('LocalScript', TrainPsychic)
  562.  
  563. script.Parent.MouseButton1Click:Connect(function()
  564. plr = game.Players.LocalPlayer
  565. hum = plr.Character.HumanoidRootPart
  566.  
  567. hum.CFrame = CFrame.new(-273,281,1007)
  568.  
  569. wait(1)
  570.  
  571. game.Players.LocalPlayer.Character.UpperTorso.Waist:remove()
  572.  
  573. wait(1)
  574.  
  575. hum.CFrame = CFrame.new(-2551,5413,-493)
  576. end)
  577.  
  578. end
  579. coroutine.wrap(EFTJP_fake_script)()
  580. local function DXXYOPQ_fake_script() -- TrainFist.TrainFIstScript
  581. local script = Instance.new('LocalScript', TrainFist)
  582.  
  583. script.Parent.MouseButton1Click:Connect(function()
  584. plr = game.Players.LocalPlayer
  585. hum = plr.Character.HumanoidRootPart
  586.  
  587. hum.CFrame = CFrame.new(-273,281,1007)
  588.  
  589. wait(1)
  590.  
  591. game.Players.LocalPlayer.Character.UpperTorso.Waist:remove()
  592.  
  593. wait(1)
  594.  
  595. hum.CFrame = CFrame.new(-368.29,15735.20,-7.72)
  596.  
  597. _G.enabled = false
  598. _G.enabled = not _G.enabled
  599. if not _G.enabled then
  600. end
  601. while _G.enabled do
  602. task.wait(0.1)
  603. local args = {
  604. [1] = {
  605. [1] = "+FS6"
  606. }
  607. }
  608.  
  609. game:GetService("ReplicatedStorage").RemoteEvent:FireServer(unpack(args))
  610. end
  611. end)
  612.  
  613.  
  614. end
  615. coroutine.wrap(DXXYOPQ_fake_script)()
  616. local function SRAWFX_fake_script() -- FarmSpeed.FarmSpeedScript
  617. local script = Instance.new('LocalScript', FarmSpeed)
  618.  
  619. script.Parent.MouseButton1Click:Connect(function()
  620. local args = {
  621. [1] = {
  622. [1] = "Weight",
  623. [2] = "Weight4"
  624. }
  625. }
  626.  
  627. game:GetService("ReplicatedStorage").RemoteEvent:FireServer(unpack(args))
  628. task.wait(1)
  629. while true do
  630. task.wait(0.1)
  631. local args = {
  632. [1] = {
  633. [1] = "+MS5"
  634. }
  635. }
  636.  
  637. game:GetService("ReplicatedStorage").RemoteEvent:FireServer(unpack(args))
  638. end
  639. end)
  640.  
  641. end
  642. coroutine.wrap(SRAWFX_fake_script)()
  643. local function SMGV_fake_script() -- FarmJump.FarmJumpScript
  644. local script = Instance.new('LocalScript', FarmJump)
  645.  
  646. script.Parent.MouseButton1Click:Connect(function()
  647. while true do
  648. task.wait(0.1)
  649. local args = {
  650. [1] = {
  651. [1] = "+JF4"
  652. }
  653. }
  654.  
  655. game:GetService("ReplicatedStorage").RemoteEvent:FireServer(unpack(args))
  656. end
  657. end)
  658.  
  659.  
  660.  
  661. end
  662. coroutine.wrap(SMGV_fake_script)()
  663. local function OOJZ_fake_script() -- FarmStats.ToggleFarmFrame
  664. local script = Instance.new('LocalScript', FarmStats)
  665.  
  666. local frame = script.Parent.FarmFrame
  667.  
  668. script.Parent.MouseButton1Click:Connect(function()
  669. if frame.Visible == false then
  670. frame.Visible = true
  671. else
  672. frame.Visible = false
  673. end
  674. end)
  675.  
  676. end
  677. coroutine.wrap(OOJZ_fake_script)()
  678. local function VISBC_fake_script() -- Farm.ToggleFarmFrame
  679. local script = Instance.new('LocalScript', Farm)
  680.  
  681. local frame = script.Parent.FarmFrame
  682.  
  683. script.Parent.MouseButton1Click:Connect(function()
  684. if frame.Visible == false then
  685. frame.Visible = true
  686. else
  687. frame.Visible = false
  688. end
  689. end)
  690. end
  691. coroutine.wrap(VISBC_fake_script)()
  692. local function SQCI_fake_script() -- AntiVoid.AntiVoidScript
  693. local script = Instance.new('LocalScript', AntiVoid)
  694.  
  695. script.Parent.MouseButton1Click:Connect(function()
  696.  
  697. game.Players.LocalPlayer.Character.RightHand:Remove()
  698. end)
  699.  
  700. end
  701. coroutine.wrap(SQCI_fake_script)()
  702. local function RZJHLWP_fake_script() -- Attack.AttackScript
  703. local script = Instance.new('LocalScript', Attack)
  704.  
  705. local plrselected, plr;
  706. local enabled = false
  707. script.Parent.MouseButton1Click:Connect(function()
  708. plrselected = script.Parent.Parent.SelectPlayerAttack.Text
  709. plr = game.Players[plrselected]
  710. enabled = not enabled
  711. while enabled do
  712. task.wait(0.1)
  713. local args = {
  714. [1] = {
  715. [1] = "Skill_SpherePunch",
  716. [2] = Vector3.new(plr.Character.HumanoidRootPart.Position.X, plr.Character.HumanoidRootPart.Position.Y, plr.Character.HumanoidRootPart.Position.Z)
  717. }
  718. }
  719. end
  720. end)
  721. end
  722. coroutine.wrap(RZJHLWP_fake_script)()
  723. local function OYGN_fake_script() -- AttackSpecific.ToggleAttack
  724. local script = Instance.new('LocalScript', AttackSpecific)
  725.  
  726. local frame = script.Parent.AttackSpecificFrame
  727.  
  728. script.Parent.MouseButton1Click:Connect(function()
  729. frame.Visible = not frame.Visible
  730. end)
  731.  
  732.  
  733.  
  734.  
  735.  
  736.  
  737.  
  738. end
  739. coroutine.wrap(OYGN_fake_script)()
  740. local function SOMI_fake_script() -- ClientBring.ClientBring
  741. local script = Instance.new('LocalScript', ClientBring)
  742.  
  743. script.Parent.MouseButton1Click:Connect(function()
  744. loadstring(game:HttpGet("https://pastebin.com/raw/WrVcTkmS", true))()
  745. end)
  746.  
  747. end
  748. coroutine.wrap(SOMI_fake_script)()
  749. local function UGZU_fake_script() -- TpToSafety.TpToSafetyScript
  750. local script = Instance.new('LocalScript', TpToSafety)
  751.  
  752. script.Parent.MouseButton1Click:Connect(function()
  753. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1432.017, 70754.51, -789.678)
  754. end)
  755. end
  756. coroutine.wrap(UGZU_fake_script)()
  757. local function EZRFPW_fake_script() -- LoopTpPlayer.LoopTpPlayerScript
  758. local script = Instance.new('LocalScript', LoopTpPlayer)
  759.  
  760. local enabled = false
  761. script.Parent.MouseButton1Click:Connect(function()
  762. local Players = game:GetService("Players")
  763. local LocalPlayer = Players.LocalPlayer
  764. enabled = not enabled
  765. while enabled do
  766. task.wait(0.1)
  767. if Players:FindFirstChild(script.Parent.Parent.SelectPlayerTp.Text) then
  768. LocalPlayer.Character.HumanoidRootPart.CFrame = Players[script.Parent.Parent.SelectPlayerTp.Text].Character.HumanoidRootPart.CFrame
  769. end
  770. end
  771. end)
  772. end
  773. coroutine.wrap(EZRFPW_fake_script)()
  774. local function DGPYIIV_fake_script() -- AutoRespawn.AutoRespawnScript
  775. local script = Instance.new('LocalScript', AutoRespawn)
  776.  
  777.  
  778.  
  779. end
  780. coroutine.wrap(DGPYIIV_fake_script)()
  781. local function DGRYR_fake_script() -- ReapAll.ReapAllScript
  782. local script = Instance.new('LocalScript', ReapAll)
  783.  
  784. local enabled = false
  785. script.Parent.MouseButton1Click:Connect(function()
  786. enabled = not enabled
  787. while enabled do
  788. local Players = game:GetService("Players")
  789. local PlayerList = Players:GetPlayers()
  790. local RandomPlayer = PlayerList[math.random(1, #PlayerList)]
  791. task.wait(0.1)
  792. local args = {
  793. [1] = {
  794. [1] = "Skill_SoulReap",
  795. [2] = RandomPlayer
  796. }
  797. }
  798.  
  799. game:GetService("ReplicatedStorage").RemoteEvent:FireServer(unpack(args))
  800. end
  801. end)
  802. end
  803. coroutine.wrap(DGRYR_fake_script)()
  804. local function TVGU_fake_script() -- SoulAttackAll.SoulAttackAllScript
  805. local script = Instance.new('LocalScript', SoulAttackAll)
  806.  
  807. local enabled = false
  808. script.Parent.MouseButton1Click:Connect(function()
  809. enabled = not enabled
  810. script.Parent.BackgroundColor3 = enabled and Color3.fromRGB(118, 252, 92) or Color3.fromRGB(243, 74, 74)
  811. while enabled do
  812. local Players = game:GetService("Players")
  813. local PlayerList = Players:GetPlayers()
  814. local RandomPlayer = PlayerList[math.random(1, #PlayerList)]
  815. task.wait(0.2)
  816. local args = {
  817. [1] = {
  818. [1] = "Skill_SoulAttack_Start",
  819. [2] = RandomPlayer
  820. }
  821. }
  822.  
  823. game:GetService("ReplicatedStorage").RemoteEvent:FireServer(unpack(args))
  824.  
  825. local args = {
  826. [1] = {
  827. [1] = "Skill_SoulAttack_End"
  828. }
  829. }
  830.  
  831. game:GetService("ReplicatedStorage").RemoteEvent:FireServer(unpack(args))
  832. end
  833. end)
  834. end
  835. coroutine.wrap(TVGU_fake_script)()
  836. local function AIXNXX_fake_script() -- PVP.PVPFrameToggle
  837. local script = Instance.new('LocalScript', PVP)
  838.  
  839. local frame = script.Parent.PVPFrame
  840.  
  841. script.Parent.MouseButton1Click:Connect(function()
  842. if frame.Visible == false then
  843. frame.Visible = true
  844. else
  845. frame.Visible = false
  846. end
  847. end)
  848.  
  849. end
  850. coroutine.wrap(AIXNXX_fake_script)()
  851. local function ALSOUA_fake_script() -- ChatSpy.ChatSpy
  852. local script = Instance.new('LocalScript', ChatSpy)
  853.  
  854. script.Parent.MouseButton1Click:Connect(function()
  855. loadstring(game:HttpGet("https://pastebin.com/raw/W53SyMb9", true))()
  856. end)
  857. end
  858. coroutine.wrap(ALSOUA_fake_script)()
  859. local function SBBHUFM_fake_script() -- InfYield.InfYieldScript
  860. local script = Instance.new('LocalScript', InfYield)
  861.  
  862.  
  863. script.Parent.MouseButton1Click:Connect(function()
  864. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  865. end)
  866.  
  867. end
  868. coroutine.wrap(SBBHUFM_fake_script)()
  869. local function QCNWZNE_fake_script() -- CMDX.CMD-XScript
  870. local script = Instance.new('LocalScript', CMDX)
  871.  
  872. script.Parent.MouseButton1Click:Connect(function()
  873. loadstring(game:HttpGet("https://raw.githubusercontent.com/CMD-X/CMD-X/master/Source", true))()
  874. end)
  875. end
  876. coroutine.wrap(QCNWZNE_fake_script)()
  877. local function KASADA_fake_script() -- Useful.ToggleMisc
  878. local script = Instance.new('LocalScript', Useful)
  879.  
  880. local frame = script.Parent.MiscFrame
  881.  
  882. script.Parent.MouseButton1Click:Connect(function()
  883. if frame.Visible == false then
  884. frame.Visible = true
  885. else
  886. frame.Visible = false
  887. end
  888. end)
  889. end
  890. coroutine.wrap(KASADA_fake_script)()
  891. local function XNTGVYY_fake_script() -- Rejoin.RejoinScript
  892. local script = Instance.new('LocalScript', Rejoin)
  893.  
  894. local ts = game:GetService("TeleportService")
  895. local p = game:GetService("Players").LocalPlayer
  896.  
  897. script.Parent.MouseButton1Click:Connect(function()
  898. ts:Teleport(game.PlaceId, p)
  899.  
  900. end)
  901. end
  902. coroutine.wrap(XNTGVYY_fake_script)()
  903. local function JDMPE_fake_script() -- Misc.ToggleMiscFrame
  904. local script = Instance.new('LocalScript', Misc)
  905.  
  906. local frame = script.Parent.MiscFrame
  907.  
  908. script.Parent.MouseButton1Click:Connect(function()
  909. if frame.Visible == false then
  910. frame.Visible = true
  911. else
  912. frame.Visible = false
  913. end
  914. end)
  915. end
  916. coroutine.wrap(JDMPE_fake_script)()
Add Comment
Please, Sign In to add comment