DJAlguein

fegui

Nov 19th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.31 KB | None | 0 0
  1. --ok
  2. local visible = true
  3. --start lmAo
  4. local fescriptaddon = Instance.new("ScreenGui")
  5. local main = Instance.new("ImageLabel")
  6. local topbar = Instance.new("ImageLabel")
  7. local title = Instance.new("TextLabel")
  8. local lighttext = Instance.new("TextLabel")
  9. local lightdesc = Instance.new("TextLabel")
  10. local darktext = Instance.new("TextLabel")
  11. local darkdesc = Instance.new("TextLabel")
  12. local lightpanel = Instance.new("Frame")
  13. local headthrowbutton = Instance.new("TextButton")
  14. local dabbutton = Instance.new("TextButton")
  15. local insanebutton = Instance.new("TextButton")
  16. local kickanimbutton = Instance.new("TextButton")
  17. local punchbutton = Instance.new("TextButton")
  18. local swordhitbutton = Instance.new("TextButton")
  19. local loopheadbutton = Instance.new("TextButton")
  20. local slapbutton = Instance.new("TextButton")
  21. local hugbutton = Instance.new("TextButton")
  22. local levitatebutton = Instance.new("TextButton")
  23. local darkpanel = Instance.new("Frame")
  24. local spamreportbutton = Instance.new("TextButton")
  25. local playerinput = Instance.new("TextBox")
  26. local noclipbutton = Instance.new("TextButton")
  27. local repeatchatbutton = Instance.new("TextButton")
  28. local fegodbutton = Instance.new("TextButton")
  29. local multidembutton = Instance.new("TextButton")
  30. local enableinvenbutton = Instance.new("TextButton")
  31. local enableinvenbutton_2 = Instance.new("TextButton")
  32. local lighttopbar = Instance.new("ImageLabel")
  33. local title2 = Instance.new("TextLabel")
  34. local closebutton = Instance.new("TextButton")
  35.  
  36.  
  37.  
  38. local half1 = Instance.new("Frame")
  39. local half2 = Instance.new("Frame")
  40. local systemface = Instance.new("ImageLabel")
  41. local message = Instance.new("TextLabel")
  42.  
  43.  
  44. half1.Name = "half1"
  45. half1.Parent = game.Workspace
  46. half1.BackgroundColor3 = Color3.new(0, 0, 0)
  47. half1.BorderSizePixel = 0
  48. half1.Position = UDim2.new(0.533576667, 0, 0.702576101, 0)
  49. half1.Size = UDim2.new(0, 353, 0, 174)
  50. half1.Visible = false
  51.  
  52. half2.Name = "half2"
  53. half2.Parent = half1
  54. half2.BackgroundColor3 = Color3.new(1, 1, 1)
  55. half2.BorderSizePixel = 0
  56. half2.Position = UDim2.new(-1.00283289, 0, 0, 0)
  57. half2.Size = UDim2.new(0, 353, 0, 174)
  58.  
  59. systemface.Name = "systemface"
  60. systemface.Parent = half2
  61. systemface.BackgroundColor3 = Color3.new(1, 1, 1)
  62. systemface.BorderSizePixel = 0
  63. systemface.Position = UDim2.new(0.184135973, 0, 0.0402298868, 0)
  64. systemface.Size = UDim2.new(0, 206, 0, 159)
  65. systemface.Image = "rbxassetid://28916155"
  66.  
  67. message.Name = "message"
  68. message.Parent = half1
  69. message.BackgroundColor3 = Color3.new(1, 1, 1)
  70. message.BackgroundTransparency = 1
  71. message.Position = UDim2.new(0.0453257784, 0, 0.0747126415, 0)
  72. message.Size = UDim2.new(0, 322, 0, 137)
  73. message.Font = Enum.Font.SourceSans
  74. message.Text = "text"
  75. message.TextColor3 = Color3.new(1, 1, 1)
  76. message.TextScaled = true
  77. message.TextSize = 14
  78. message.TextWrapped = true
  79.  
  80.  
  81.  
  82.  
  83. -- Properties
  84.  
  85. fescriptaddon.Name = "fescriptaddon"
  86. fescriptaddon.Parent = game.CoreGui
  87.  
  88. main.Name = "main"
  89. main.Parent = fescriptaddon
  90. main.BackgroundColor3 = Color3.new(1, 1, 1)
  91. main.BackgroundTransparency = 1
  92. main.Position = UDim2.new(-0.055, 0,-0.5, 0)
  93. main.Size = UDim2.new(0, 848,0, 554)
  94. main.Image = "rbxassetid://2581436739"
  95.  
  96. closebutton.Name = "closebutton"
  97. closebutton.Parent = fescriptaddon
  98. closebutton.BackgroundColor3 = Color3.new(0,0,0)
  99. closebutton.BackgroundTransparency = 1
  100. closebutton.BorderSizePixel = 0
  101. closebutton.Position = UDim2.new(0.562, 0,0.136, 0)
  102. closebutton.Size = UDim2.new(0.491,0,27)
  103. closebutton.Font = Enum.Font.SourceSans
  104. closebutton.Text = "X"
  105. closebutton.TextColor3 = Color3.new(255, 0, 0)
  106. closebutton.TextSize = 14
  107. closebutton.TextWrapped = true
  108.  
  109. topbar.Name = "topbar"
  110. topbar.Parent = main
  111. topbar.BackgroundColor3 = Color3.new(1, 1, 1)
  112. topbar.BackgroundTransparency = 1
  113. topbar.Position = UDim2.new(0.508254707, 0, 0.20075047, 0)
  114. topbar.Size = UDim2.new(0, 360, 0, 22)
  115. topbar.Image = "rbxassetid://2260429633"
  116. topbar.ImageColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  117. topbar.ScaleType = Enum.ScaleType.Slice
  118. topbar.SliceCenter = Rect.new(12, 12, 13, 13)
  119.  
  120. title.Name = "title"
  121. title.Parent = topbar
  122. title.BackgroundColor3 = Color3.new(1, 1, 1)
  123. title.BackgroundTransparency = 1
  124. title.Position = UDim2.new(0.0416666679, 0, -0.0454545468, 0)
  125. title.Size = UDim2.new(0, 340, 0, 22)
  126. title.Font = Enum.Font.Code
  127. title.Text = "Darklight v1 - By lolfruit_trashcan."
  128. title.TextColor3 = Color3.new(1, 1, 1)
  129. title.TextScaled = true
  130. title.TextSize = 14
  131. title.TextWrapped = true
  132.  
  133. lighttext.Name = "lighttext"
  134. lighttext.Parent = main
  135. lighttext.BackgroundColor3 = Color3.new(1, 1, 1)
  136. lighttext.BackgroundTransparency = 1
  137. lighttext.Position = UDim2.new(0.1875, 0, 0.238273919, 0)
  138. lighttext.Size = UDim2.new(0, 200, 0, 50)
  139. lighttext.Font = Enum.Font.SciFi
  140. lighttext.Text = "Light."
  141. lighttext.TextColor3 = Color3.new(0, 0, 0)
  142. lighttext.TextScaled = true
  143. lighttext.TextSize = 14
  144. lighttext.TextWrapped = true
  145.  
  146. lightdesc.Name = "lightdesc"
  147. lightdesc.Parent = lighttext
  148. lightdesc.BackgroundColor3 = Color3.new(1, 1, 1)
  149. lightdesc.BackgroundTransparency = 1
  150. lightdesc.Position = UDim2.new(0, 0, 1, 0)
  151. lightdesc.Size = UDim2.new(0, 200, 0, 24)
  152. lightdesc.Font = Enum.Font.Garamond
  153. lightdesc.Text = "FE Animations for the light hearted."
  154. lightdesc.TextColor3 = Color3.new(0, 0, 0)
  155. lightdesc.TextSize = 14
  156. lightdesc.TextWrapped = true
  157.  
  158. darktext.Name = "darktext"
  159. darktext.Parent = main
  160. darktext.BackgroundColor3 = Color3.new(1, 1, 1)
  161. darktext.BackgroundTransparency = 1
  162. darktext.Position = UDim2.new(0.639150918, 0, 0.238273919, 0)
  163. darktext.Size = UDim2.new(0, 200, 0, 50)
  164. darktext.Font = Enum.Font.Fantasy
  165. darktext.Text = "Dark."
  166. darktext.TextColor3 = Color3.new(1, 1, 1)
  167. darktext.TextScaled = true
  168. darktext.TextSize = 14
  169. darktext.TextWrapped = true
  170.  
  171. darkdesc.Name = "darkdesc"
  172. darkdesc.Parent = darktext
  173. darkdesc.BackgroundColor3 = Color3.new(1, 1, 1)
  174. darkdesc.BackgroundTransparency = 1
  175. darkdesc.Position = UDim2.new(0, 0, 1, 0)
  176. darkdesc.Size = UDim2.new(0, 200, 0, 24)
  177. darkdesc.Font = Enum.Font.Fantasy
  178. darkdesc.Text = "FE Scripts for those who want fun."
  179. darkdesc.TextColor3 = Color3.new(1, 1, 1)
  180. darkdesc.TextSize = 14
  181. darkdesc.TextWrapped = true
  182.  
  183. lightpanel.Name = "lightpanel"
  184. lightpanel.Parent = main
  185. lightpanel.BackgroundColor3 = Color3.new(1, 1, 1)
  186. lightpanel.BackgroundTransparency = 1
  187. lightpanel.Position = UDim2.new(0.123820752, 0, 0.208255157, 0)
  188. lightpanel.Size = UDim2.new(0, 338, 0, 277)
  189.  
  190. headthrowbutton.Name = "headthrowbutton"
  191. headthrowbutton.Parent = lightpanel
  192. headthrowbutton.BackgroundColor3 = Color3.new(0.945098, 1, 0.341176)
  193. headthrowbutton.BorderColor3 = Color3.new(0.882353, 0.866667, 0.352941)
  194. headthrowbutton.BorderSizePixel = 4
  195. headthrowbutton.Position = UDim2.new(0.115168542, 0, 0.368231058, 0)
  196. headthrowbutton.Size = UDim2.new(0, 74, 0, 19)
  197. headthrowbutton.Font = Enum.Font.SourceSans
  198. headthrowbutton.Text = "Head throw"
  199. headthrowbutton.TextColor3 = Color3.new(0, 0, 0)
  200. headthrowbutton.TextSize = 14
  201.  
  202. dabbutton.Name = "dabbutton"
  203. dabbutton.Parent = lightpanel
  204. dabbutton.BackgroundColor3 = Color3.new(0.945098, 1, 0.341176)
  205. dabbutton.BorderColor3 = Color3.new(0.882353, 0.866667, 0.352941)
  206. dabbutton.BorderSizePixel = 4
  207. dabbutton.Position = UDim2.new(0.115168542, 0, 0.494584829, 0)
  208. dabbutton.Size = UDim2.new(0, 74, 0, 19)
  209. dabbutton.Font = Enum.Font.SourceSans
  210. dabbutton.Text = "Dab"
  211. dabbutton.TextColor3 = Color3.new(0, 0, 0)
  212. dabbutton.TextSize = 14
  213.  
  214. insanebutton.Name = "insanebutton"
  215. insanebutton.Parent = lightpanel
  216. insanebutton.BackgroundColor3 = Color3.new(0.945098, 1, 0.341176)
  217. insanebutton.BorderColor3 = Color3.new(0.882353, 0.866667, 0.352941)
  218. insanebutton.BorderSizePixel = 4
  219. insanebutton.Position = UDim2.new(0.115168542, 0, 0.617328584, 0)
  220. insanebutton.Size = UDim2.new(0, 74, 0, 19)
  221. insanebutton.Font = Enum.Font.SourceSans
  222. insanebutton.Text = "Insane"
  223. insanebutton.TextColor3 = Color3.new(0, 0, 0)
  224. insanebutton.TextSize = 14
  225.  
  226. kickanimbutton.Name = "kickanimbutton"
  227. kickanimbutton.Parent = lightpanel
  228. kickanimbutton.BackgroundColor3 = Color3.new(0.945098, 1, 0.341176)
  229. kickanimbutton.BorderColor3 = Color3.new(0.882353, 0.866667, 0.352941)
  230. kickanimbutton.BorderSizePixel = 4
  231. kickanimbutton.Position = UDim2.new(0.115168542, 0, 0.740072191, 0)
  232. kickanimbutton.Size = UDim2.new(0, 74, 0, 19)
  233. kickanimbutton.Font = Enum.Font.SourceSans
  234. kickanimbutton.Text = "Kick"
  235. kickanimbutton.TextColor3 = Color3.new(0, 0, 0)
  236. kickanimbutton.TextSize = 14
  237.  
  238. punchbutton.Name = "punchbutton"
  239. punchbutton.Parent = lightpanel
  240. punchbutton.BackgroundColor3 = Color3.new(0.945098, 1, 0.341176)
  241. punchbutton.BorderColor3 = Color3.new(0.882353, 0.866667, 0.352941)
  242. punchbutton.BorderSizePixel = 4
  243. punchbutton.Position = UDim2.new(0.115168542, 0, 0.855595648, 0)
  244. punchbutton.Size = UDim2.new(0, 74, 0, 19)
  245. punchbutton.Font = Enum.Font.SourceSans
  246. punchbutton.Text = "Punch"
  247. punchbutton.TextColor3 = Color3.new(0, 0, 0)
  248. punchbutton.TextSize = 14
  249.  
  250. swordhitbutton.Name = "swordhitbutton"
  251. swordhitbutton.Parent = lightpanel
  252. swordhitbutton.BackgroundColor3 = Color3.new(0.945098, 1, 0.341176)
  253. swordhitbutton.BorderColor3 = Color3.new(0.882353, 0.866667, 0.352941)
  254. swordhitbutton.BorderSizePixel = 4
  255. swordhitbutton.Position = UDim2.new(0.42696628, 0, 0.368231058, 0)
  256. swordhitbutton.Size = UDim2.new(0, 74, 0, 19)
  257. swordhitbutton.Font = Enum.Font.SourceSans
  258. swordhitbutton.Text = "Sword Hit"
  259. swordhitbutton.TextColor3 = Color3.new(0, 0, 0)
  260. swordhitbutton.TextSize = 14
  261.  
  262. loopheadbutton.Name = "loopheadbutton"
  263. loopheadbutton.Parent = lightpanel
  264. loopheadbutton.BackgroundColor3 = Color3.new(0.945098, 1, 0.341176)
  265. loopheadbutton.BorderColor3 = Color3.new(0.882353, 0.866667, 0.352941)
  266. loopheadbutton.BorderSizePixel = 4
  267. loopheadbutton.Position = UDim2.new(0.42696628, 0, 0.494584829, 0)
  268. loopheadbutton.Size = UDim2.new(0, 74, 0, 19)
  269. loopheadbutton.Font = Enum.Font.SourceSans
  270. loopheadbutton.Text = "Loophead"
  271. loopheadbutton.TextColor3 = Color3.new(0, 0, 0)
  272. loopheadbutton.TextSize = 14
  273.  
  274. slapbutton.Name = "slapbutton"
  275. slapbutton.Parent = lightpanel
  276. slapbutton.BackgroundColor3 = Color3.new(0.945098, 1, 0.341176)
  277. slapbutton.BorderColor3 = Color3.new(0.882353, 0.866667, 0.352941)
  278. slapbutton.BorderSizePixel = 4
  279. slapbutton.Position = UDim2.new(0.42696628, 0, 0.617328525, 0)
  280. slapbutton.Size = UDim2.new(0, 74, 0, 19)
  281. slapbutton.Font = Enum.Font.SourceSans
  282. slapbutton.Text = "Slap"
  283. slapbutton.TextColor3 = Color3.new(0, 0, 0)
  284. slapbutton.TextSize = 14
  285.  
  286. hugbutton.Name = "hugbutton"
  287. hugbutton.Parent = lightpanel
  288. hugbutton.BackgroundColor3 = Color3.new(0.945098, 1, 0.341176)
  289. hugbutton.BorderColor3 = Color3.new(0.882353, 0.866667, 0.352941)
  290. hugbutton.BorderSizePixel = 4
  291. hugbutton.Position = UDim2.new(0.42696628, 0, 0.740072191, 0)
  292. hugbutton.Size = UDim2.new(0, 74, 0, 19)
  293. hugbutton.Font = Enum.Font.SourceSans
  294. hugbutton.Text = "Hug"
  295. hugbutton.TextColor3 = Color3.new(0, 0, 0)
  296. hugbutton.TextSize = 14
  297.  
  298. levitatebutton.Name = "levitatebutton"
  299. levitatebutton.Parent = lightpanel
  300. levitatebutton.BackgroundColor3 = Color3.new(0.945098, 1, 0.341176)
  301. levitatebutton.BorderColor3 = Color3.new(0.882353, 0.866667, 0.352941)
  302. levitatebutton.BorderSizePixel = 4
  303. levitatebutton.Position = UDim2.new(0.42696628, 0, 0.855595648, 0)
  304. levitatebutton.Size = UDim2.new(0, 74, 0, 19)
  305. levitatebutton.Font = Enum.Font.SourceSans
  306. levitatebutton.Text = "Levitate"
  307. levitatebutton.TextColor3 = Color3.new(0, 0, 0)
  308. levitatebutton.TextSize = 14
  309.  
  310. darkpanel.Name = "darkpanel"
  311. darkpanel.Parent = main
  312. darkpanel.BackgroundColor3 = Color3.new(1, 1, 1)
  313. darkpanel.BackgroundTransparency = 1
  314. darkpanel.Position = UDim2.new(0.517688692, 0, 0.228893057, 0)
  315. darkpanel.Size = UDim2.new(0, 346, 0, 269)
  316.  
  317. spamreportbutton.Name = "spamreportbutton"
  318. spamreportbutton.Parent = darkpanel
  319. spamreportbutton.BackgroundColor3 = Color3.new(0.32549, 0.32549, 0.32549)
  320. spamreportbutton.BorderColor3 = Color3.new(0, 0, 0)
  321. spamreportbutton.BorderSizePixel = 4
  322. spamreportbutton.Position = UDim2.new(0.14161849, 0, 0.356877327, 0)
  323. spamreportbutton.Size = UDim2.new(0, 120, 0, 25)
  324. spamreportbutton.Font = Enum.Font.SourceSans
  325. spamreportbutton.Text = "Spam Report."
  326. spamreportbutton.TextColor3 = Color3.new(1, 1, 1)
  327. spamreportbutton.TextSize = 14
  328.  
  329. playerinput.Name = "playerinput"
  330. playerinput.Parent = spamreportbutton
  331. playerinput.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  332. playerinput.BorderColor3 = Color3.new(0.0196078, 0.639216, 0.905882)
  333. playerinput.BorderSizePixel = 2
  334. playerinput.Position = UDim2.new(0.0916666687, 0, 1.36000001, 0)
  335. playerinput.Size = UDim2.new(0, 95, 0, 40)
  336. playerinput.Font = Enum.Font.SourceSans
  337. playerinput.Text = "Player"
  338. playerinput.TextColor3 = Color3.new(0, 0, 0)
  339. playerinput.TextScaled = true
  340. playerinput.TextSize = 10
  341. playerinput.TextWrapped = true
  342.  
  343. noclipbutton.Name = "noclipbutton"
  344. noclipbutton.Parent = darkpanel
  345. noclipbutton.BackgroundColor3 = Color3.new(0.32549, 0.32549, 0.32549)
  346. noclipbutton.BorderColor3 = Color3.new(0, 0, 0)
  347. noclipbutton.BorderSizePixel = 4
  348. noclipbutton.Position = UDim2.new(0.14161849, 0, 0.684014857, 0)
  349. noclipbutton.Size = UDim2.new(0, 120, 0, 25)
  350. noclipbutton.Font = Enum.Font.SourceSans
  351. noclipbutton.Text = "Noclip keybind (e)"
  352. noclipbutton.TextColor3 = Color3.new(1, 1, 1)
  353. noclipbutton.TextSize = 14
  354.  
  355. repeatchatbutton.Name = "repeatchatbutton"
  356. repeatchatbutton.Parent = darkpanel
  357. repeatchatbutton.BackgroundColor3 = Color3.new(0.32549, 0.32549, 0.32549)
  358. repeatchatbutton.BorderColor3 = Color3.new(0, 0, 0)
  359. repeatchatbutton.BorderSizePixel = 4
  360. repeatchatbutton.Position = UDim2.new(0.14161849, 0, 0.836431205, 0)
  361. repeatchatbutton.Size = UDim2.new(0, 120, 0, 25)
  362. repeatchatbutton.Font = Enum.Font.SourceSans
  363. repeatchatbutton.Text = "Repeat Chat"
  364. repeatchatbutton.TextColor3 = Color3.new(1, 1, 1)
  365. repeatchatbutton.TextSize = 14
  366.  
  367. fegodbutton.Name = "fegodbutton"
  368. fegodbutton.Parent = darkpanel
  369. fegodbutton.BackgroundColor3 = Color3.new(0.32549, 0.32549, 0.32549)
  370. fegodbutton.BorderColor3 = Color3.new(0, 0, 0)
  371. fegodbutton.BorderSizePixel = 4
  372. fegodbutton.Position = UDim2.new(0.580924869, 0, 0.356877327, 0)
  373. fegodbutton.Size = UDim2.new(0, 120, 0, 25)
  374. fegodbutton.Font = Enum.Font.SourceSans
  375. fegodbutton.Text = "FE God"
  376. fegodbutton.TextColor3 = Color3.new(1, 1, 1)
  377. fegodbutton.TextSize = 14
  378.  
  379. multidembutton.Name = "multidembutton"
  380. multidembutton.Parent = darkpanel
  381. multidembutton.BackgroundColor3 = Color3.new(0.32549, 0.32549, 0.32549)
  382. multidembutton.BorderColor3 = Color3.new(0, 0, 0)
  383. multidembutton.BorderSizePixel = 4
  384. multidembutton.Position = UDim2.new(0.580924869, 0, 0.509293675, 0)
  385. multidembutton.Size = UDim2.new(0, 120, 0, 25)
  386. multidembutton.Font = Enum.Font.SourceSans
  387. multidembutton.Text = "Multi Dimensional Player"
  388. multidembutton.TextColor3 = Color3.new(1, 1, 1)
  389. multidembutton.TextSize = 13
  390.  
  391. enableinvenbutton.Name = "enableinvenbutton"
  392. enableinvenbutton.Parent = darkpanel
  393. enableinvenbutton.BackgroundColor3 = Color3.new(0.32549, 0.32549, 0.32549)
  394. enableinvenbutton.BorderColor3 = Color3.new(0, 0, 0)
  395. enableinvenbutton.BorderSizePixel = 4
  396. enableinvenbutton.Position = UDim2.new(0.580924869, 0, 0.669144988, 0)
  397. enableinvenbutton.Size = UDim2.new(0, 120, 0, 25)
  398. enableinvenbutton.Font = Enum.Font.SourceSans
  399. enableinvenbutton.Text = "Enable Inventory"
  400. enableinvenbutton.TextColor3 = Color3.new(1, 1, 1)
  401. enableinvenbutton.TextSize = 14
  402.  
  403. enableinvenbutton_2.Name = "enableinvenbutton"
  404. enableinvenbutton_2.Parent = darkpanel
  405. enableinvenbutton_2.BackgroundColor3 = Color3.new(0.32549, 0.32549, 0.32549)
  406. enableinvenbutton_2.BorderColor3 = Color3.new(0, 0, 0)
  407. enableinvenbutton_2.BorderSizePixel = 4
  408. enableinvenbutton_2.Position = UDim2.new(0.580924869, 0, 0.828996301, 0)
  409. enableinvenbutton_2.Size = UDim2.new(0, 120, 0, 25)
  410. enableinvenbutton_2.Font = Enum.Font.SourceSans
  411. enableinvenbutton_2.Text = "Change your UserID to CreatorID"
  412. enableinvenbutton_2.TextColor3 = Color3.new(1, 1, 1)
  413. enableinvenbutton_2.TextScaled = true
  414. enableinvenbutton_2.TextSize = 12
  415. enableinvenbutton_2.TextWrapped = true
  416.  
  417. lighttopbar.Name = "lighttopbar"
  418. lighttopbar.Parent = main
  419. lighttopbar.BackgroundColor3 = Color3.new(1, 1, 1)
  420. lighttopbar.BackgroundTransparency = 1
  421. lighttopbar.Position = UDim2.new(0.0990566015, 0, 0.20075047, 0)
  422. lighttopbar.Size = UDim2.new(0, 359, 0, 21)
  423. lighttopbar.Image = "rbxassetid://2260429633"
  424. lighttopbar.ScaleType = Enum.ScaleType.Slice
  425. lighttopbar.SliceCenter = Rect.new(12, 12, 13, 13)
  426.  
  427. title2.Name = "title2"
  428. title2.Parent = lighttopbar
  429. title2.BackgroundColor3 = Color3.new(1, 1, 1)
  430. title2.BackgroundTransparency = 1
  431. title2.Position = UDim2.new(0.00557103753, 0, 0, 0)
  432. title2.Size = UDim2.new(0, 357, 0, 22)
  433. title2.Font = Enum.Font.Code
  434. title2.Text = "Thanks to all those whose FE Script's appear in this GUI."
  435. title2.TextColor3 = Color3.new(0, 0, 0)
  436. title2.TextScaled = true
  437. title2.TextSize = 14
  438. title2.TextWrapped = true
  439. --var
  440. local player = game.Players.LocalPlayer
  441. local mouse = player:GetMouse()
  442. --tween
  443. main:TweenPosition(UDim2.new(0.023, 0,-0.032, 0), 'In', 'Back', 2)
  444. --buTTons
  445. enableinvenbutton.MouseButton1Click:Connect(function()
  446. game.StarterGui:SetCoreGuiEnabled(2, true)
  447. end)
  448. --koi
  449.  
  450. mouse.KeyDown:Connect(function(key)
  451. if key == "e" then
  452. if visible == true then
  453. wait()
  454. local visible = false
  455. main.Visible = false
  456. else
  457. local visible = true
  458. main.Visible = true
  459. end
  460. end
  461. end)
  462.  
  463.  
  464. --func
  465. function alert(text,delay)
  466. message.Text = text
  467. half1.Visible = true
  468. wait(delay)
  469. half1.Visible = false
  470. end
  471.  
  472.  
  473.  
  474. -- Draggable owo
  475. main.Draggable = true
  476. darkpanel.Draggable = true
  477. -- Scripts
Advertisement
Add Comment
Please, Sign In to add comment