Advertisement
Cizzy

Untitled

May 21st, 2021
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.97 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local TextLabel = Instance.new("TextLabel")
  9. local die = Instance.new("TextLabel")
  10. local ik1 = Instance.new("TextButton")
  11. local IK = Instance.new("TextButton")
  12. local IK3 = Instance.new("TextButton")
  13. local idk333 = Instance.new("TextLabel")
  14. local TextButton = Instance.new("TextButton")
  15. local TextButton1 = Instance.new("TextButton")
  16. local TextButton2 = Instance.new("TextButton")
  17. local IK4 = Instance.new("TextButton")
  18. local close = Instance.new("TextButton")
  19. local UICorner = Instance.new("UICorner")
  20. local hathub = Instance.new("TextButton")
  21. local kids = Instance.new("TextButton")
  22. local yield = Instance.new("TextButton")
  23. local what = Instance.new("TextButton")
  24. local idk3333 = Instance.new("TextLabel")
  25. local Credits = Instance.new("TextLabel")
  26. local Credits2 = Instance.new("TextLabel")
  27. local TextButton_2 = Instance.new("TextButton")
  28.  
  29. --Properties:
  30.  
  31. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  32. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  33.  
  34. Frame.Parent = ScreenGui
  35. Frame.BackgroundColor3 = Color3.fromRGB(170, 170, 255)
  36. Frame.Position = UDim2.new(0.278632492, 0, 0.14037855, 0)
  37. Frame.Size = UDim2.new(0, 701, 0, 446)
  38. Frame.Visible = false
  39.  
  40. TextLabel.Parent = Frame
  41. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  42. TextLabel.BackgroundTransparency = 1.000
  43. TextLabel.Position = UDim2.new(0, 0, 0.12230996, 0)
  44. TextLabel.Size = UDim2.new(0, 160, 0, 50)
  45. TextLabel.Font = Enum.Font.SourceSans
  46. TextLabel.Text = "Main Stuff:"
  47. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  48. TextLabel.TextScaled = true
  49. TextLabel.TextSize = 14.000
  50. TextLabel.TextWrapped = true
  51.  
  52. die.Name = "die"
  53. die.Parent = Frame
  54. die.BackgroundColor3 = Color3.fromRGB(28, 6, 77)
  55. die.Size = UDim2.new(0, 701, 0, 50)
  56. die.Font = Enum.Font.SourceSans
  57. die.Text = "Bolts Hub V1 - Funky Friday"
  58. die.TextColor3 = Color3.fromRGB(255, 0, 0)
  59. die.TextSize = 30.000
  60. die.TextWrapped = true
  61.  
  62. ik1.Name = "ik1"
  63. ik1.Parent = Frame
  64. ik1.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  65. ik1.BorderColor3 = Color3.fromRGB(27, 42, 53)
  66. ik1.Position = UDim2.new(0, 0, 0.248878926, 0)
  67. ik1.Size = UDim2.new(0, 200, 0, 44)
  68. ik1.Font = Enum.Font.SourceSans
  69. ik1.Text = "Auto Player (OP)"
  70. ik1.TextColor3 = Color3.fromRGB(0, 0, 0)
  71. ik1.TextScaled = true
  72. ik1.TextSize = 14.000
  73. ik1.TextWrapped = true
  74.  
  75. IK.Name = "IK"
  76. IK.Parent = Frame
  77. IK.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  78. IK.BorderColor3 = Color3.fromRGB(27, 42, 53)
  79. IK.Position = UDim2.new(0, 0, 0.396860957, 0)
  80. IK.Size = UDim2.new(0, 200, 0, 50)
  81. IK.Font = Enum.Font.SourceSans
  82. IK.Text = "Get 3218945128958921 points"
  83. IK.TextColor3 = Color3.fromRGB(0, 0, 0)
  84. IK.TextScaled = true
  85. IK.TextSize = 14.000
  86. IK.TextWrapped = true
  87.  
  88. IK3.Name = "IK3"
  89. IK3.Parent = Frame
  90. IK3.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  91. IK3.BorderColor3 = Color3.fromRGB(27, 42, 53)
  92. IK3.Position = UDim2.new(0, 0, 0.544843018, 0)
  93. IK3.Size = UDim2.new(0, 200, 0, 48)
  94. IK3.Font = Enum.Font.SourceSans
  95. IK3.Text = "Never Lose A point"
  96. IK3.TextColor3 = Color3.fromRGB(0, 0, 0)
  97. IK3.TextScaled = true
  98. IK3.TextSize = 14.000
  99. IK3.TextWrapped = true
  100.  
  101. idk333.Name = "idk333"
  102. idk333.Parent = Frame
  103. idk333.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  104. idk333.BackgroundTransparency = 1.000
  105. idk333.Position = UDim2.new(0.385164052, 0, 0.111099198, 0)
  106. idk333.Size = UDim2.new(0, 160, 0, 50)
  107. idk333.Font = Enum.Font.SourceSans
  108. idk333.Text = "Universal:"
  109. idk333.TextColor3 = Color3.fromRGB(0, 0, 0)
  110. idk333.TextScaled = true
  111. idk333.TextSize = 14.000
  112. idk333.TextWrapped = true
  113.  
  114. TextButton.Parent = Frame
  115. TextButton.BackgroundColor3 = Color3.fromRGB(112, 112, 112)
  116. TextButton.Position = UDim2.new(0.376604855, 0, 0.248878926, 0)
  117. TextButton.Size = UDim2.new(0, 200, 0, 116)
  118. TextButton.Font = Enum.Font.SourceSans
  119. TextButton.Text = "JumpPower And Walkspeed GUI"
  120. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  121. TextButton.TextScaled = true
  122. TextButton.TextSize = 14.000
  123. TextButton.TextWrapped = true
  124.  
  125. TextButton1.Name = "TextButton1"
  126. TextButton1.Parent = Frame
  127. TextButton1.BackgroundColor3 = Color3.fromRGB(112, 112, 112)
  128. TextButton1.Position = UDim2.new(0.376604855, 0, 0.544843078, 0)
  129. TextButton1.Size = UDim2.new(0, 200, 0, 48)
  130. TextButton1.Font = Enum.Font.SourceSans
  131. TextButton1.Text = "X TO FLY"
  132. TextButton1.TextColor3 = Color3.fromRGB(0, 0, 0)
  133. TextButton1.TextScaled = true
  134. TextButton1.TextSize = 14.000
  135. TextButton1.TextWrapped = true
  136.  
  137. TextButton2.Name = "TextButton2"
  138. TextButton2.Parent = Frame
  139. TextButton2.BackgroundColor3 = Color3.fromRGB(112, 112, 112)
  140. TextButton2.Position = UDim2.new(0.376604855, 0, 0.679372251, 0)
  141. TextButton2.Size = UDim2.new(0, 200, 0, 48)
  142. TextButton2.Font = Enum.Font.SourceSans
  143. TextButton2.Text = "E TO NOCLIP"
  144. TextButton2.TextColor3 = Color3.fromRGB(0, 0, 0)
  145. TextButton2.TextScaled = true
  146. TextButton2.TextSize = 14.000
  147. TextButton2.TextWrapped = true
  148.  
  149. IK4.Name = "IK4"
  150. IK4.Parent = Frame
  151. IK4.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  152. IK4.BorderColor3 = Color3.fromRGB(27, 42, 53)
  153. IK4.Position = UDim2.new(-0.00138273835, 0, 0.678013802, 0)
  154. IK4.Size = UDim2.new(0, 200, 0, 48)
  155. IK4.Font = Enum.Font.SourceSans
  156. IK4.Text = "OP GUI"
  157. IK4.TextColor3 = Color3.fromRGB(0, 0, 0)
  158. IK4.TextScaled = true
  159. IK4.TextSize = 14.000
  160. IK4.TextWrapped = true
  161.  
  162. close.Name = "close"
  163. close.Parent = Frame
  164. close.BackgroundColor3 = Color3.fromRGB(252, 1, 7)
  165. close.Position = UDim2.new(0.937232554, 0, 0, 0)
  166. close.Size = UDim2.new(0, 44, 0, 50)
  167. close.Font = Enum.Font.SourceSans
  168. close.Text = "X"
  169. close.TextColor3 = Color3.fromRGB(0, 0, 0)
  170. close.TextScaled = true
  171. close.TextSize = 14.000
  172. close.TextWrapped = true
  173.  
  174. UICorner.CornerRadius = UDim.new(0, 20)
  175. UICorner.Parent = Frame
  176.  
  177. hathub.Name = "hat hub"
  178. hathub.Parent = Frame
  179. hathub.BackgroundColor3 = Color3.fromRGB(112, 112, 112)
  180. hathub.Position = UDim2.new(0.699001431, 0, 0.24439466, 0)
  181. hathub.Size = UDim2.new(0, 200, 0, 48)
  182. hathub.Font = Enum.Font.SourceSans
  183. hathub.Text = "Trolling Gui"
  184. hathub.TextColor3 = Color3.fromRGB(0, 0, 0)
  185. hathub.TextScaled = true
  186. hathub.TextSize = 14.000
  187. hathub.TextWrapped = true
  188.  
  189. kids.Name = "kids"
  190. kids.Parent = Frame
  191. kids.BackgroundColor3 = Color3.fromRGB(112, 112, 112)
  192. kids.Position = UDim2.new(0.699001431, 0, 0.394618869, 0)
  193. kids.Size = UDim2.new(0, 200, 0, 48)
  194. kids.Font = Enum.Font.SourceSans
  195. kids.Text = "FE Fling Gui"
  196. kids.TextColor3 = Color3.fromRGB(0, 0, 0)
  197. kids.TextScaled = true
  198. kids.TextSize = 14.000
  199. kids.TextWrapped = true
  200.  
  201. yield.Name = "yield"
  202. yield.Parent = Frame
  203. yield.BackgroundColor3 = Color3.fromRGB(112, 112, 112)
  204. yield.Position = UDim2.new(0.699001431, 0, 0.544843078, 0)
  205. yield.Size = UDim2.new(0, 200, 0, 48)
  206. yield.Font = Enum.Font.SourceSans
  207. yield.Text = "FE Admin Gui"
  208. yield.TextColor3 = Color3.fromRGB(0, 0, 0)
  209. yield.TextScaled = true
  210. yield.TextSize = 14.000
  211. yield.TextWrapped = true
  212.  
  213. what.Name = "what??"
  214. what.Parent = Frame
  215. what.BackgroundColor3 = Color3.fromRGB(112, 112, 112)
  216. what.Position = UDim2.new(0.699001431, 0, 0.677130103, 0)
  217. what.Size = UDim2.new(0, 200, 0, 48)
  218. what.Font = Enum.Font.SourceSans
  219. what.Text = "R15 FE Emotes"
  220. what.TextColor3 = Color3.fromRGB(0, 0, 0)
  221. what.TextScaled = true
  222. what.TextSize = 14.000
  223. what.TextWrapped = true
  224.  
  225. idk3333.Name = "idk3333"
  226. idk3333.Parent = Frame
  227. idk3333.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  228. idk3333.BackgroundTransparency = 1.000
  229. idk3333.Position = UDim2.new(0.726441741, 0, 0.122791983, 0)
  230. idk3333.Size = UDim2.new(0, 160, 0, 50)
  231. idk3333.Font = Enum.Font.SourceSans
  232. idk3333.Text = "Other:"
  233. idk3333.TextColor3 = Color3.fromRGB(0, 0, 0)
  234. idk3333.TextScaled = true
  235. idk3333.TextSize = 14.000
  236. idk3333.TextWrapped = true
  237.  
  238. Credits.Name = "Credits"
  239. Credits.Parent = Frame
  240. Credits.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  241. Credits.BackgroundTransparency = 1.000
  242. Credits.Position = UDim2.new(0.186875895, 0, 0.807174861, 0)
  243. Credits.Size = UDim2.new(0, 405, 0, 50)
  244. Credits.Font = Enum.Font.SourceSans
  245. Credits.Text = "Sorry if there is lag!"
  246. Credits.TextColor3 = Color3.fromRGB(0, 0, 0)
  247. Credits.TextSize = 14.000
  248.  
  249. Credits2.Name = "Credits2"
  250. Credits2.Parent = Frame
  251. Credits2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  252. Credits2.BackgroundTransparency = 1.000
  253. Credits2.Position = UDim2.new(0.186875895, 0, 0.887892365, 0)
  254. Credits2.Size = UDim2.new(0, 405, 0, 50)
  255. Credits2.Font = Enum.Font.SourceSans
  256. Credits2.Text = "Scripting: ArsenalStuff - UI: ArsenalStuff - Helping: Bolts"
  257. Credits2.TextColor3 = Color3.fromRGB(0, 0, 0)
  258. Credits2.TextSize = 14.000
  259. Credits2.TextWrapped = true
  260.  
  261. TextButton_2.Parent = ScreenGui
  262. TextButton_2.BackgroundColor3 = Color3.fromRGB(107, 254, 127)
  263. TextButton_2.Position = UDim2.new(0, 0, 0.724755704, 0)
  264. TextButton_2.Size = UDim2.new(0, 117, 0, 52)
  265. TextButton_2.Font = Enum.Font.SourceSans
  266. TextButton_2.Text = "OPEN"
  267. TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  268. TextButton_2.TextScaled = true
  269. TextButton_2.TextSize = 14.000
  270. TextButton_2.TextWrapped = true
  271.  
  272. -- Scripts:
  273.  
  274. local function LUYGRK_fake_script() -- ik1.LocalScript
  275. local script = Instance.new('LocalScript', ik1)
  276.  
  277. script.Parent.MouseButton1Click:Connect(function()
  278. loadstring(game:HttpGet('https://pastebin.com/raw/FGDCnLDF'))()
  279. end)
  280. end
  281. coroutine.wrap(LUYGRK_fake_script)()
  282. local function YQUEWZ_fake_script() -- IK.LocalScript
  283. local script = Instance.new('LocalScript', IK)
  284.  
  285. script.Parent.MouseButton1Click:Connect(function()
  286. loadstring(game:HttpGet('https://pastebin.com/raw/aegdpfqx'))()
  287. end)
  288. end
  289. coroutine.wrap(YQUEWZ_fake_script)()
  290. local function RVYWMA_fake_script() -- IK3.LocalScript
  291. local script = Instance.new('LocalScript', IK3)
  292.  
  293. script.Parent.MouseButton1Click:Connect(function()
  294. loadstring(game:HttpGet('https://pastebin.com/raw/wksQs3uA'))()
  295. end)
  296. end
  297. coroutine.wrap(RVYWMA_fake_script)()
  298. local function HIZETX_fake_script() -- TextButton.LocalScript
  299. local script = Instance.new('LocalScript', TextButton)
  300.  
  301. script.Parent.MouseButton1Click:Connect(function()
  302. loadstring(game:HttpGet('https://pastebin.com/raw/9DCFzStk'))()
  303. end)
  304. end
  305. coroutine.wrap(HIZETX_fake_script)()
  306. local function TLCMX_fake_script() -- TextButton1.LocalScript
  307. local script = Instance.new('LocalScript', TextButton1)
  308.  
  309. script.Parent.MouseButton1Click:Connect(function()
  310. loadstring(game:HttpGet('https://pastebin.com/raw/b0kwzrUX'))()
  311. end)
  312. end
  313. coroutine.wrap(TLCMX_fake_script)()
  314. local function PGVEIB_fake_script() -- TextButton2.LocalScript
  315. local script = Instance.new('LocalScript', TextButton2)
  316.  
  317. script.Parent.MouseButton1Click:Connect(function()
  318. loadstring(game:HttpGet('https://pastebin.com/raw/LCFGtnZh'))()
  319. end)
  320. end
  321. coroutine.wrap(PGVEIB_fake_script)()
  322. local function DUPI_fake_script() -- IK4.LocalScript
  323. local script = Instance.new('LocalScript', IK4)
  324.  
  325. script.Parent.MouseButton1Click:Connect(function()
  326. loadstring(game:HttpGet('https://pastebin.com/raw/dNC6V7MW'))()
  327. end)
  328. end
  329. coroutine.wrap(DUPI_fake_script)()
  330. local function FAMW_fake_script() -- close.LocalScript
  331. local script = Instance.new('LocalScript', close)
  332.  
  333. script.Parent.MouseButton1Click:Connect(function()
  334. script.Parent.Parent.Visible = false
  335. end)
  336. end
  337. coroutine.wrap(FAMW_fake_script)()
  338. local function JNKAAHN_fake_script() -- Frame.LocalScript
  339. local script = Instance.new('LocalScript', Frame)
  340.  
  341. script.Parent.Active = true
  342. script.Parent.Draggable = true
  343. end
  344. coroutine.wrap(JNKAAHN_fake_script)()
  345. local function AFAGCX_fake_script() -- hathub.LocalScript
  346. local script = Instance.new('LocalScript', hathub)
  347.  
  348. script.Parent.MouseButton1Click:Connect(function()
  349. loadstring(game:HttpGet('https://pastebin.com/raw/8cw7FMq4'))()
  350. end)
  351. end
  352. coroutine.wrap(AFAGCX_fake_script)()
  353. local function FUZWPM_fake_script() -- kids.LocalScript
  354. local script = Instance.new('LocalScript', kids)
  355.  
  356. script.Parent.MouseButton1Click:Connect(function()
  357. loadstring(game:HttpGet('https://pastebin.com/raw/01kyxqRT'))()
  358. end)
  359. end
  360. coroutine.wrap(FUZWPM_fake_script)()
  361. local function ASGCSSN_fake_script() -- yield.LocalScript
  362. local script = Instance.new('LocalScript', yield)
  363.  
  364. script.Parent.MouseButton1Click:Connect(function()
  365. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  366. end)
  367. end
  368. coroutine.wrap(ASGCSSN_fake_script)()
  369. local function YTVO_fake_script() -- what.LocalScript
  370. local script = Instance.new('LocalScript', what)
  371.  
  372. script.Parent.MouseButton1Click:Connect(function()
  373. loadstring(game:HttpGet('https://gitlab.com/Tsuniox/lua-stuff/-/raw/master/R15GUI.lua'))()
  374. end)
  375. end
  376. coroutine.wrap(YTVO_fake_script)()
  377. local function HZYWFF_fake_script() -- TextButton_2.LocalScript
  378. local script = Instance.new('LocalScript', TextButton_2)
  379.  
  380. script.Parent.MouseButton1Click:Connect(function()
  381. script.Parent.Parent.Frame.Visible = true
  382. end)
  383. end
  384. coroutine.wrap(HZYWFF_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement