Upscalefanatic3

Crash it GUI Script

Mar 9th, 2019
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.31 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local Crashit = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local Close = Instance.new("TextButton")
  7. local b1 = Instance.new("TextButton")
  8. local color = Instance.new("Frame")
  9. local b2 = Instance.new("TextButton")
  10. local color_2 = Instance.new("Frame")
  11. local b4 = Instance.new("TextButton")
  12. local color_3 = Instance.new("Frame")
  13. local Title = Instance.new("TextLabel")
  14. local b5 = Instance.new("TextButton")
  15. local color_4 = Instance.new("Frame")
  16. local b3 = Instance.new("TextButton")
  17. local color_5 = Instance.new("Frame")
  18. local lol = Instance.new("Frame")
  19. local Execution = Instance.new("Frame")
  20. local Frame_2 = Instance.new("Frame")
  21. local TextLabel = Instance.new("TextLabel")
  22. local Source = Instance.new("ScrollingFrame")
  23. local exect = Instance.new("TextBox")
  24. local Keywords_ = Instance.new("TextLabel")
  25. local lines = Instance.new("TextLabel")
  26. local Output = Instance.new("ScrollingFrame")
  27. local Base = Instance.new("TextLabel")
  28. local execute = Instance.new("TextButton")
  29. local color_6 = Instance.new("Frame")
  30. local clear = Instance.new("TextButton")
  31. local color_7 = Instance.new("Frame")
  32. local LoadSave = Instance.new("Frame")
  33. local Save = Instance.new("TextButton")
  34. local color_8 = Instance.new("Frame")
  35. local Load = Instance.new("TextButton")
  36. local color_9 = Instance.new("Frame")
  37. local TextBox = Instance.new("TextBox")
  38. local color_10 = Instance.new("Frame")
  39. --Properties:
  40. Crashit.Name = "Crashit"
  41. Crashit.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  42. Crashit.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  43.  
  44. Frame.Parent = Crashit
  45. Frame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  46. Frame.BorderSizePixel = 0
  47. Frame.Position = UDim2.new(0.240284815, 0, 0.321253866, 0)
  48. Frame.Size = UDim2.new(0, 328, 0, 304)
  49. Frame.ZIndex = 2
  50.  
  51. Close.Name = "Close"
  52. Close.Parent = Frame
  53. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  54. Close.BackgroundTransparency = 1
  55. Close.Position = UDim2.new(0.905487776, 0, 0, 0)
  56. Close.Size = UDim2.new(0, 30, 0, 30)
  57. Close.ZIndex = 11
  58. Close.Font = Enum.Font.SourceSans
  59. Close.Text = "{}"
  60. Close.TextColor3 = Color3.new(0.666667, 0, 0)
  61. Close.TextSize = 25
  62.  
  63. b1.Name = "b1"
  64. b1.Parent = Frame
  65. b1.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  66. b1.BorderSizePixel = 0
  67. b1.Position = UDim2.new(0.310975611, 0, 0.882587373, 0)
  68. b1.Size = UDim2.new(0, 123, 0, 25)
  69. b1.Font = Enum.Font.SourceSansBold
  70. b1.Text = "HAT-SPAM"
  71. b1.TextColor3 = Color3.new(1, 1, 1)
  72. b1.TextSize = 17
  73.  
  74. color.Name = "color"
  75. color.Parent = b1
  76. color.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  77. color.BorderSizePixel = 0
  78. color.Position = UDim2.new(0, 0, 1, 0)
  79. color.Size = UDim2.new(1, 0, 0.150000006, 0)
  80.  
  81. b2.Name = "b2"
  82. b2.Parent = Frame
  83. b2.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  84. b2.BorderSizePixel = 0
  85. b2.Position = UDim2.new(0.310975611, 0, 0.707404912, 0)
  86. b2.Size = UDim2.new(0, 123, 0, 25)
  87. b2.Font = Enum.Font.SourceSansBold
  88. b2.Text = "TP-SPAM"
  89. b2.TextColor3 = Color3.new(1, 1, 1)
  90. b2.TextSize = 17
  91.  
  92. color_2.Name = "color"
  93. color_2.Parent = b2
  94. color_2.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  95. color_2.BorderSizePixel = 0
  96. color_2.Position = UDim2.new(0, 0, 1, 0)
  97. color_2.Size = UDim2.new(1, 0, 0.150000006, 0)
  98.  
  99. b4.Name = "b4"
  100. b4.Parent = Frame
  101. b4.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  102. b4.BorderSizePixel = 0
  103. b4.Position = UDim2.new(0.310975611, 0, 0.13410008, 0)
  104. b4.Size = UDim2.new(0, 123, 0, 25)
  105. b4.Font = Enum.Font.SourceSansBold
  106. b4.Text = "EXECUTION"
  107. b4.TextColor3 = Color3.new(1, 1, 1)
  108. b4.TextSize = 17
  109.  
  110. color_3.Name = "color"
  111. color_3.Parent = b4
  112. color_3.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  113. color_3.BorderSizePixel = 0
  114. color_3.Position = UDim2.new(0, 0, 1, 0)
  115. color_3.Size = UDim2.new(1, 0, 0.150000006, 0)
  116.  
  117. Title.Name = "Title"
  118. Title.Parent = Frame
  119. Title.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  120. Title.BorderSizePixel = 0
  121. Title.Size = UDim2.new(0, 327, 0, 35)
  122. Title.ZIndex = 10
  123. Title.Font = Enum.Font.SourceSansBold
  124. Title.Text = "CRASHIT"
  125. Title.TextColor3 = Color3.new(1, 1, 1)
  126. Title.TextSize = 22
  127.  
  128. b5.Name = "b5"
  129. b5.Parent = Frame
  130. b5.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  131. b5.BorderSizePixel = 0
  132. b5.Position = UDim2.new(0.31099999, 0, 0.342000008, 0)
  133. b5.Size = UDim2.new(0, 123, 0, 25)
  134. b5.Font = Enum.Font.SourceSansBold
  135. b5.Text = "EXTRA"
  136. b5.TextColor3 = Color3.new(1, 1, 1)
  137. b5.TextSize = 17
  138.  
  139. color_4.Name = "color"
  140. color_4.Parent = b5
  141. color_4.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  142. color_4.BorderSizePixel = 0
  143. color_4.Position = UDim2.new(0, 0, 1, 0)
  144. color_4.Size = UDim2.new(1, 0, 0.150000006, 0)
  145.  
  146. b3.Name = "b3"
  147. b3.Parent = Frame
  148. b3.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  149. b3.BorderSizePixel = 0
  150. b3.Position = UDim2.new(0.310975611, 0, 0.53222245, 0)
  151. b3.Size = UDim2.new(0, 123, 0, 25)
  152. b3.Font = Enum.Font.SourceSansBold
  153. b3.Text = "literal fucking nuke"
  154. b3.TextColor3 = Color3.new(1, 1, 1)
  155. b3.TextSize = 17
  156.  
  157. color_5.Name = "color"
  158. color_5.Parent = b3
  159. color_5.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  160. color_5.BorderSizePixel = 0
  161. color_5.Position = UDim2.new(0, 0, 1, 0)
  162. color_5.Size = UDim2.new(1, 0, 0.150000006, 0)
  163.  
  164. lol.Name = "lol"
  165. lol.Parent = Crashit
  166. lol.BackgroundColor3 = Color3.new(1, 1, 1)
  167. lol.BackgroundTransparency = 1
  168. lol.Position = UDim2.new(0.655092597, 0, 0.170761675, 0)
  169. lol.Size = UDim2.new(0, 347, 0, 444)
  170.  
  171. Execution.Name = "Execution"
  172. Execution.Parent = lol
  173. Execution.BackgroundColor3 = Color3.new(0.490196, 0, 0)
  174. Execution.BorderSizePixel = 0
  175. Execution.Position = UDim2.new(-0.530677438, 0, 0.276822269, 0)
  176. Execution.Size = UDim2.new(0, 357, 0, 324)
  177.  
  178. Frame_2.Parent = Execution
  179. Frame_2.BackgroundColor3 = Color3.new(0.392157, 0, 0)
  180. Frame_2.BorderSizePixel = 0
  181. Frame_2.Size = UDim2.new(0, 357, 0, 41)
  182. Frame_2.ZIndex = 4
  183.  
  184. TextLabel.Parent = Frame_2
  185. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  186. TextLabel.BackgroundTransparency = 1
  187. TextLabel.Size = UDim2.new(0, 357, 0, 19)
  188. TextLabel.Font = Enum.Font.GothamBold
  189. TextLabel.Text = "Execution"
  190. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  191. TextLabel.TextScaled = true
  192. TextLabel.TextSize = 14
  193. TextLabel.TextWrapped = true
  194.  
  195. Source.Name = "Source"
  196. Source.Parent = Execution
  197. Source.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  198. Source.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  199. Source.BorderSizePixel = 0
  200. Source.Position = UDim2.new(0, 0, 0.055555556, 0)
  201. Source.Size = UDim2.new(0, 357, 0, 194)
  202. Source.ZIndex = 5
  203. Source.CanvasSize = UDim2.new(0, 0, 0, 999999999)
  204. Source.ScrollBarThickness = 5
  205. Source.VerticalScrollBarInset = Enum.ScrollBarInset.ScrollBar
  206.  
  207. exect.Name = "exect"
  208. exect.Parent = Source
  209. exect.BackgroundColor3 = Color3.new(1, 0, 0)
  210. exect.BackgroundTransparency = 1
  211. exect.BorderSizePixel = 0
  212. exect.Position = UDim2.new(0.0728291348, 0, 0, 0)
  213. exect.Size = UDim2.new(0, 331, 0, 99999999)
  214. exect.ClearTextOnFocus = false
  215. exect.Font = Enum.Font.Code
  216. exect.MultiLine = true
  217. exect.Text = ""
  218. exect.TextColor3 = Color3.new(1, 1, 1)
  219. exect.TextSize = 15
  220. exect.TextWrapped = true
  221. exect.TextXAlignment = Enum.TextXAlignment.Left
  222. exect.TextYAlignment = Enum.TextYAlignment.Top
  223.  
  224. Keywords_.Name = "Keywords_"
  225. Keywords_.Parent = exect
  226. Keywords_.BackgroundColor3 = Color3.new(1, 0.215686, 0.517647)
  227. Keywords_.BackgroundTransparency = 1
  228. Keywords_.BorderSizePixel = 0
  229. Keywords_.Position = UDim2.new(0.00280112028, 0, 0, 0)
  230. Keywords_.Size = UDim2.new(1, 0, 1, 0)
  231. Keywords_.Visible = false
  232. Keywords_.Font = Enum.Font.Code
  233. Keywords_.Text = "print"
  234. Keywords_.TextColor3 = Color3.new(1, 0.215686, 0.517647)
  235. Keywords_.TextSize = 12
  236. Keywords_.TextXAlignment = Enum.TextXAlignment.Left
  237. Keywords_.TextYAlignment = Enum.TextYAlignment.Top
  238.  
  239. lines.Name = "lines"
  240. lines.Parent = Source
  241. lines.BackgroundColor3 = Color3.new(1, 1, 1)
  242. lines.BackgroundTransparency = 1
  243. lines.Size = UDim2.new(0, 21, 0, 100)
  244. lines.Font = Enum.Font.Code
  245. lines.Text = ""
  246. lines.TextColor3 = Color3.new(0, 1, 0.917647)
  247. lines.TextSize = 15
  248. lines.TextYAlignment = Enum.TextYAlignment.Top
  249. lines.ZIndex = 99999
  250.  
  251. Output.Name = "Output"
  252. Output.Parent = Execution
  253. Output.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  254. Output.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  255. Output.BorderSizePixel = 0
  256. Output.Position = UDim2.new(0, 0, 0.771605015, 0)
  257. Output.Size = UDim2.new(0, 357, 0, 74)
  258.  
  259. Base.Name = "Base"
  260. Base.Parent = Output
  261. Base.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  262. Base.BackgroundTransparency = 1
  263. Base.Position = UDim2.new(0, 0, 0, -990)
  264. Base.Size = UDim2.new(0, 339, 0, 18)
  265. Base.Font = Enum.Font.SourceSans
  266. Base.Text = ""
  267. Base.TextColor3 = Color3.new(1, 1, 0)
  268. Base.TextSize = 14
  269.  
  270. execute.Name = "execute"
  271. execute.Parent = Execution
  272. execute.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  273. execute.BorderSizePixel = 0
  274. execute.Position = UDim2.new(0.103641465, 0, 0.672839522, 0)
  275. execute.Size = UDim2.new(0, 123, 0, 25)
  276. execute.Font = Enum.Font.SourceSansBold
  277. execute.Text = "EXECUTE"
  278. execute.TextColor3 = Color3.new(1, 1, 1)
  279. execute.TextSize = 17
  280.  
  281. color_6.Name = "color"
  282. color_6.Parent = execute
  283. color_6.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  284. color_6.BorderSizePixel = 0
  285. color_6.Position = UDim2.new(0, 0, 1, 0)
  286. color_6.Size = UDim2.new(1, 0, 0.150000006, 0)
  287.  
  288. clear.Name = "clear"
  289. clear.Parent = Execution
  290. clear.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  291. clear.BorderSizePixel = 0
  292. clear.Position = UDim2.new(0.549019635, 0, 0.672839522, 0)
  293. clear.Size = UDim2.new(0, 123, 0, 25)
  294. clear.Font = Enum.Font.SourceSansBold
  295. clear.Text = "CLEAR"
  296. clear.TextColor3 = Color3.new(1, 1, 1)
  297. clear.TextSize = 17
  298.  
  299. color_7.Name = "color"
  300. color_7.Parent = clear
  301. color_7.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  302. color_7.BorderSizePixel = 0
  303. color_7.Position = UDim2.new(0, 0, 1, 0)
  304. color_7.Size = UDim2.new(1, 0, 0.150000006, 0)
  305.  
  306. LoadSave.Name = "LoadSave"
  307. LoadSave.Parent = lol
  308. LoadSave.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  309. LoadSave.BorderSizePixel = 0
  310. LoadSave.Position = UDim2.new(0.495677233, 0, 0.276822269, 0)
  311. LoadSave.Size = UDim2.new(0, 102, 0, 193)
  312.  
  313. Save.Name = "Save"
  314. Save.Parent = LoadSave
  315. Save.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  316. Save.BorderSizePixel = 0
  317. Save.Position = UDim2.new(0.0756811947, 0, 0.121252045, 0)
  318. Save.Size = UDim2.new(0, 86, 0, 17)
  319. Save.Font = Enum.Font.SourceSansBold
  320. Save.Text = "SAVE"
  321. Save.TextColor3 = Color3.new(1, 1, 1)
  322. Save.TextSize = 17
  323.  
  324. color_8.Name = "color"
  325. color_8.Parent = Save
  326. color_8.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  327. color_8.BorderSizePixel = 0
  328. color_8.Position = UDim2.new(0, 0, 1, 0)
  329. color_8.Size = UDim2.new(1, 0, 0.150000006, 0)
  330.  
  331. Load.Name = "Load"
  332. Load.Parent = LoadSave
  333. Load.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  334. Load.BorderSizePixel = 0
  335. Load.Position = UDim2.new(0.0756811947, 0, 0.27669245, 0)
  336. Load.Size = UDim2.new(0, 86, 0, 17)
  337. Load.Font = Enum.Font.SourceSansBold
  338. Load.Text = "LOAD"
  339. Load.TextColor3 = Color3.new(1, 1, 1)
  340. Load.TextSize = 17
  341.  
  342. color_9.Name = "color"
  343. color_9.Parent = Load
  344. color_9.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  345. color_9.BorderSizePixel = 0
  346. color_9.Position = UDim2.new(0, 0, 1, 0)
  347. color_9.Size = UDim2.new(1, 0, 0.150000006, 0)
  348.  
  349. TextBox.Parent = LoadSave
  350. TextBox.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  351. TextBox.BorderSizePixel = 0
  352. TextBox.Position = UDim2.new(0.0686274543, 0, 0.549222827, 0)
  353. TextBox.Size = UDim2.new(0, 86, 0, 17)
  354. TextBox.Font = Enum.Font.SourceSans
  355. TextBox.PlaceholderColor3 = Color3.new(0.666667, 0, 0)
  356. TextBox.PlaceholderText = "File Name"
  357. TextBox.Text = ""
  358. TextBox.TextColor3 = Color3.new(1, 0, 0)
  359. TextBox.TextSize = 14
  360.  
  361. color_10.Name = "color"
  362. color_10.Parent = TextBox
  363. color_10.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  364. color_10.BorderSizePixel = 0
  365. color_10.Position = UDim2.new(0, 0, 1, 0)
  366. color_10.Size = UDim2.new(1, 0, 0.150000006, 0)
  367. -- Scripts:
  368. function SCRIPT_KSAB83_FAKESCRIPT() -- Close.LocalScript
  369. local script = Instance.new('LocalScript')
  370. script.Parent = Close
  371. local button = script.Parent
  372. local frame = script.Parent.Parent
  373. local opened = true
  374. button.MouseButton1Click:Connect(function()
  375. if opened==false then
  376. opened=true
  377. frame.Draggable = false
  378. frame:TweenSize(UDim2.new(0, 328,0, 1),'InOut','Sine',.5)
  379. wait(.5)
  380. frame:TweenSize(UDim2.new(0, 328,0, 304),'InOut','Sine',.5)
  381. else
  382. frame.Draggable = true
  383. opened=false
  384. frame:TweenSize(UDim2.new(0, 328,0, 1),'InOut','Sine',.5)
  385. wait(.5)
  386. frame:TweenSize(UDim2.new(0,1,0,2),'InOut','Sine',.5)
  387. end
  388. end)
  389.  
  390. end
  391. coroutine.resume(coroutine.create(SCRIPT_KSAB83_FAKESCRIPT))
  392. function SCRIPT_MADN68_FAKESCRIPT() -- Close.LocalScript
  393. local script = Instance.new('LocalScript')
  394. script.Parent = Close
  395. local button = script.Parent
  396. local frame = script.Parent.Parent.Title
  397. local opened = false
  398. button.MouseButton1Click:Connect(function()
  399. if opened==false then
  400. opened=true
  401. wait(.5)
  402. frame:TweenSize(UDim2.new(0, 125,0, 35),'InOut','Sine',.5)
  403. else
  404. opened=false
  405. wait(0.08)
  406. frame:TweenSize(UDim2.new(0, 327,0, 35),'InOut','Sine',.4)
  407. end
  408. end)
  409.  
  410. end
  411. coroutine.resume(coroutine.create(SCRIPT_MADN68_FAKESCRIPT))
  412. function SCRIPT_AWXR77_FAKESCRIPT() -- Close.LocalScript
  413. local script = Instance.new('LocalScript')
  414. script.Parent = Close
  415. local button = script.Parent
  416. local frame = script.Parent.Parent.Parent.lol.Execution
  417. local opened = true
  418. button.MouseButton1Click:Connect(function()
  419. if opened==true then
  420. opened=false
  421. frame:TweenSize(UDim2.new(0, 357,0, 1),'InOut','Sine',.5)
  422. wait(.5)
  423. frame:TweenSize(UDim2.new(0, 1,0, 1),'InOut','Sine',.5)
  424. frame.Frame.ZIndex = 100
  425. else
  426. opened=true
  427. frame:TweenSize(UDim2.new(0, 357,0, 1),'InOut','Sine',.5)
  428. wait(.5)
  429. frame:TweenSize(UDim2.new(0, 357,0, 324),'InOut','Sine',.5)
  430. frame.Frame.ZIndex = 4
  431. end
  432. end)
  433.  
  434. end
  435. coroutine.resume(coroutine.create(SCRIPT_AWXR77_FAKESCRIPT))
  436. function SCRIPT_FMNQ84_FAKESCRIPT() -- Close.LocalScript
  437. local script = Instance.new('LocalScript')
  438. script.Parent = Close
  439. local button = script.Parent
  440. local frame = script.Parent.Parent.Parent.lol.Execution.Output
  441. local opened = true
  442. button.MouseButton1Click:Connect(function()
  443. if opened==true then
  444. opened=false
  445. frame:TweenSize(UDim2.new(0, 357,0, 1),'InOut','Sine',.5)
  446. wait(.5)
  447. frame:TweenSize(UDim2.new(0, 1,0, 1),'InOut','Sine',.5)
  448. else
  449. opened=true
  450. frame:TweenSize(UDim2.new(0, 357,0, 1),'InOut','Sine',.5)
  451. wait(.5)
  452. frame:TweenSize(UDim2.new(0, 357,0, 74),'InOut','Sine',.5)
  453. end
  454. end)
  455.  
  456. end
  457. coroutine.resume(coroutine.create(SCRIPT_FMNQ84_FAKESCRIPT))
  458. function SCRIPT_EGFV82_FAKESCRIPT() -- Close.LocalScript
  459. local script = Instance.new('LocalScript')
  460. script.Parent = Close
  461. local button = script.Parent
  462. local frame = script.Parent.Parent.Parent.lol.Execution.Source
  463. local opened = true
  464. button.MouseButton1Click:Connect(function()
  465. if opened==true then
  466. opened=false
  467. frame:TweenSize(UDim2.new(0, 357,0, 1),'InOut','Sine',.5)
  468. wait(.5)
  469. frame:TweenSize(UDim2.new(0, 1,0, 1),'InOut','Sine',.5)
  470. else
  471. opened=true
  472. frame:TweenSize(UDim2.new(0, 357,0, 1),'InOut','Sine',.5)
  473. wait(.5)
  474. frame:TweenSize(UDim2.new(0, 357,0, 194),'InOut','Sine',.5)
  475. end
  476. end)
  477.  
  478. end
  479. coroutine.resume(coroutine.create(SCRIPT_EGFV82_FAKESCRIPT))
  480. function SCRIPT_AOTB88_FAKESCRIPT() -- Close.LocalScript
  481. local script = Instance.new('LocalScript')
  482. script.Parent = Close
  483. local button = script.Parent
  484. local frame = script.Parent.Parent.Parent.lol.Execution.Frame
  485. local opened = true
  486. button.MouseButton1Click:Connect(function()
  487. if opened==false then
  488. opened=true
  489. frame:TweenSize(UDim2.new(0, 357,0, 41),'InOut','Sine',.5)
  490. else
  491. opened=false
  492. wait(.5)
  493. frame:TweenSize(UDim2.new(0, 125,0, 41),'InOut','Sine',.5)
  494. end
  495. end)
  496.  
  497. end
  498. coroutine.resume(coroutine.create(SCRIPT_AOTB88_FAKESCRIPT))
  499. function SCRIPT_TKBR88_FAKESCRIPT() -- Close.LocalScript
  500. local script = Instance.new('LocalScript')
  501. script.Parent = Close
  502. local button = script.Parent
  503. local frame = script.Parent.Parent.Parent.lol.Execution.Frame.TextLabel
  504. local opened = true
  505. button.MouseButton1Click:Connect(function()
  506. if opened==false then
  507. opened=true
  508. frame:TweenSize(UDim2.new(0, 357,0, 19),'InOut','Sine',.5)
  509. else
  510. opened=false
  511. wait(0.5)
  512. frame:TweenSize(UDim2.new(0, 125,0, 19),'InOut','Sine',.5)
  513. end
  514. end)
  515.  
  516. end
  517. coroutine.resume(coroutine.create(SCRIPT_TKBR88_FAKESCRIPT))
  518. function SCRIPT_ACFF74_FAKESCRIPT() -- Close.LocalScript
  519. local script = Instance.new('LocalScript')
  520. script.Parent = Close
  521. local button = script.Parent
  522. local frame = script.Parent.Parent.Parent.lol.LoadSave
  523. local opened = true
  524. button.MouseButton1Click:Connect(function()
  525. if opened==false then
  526. opened=true
  527. frame:TweenPosition(UDim2.new(0.496, 0,0.277, 0),'InOut','Sine',.5)
  528. else
  529. opened=false
  530. wait(0.5)
  531. frame:TweenPosition(UDim2.new(-0.165, 0,0.278, 0),'InOut','Sine',.5)
  532. end
  533. end)
  534.  
  535. end
  536. coroutine.resume(coroutine.create(SCRIPT_ACFF74_FAKESCRIPT))
  537. function SCRIPT_FZKQ87_FAKESCRIPT() -- b2.LocalScript
  538. local script = Instance.new('LocalScript')
  539. script.Parent = b2
  540. script.Parent.MouseButton1Click:Connect(function()
  541.  
  542. local char = game.Players.LocalPlayer.Character
  543.  
  544. for _, v in pairs(game.Players:GetChildren()) do
  545.  
  546. if v ~= game.Players.LocalPlayer then
  547.  
  548. local char2 = v.Character
  549.  
  550. char:MoveTo(CFrame.new(char2.Position))
  551.  
  552. end
  553. wait(0.1)
  554. end
  555.  
  556. end)
  557.  
  558. end
  559. coroutine.resume(coroutine.create(SCRIPT_FZKQ87_FAKESCRIPT))
  560. function SCRIPT_POUA76_FAKESCRIPT() -- b4.LocalScript
  561. local script = Instance.new('LocalScript')
  562. script.Parent = b4
  563. local hehe = script.Parent.Parent.Parent.lol
  564. local v = false
  565. script.Parent.MouseButton1Click:Connect(function()
  566.  
  567. if v == false then
  568. v = true
  569. hehe.Visible = true
  570. elseif v == true then
  571.  
  572. v = false
  573. hehe.Visible = false
  574.  
  575. end
  576.  
  577. end)
  578.  
  579. end
  580. coroutine.resume(coroutine.create(SCRIPT_POUA76_FAKESCRIPT))
  581. function SCRIPT_EKZU82_FAKESCRIPT() -- clear.LocalScript
  582. local script = Instance.new('LocalScript')
  583. script.Parent = clear
  584. script.Parent.MouseButton1Click:Connect(function()
  585.  
  586. script.Parent.Parent.Source.exect.Text = ""
  587.  
  588. end)
  589.  
  590. end
  591. coroutine.resume(coroutine.create(SCRIPT_EKZU82_FAKESCRIPT))
  592. function SCRIPT_BZTD71_FAKESCRIPT() -- Save.save
  593. local script = Instance.new('LocalScript')
  594. script.Parent = Save
  595. script.Parent.MouseButton1Click:Connect(function()
  596.  
  597. local box = script.Parent.Parent.TextBox
  598.  
  599. writefile(box.Text, "--Compiled by CRASHIT UI\n\r".. script.Parent.Parent.Parent.Execution.Source.exect.Text)
  600.  
  601. end)
  602.  
  603. end
  604. coroutine.resume(coroutine.create(SCRIPT_BZTD71_FAKESCRIPT))
  605. function SCRIPT_JJOJ66_FAKESCRIPT() -- Load.load
  606. local script = Instance.new('LocalScript')
  607. script.Parent = Load
  608. script.Parent.MouseButton1Click:Connect(function()
  609.  
  610. local box = script.Parent.Parent.TextBox
  611.  
  612. script.Parent.Parent.Parent.Execution.Source.exect.Text = tostring(readfile(box.Text))
  613.  
  614. end)
  615.  
  616. end
  617. coroutine.resume(coroutine.create(SCRIPT_JJOJ66_FAKESCRIPT))
  618. function DoStuff()
  619. local lin = 1
  620. exect.Text = exect.Text:gsub("\13", "")
  621. exect.Text = exect.Text:gsub("\t", " ")
  622. local s = exect.Text
  623. s:gsub("\n", function()
  624. lin = lin + 1
  625. end)
  626. lines.Text = ""
  627. for i = 1, lin do
  628. lines.Text = lines.Text .. i .. "\n"
  629. end
  630. end
  631. local y = 0
  632.  
  633. function warncustom(msg)
  634. local text = Base
  635.  
  636. local hehe = text:Clone()
  637. hehe.Parent = Output
  638. hehe.BackgroundColor3 = Color3.new(30, 30, 30)
  639. hehe.Parent = Output
  640. hehe.Visible = true
  641. hehe.BackgroundTransparency = 1
  642. hehe.Size = UDim2.new(0, 339, 0, 18)
  643. hehe.Font = Enum.Font.SourceSans
  644. hehe.Position = UDim2.new(0, 0, 0, y)
  645. hehe.TextColor3 = Color3.new(255, 255, 0)
  646. hehe.TextXAlignment = "Left"
  647. hehe.TextSize = 14
  648. hehe.ZIndex = 2
  649. hehe.BorderSizePixel = 0
  650. y = y + 18
  651. hehe.Text = msg
  652. end
  653.  
  654. warncustom("Label Hehe I need this here ok?")
  655. execute.MouseButton1Click:Connect(function()
  656. local box = exect
  657. xpcall(function()
  658. local func = loadstring(box.Text)
  659. if not func then
  660. warncustom("no work")
  661. elseif func~=nil then
  662. func()
  663. end
  664. end, function(err) warncustom("Error: ".. err)
  665. end)
  666. end)
  667. exect.Changed:Connect(DoStuff)
Add Comment
Please, Sign In to add comment