Advertisement
XBloits

FlareExe (Private) Executor

Dec 14th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.00 KB | None | 0 0
  1. -- Wlecome to FlameExe V1
  2. -- Created BY: Flare Flare Flare Flare Flare Flare Hub
  3. -- Created BY: Flare Flare Flare Flare Flare Flare Hub
  4. -- Created BY: Flare Flare Flare Flare Flare Flare Hub
  5. -- Created BY: Flare Flare Flare Flare Flare Flare Hub
  6.  
  7. local FlareExe = Instance.new("ScreenGui")
  8. local OpenClose = Instance.new("TextButton")
  9. local Drag = Instance.new("TextButton")
  10. local MainDataBase = Instance.new("Frame")
  11. local Source = Instance.new("TextBox")
  12. local Execute = Instance.new("TextButton")
  13. local SName = Instance.new("TextLabel")
  14. local Clear = Instance.new("TextButton")
  15. local Credit = Instance.new("TextButton")
  16. local Credits = Instance.new("Frame")
  17. local Close = Instance.new("TextButton")
  18. local Credits_2 = Instance.new("TextBox")
  19.  
  20. -- Code's (Warning: DO NOT EDIT ANYTHING)
  21.  
  22. FlareExe.Name = "FlareExe"
  23. FlareExe.Parent = game.Players.LocalPlayer.PlayerGui
  24. FlareExe.Parent = game.CoreGui
  25.  
  26. -- Open Close Button
  27.  
  28. OpenClose.Name = "OpenClose"
  29. OpenClose.Parent = FlareExe
  30. OpenClose.BackgroundColor3 = Color3.new(0.333333, 0, 0)
  31. OpenClose.BackgroundTransparency = 0.5
  32. OpenClose.Draggable = true
  33. OpenClose.Position = UDim2.new(0, 654, 0, 1)
  34. OpenClose.Size = UDim2.new(0, 118, 0, 40)
  35. OpenClose.Font = Enum.Font.Code
  36. OpenClose.FontSize = Enum.FontSize.Size32
  37. OpenClose.Text = "Open"
  38. OpenClose.TextSize = 30
  39. OpenClose.TextWrapped = true
  40.  
  41. -- Dragger
  42.  
  43. Drag.Name = "Drag"
  44. Drag.Parent = FlareExe
  45. Drag.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  46. Drag.Draggable = true
  47. Drag.Position = UDim2.new(0, 553, 0, 104)
  48. Drag.Size = UDim2.new(0, 48, 0, -37)
  49. Drag.Font = Enum.Font.SciFi
  50. Drag.FontSize = Enum.FontSize.Size14
  51. Drag.Text = "Drag"
  52. Drag.TextColor3 = Color3.new(0.14902, 1, 0)
  53. Drag.TextScaled = true
  54. Drag.TextSize = 14
  55. Drag.TextWrapped = true
  56.  
  57. -- MainDataBase
  58.  
  59. MainDataBase.Name = "MainDataBase"
  60. MainDataBase.Parent = Drag
  61. MainDataBase.BackgroundColor3 = Color3.new(0.333333, 0, 0)
  62. MainDataBase.BackgroundTransparency = 0.5
  63. MainDataBase.BorderColor3 = Color3.new(0.168627, 0, 0)
  64. MainDataBase.BorderSizePixel = 3
  65. MainDataBase.Position = UDim2.new(0, -530, 0, 1)
  66. MainDataBase.Size = UDim2.new(0, 578, 0, 397)
  67.  
  68. -- Source is the ScriptBox
  69.  
  70. Source.Name = "Source"
  71. Source.Parent = MainDataBase
  72. Source.BackgroundColor3 = Color3.new(0, 0, 0)
  73. Source.BackgroundTransparency = 0.5
  74. Source.BorderSizePixel = 2
  75. Source.Position = UDim2.new(0, 33, 0, 56)
  76. Source.Size = UDim2.new(0, 517, 0, 266)
  77. Source.Font = Enum.Font.SciFi
  78. Source.FontSize = Enum.FontSize.Size14
  79. Source.Text = "print(\"Your game is infected by Flare Hub/FlareEXe\") --Welcome to FlareExe an OP loadstring executor that doesn't crash but it can also execute small lua script's not the big one's."
  80. Source.TextColor3 = Color3.new(0, 1, 0)
  81. Source.TextSize = 14
  82. Source.TextWrapped = true
  83. Source.TextXAlignment = Enum.TextXAlignment.Left
  84. Source.TextYAlignment = Enum.TextYAlignment.Top
  85.  
  86. -- Executor Button
  87.  
  88. Execute.Name = "Execute"
  89. Execute.Parent = MainDataBase
  90. Execute.BackgroundColor3 = Color3.new(0, 0, 0)
  91. Execute.BackgroundTransparency = 0.5
  92. Execute.Position = UDim2.new(0, 30, 0, 334)
  93. Execute.Size = UDim2.new(0, 200, 0, 50)
  94. Execute.Font = Enum.Font.SciFi
  95. Execute.FontSize = Enum.FontSize.Size14
  96. Execute.Text = "Execute"
  97. Execute.TextColor3 = Color3.new(0.14902, 1, 0)
  98. Execute.TextScaled = true
  99. Execute.TextSize = 14
  100. Execute.TextWrapped = true
  101.  
  102. -- SName is the Box that say's execute and cleared
  103.  
  104. SName.Name = "SName"
  105. SName.Parent = MainDataBase
  106. SName.BackgroundColor3 = Color3.new(0, 0, 0)
  107. SName.BackgroundTransparency = 0.5
  108. SName.Position = UDim2.new(0, 192, 0, -17)
  109. SName.Size = UDim2.new(0, 200, 0, 50)
  110. SName.Font = Enum.Font.SourceSans
  111. SName.FontSize = Enum.FontSize.Size14
  112. SName.Text = "Welcome to FlareExe"
  113. SName.TextColor3 = Color3.new(0.133333, 1, 0)
  114. SName.TextScaled = true
  115. SName.TextSize = 14
  116. SName.TextWrapped = true
  117.  
  118. -- Clear Button
  119.  
  120. Clear.Name = "Clear"
  121. Clear.Parent = MainDataBase
  122. Clear.BackgroundColor3 = Color3.new(0, 0, 0)
  123. Clear.BackgroundTransparency = 0.5
  124. Clear.Position = UDim2.new(0, 350, 0, 335)
  125. Clear.Size = UDim2.new(0, 200, 0, 50)
  126. Clear.Font = Enum.Font.SciFi
  127. Clear.FontSize = Enum.FontSize.Size14
  128. Clear.Text = "Clear"
  129. Clear.TextColor3 = Color3.new(0.14902, 1, 0)
  130. Clear.TextScaled = true
  131. Clear.TextSize = 14
  132. Clear.TextWrapped = true
  133.  
  134. -- Credits
  135.  
  136. Credit.Name = "Credit"
  137. Credit.Parent = MainDataBase
  138. Credit.BackgroundColor3 = Color3.new(0, 0, 0)
  139. Credit.BackgroundTransparency = 0.5
  140. Credit.Position = UDim2.new(0, 249, 0, 329)
  141. Credit.Size = UDim2.new(0, 80, 0, 50)
  142. Credit.Font = Enum.Font.SciFi
  143. Credit.FontSize = Enum.FontSize.Size14
  144. Credit.Text = "Credits"
  145. Credit.TextColor3 = Color3.new(0.14902, 1, 0)
  146. Credit.TextScaled = true
  147. Credit.TextSize = 14
  148. Credit.TextWrapped = true
  149.  
  150. -- Credits 2
  151.  
  152. Credits.Name = "Credits"
  153. Credits.Parent = FlareExe
  154. Credits.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  155. Credits.Draggable = true
  156. Credits.Position = UDim2.new(0, 332, 0, 110)
  157. Credits.Selectable = true
  158. Credits.Size = UDim2.new(0, 381, 0, 293)
  159. Credits.Visible = false
  160. Credits.Style = Enum.FrameStyle.RobloxSquare
  161.  
  162. -- Credits Close Button
  163.  
  164. Close.Name = "Close"
  165. Close.Parent = Credits
  166. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  167. Close.Position = UDim2.new(0, 82, 0, 219)
  168. Close.Size = UDim2.new(0, 200, 0, 50)
  169. Close.Font = Enum.Font.SourceSans
  170. Close.FontSize = Enum.FontSize.Size14
  171. Close.Text = "Close"
  172. Close.TextScaled = true
  173. Close.TextSize = 14
  174. Close.TextWrapped = true
  175.  
  176. -- Credits 3
  177.  
  178. Credits_2.Name = "Credits"
  179. Credits_2.Parent = Credits
  180. Credits_2.BackgroundColor3 = Color3.new(1, 1, 1)
  181. Credits_2.Position = UDim2.new(0, 20, 0, 21)
  182. Credits_2.Size = UDim2.new(0, 325, 0, 181)
  183. Credits_2.Font = Enum.Font.SourceSans
  184. Credits_2.FontSize = Enum.FontSize.Size14
  185. Credits_2.Text = "This is created by: XBloits [Lua dev, C#]\nXBloits#2935 ( Coding and everything was by XBloits! ( And alot help from Flare Hub the original creator's ( Nerd, Lex - is the people that helped me be a Lua Dev and credit's to Nebular for the C#!!"
  186. Credits_2.TextScaled = true
  187. Credits_2.TextSize = 14
  188. Credits_2.TextWrapped = true
  189. Credits_2.TextXAlignment = Enum.TextXAlignment.Left
  190. Credits_2.TextYAlignment = Enum.TextYAlignment.Top
  191.  
  192. -- Codes (DO NOT TOUCH OR LEAK ANYTHING) --
  193.  
  194. OpenClose.MouseButton1Down:connect(function()
  195. if OpenClose.Text == "Close" then
  196. MainDataBase.Visible = false
  197. OpenClose.Text = "Open"
  198. else
  199. MainDataBase.Visible = true
  200. OpenClose.Text = "Close"
  201. end
  202. end)
  203.  
  204. Execute.MouseButton1Down:connect(function()
  205. SName.Text = "Text/Script Executed!"
  206. loadstring(tostring(Source.Text))()
  207. print("Script/Text Executed by FlareExe")
  208. wait(2)
  209. SName.Text = "Welcome to FlareExe"
  210. end)
  211.  
  212. Clear.MouseButton1Down:connect(function()
  213. SName.Text = "Text Cleared!"
  214. Source.Text = ""
  215. wait(2)
  216. SName.Text = "Welcome to FlareExe"
  217. end)
  218.  
  219. Credit.MouseButton1Down:connect(function()
  220. if Credits_2.Text == "Close" then
  221. Credits.Visible = false
  222. Credit.Text = "Credits"
  223. else
  224. Credits.Visible = true
  225. Credits_2.Text = "Close"
  226. end
  227. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement