Advertisement
Guest User

Untitled

a guest
Feb 28th, 2020
455
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.43 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Main = Instance.new("Frame")
  8. local Style = Instance.new("Frame")
  9. local Style_2 = Instance.new("Frame")
  10. local Credits = Instance.new("TextLabel")
  11. local Style_3 = Instance.new("Frame")
  12. local Style_4 = Instance.new("Frame")
  13. local Style_5 = Instance.new("Frame")
  14. local Style_6 = Instance.new("Frame")
  15. local Nmaofgui = Instance.new("TextLabel")
  16. local Crowbar = Instance.new("TextButton")
  17. local Medkit = Instance.new("TextButton")
  18. local Planks = Instance.new("TextButton")
  19. local Stealth = Instance.new("TextButton")
  20. local Cookie = Instance.new("TextButton")
  21. local Close = Instance.new("TextButton")
  22. local Money = Instance.new("TextButton")
  23. local _10Energy = Instance.new("TextButton")
  24. local Pan = Instance.new("TextButton")
  25. local Basement = Instance.new("TextButton")
  26. local PitchFork = Instance.new("TextButton")
  27. local MaybeNA = Instance.new("TextButton")
  28. local MaybeNA_2 = Instance.new("TextButton")
  29. local Creditbutton = Instance.new("TextButton")
  30. local OpenFrame = Instance.new("Frame")
  31. local Open = Instance.new("TextButton")
  32.  
  33. --Properties:
  34.  
  35. ScreenGui.Parent = game.CoreGui
  36. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  37.  
  38. Main.Name = "Main"
  39. Main.Parent = ScreenGui
  40. Main.Active = true
  41. Main.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  42. Main.Position = UDim2.new(0.349254102, 0, 0.128290132, 0)
  43. Main.Size = UDim2.new(0, 412, 0, 434)
  44. Main.Visible = false
  45. Main.Draggable = true
  46.  
  47. Style.Name = "Style"
  48. Style.Parent = Main
  49. Style.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  50. Style.Position = UDim2.new(-0.0339805819, 0, 0.0246153809, 0)
  51. Style.Size = UDim2.new(0, 14, 0, 418)
  52.  
  53. Style_2.Name = "Style"
  54. Style_2.Parent = Main
  55. Style_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  56. Style_2.BackgroundTransparency = 1.000
  57. Style_2.Position = UDim2.new(-0.356796116, 0, -0.633846164, 0)
  58. Style_2.Size = UDim2.new(0, 474, 0, 32)
  59.  
  60. Credits.Name = "Credits"
  61. Credits.Parent = Style_2
  62. Credits.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  63. Credits.BackgroundTransparency = 1.000
  64. Credits.Size = UDim2.new(0, 474, 0, 32)
  65. Credits.Font = Enum.Font.SourceSans
  66. Credits.Text = "CREDITS__ GUI CREATER/SCRIPTER---- BlodMaster"
  67. Credits.TextColor3 = Color3.fromRGB(85, 0, 127)
  68. Credits.TextSize = 14.000
  69.  
  70. Style_3.Name = "Style"
  71. Style_3.Parent = Main
  72. Style_3.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  73. Style_3.Position = UDim2.new(-0.0364077687, 0, 0.966139674, 0)
  74. Style_3.Size = UDim2.new(0, 438, 0, 14)
  75.  
  76. Style_4.Name = "Style"
  77. Style_4.Parent = Main
  78. Style_4.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  79. Style_4.Position = UDim2.new(-0.0364077687, 0, 0, 0)
  80. Style_4.Size = UDim2.new(0, 438, 0, 14)
  81.  
  82. Style_5.Name = "Style"
  83. Style_5.Parent = Main
  84. Style_5.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  85. Style_5.Position = UDim2.new(1, 0, 0, 0)
  86. Style_5.Size = UDim2.new(0, 14, 0, 429)
  87.  
  88. Style_6.Name = "Style"
  89. Style_6.Parent = Main
  90. Style_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  91. Style_6.Position = UDim2.new(0.1893204, 0, -0.135384619, 0)
  92. Style_6.Size = UDim2.new(0, 256, 0, 74)
  93.  
  94. Nmaofgui.Name = "Nma of gui"
  95. Nmaofgui.Parent = Style_6
  96. Nmaofgui.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  97. Nmaofgui.Size = UDim2.new(0, 256, 0, 74)
  98. Nmaofgui.Font = Enum.Font.Gotham
  99. Nmaofgui.Text = "Break In FXCKER V2"
  100. Nmaofgui.TextColor3 = Color3.fromRGB(255, 255, 255)
  101. Nmaofgui.TextSize = 14.000
  102.  
  103. Crowbar.Name = "Crowbar"
  104. Crowbar.Parent = Main
  105. Crowbar.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  106. Crowbar.Position = UDim2.new(0.0485436879, 0, 0.123076923, 0)
  107. Crowbar.Size = UDim2.new(0, 182, 0, 32)
  108. Crowbar.Font = Enum.Font.Gotham
  109. Crowbar.Text = "Crowbar"
  110. Crowbar.TextColor3 = Color3.fromRGB(0, 0, 0)
  111. Crowbar.TextSize = 14.000
  112. Crowbar.MouseButton1Down:connect(function()
  113. -- Script generated by SimpleSpy - credits to exxtremewa#9394
  114. -- This generator is IN DEVELOPMENT, not compatible with all types/classes yet
  115.  
  116. local args = {
  117. [1] = true,
  118. [2] = "Crowbar",
  119. }
  120.  
  121. game:GetService("ReplicatedStorage").RemoteEvents.BasementWeapon:FireServer(unpack(args))
  122. end)
  123.  
  124. Medkit.Name = "Medkit"
  125. Medkit.Parent = Main
  126. Medkit.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  127. Medkit.Position = UDim2.new(0.516990304, 0, 0.123076923, 0)
  128. Medkit.Size = UDim2.new(0, 182, 0, 32)
  129. Medkit.Font = Enum.Font.Gotham
  130. Medkit.Text = "Medkit"
  131. Medkit.TextColor3 = Color3.fromRGB(0, 0, 0)
  132. Medkit.TextSize = 14.000
  133. Medkit.MouseButton1Down:connect(function()
  134. -- Script generated by SimpleSpy - credits to exxtremewa#9394
  135. -- This generator is IN DEVELOPMENT, not compatible with all types/classes yet
  136.  
  137. local args = {
  138. [1] = "MedKit",
  139. }
  140.  
  141. game:GetService("ReplicatedStorage").RemoteEvents.GiveTool:FireServer(unpack(args))
  142. end)
  143.  
  144. Planks.Name = "Planks"
  145. Planks.Parent = Main
  146. Planks.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  147. Planks.Position = UDim2.new(0.0485436879, 0, 0.286153853, 0)
  148. Planks.Size = UDim2.new(0, 182, 0, 32)
  149. Planks.Font = Enum.Font.Gotham
  150. Planks.Text = "Planks"
  151. Planks.TextColor3 = Color3.fromRGB(0, 0, 0)
  152. Planks.TextSize = 14.000
  153. Planks.MouseButton1Down:connect(function()
  154. -- Script generated by SimpleSpy - credits to exxtremewa#9394
  155. -- This generator is IN DEVELOPMENT, not compatible with all types/classes yet
  156.  
  157. local args = {
  158. [1] = "Plank",
  159. }
  160.  
  161. game:GetService("ReplicatedStorage").RemoteEvents.GiveTool:FireServer(unpack(args))
  162. end)
  163.  
  164. Stealth.Name = "Stealth"
  165. Stealth.Parent = Main
  166. Stealth.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  167. Stealth.Position = UDim2.new(0.516990304, 0, 0.286153853, 0)
  168. Stealth.Size = UDim2.new(0, 182, 0, 32)
  169. Stealth.Font = Enum.Font.Gotham
  170. Stealth.Text = "Stealth 100s"
  171. Stealth.TextColor3 = Color3.fromRGB(0, 0, 0)
  172. Stealth.TextSize = 14.000
  173. Stealth.MouseButton1Down:connect(function()
  174. -- Script generated by SimpleSpy - credits to exxtremewa#9394
  175. -- This generator is IN DEVELOPMENT, not compatible with all types/classes yet
  176.  
  177. local args = {
  178. [1] = 10666666660,
  179. }
  180.  
  181. game:GetService("ReplicatedStorage").RemoteEvents.MakeStealth:FireServer(unpack(args))
  182. end)
  183.  
  184. Cookie.Name = "Cookie"
  185. Cookie.Parent = Main
  186. Cookie.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  187. Cookie.Position = UDim2.new(0.516990304, 0, 0.430769235, 0)
  188. Cookie.Size = UDim2.new(0, 182, 0, 32)
  189. Cookie.Font = Enum.Font.Gotham
  190. Cookie.Text = "Cookie"
  191. Cookie.TextColor3 = Color3.fromRGB(0, 0, 0)
  192. Cookie.TextSize = 14.000
  193. Cookie.MouseButton1Down:connect(function()
  194. -- Script generated by SimpleSpy - credits to exxtremewa#9394
  195. -- This generator is IN DEVELOPMENT, not compatible with all types/classes yet
  196.  
  197. local args = {
  198. [1] = "Cookie",
  199. }
  200.  
  201. game:GetService("ReplicatedStorage").RemoteEvents.GiveTool:FireServer(unpack(args))
  202. end)
  203.  
  204. Close.Name = "Close"
  205. Close.Parent = Main
  206. Close.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  207. Close.Position = UDim2.new(-0.123786405, 0, 0.255384624, 0)
  208. Close.Size = UDim2.new(0, 43, 0, 167)
  209. Close.Font = Enum.Font.SciFi
  210. Close.Text = ">"
  211. Close.TextColor3 = Color3.fromRGB(255, 0, 0)
  212. Close.TextSize = 14.000
  213. Close.MouseButton1Down:connect(function()
  214. OpenFrame.Visible = true
  215. Main.Visible = false
  216. end)
  217.  
  218. Money.Name = "Money"
  219. Money.Parent = Main
  220. Money.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  221. Money.Position = UDim2.new(0.0485436879, 0, 0.430769235, 0)
  222. Money.Size = UDim2.new(0, 182, 0, 32)
  223. Money.Font = Enum.Font.Gotham
  224. Money.Text = "Safe/Money-Working on it"
  225. Money.TextColor3 = Color3.fromRGB(0, 0, 0)
  226. Money.TextSize = 14.000
  227.  
  228. _10Energy.Name = "10+Energy"
  229. _10Energy.Parent = Main
  230. _10Energy.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  231. _10Energy.Position = UDim2.new(0.0485436879, 0, 0.569124401, 0)
  232. _10Energy.Size = UDim2.new(0, 182, 0, 30)
  233. _10Energy.Font = Enum.Font.Gotham
  234. _10Energy.Text = "10+ Energy"
  235. _10Energy.TextColor3 = Color3.fromRGB(0, 0, 0)
  236. _10Energy.TextSize = 14.000
  237. _10Energy.MouseButton1Down:connect(function()
  238. -- Script generated by SimpleSpy - credits to exxtremewa#9394
  239. -- This generator is IN DEVELOPMENT, not compatible with all types/classes yet
  240.  
  241. local args = {
  242. [1] = 10,
  243. }
  244.  
  245. game:GetService("ReplicatedStorage").RemoteEvents.Energy:FireServer(unpack(args))
  246. end)
  247.  
  248.  
  249. Pan.Name = "Hammer"
  250. Pan.Parent = Main
  251. Pan.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  252. Pan.Position = UDim2.new(0.516990304, 0, 0.569124401, 0)
  253. Pan.Size = UDim2.new(0, 182, 0, 30)
  254. Pan.Font = Enum.Font.Gotham
  255. Pan.Text = "Hammer"
  256. Pan.TextColor3 = Color3.fromRGB(0, 0, 0)
  257. Pan.TextSize = 14.000
  258. Pan.MouseButton1Down:connect(function()
  259. -- Script generated by SimpleSpy - credits to exxtremewa#9394
  260. -- This generator is IN DEVELOPMENT, not compatible with all types/classes yet
  261.  
  262. function getNil(name,class) for _,v in pairs(getnilinstances())do if v.ClassName==class and v.Name==name then return v;end end end
  263.  
  264. local args = {
  265. [1] = true,
  266. [2] = "Hammer",
  267. }
  268.  
  269. game:GetService("ReplicatedStorage").RemoteEvents.BasementWeapon:FireServer(unpack(args))
  270. end)
  271.  
  272.  
  273. Basement.Name = "Basement"
  274. Basement.Parent = Main
  275. Basement.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  276. Basement.Position = UDim2.new(0.516990304, 0, 0.693548381, 0)
  277. Basement.Size = UDim2.new(0, 182, 0, 30)
  278. Basement.Font = Enum.Font.Gotham
  279. Basement.Text = "Basement (WORKS)"
  280. Basement.TextColor3 = Color3.fromRGB(0, 0, 0)
  281. Basement.TextSize = 14.000
  282. Basement.MouseButton1Down:connect(function()
  283. -- Script generated by SimpleSpy - credits to exxtremewa#9394
  284. -- This generator is IN DEVELOPMENT, not compatible with all types/classes yet
  285.  
  286. local args = {
  287. [1] = "Key",
  288. }
  289.  
  290. game:GetService("ReplicatedStorage").RemoteEvents.GiveTool:FireServer(unpack(args))
  291. end)
  292.  
  293.  
  294. PitchFork.Name = "PitchFork"
  295. PitchFork.Parent = Main
  296. PitchFork.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  297. PitchFork.Position = UDim2.new(0.0485436916, 0, 0.693548381, 0)
  298. PitchFork.Size = UDim2.new(0, 182, 0, 30)
  299. PitchFork.Font = Enum.Font.Gotham
  300. PitchFork.Text = "PitchFork"
  301. PitchFork.TextColor3 = Color3.fromRGB(0, 0, 0)
  302. PitchFork.TextSize = 14.000
  303. PitchFork.MouseButton1Down:connect(function()
  304. -- Script generated by SimpleSpy - credits to exxtremewa#9394
  305. -- This generator is IN DEVELOPMENT, not compatible with all types/classes yet
  306.  
  307. function getNil(name,class) for _,v in pairs(getnilinstances())do if v.ClassName==class and v.Name==name then return v;end end end
  308.  
  309. local args = {
  310. [1] = true,
  311. [2] = "Pitchfork",
  312. }
  313.  
  314. game:GetService("ReplicatedStorage").RemoteEvents.BasementWeapon:FireServer(unpack(args))
  315. end)
  316.  
  317.  
  318. MaybeNA.Name = "Maybe N/A"
  319. MaybeNA.Parent = Main
  320. MaybeNA.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  321. MaybeNA.Position = UDim2.new(0.0485436916, 0, 0.824884772, 0)
  322. MaybeNA.Size = UDim2.new(0, 182, 0, 30)
  323. MaybeNA.Font = Enum.Font.Gotham
  324. MaybeNA.Text = "Maybe N/A"
  325. MaybeNA.TextColor3 = Color3.fromRGB(0, 0, 0)
  326. MaybeNA.TextSize = 14.000
  327.  
  328. MaybeNA_2.Name = "Maybe N/A"
  329. MaybeNA_2.Parent = Main
  330. MaybeNA_2.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  331. MaybeNA_2.Position = UDim2.new(0.516990304, 0, 0.824884772, 0)
  332. MaybeNA_2.Size = UDim2.new(0, 182, 0, 30)
  333. MaybeNA_2.Font = Enum.Font.Gotham
  334. MaybeNA_2.Text = "Maybe N/A"
  335. MaybeNA_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  336. MaybeNA_2.TextSize = 14.000
  337.  
  338. Creditbutton.Name = "Credit button"
  339. Creditbutton.Parent = Main
  340. Creditbutton.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  341. Creditbutton.Position = UDim2.new(0.257281542, 0, 0.069124423, 0)
  342. Creditbutton.Size = UDim2.new(0, 200, 0, 24)
  343. Creditbutton.Font = Enum.Font.SourceSans
  344. Creditbutton.Text = "PRESS TO GIVE ME CREDIT INGAME CHAT"
  345. Creditbutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  346. Creditbutton.TextSize = 14.000
  347. Creditbutton.MouseButton1Down:connect(function()
  348. -- Script generated by SimpleSpy - credits to exxtremewa#9394
  349. -- This generator is IN DEVELOPMENT, not compatible with all types/classes yet
  350.  
  351. local args = {
  352. [1] = "Visit LazyOnDex on YT and get my Break In FXCKER",
  353. [2] = "All",
  354. }
  355.  
  356. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
  357. end)
  358.  
  359.  
  360. OpenFrame.Name = "OpenFrame"
  361. OpenFrame.Parent = ScreenGui
  362. OpenFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  363. OpenFrame.Position = UDim2.new(0.983647227, 0, 0.442723036, 0)
  364. OpenFrame.Size = UDim2.new(0, 62, 0, 224)
  365.  
  366. Open.Name = "Open"
  367. Open.Parent = OpenFrame
  368. Open.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  369. Open.Position = UDim2.new(0.0645151436, 0, 0.0357142873, 0)
  370. Open.Size = UDim2.new(0, 206, 0, 209)
  371. Open.Font = Enum.Font.SourceSans
  372. Open.Text = "<"
  373. Open.TextColor3 = Color3.fromRGB(0, 0, 0)
  374. Open.TextSize = 14.000
  375. Open.TextXAlignment = Enum.TextXAlignment.Left
  376. Open.MouseButton1Down:connect(function()
  377. Main.Visible = true
  378. OpenFrame.Visible = false
  379. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement