Xafichy

Returning V1.1

Jan 10th, 2021 (edited)
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 36.13 KB | None | 0 0
  1.  
  2. local Returning = Instance.new("ScreenGui")
  3. local Main = Instance.new("ImageLabel")
  4. local Heading = Instance.new("ImageLabel")
  5. local Title = Instance.new("TextLabel")
  6. local Title_Roundify_5px = Instance.new("ImageLabel")
  7. local FeScriptButton = Instance.new("TextButton")
  8. local FeScriptButton_Roundify_9px = Instance.new("ImageLabel")
  9. local FeScriptFrame = Instance.new("ImageLabel")
  10. local Heading_2 = Instance.new("ImageLabel")
  11. local TextButton = Instance.new("TextButton")
  12. local TextButton_2 = Instance.new("TextButton")
  13. local TextButton_3 = Instance.new("TextButton")
  14. local TextButton_4 = Instance.new("TextButton")
  15. local TextButton_5 = Instance.new("TextButton")
  16. local TextButton_6 = Instance.new("TextButton")
  17. local TextButton_7 = Instance.new("TextButton")
  18. local TextButton_8 = Instance.new("TextButton")
  19. local TextButton_9 = Instance.new("TextButton")
  20. local FescriptsTitle = Instance.new("TextLabel")
  21. local Decor = Instance.new("TextLabel")
  22. local LocalScriptsbutton = Instance.new("TextButton")
  23. local LocalScriptsbutton_Roundify_9px = Instance.new("ImageLabel")
  24. local LocalScriptsFrame = Instance.new("ImageLabel")
  25. local Heading_3 = Instance.new("ImageLabel")
  26. local TextLabel = Instance.new("TextLabel")
  27. local TextButton_10 = Instance.new("TextButton")
  28. local TextButton_Roundify_5px = Instance.new("ImageLabel")
  29. local TextButton_11 = Instance.new("TextButton")
  30. local TextButton_Roundify_5px_2 = Instance.new("ImageLabel")
  31. local TextButton_12 = Instance.new("TextButton")
  32. local TextButton_Roundify_5px_3 = Instance.new("ImageLabel")
  33. local TextButton_13 = Instance.new("TextButton")
  34. local TextButton_Roundify_5px_4 = Instance.new("ImageLabel")
  35. local Guisbutton = Instance.new("TextButton")
  36. local Guisbutton_Roundify_9px = Instance.new("ImageLabel")
  37. local GuisFrame = Instance.new("ImageLabel")
  38. local Heading_4 = Instance.new("ImageLabel")
  39. local TextLabel_2 = Instance.new("TextLabel")
  40. local TextButton_14 = Instance.new("TextButton")
  41. local TextButton_Roundify_5px_5 = Instance.new("ImageLabel")
  42. local TextButton_15 = Instance.new("TextButton")
  43. local TextButton_Roundify_5px_6 = Instance.new("ImageLabel")
  44. local TextButton_16 = Instance.new("TextButton")
  45. local TextButton_Roundify_5px_7 = Instance.new("ImageLabel")
  46. local TextButton_17 = Instance.new("TextButton")
  47. local TextButton_Roundify_5px_8 = Instance.new("ImageLabel")
  48. local TextButton_18 = Instance.new("TextButton")
  49. local TextButton_Roundify_5px_9 = Instance.new("ImageLabel")
  50. local TextButton_19 = Instance.new("TextButton")
  51. local TextButton_Roundify_5px_10 = Instance.new("ImageLabel")
  52. local Decor2 = Instance.new("TextLabel")
  53. local toggle = Instance.new("TextLabel")
  54. local Discord = Instance.new("TextLabel")
  55. local Decor_2 = Instance.new("TextLabel")
  56. local Updates = Instance.new("Frame")
  57. local Changelog = Instance.new("TextLabel")
  58. local Version = Instance.new("TextLabel")
  59. local TextButton_20 = Instance.new("TextButton")
  60. local TextButton_21 = Instance.new("TextButton")
  61.  
  62. --Properties:
  63.  
  64. Returning.Name = "Returning"
  65. Returning.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  66. Returning.ResetOnSpawn = false
  67.  
  68. Main.Name = "Main"
  69. Main.Parent = Returning
  70. Main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  71. Main.BackgroundTransparency = 1.000
  72. Main.Position = UDim2.new(0.0699265078, 0, 0.184030607, 0)
  73. Main.Size = UDim2.new(0, 496, 0, 295)
  74. Main.Image = "rbxassetid://3570695787"
  75. Main.ImageColor3 = Color3.fromRGB(124, 124, 124)
  76. Main.ScaleType = Enum.ScaleType.Slice
  77. Main.SliceCenter = Rect.new(100, 100, 100, 100)
  78. Main.SliceScale = 0.120
  79. Main.Active = true
  80. Main.Draggable = true
  81.  
  82. Heading.Name = "Heading"
  83. Heading.Parent = Main
  84. Heading.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  85. Heading.BackgroundTransparency = 1.000
  86. Heading.Position = UDim2.new(0, 0, -0.0271186437, 0)
  87. Heading.Size = UDim2.new(0, 496, 0, 30)
  88. Heading.Image = "rbxassetid://3570695787"
  89. Heading.ImageColor3 = Color3.fromRGB(0, 4, 255)
  90. Heading.ScaleType = Enum.ScaleType.Slice
  91. Heading.SliceCenter = Rect.new(100, 100, 100, 100)
  92. Heading.SliceScale = 0.090
  93. Heading.Active = true
  94. Heading.Draggable = true
  95.  
  96. Title.Name = "Title"
  97. Title.Parent = Heading
  98. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  99. Title.BackgroundTransparency = 1.000
  100. Title.BorderSizePixel = 0
  101. Title.Position = UDim2.new(0.393145174, 0, 0.166666672, 0)
  102. Title.Size = UDim2.new(0, 106, 0, 19)
  103. Title.ZIndex = 2
  104. Title.Font = Enum.Font.SourceSans
  105. Title.Text = "Returning"
  106. Title.TextColor3 = Color3.fromRGB(0, 0, 0)
  107. Title.TextScaled = true
  108. Title.TextSize = 14.000
  109. Title.TextWrapped = true
  110.  
  111. Title_Roundify_5px.Name = "Title_Roundify_5px"
  112. Title_Roundify_5px.Parent = Title
  113. Title_Roundify_5px.AnchorPoint = Vector2.new(0.5, 0.5)
  114. Title_Roundify_5px.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  115. Title_Roundify_5px.BackgroundTransparency = 1.000
  116. Title_Roundify_5px.Position = UDim2.new(0.5, 0, 0.5, 0)
  117. Title_Roundify_5px.Size = UDim2.new(1, 0, 1, 0)
  118. Title_Roundify_5px.Image = "rbxassetid://3570695787"
  119. Title_Roundify_5px.ScaleType = Enum.ScaleType.Slice
  120. Title_Roundify_5px.SliceCenter = Rect.new(100, 100, 100, 100)
  121. Title_Roundify_5px.SliceScale = 0.050
  122.  
  123. FeScriptButton.Name = "FeScriptButton"
  124. FeScriptButton.Parent = Main
  125. FeScriptButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  126. FeScriptButton.BackgroundTransparency = 1.000
  127. FeScriptButton.BorderSizePixel = 0
  128. FeScriptButton.Position = UDim2.new(0.330645174, 0, 0.2576271, 0)
  129. FeScriptButton.Size = UDim2.new(0, 168, 0, 41)
  130. FeScriptButton.ZIndex = 3
  131. FeScriptButton.Font = Enum.Font.SourceSans
  132. FeScriptButton.Text = "FE Scripts"
  133. FeScriptButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  134. FeScriptButton.TextSize = 14.000
  135. FeScriptButton.MouseButton1Click:Connect(function()
  136.     if FeScriptFrame.Visible == false then
  137.         FeScriptFrame.Visible = true
  138.     else
  139.         FeScriptFrame.Visible = false
  140.     end
  141. end)
  142.  
  143. FeScriptButton_Roundify_9px.Name = "FeScriptButton_Roundify_9px"
  144. FeScriptButton_Roundify_9px.Parent = FeScriptButton
  145. FeScriptButton_Roundify_9px.Active = true
  146. FeScriptButton_Roundify_9px.AnchorPoint = Vector2.new(0.5, 0.5)
  147. FeScriptButton_Roundify_9px.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  148. FeScriptButton_Roundify_9px.BackgroundTransparency = 1.000
  149. FeScriptButton_Roundify_9px.Position = UDim2.new(0.5, 0, 0.5, 0)
  150. FeScriptButton_Roundify_9px.Selectable = true
  151. FeScriptButton_Roundify_9px.Size = UDim2.new(1, 0, 1, 0)
  152. FeScriptButton_Roundify_9px.ZIndex = 2
  153. FeScriptButton_Roundify_9px.Image = "rbxassetid://3570695787"
  154. FeScriptButton_Roundify_9px.ImageColor3 = Color3.fromRGB(57, 57, 57)
  155. FeScriptButton_Roundify_9px.ScaleType = Enum.ScaleType.Slice
  156. FeScriptButton_Roundify_9px.SliceCenter = Rect.new(100, 100, 100, 100)
  157. FeScriptButton_Roundify_9px.SliceScale = 0.090
  158.  
  159. FeScriptFrame.Name = "FeScriptFrame"
  160. FeScriptFrame.Parent = FeScriptButton
  161. FeScriptFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  162. FeScriptFrame.BackgroundTransparency = 1.000
  163. FeScriptFrame.Position = UDim2.new(2.087, 0, -1.865, 0)
  164. FeScriptFrame.Size = UDim2.new(0, 496, 0, 295)
  165. FeScriptFrame.Visible = false
  166. FeScriptFrame.Image = "rbxassetid://3570695787"
  167. FeScriptFrame.ImageColor3 = Color3.fromRGB(124, 124, 124)
  168. FeScriptFrame.ScaleType = Enum.ScaleType.Slice
  169. FeScriptFrame.SliceCenter = Rect.new(100, 100, 100, 100)
  170. FeScriptFrame.SliceScale = 0.120
  171. FeScriptFrame.Active = true
  172. FeScriptFrame.Draggable = true
  173.  
  174. Heading_2.Name = "Heading"
  175. Heading_2.Parent = FeScriptFrame
  176. Heading_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  177. Heading_2.BackgroundTransparency = 1.000
  178. Heading_2.Size = UDim2.new(0, 496, 0, 30)
  179. Heading_2.Image = "rbxassetid://3570695787"
  180. Heading_2.ImageColor3 = Color3.fromRGB(0, 4, 255)
  181. Heading_2.ScaleType = Enum.ScaleType.Slice
  182. Heading_2.SliceCenter = Rect.new(100, 100, 100, 100)
  183. Heading_2.SliceScale = 0.090
  184. Heading_2.Active = true
  185. Heading_2.Draggable = true
  186.  
  187. TextButton.Parent = FeScriptFrame
  188. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  189. TextButton.Position = UDim2.new(0.0342741981, 0, 0.26440677, 0)
  190. TextButton.Size = UDim2.new(0, 136, 0, 34)
  191. TextButton.Font = Enum.Font.SourceSans
  192. TextButton.Text = "Nep V RB"
  193. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  194. TextButton.TextSize = 14.000
  195. TextButton.MouseButton1Click:Connect(function()
  196.     loadstring(game:HttpGet(('https://pastebin.com/raw/gDi503fB'),true))()
  197. end)
  198.  
  199. TextButton_2.Parent = FeScriptFrame
  200. TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  201. TextButton_2.Position = UDim2.new(0.0342741981, 0, 0.532203376, 0)
  202. TextButton_2.Size = UDim2.new(0, 136, 0, 34)
  203. TextButton_2.Font = Enum.Font.SourceSans
  204. TextButton_2.Text = "Nep V"
  205. TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  206. TextButton_2.TextSize = 14.000
  207. TextButton_2.MouseButton1Click:Connect(function()
  208.     loadstring(game:HttpGet(('https://pastebin.com/raw/hKrna04v'),true))()
  209. end)
  210.  
  211. TextButton_3.Parent = FeScriptFrame
  212. TextButton_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  213. TextButton_3.Position = UDim2.new(0.0342741981, 0, 0.789830506, 0)
  214. TextButton_3.Size = UDim2.new(0, 136, 0, 34)
  215. TextButton_3.Font = Enum.Font.SourceSans
  216. TextButton_3.Text = "Cop"
  217. TextButton_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  218. TextButton_3.TextSize = 14.000
  219. TextButton_3.MouseButton1Click:Connect(function()
  220.     loadstring(game:HttpGet(('https://pastebin.com/raw/VAA5Mf60'),true))()
  221. end)
  222.  
  223. TextButton_4.Parent = FeScriptFrame
  224. TextButton_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  225. TextButton_4.Position = UDim2.new(0.362903208, 0, 0.789830506, 0)
  226. TextButton_4.Size = UDim2.new(0, 136, 0, 34)
  227. TextButton_4.Font = Enum.Font.SourceSans
  228. TextButton_4.Text = "Gale Fighter"
  229. TextButton_4.TextColor3 = Color3.fromRGB(0, 0, 0)
  230. TextButton_4.TextSize = 14.000
  231. TextButton_4.MouseButton1Click:Connect(function()
  232.     loadstring(game:HttpGet(('https://pastebin.com/raw/yVXFL5QY'),true))()
  233. end)
  234.  
  235. TextButton_5.Parent = FeScriptFrame
  236. TextButton_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  237. TextButton_5.Position = UDim2.new(0.362903208, 0, 0.532203376, 0)
  238. TextButton_5.Size = UDim2.new(0, 136, 0, 34)
  239. TextButton_5.Font = Enum.Font.SourceSans
  240. TextButton_5.Text = "Sniper"
  241. TextButton_5.TextColor3 = Color3.fromRGB(0, 0, 0)
  242. TextButton_5.TextSize = 14.000
  243. TextButton_5.MouseButton1Click:Connect(function()
  244.     loadstring(game:HttpGet(('https://pastebin.com/raw/dtz7qGBg'),true))()
  245. end)
  246.  
  247. TextButton_6.Parent = FeScriptFrame
  248. TextButton_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  249. TextButton_6.Position = UDim2.new(0.362903208, 0, 0.267796606, 0)
  250. TextButton_6.Size = UDim2.new(0, 136, 0, 34)
  251. TextButton_6.Font = Enum.Font.SourceSans
  252. TextButton_6.Text = "Xester"
  253. TextButton_6.TextColor3 = Color3.fromRGB(0, 0, 0)
  254. TextButton_6.TextSize = 14.000
  255. TextButton_6.MouseButton1Click:Connect(function()
  256.     loadstring(game:HttpGetAsync("https://pastebin.com/raw/RPwyPvEi"))()
  257. end)
  258.  
  259. TextButton_7.Parent = FeScriptFrame
  260. TextButton_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  261. TextButton_7.Position = UDim2.new(0.697580636, 0, 0.26255849, 0)
  262. TextButton_7.Size = UDim2.new(0, 136, 0, 35)
  263. TextButton_7.Font = Enum.Font.SourceSans
  264. TextButton_7.Text = "Elio Blasio"
  265. TextButton_7.TextColor3 = Color3.fromRGB(0, 0, 0)
  266. TextButton_7.TextSize = 14.000
  267. TextButton_7.MouseButton1Click:Connect(function()
  268.     loadstring(game:HttpGet(('https://pastebin.com/raw/Uqgjgieq'),true))()
  269. end)
  270.  
  271. TextButton_8.Parent = FeScriptFrame
  272. TextButton_8.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  273. TextButton_8.Position = UDim2.new(0.697580636, 0, 0.532203376, 0)
  274. TextButton_8.Size = UDim2.new(0, 136, 0, 35)
  275. TextButton_8.Font = Enum.Font.SourceSans
  276. TextButton_8.Text = "RB bow"
  277. TextButton_8.TextColor3 = Color3.fromRGB(0, 0, 0)
  278. TextButton_8.TextSize = 14.000
  279. TextButton_8.MouseButton1Click:Connect(function()
  280.     loadstring(game:HttpGet(('https://pastebin.com/raw/n7r4WaS8'),true))()
  281. end)
  282.  
  283. TextButton_9.Parent = FeScriptFrame
  284. TextButton_9.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  285. TextButton_9.Position = UDim2.new(0.697580636, 0, 0.789830565, 0)
  286. TextButton_9.Size = UDim2.new(0, 136, 0, 34)
  287. TextButton_9.Font = Enum.Font.SourceSans
  288. TextButton_9.Text = "FE Building"
  289. TextButton_9.TextColor3 = Color3.fromRGB(0, 0, 0)
  290. TextButton_9.TextSize = 14.000
  291. TextButton_9.MouseButton1Click:Connect(function()
  292.     loadstring(game:HttpGet(('https://pastebin.com/raw/HB0UvFC4'),true))()
  293. end)
  294.  
  295. FescriptsTitle.Name = "FescriptsTitle"
  296. FescriptsTitle.Parent = FeScriptFrame
  297. FescriptsTitle.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  298. FescriptsTitle.BackgroundTransparency = 1.000
  299. FescriptsTitle.BorderSizePixel = 0
  300. FescriptsTitle.Position = UDim2.new(0.393145174, 0, 0.0135593219, 0)
  301. FescriptsTitle.Size = UDim2.new(0, 106, 0, 19)
  302. FescriptsTitle.ZIndex = 2
  303. FescriptsTitle.Font = Enum.Font.SourceSans
  304. FescriptsTitle.Text = "Fe Scripts"
  305. FescriptsTitle.TextColor3 = Color3.fromRGB(0, 0, 0)
  306. FescriptsTitle.TextSize = 14.000
  307. FescriptsTitle.Visible = true
  308.  
  309.  
  310. LocalScriptsbutton.Name = "LocalScriptsbutton"
  311. LocalScriptsbutton.Parent = Main
  312. LocalScriptsbutton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  313. LocalScriptsbutton.BackgroundTransparency = 1.000
  314. LocalScriptsbutton.BorderSizePixel = 0
  315. LocalScriptsbutton.Position = UDim2.new(0.330645174, 0, 0.779661059, 0)
  316. LocalScriptsbutton.Size = UDim2.new(0, 168, 0, 41)
  317. LocalScriptsbutton.ZIndex = 5
  318. LocalScriptsbutton.Font = Enum.Font.SourceSans
  319. LocalScriptsbutton.Text = "Local Scripts"
  320. LocalScriptsbutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  321. LocalScriptsbutton.TextSize = 14.000
  322. LocalScriptsbutton.MouseButton1Click:Connect(function()
  323.     if LocalScriptsFrame.Visible == false then
  324.         LocalScriptsFrame.Visible = true
  325.     else
  326.         LocalScriptsFrame.Visible = false
  327.     end
  328. end)
  329.  
  330. LocalScriptsbutton_Roundify_9px.Name = "LocalScriptsbutton_Roundify_9px"
  331. LocalScriptsbutton_Roundify_9px.Parent = LocalScriptsbutton
  332. LocalScriptsbutton_Roundify_9px.Active = true
  333. LocalScriptsbutton_Roundify_9px.AnchorPoint = Vector2.new(0.5, 0.5)
  334. LocalScriptsbutton_Roundify_9px.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  335. LocalScriptsbutton_Roundify_9px.BackgroundTransparency = 1.000
  336. LocalScriptsbutton_Roundify_9px.Position = UDim2.new(0.5, 0, 0.5, 0)
  337. LocalScriptsbutton_Roundify_9px.Selectable = true
  338. LocalScriptsbutton_Roundify_9px.Size = UDim2.new(1, 0, 1, 0)
  339. LocalScriptsbutton_Roundify_9px.ZIndex = 4
  340. LocalScriptsbutton_Roundify_9px.Image = "rbxassetid://3570695787"
  341. LocalScriptsbutton_Roundify_9px.ImageColor3 = Color3.fromRGB(57, 57, 57)
  342. LocalScriptsbutton_Roundify_9px.ScaleType = Enum.ScaleType.Slice
  343. LocalScriptsbutton_Roundify_9px.SliceCenter = Rect.new(100, 100, 100, 100)
  344. LocalScriptsbutton_Roundify_9px.SliceScale = 0.090
  345.  
  346. LocalScriptsFrame.Name = "LocalScriptsFrame"
  347. LocalScriptsFrame.Parent = LocalScriptsbutton
  348. LocalScriptsFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  349. LocalScriptsFrame.BackgroundTransparency = 1.000
  350. LocalScriptsFrame.Position = UDim2.new(2.087, 0, -1.865, 0)
  351. LocalScriptsFrame.Size = UDim2.new(0, 496, 0, 303)
  352. LocalScriptsFrame.Visible = false
  353. LocalScriptsFrame.Image = "rbxassetid://3570695787"
  354. LocalScriptsFrame.ImageColor3 = Color3.fromRGB(124, 124, 124)
  355. LocalScriptsFrame.ScaleType = Enum.ScaleType.Slice
  356. LocalScriptsFrame.SliceCenter = Rect.new(100, 100, 100, 100)
  357. LocalScriptsFrame.SliceScale = 0.120
  358. LocalScriptsFrame.Active = true
  359. LocalScriptsFrame.Draggable = true
  360.  
  361. Heading_3.Name = "Heading"
  362. Heading_3.Parent = LocalScriptsFrame
  363. Heading_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  364. Heading_3.BackgroundTransparency = 1.000
  365. Heading_3.Size = UDim2.new(0, 496, 0, 30)
  366. Heading_3.Image = "rbxassetid://3570695787"
  367. Heading_3.ImageColor3 = Color3.fromRGB(0, 4, 255)
  368. Heading_3.ScaleType = Enum.ScaleType.Slice
  369. Heading_3.SliceCenter = Rect.new(100, 100, 100, 100)
  370. Heading_3.SliceScale = 0.090
  371. Heading_3.Active = true
  372. Heading_3.Draggable = true
  373.  
  374. TextLabel.Parent = Heading_3
  375. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  376. TextLabel.Position = UDim2.new(0.391129047, 0, 0.166666672, 0)
  377. TextLabel.Size = UDim2.new(0, 106, 0, 19)
  378. TextLabel.ZIndex = 2
  379. TextLabel.Font = Enum.Font.SourceSans
  380. TextLabel.Text = "Local Scripts"
  381. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  382. TextLabel.TextSize = 14.000
  383.  
  384.  
  385. TextButton_10.Parent = LocalScriptsFrame
  386. TextButton_10.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  387. TextButton_10.BackgroundTransparency = 1.000
  388. TextButton_10.BorderSizePixel = 0
  389. TextButton_10.Position = UDim2.new(0.36088711, 0, 0.247524753, 0)
  390. TextButton_10.Size = UDim2.new(0, 136, 0, 34)
  391. TextButton_10.ZIndex = 2
  392. TextButton_10.Font = Enum.Font.SourceSans
  393. TextButton_10.Text = "Fly"
  394. TextButton_10.TextColor3 = Color3.fromRGB(0, 0, 0)
  395. TextButton_10.TextSize = 14.000
  396. TextButton_10.MouseButton1Click:Connect(function()
  397.     loadstring(game:HttpGet(('https://pastebin.com/raw/q6S4AcxJ'),true))()
  398. end)
  399.  
  400. TextButton_Roundify_5px.Name = "TextButton_Roundify_5px"
  401. TextButton_Roundify_5px.Parent = TextButton_10
  402. TextButton_Roundify_5px.Active = true
  403. TextButton_Roundify_5px.AnchorPoint = Vector2.new(0.5, 0.5)
  404. TextButton_Roundify_5px.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  405. TextButton_Roundify_5px.BackgroundTransparency = 1.000
  406. TextButton_Roundify_5px.Position = UDim2.new(0.5, 0, 0.5, 0)
  407. TextButton_Roundify_5px.Selectable = true
  408. TextButton_Roundify_5px.Size = UDim2.new(1, 0, 1, 0)
  409. TextButton_Roundify_5px.Image = "rbxassetid://3570695787"
  410. TextButton_Roundify_5px.ScaleType = Enum.ScaleType.Slice
  411. TextButton_Roundify_5px.SliceCenter = Rect.new(100, 100, 100, 100)
  412. TextButton_Roundify_5px.SliceScale = 0.050
  413.  
  414. TextButton_11.Parent = LocalScriptsFrame
  415. TextButton_11.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  416. TextButton_11.BackgroundTransparency = 1.000
  417. TextButton_11.BorderSizePixel = 0
  418. TextButton_11.Position = UDim2.new(0.36088711, 0, 0.41254127, 0)
  419. TextButton_11.Size = UDim2.new(0, 136, 0, 34)
  420. TextButton_11.ZIndex = 2
  421. TextButton_11.Font = Enum.Font.SourceSans
  422. TextButton_11.Text = "NoClip"
  423. TextButton_11.TextColor3 = Color3.fromRGB(0, 0, 0)
  424. TextButton_11.TextSize = 14.000
  425. TextButton_11.MouseButton1Click:Connect(function()
  426.     loadstring(game:HttpGet(('https://pastebin.com/raw/Hhnhj1LS'),true))()
  427. end)
  428.  
  429. TextButton_Roundify_5px_2.Name = "TextButton_Roundify_5px"
  430. TextButton_Roundify_5px_2.Parent = TextButton_11
  431. TextButton_Roundify_5px_2.Active = true
  432. TextButton_Roundify_5px_2.AnchorPoint = Vector2.new(0.5, 0.5)
  433. TextButton_Roundify_5px_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  434. TextButton_Roundify_5px_2.BackgroundTransparency = 1.000
  435. TextButton_Roundify_5px_2.Position = UDim2.new(0.5, 0, 0.5, 0)
  436. TextButton_Roundify_5px_2.Selectable = true
  437. TextButton_Roundify_5px_2.Size = UDim2.new(1, 0, 1, 0)
  438. TextButton_Roundify_5px_2.Image = "rbxassetid://3570695787"
  439. TextButton_Roundify_5px_2.ScaleType = Enum.ScaleType.Slice
  440. TextButton_Roundify_5px_2.SliceCenter = Rect.new(100, 100, 100, 100)
  441. TextButton_Roundify_5px_2.SliceScale = 0.050
  442.  
  443. TextButton_12.Parent = LocalScriptsFrame
  444. TextButton_12.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  445. TextButton_12.BackgroundTransparency = 1.000
  446. TextButton_12.BorderSizePixel = 0
  447. TextButton_12.Position = UDim2.new(0.36088711, 0, 0.597359776, 0)
  448. TextButton_12.Size = UDim2.new(0, 136, 0, 34)
  449. TextButton_12.ZIndex = 2
  450. TextButton_12.Font = Enum.Font.SourceSans
  451. TextButton_12.Text = "WalkSpeed"
  452. TextButton_12.TextColor3 = Color3.fromRGB(0, 0, 0)
  453. TextButton_12.TextSize = 14.000
  454. TextButton_12.MouseButton1Click:Connect(function()
  455.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 60
  456. end)
  457.  
  458. TextButton_Roundify_5px_3.Name = "TextButton_Roundify_5px"
  459. TextButton_Roundify_5px_3.Parent = TextButton_12
  460. TextButton_Roundify_5px_3.Active = true
  461. TextButton_Roundify_5px_3.AnchorPoint = Vector2.new(0.5, 0.5)
  462. TextButton_Roundify_5px_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  463. TextButton_Roundify_5px_3.BackgroundTransparency = 1.000
  464. TextButton_Roundify_5px_3.Position = UDim2.new(0.5, 0, 0.5, 0)
  465. TextButton_Roundify_5px_3.Selectable = true
  466. TextButton_Roundify_5px_3.Size = UDim2.new(1, 0, 1, 0)
  467. TextButton_Roundify_5px_3.Image = "rbxassetid://3570695787"
  468. TextButton_Roundify_5px_3.ScaleType = Enum.ScaleType.Slice
  469. TextButton_Roundify_5px_3.SliceCenter = Rect.new(100, 100, 100, 100)
  470. TextButton_Roundify_5px_3.SliceScale = 0.050
  471.  
  472. TextButton_13.Parent = LocalScriptsFrame
  473. TextButton_13.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  474. TextButton_13.BackgroundTransparency = 1.000
  475. TextButton_13.BorderSizePixel = 0
  476. TextButton_13.Position = UDim2.new(0.36088711, 0, 0.778877914, 0)
  477. TextButton_13.Size = UDim2.new(0, 136, 0, 34)
  478. TextButton_13.ZIndex = 2
  479. TextButton_13.Font = Enum.Font.SourceSans
  480. TextButton_13.Text = "JumpPower"
  481. TextButton_13.TextColor3 = Color3.fromRGB(0, 0, 0)
  482. TextButton_13.TextSize = 14.000
  483. TextButton_13.MouseButton1Click:Connect(function()
  484.     game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
  485. end)
  486.  
  487. TextButton_Roundify_5px_4.Name = "TextButton_Roundify_5px"
  488. TextButton_Roundify_5px_4.Parent = TextButton_13
  489. TextButton_Roundify_5px_4.Active = true
  490. TextButton_Roundify_5px_4.AnchorPoint = Vector2.new(0.5, 0.5)
  491. TextButton_Roundify_5px_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  492. TextButton_Roundify_5px_4.BackgroundTransparency = 1.000
  493. TextButton_Roundify_5px_4.Position = UDim2.new(0.5, 0, 0.5, 0)
  494. TextButton_Roundify_5px_4.Selectable = true
  495. TextButton_Roundify_5px_4.Size = UDim2.new(1, 0, 1, 0)
  496. TextButton_Roundify_5px_4.Image = "rbxassetid://3570695787"
  497. TextButton_Roundify_5px_4.ScaleType = Enum.ScaleType.Slice
  498. TextButton_Roundify_5px_4.SliceCenter = Rect.new(100, 100, 100, 100)
  499. TextButton_Roundify_5px_4.SliceScale = 0.050
  500.  
  501. Guisbutton.Name = "Guisbutton"
  502. Guisbutton.Parent = Main
  503. Guisbutton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  504. Guisbutton.BackgroundTransparency = 1.000
  505. Guisbutton.BorderSizePixel = 0
  506. Guisbutton.Position = UDim2.new(0.330645174, 0, 0.515254259, 0)
  507. Guisbutton.Size = UDim2.new(0, 168, 0, 41)
  508. Guisbutton.ZIndex = 2
  509. Guisbutton.Font = Enum.Font.SourceSans
  510. Guisbutton.Text = "GUI'S"
  511. Guisbutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  512. Guisbutton.TextSize = 14.000
  513. Guisbutton.MouseButton1Click:Connect(function()
  514.     if GuisFrame.Visible == false then
  515.         GuisFrame.Visible = true
  516.     else
  517.         GuisFrame.Visible = false
  518.     end
  519. end)
  520.  
  521. Guisbutton_Roundify_9px.Name = "Guisbutton_Roundify_9px"
  522. Guisbutton_Roundify_9px.Parent = Guisbutton
  523. Guisbutton_Roundify_9px.Active = true
  524. Guisbutton_Roundify_9px.AnchorPoint = Vector2.new(0.5, 0.5)
  525. Guisbutton_Roundify_9px.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  526. Guisbutton_Roundify_9px.BackgroundTransparency = 1.000
  527. Guisbutton_Roundify_9px.Position = UDim2.new(0.5, 0, 0.5, 0)
  528. Guisbutton_Roundify_9px.Selectable = true
  529. Guisbutton_Roundify_9px.Size = UDim2.new(1, 0, 1, 0)
  530. Guisbutton_Roundify_9px.Image = "rbxassetid://3570695787"
  531. Guisbutton_Roundify_9px.ImageColor3 = Color3.fromRGB(57, 57, 57)
  532. Guisbutton_Roundify_9px.ScaleType = Enum.ScaleType.Slice
  533. Guisbutton_Roundify_9px.SliceCenter = Rect.new(100, 100, 100, 100)
  534. Guisbutton_Roundify_9px.SliceScale = 0.090
  535.  
  536. GuisFrame.Name = "GuisFrame"
  537. GuisFrame.Parent = Guisbutton
  538. GuisFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  539. GuisFrame.BackgroundTransparency = 1.000
  540. GuisFrame.Position = UDim2.new(2.087, 0, -1.865, 0)
  541. GuisFrame.Size = UDim2.new(0, 496, 0, 303)
  542. GuisFrame.Visible = false
  543. GuisFrame.Image = "rbxassetid://3570695787"
  544. GuisFrame.ImageColor3 = Color3.fromRGB(124, 124, 124)
  545. GuisFrame.ScaleType = Enum.ScaleType.Slice
  546. GuisFrame.SliceCenter = Rect.new(100, 100, 100, 100)
  547. GuisFrame.SliceScale = 0.120
  548. GuisFrame.Active = true
  549. GuisFrame.Draggable = true
  550.  
  551. Heading_4.Name = "Heading"
  552. Heading_4.Parent = GuisFrame
  553. Heading_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  554. Heading_4.BackgroundTransparency = 1.000
  555. Heading_4.Size = UDim2.new(0, 496, 0, 30)
  556. Heading_4.Image = "rbxassetid://3570695787"
  557. Heading_4.ImageColor3 = Color3.fromRGB(0, 4, 255)
  558. Heading_4.ScaleType = Enum.ScaleType.Slice
  559. Heading_4.SliceCenter = Rect.new(100, 100, 100, 100)
  560. Heading_4.SliceScale = 0.090
  561. Heading_4.Active = true
  562. Heading_4.Draggable = true
  563.  
  564. TextLabel_2.Parent = Heading_4
  565. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  566. TextLabel_2.BackgroundTransparency = 1.000
  567. TextLabel_2.BorderSizePixel = 0
  568. TextLabel_2.Position = UDim2.new(0.393145174, 0, 0.166666672, 0)
  569. TextLabel_2.Size = UDim2.new(0, 106, 0, 19)
  570. TextLabel_2.ZIndex = 3
  571. TextLabel_2.Font = Enum.Font.SourceSans
  572. TextLabel_2.Text = "GUI's"
  573. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  574. TextLabel_2.TextSize = 14.000
  575.  
  576.  
  577. TextButton_14.Parent = GuisFrame
  578. TextButton_14.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  579. TextButton_14.BackgroundTransparency = 1.000
  580. TextButton_14.BorderSizePixel = 0
  581. TextButton_14.Position = UDim2.new(0.0524193496, 0, 0.231023118, 0)
  582. TextButton_14.Size = UDim2.new(0, 136, 0, 34)
  583. TextButton_14.ZIndex = 2
  584. TextButton_14.Font = Enum.Font.SourceSans
  585. TextButton_14.Text = "Natural Disaster"
  586. TextButton_14.TextColor3 = Color3.fromRGB(0, 0, 0)
  587. TextButton_14.TextSize = 14.000
  588. TextButton_14.MouseButton1Click:Connect(function()
  589.     loadstring(game:HttpGet(("https://raw.githubusercontent.com/Yarik312/DarkWare/main/MainLoader"), true))()
  590. end)
  591.  
  592. TextButton_Roundify_5px_5.Name = "TextButton_Roundify_5px"
  593. TextButton_Roundify_5px_5.Parent = TextButton_14
  594. TextButton_Roundify_5px_5.Active = true
  595. TextButton_Roundify_5px_5.AnchorPoint = Vector2.new(0.5, 0.5)
  596. TextButton_Roundify_5px_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  597. TextButton_Roundify_5px_5.BackgroundTransparency = 1.000
  598. TextButton_Roundify_5px_5.Position = UDim2.new(0.5, 0, 0.5, 0)
  599. TextButton_Roundify_5px_5.Selectable = true
  600. TextButton_Roundify_5px_5.Size = UDim2.new(1, 0, 1, 0)
  601. TextButton_Roundify_5px_5.Image = "rbxassetid://3570695787"
  602. TextButton_Roundify_5px_5.ScaleType = Enum.ScaleType.Slice
  603. TextButton_Roundify_5px_5.SliceCenter = Rect.new(100, 100, 100, 100)
  604. TextButton_Roundify_5px_5.SliceScale = 0.050
  605.  
  606. TextButton_15.Parent = GuisFrame
  607. TextButton_15.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  608. TextButton_15.BackgroundTransparency = 1.000
  609. TextButton_15.BorderSizePixel = 0
  610. TextButton_15.Position = UDim2.new(0.0524193496, 0, 0.442244232, 0)
  611. TextButton_15.Size = UDim2.new(0, 136, 0, 34)
  612. TextButton_15.ZIndex = 2
  613. TextButton_15.Font = Enum.Font.SourceSans
  614. TextButton_15.Text = "JailBreak"
  615. TextButton_15.TextColor3 = Color3.fromRGB(0, 0, 0)
  616. TextButton_15.TextSize = 14.000
  617. TextButton_15.MouseButton1Click:Connect(function()
  618.     loadstring(game:HttpGet(('https://pastebin.com/raw/7x6twUiV'),true))()
  619. end)
  620.  
  621. TextButton_Roundify_5px_6.Name = "TextButton_Roundify_5px"
  622. TextButton_Roundify_5px_6.Parent = TextButton_15
  623. TextButton_Roundify_5px_6.Active = true
  624. TextButton_Roundify_5px_6.AnchorPoint = Vector2.new(0.5, 0.5)
  625. TextButton_Roundify_5px_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  626. TextButton_Roundify_5px_6.BackgroundTransparency = 1.000
  627. TextButton_Roundify_5px_6.Position = UDim2.new(0.5, 0, 0.5, 0)
  628. TextButton_Roundify_5px_6.Selectable = true
  629. TextButton_Roundify_5px_6.Size = UDim2.new(1, 0, 1, 0)
  630. TextButton_Roundify_5px_6.Image = "rbxassetid://3570695787"
  631. TextButton_Roundify_5px_6.ScaleType = Enum.ScaleType.Slice
  632. TextButton_Roundify_5px_6.SliceCenter = Rect.new(100, 100, 100, 100)
  633. TextButton_Roundify_5px_6.SliceScale = 0.050
  634.  
  635. TextButton_16.Parent = GuisFrame
  636. TextButton_16.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  637. TextButton_16.BackgroundTransparency = 1.000
  638. TextButton_16.BorderSizePixel = 0
  639. TextButton_16.Position = UDim2.new(0.0524193496, 0, 0.663366318, 0)
  640. TextButton_16.Size = UDim2.new(0, 136, 0, 34)
  641. TextButton_16.ZIndex = 2
  642. TextButton_16.Font = Enum.Font.SourceSans
  643. TextButton_16.Text = "ChatBypass"
  644. TextButton_16.TextColor3 = Color3.fromRGB(0, 0, 0)
  645. TextButton_16.TextSize = 14.000
  646. TextButton_16.MouseButton1Click:Connect(function()
  647.     loadstring(game:HttpGet('https://raw.githubusercontent.com/bedra45/chetbypasser/main/chetbypass'))()
  648. end)
  649.  
  650. TextButton_Roundify_5px_7.Name = "TextButton_Roundify_5px"
  651. TextButton_Roundify_5px_7.Parent = TextButton_16
  652. TextButton_Roundify_5px_7.Active = true
  653. TextButton_Roundify_5px_7.AnchorPoint = Vector2.new(0.5, 0.5)
  654. TextButton_Roundify_5px_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  655. TextButton_Roundify_5px_7.BackgroundTransparency = 1.000
  656. TextButton_Roundify_5px_7.Position = UDim2.new(0.5, 0, 0.5, 0)
  657. TextButton_Roundify_5px_7.Selectable = true
  658. TextButton_Roundify_5px_7.Size = UDim2.new(1, 0, 1, 0)
  659. TextButton_Roundify_5px_7.Image = "rbxassetid://3570695787"
  660. TextButton_Roundify_5px_7.ScaleType = Enum.ScaleType.Slice
  661. TextButton_Roundify_5px_7.SliceCenter = Rect.new(100, 100, 100, 100)
  662. TextButton_Roundify_5px_7.SliceScale = 0.050
  663.  
  664. TextButton_17.Parent = GuisFrame
  665. TextButton_17.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  666. TextButton_17.BackgroundTransparency = 1.000
  667. TextButton_17.BorderSizePixel = 0
  668. TextButton_17.Position = UDim2.new(0.677419305, 0, 0.458745837, 0)
  669. TextButton_17.Size = UDim2.new(0, 136, 0, 34)
  670. TextButton_17.ZIndex = 2
  671. TextButton_17.Font = Enum.Font.SourceSans
  672. TextButton_17.Text = "Reviz Admin"
  673. TextButton_17.TextColor3 = Color3.fromRGB(0, 0, 0)
  674. TextButton_17.TextSize = 14.000
  675. TextButton_17.MouseButton1Click:Connect(function()
  676.     loadstring(game:HttpGet(('https://pastebin.com/raw/pyzjWNhk'),true))()
  677. end)
  678.  
  679. TextButton_Roundify_5px_8.Name = "TextButton_Roundify_5px"
  680. TextButton_Roundify_5px_8.Parent = TextButton_17
  681. TextButton_Roundify_5px_8.Active = true
  682. TextButton_Roundify_5px_8.AnchorPoint = Vector2.new(0.5, 0.5)
  683. TextButton_Roundify_5px_8.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  684. TextButton_Roundify_5px_8.BackgroundTransparency = 1.000
  685. TextButton_Roundify_5px_8.Position = UDim2.new(0.5, 0, 0.5, 0)
  686. TextButton_Roundify_5px_8.Selectable = true
  687. TextButton_Roundify_5px_8.Size = UDim2.new(1, 0, 1, 0)
  688. TextButton_Roundify_5px_8.Image = "rbxassetid://3570695787"
  689. TextButton_Roundify_5px_8.ScaleType = Enum.ScaleType.Slice
  690. TextButton_Roundify_5px_8.SliceCenter = Rect.new(100, 100, 100, 100)
  691. TextButton_Roundify_5px_8.SliceScale = 0.050
  692.  
  693. TextButton_18.Parent = GuisFrame
  694. TextButton_18.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  695. TextButton_18.BackgroundTransparency = 1.000
  696. TextButton_18.BorderSizePixel = 0
  697. TextButton_18.Position = UDim2.new(0.675403237, 0, 0.231023073, 0)
  698. TextButton_18.Size = UDim2.new(0, 136, 0, 34)
  699. TextButton_18.ZIndex = 4
  700. TextButton_18.Font = Enum.Font.SourceSans
  701. TextButton_18.Text = "Infinite Yield"
  702. TextButton_18.TextColor3 = Color3.fromRGB(0, 0, 0)
  703. TextButton_18.TextSize = 14.000
  704. TextButton_18.MouseButton1Click:Connect(function()
  705.     loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  706. end)
  707.  
  708. TextButton_Roundify_5px_9.Name = "TextButton_Roundify_5px"
  709. TextButton_Roundify_5px_9.Parent = TextButton_18
  710. TextButton_Roundify_5px_9.Active = true
  711. TextButton_Roundify_5px_9.AnchorPoint = Vector2.new(0.5, 0.5)
  712. TextButton_Roundify_5px_9.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  713. TextButton_Roundify_5px_9.BackgroundTransparency = 1.000
  714. TextButton_Roundify_5px_9.Position = UDim2.new(0.5, 0, 0.5, 0)
  715. TextButton_Roundify_5px_9.Selectable = true
  716. TextButton_Roundify_5px_9.Size = UDim2.new(1, 0, 1, 0)
  717. TextButton_Roundify_5px_9.ZIndex = 3
  718. TextButton_Roundify_5px_9.Image = "rbxassetid://3570695787"
  719. TextButton_Roundify_5px_9.ScaleType = Enum.ScaleType.Slice
  720. TextButton_Roundify_5px_9.SliceCenter = Rect.new(100, 100, 100, 100)
  721. TextButton_Roundify_5px_9.SliceScale = 0.050
  722.  
  723. TextButton_19.Parent = GuisFrame
  724. TextButton_19.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  725. TextButton_19.BackgroundTransparency = 1.000
  726. TextButton_19.BorderSizePixel = 0
  727. TextButton_19.Position = UDim2.new(0.675403237, 0, 0.663366318, 0)
  728. TextButton_19.Size = UDim2.new(0, 136, 0, 34)
  729. TextButton_19.ZIndex = 2
  730. TextButton_19.Font = Enum.Font.SourceSans
  731. TextButton_19.Text = "CMD-X"
  732. TextButton_19.TextColor3 = Color3.fromRGB(0, 0, 0)
  733. TextButton_19.TextSize = 14.000
  734. TextButton_19.MouseButton1Click:Connect(function()
  735.     loadstring(game:HttpGet("https://raw.githubusercontent.com/CMD-X/CMD-X/master/Source", true))()
  736. end)
  737.  
  738. TextButton_Roundify_5px_10.Name = "TextButton_Roundify_5px"
  739. TextButton_Roundify_5px_10.Parent = TextButton_19
  740. TextButton_Roundify_5px_10.Active = true
  741. TextButton_Roundify_5px_10.AnchorPoint = Vector2.new(0.5, 0.5)
  742. TextButton_Roundify_5px_10.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  743. TextButton_Roundify_5px_10.BackgroundTransparency = 1.000
  744. TextButton_Roundify_5px_10.Position = UDim2.new(0.5, 0, 0.5, 0)
  745. TextButton_Roundify_5px_10.Selectable = true
  746. TextButton_Roundify_5px_10.Size = UDim2.new(1, 0, 1, 0)
  747. TextButton_Roundify_5px_10.Image = "rbxassetid://3570695787"
  748. TextButton_Roundify_5px_10.ScaleType = Enum.ScaleType.Slice
  749. TextButton_Roundify_5px_10.SliceCenter = Rect.new(100, 100, 100, 100)
  750. TextButton_Roundify_5px_10.SliceScale = 0.050
  751.  
  752. Decor2.Name = "Decor2"
  753. Decor2.Parent = Main
  754. Decor2.BackgroundColor3 = Color3.fromRGB(12, 105, 255)
  755. Decor2.BorderSizePixel = 0
  756. Decor2.Position = UDim2.new(0.225806415, 0, 0.25762713, 0)
  757. Decor2.Size = UDim2.new(0, 30, 0, 195)
  758. Decor2.Font = Enum.Font.SourceSans
  759. Decor2.Text = ""
  760. Decor2.TextColor3 = Color3.fromRGB(0, 0, 0)
  761. Decor2.TextSize = 14.000
  762.  
  763. toggle.Name = "toggle"
  764. toggle.Parent = Main
  765. toggle.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  766. toggle.BackgroundTransparency = 1.000
  767. toggle.Position = UDim2.new(0.0201612711, 0, 0.125423729, 0)
  768. toggle.Size = UDim2.new(0, 78, 0, 38)
  769. toggle.Font = Enum.Font.SourceSans
  770. toggle.Text = "Press \"Insert\" to toggle the Gui"
  771. toggle.TextColor3 = Color3.fromRGB(0, 0, 0)
  772. toggle.TextScaled = true
  773. toggle.TextSize = 14.000
  774. toggle.TextWrapped = true
  775.  
  776. Discord.Name = "Discord"
  777. Discord.Parent = Main
  778. Discord.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  779. Discord.BackgroundTransparency = 1.000
  780. Discord.Position = UDim2.new(0.794354856, 0, 0.918644071, 0)
  781. Discord.Size = UDim2.new(0, 88, 0, 17)
  782. Discord.Font = Enum.Font.SourceSans
  783. Discord.Text = "Xafichy#9356"
  784. Discord.TextColor3 = Color3.fromRGB(0, 0, 0)
  785. Discord.TextSize = 14.000
  786.  
  787. Decor_2.Name = "Decor"
  788. Decor_2.Parent = Main
  789. Decor_2.BackgroundColor3 = Color3.fromRGB(12, 105, 255)
  790. Decor_2.BorderSizePixel = 0
  791. Decor_2.Position = UDim2.new(0.733870924, 0, 0.254237294, 0)
  792. Decor_2.Size = UDim2.new(0, 30, 0, 195)
  793. Decor_2.Font = Enum.Font.SourceSans
  794. Decor_2.Text = ""
  795. Decor_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  796. Decor_2.TextSize = 14.000
  797.  
  798. Updates.Name = "Updates"
  799. Updates.Parent = Returning
  800. Updates.BackgroundColor3 = Color3.fromRGB(6, 81, 255)
  801. Updates.Position = UDim2.new(0.663551509, 0, 0.256835759, 0)
  802. Updates.Size = UDim2.new(0, 170, 0, 226)
  803. Updates.Active = true
  804. Updates.Draggable = true
  805.  
  806. Changelog.Name = "Changelog"
  807. Changelog.Parent = Updates
  808. Changelog.BackgroundColor3 = Color3.fromRGB(85, 85, 85)
  809. Changelog.Position = UDim2.new(0, 0, 0.208144799, 0)
  810. Changelog.Size = UDim2.new(0, 170, 0, 179)
  811. Changelog.Font = Enum.Font.SourceSans
  812. Changelog.Text = "Added Net Bypass, fixed the localscripts title roundify thing not showing up."
  813. Changelog.TextColor3 = Color3.fromRGB(0, 0, 0)
  814. Changelog.TextSize = 14.000
  815. Changelog.TextScaled = true
  816.  
  817. Version.Name = "Version"
  818. Version.Parent = Updates
  819. Version.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  820. Version.BackgroundTransparency = 1.000
  821. Version.BorderColor3 = Color3.fromRGB(27, 42, 53)
  822. Version.Position = UDim2.new(0.141176477, 0, 0.0723982006, 0)
  823. Version.Size = UDim2.new(0, 122, 0, 23)
  824. Version.Font = Enum.Font.SourceSans
  825. Version.Text = "Version: 1.1"
  826. Version.TextColor3 = Color3.fromRGB(0, 0, 0)
  827. Version.TextSize = 14.000
  828.  
  829. TextButton_20.Parent = Updates
  830. TextButton_20.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
  831. TextButton_20.Position = UDim2.new(0.858823538, 0, 0, 0)
  832. TextButton_20.Size = UDim2.new(0, 24, 0, 16)
  833. TextButton_20.Font = Enum.Font.SourceSans
  834. TextButton_20.Text = "X"
  835. TextButton_20.TextColor3 = Color3.fromRGB(0, 0, 0)
  836. TextButton_20.TextSize = 14.000
  837. TextButton_20.MouseButton1Click:Connect(function()
  838.     Updates.Visible = false
  839. end)
  840. TextButton_21.Parent = FeScriptFrame
  841. TextButton_21.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  842. TextButton_21.Position = UDim2.new(0.393, 0,0.125, 0)
  843. TextButton_21.Size = UDim2.new(0, 98, 0, 23)
  844. TextButton_21.Font = Enum.Font.SourceSans
  845. TextButton_21.Text = "Net Bypass"
  846. TextButton_21.TextColor3 = Color3.fromRGB(0, 0, 0)
  847. TextButton_21.TextSize = 14.000
  848. TextButton_21.MouseButton1Click:Connect(function()
  849.     loadstring(game:HttpGet(('https://pastebin.com/raw/XTmMzATJ'),true))()
  850. end)
  851.  
  852. function onKeyPress(inputObject, gameProcessedEvent)
  853.     if inputObject.KeyCode == Enum.KeyCode.Insert then
  854.         if Main.Visible == false then
  855.             Main.Visible = true
  856.         else
  857.             Main.Visible = false
  858.         end
  859.     end
  860. end
  861.  
  862. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
Add Comment
Please, Sign In to add comment