Advertisement
Upscalefanatic3

Kiwano FE GUI HUB

Jan 21st, 2019
736
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.41 KB | None | 0 0
  1. -- Created by AC_hazard/AC_Tech
  2. -- Scripting by Altair Studios/CeeTechNG
  3. -- The scripts used in this GUI are not mine.
  4.  
  5. -- Instances:
  6. local KiwanoGUI = Instance.new("ScreenGui")
  7. local OpenFrame = Instance.new("Frame")
  8. local OpenButton = Instance.new("TextButton")
  9. local GUIFrame = Instance.new("Frame")
  10. local Reviz = Instance.new("TextButton")
  11. local ShatterVast = Instance.new("TextButton")
  12. local OPFinality = Instance.new("TextButton")
  13. local FuckFE = Instance.new("TextButton")
  14. local NoTags = Instance.new("TextButton")
  15. local Energize = Instance.new("TextButton")
  16. local FlingKill = Instance.new("TextButton")
  17. local AndromedaGUI = Instance.new("TextButton")
  18. local Arosia = Instance.new("TextButton")
  19. local Epix = Instance.new("TextButton")
  20. local _100100 = Instance.new("TextButton")
  21. local HyperTotal = Instance.new("TextButton")
  22. local FeX = Instance.new("TextButton")
  23. local G00hey = Instance.new("TextButton")
  24. local CoolFE = Instance.new("TextButton")
  25. local SnowyGUI = Instance.new("TextButton")
  26. local Title = Instance.new("TextLabel")
  27. local Exit = Instance.new("TextButton")
  28. --Properties:
  29. KiwanoGUI.Name = "Kiwano GUI"
  30. KiwanoGUI.Parent = game.CoreGui
  31.  
  32. OpenFrame.Name = "OpenFrame"
  33. OpenFrame.Parent = KiwanoGUI
  34. OpenFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  35. OpenFrame.BorderColor3 = Color3.new(1, 1, 0)
  36. OpenFrame.BorderSizePixel = 4
  37. OpenFrame.Position = UDim2.new(0.395291209, 0, 0, 0)
  38. OpenFrame.Size = UDim2.new(0, 133, 0, 35)
  39. OpenFrame.Visible = true
  40.  
  41. OpenButton.Name = "OpenButton"
  42. OpenButton.Parent = OpenFrame
  43. OpenButton.BackgroundColor3 = Color3.new(1, 1, 1)
  44. OpenButton.BackgroundTransparency = 1
  45. OpenButton.Position = UDim2.new(-0.00320503116, 0, -0.120985888, 0)
  46. OpenButton.Size = UDim2.new(0, 133, 0, 42)
  47. OpenButton.Font = Enum.Font.Code
  48. OpenButton.Text = "OPEN"
  49. OpenButton.TextColor3 = Color3.new(1, 1, 0)
  50. OpenButton.TextSize = 30
  51. OpenButton.MouseButton1Down:connect(function()
  52. GUIFrame.Visible = true
  53. GUIFrame.Active = true
  54. OpenFrame.Visible = false
  55. end)
  56.  
  57. GUIFrame.Name = "GUIFrame"
  58. GUIFrame.Parent = KiwanoGUI
  59. GUIFrame.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  60. GUIFrame.BorderColor3 = Color3.new(1, 1, 0)
  61. GUIFrame.BorderSizePixel = 5
  62. GUIFrame.Position = UDim2.new(0.157372981, 0, 0.24120602, 0)
  63. GUIFrame.Size = UDim2.new(0, 516, 0, 308)
  64. GUIFrame.Visible = false
  65. GUIFrame.Draggable = true
  66. GUIFrame.Active = true
  67.  
  68. Reviz.Name = "Reviz"
  69. Reviz.Parent = GUIFrame
  70. Reviz.BackgroundColor3 = Color3.new(0, 0, 0)
  71. Reviz.BorderColor3 = Color3.new(1, 1, 0)
  72. Reviz.BorderSizePixel = 3
  73. Reviz.Position = UDim2.new(0.0135658924, 0, 0.16883117, 0)
  74. Reviz.Size = UDim2.new(0, 150, 0, 26)
  75. Reviz.Font = Enum.Font.Code
  76. Reviz.Text = "Reviz"
  77. Reviz.TextColor3 = Color3.new(1, 1, 0)
  78. Reviz.TextSize = 23
  79. Reviz.MouseButton1Down:connect(function()
  80. loadstring(game:HttpGet("https://pastebin.com/raw/8zh7FiHv"))()
  81. end)
  82.  
  83. ShatterVast.Name = "ShatterVast"
  84. ShatterVast.Parent = GUIFrame
  85. ShatterVast.BackgroundColor3 = Color3.new(0, 0, 0)
  86. ShatterVast.BorderColor3 = Color3.new(1, 1, 0)
  87. ShatterVast.BorderSizePixel = 3
  88. ShatterVast.Position = UDim2.new(0.354651153, 0, 0.16883117, 0)
  89. ShatterVast.Size = UDim2.new(0, 150, 0, 26)
  90. ShatterVast.Font = Enum.Font.Code
  91. ShatterVast.Text = "Shattervast"
  92. ShatterVast.TextColor3 = Color3.new(1, 1, 0)
  93. ShatterVast.TextSize = 23
  94. ShatterVast.MouseButton1Down:connect(function()
  95. loadstring(game:HttpGet("https://pastebin.com/raw/iL4NRDux"))()
  96. end)
  97.  
  98. OPFinality.Name = "OPFinality"
  99. OPFinality.Parent = GUIFrame
  100. OPFinality.BackgroundColor3 = Color3.new(0, 0, 0)
  101. OPFinality.BorderColor3 = Color3.new(1, 1, 0)
  102. OPFinality.BorderSizePixel = 3
  103. OPFinality.Position = UDim2.new(0.697674394, 0, 0.16883117, 0)
  104. OPFinality.Size = UDim2.new(0, 150, 0, 26)
  105. OPFinality.Font = Enum.Font.Code
  106. OPFinality.Text = "OPFinality"
  107. OPFinality.TextColor3 = Color3.new(1, 1, 0)
  108. OPFinality.TextSize = 23
  109. OPFinality.MouseButton1Down:connect(function()
  110. loadstring(game:HttpGet("https://pastebin.com/raw/9UtBscMx"))()
  111. end)
  112.  
  113. FuckFE.Name = "FuckFE"
  114. FuckFE.Parent = GUIFrame
  115. FuckFE.BackgroundColor3 = Color3.new(0, 0, 0)
  116. FuckFE.BorderColor3 = Color3.new(1, 1, 0)
  117. FuckFE.BorderSizePixel = 3
  118. FuckFE.Position = UDim2.new(0.354651123, 0, 0.298701286, 0)
  119. FuckFE.Size = UDim2.new(0, 150, 0, 26)
  120. FuckFE.Font = Enum.Font.Code
  121. FuckFE.Text = "Fuck FE"
  122. FuckFE.TextColor3 = Color3.new(1, 1, 0)
  123. FuckFE.TextSize = 23
  124. FuckFE.MouseButton1Down:connect(function()
  125. loadstring(game:HttpGet("https://pastebin.com/raw/D7LxBj1d"))()
  126. end)
  127.  
  128. NoTags.Name = "NoTags"
  129. NoTags.Parent = GUIFrame
  130. NoTags.BackgroundColor3 = Color3.new(0, 0, 0)
  131. NoTags.BorderColor3 = Color3.new(1, 1, 0)
  132. NoTags.BorderSizePixel = 3
  133. NoTags.Position = UDim2.new(0.0135658383, 0, 0.298701316, 0)
  134. NoTags.Size = UDim2.new(0, 150, 0, 26)
  135. NoTags.Font = Enum.Font.Code
  136. NoTags.Text = "No Tags"
  137. NoTags.TextColor3 = Color3.new(1, 1, 0)
  138. NoTags.TextSize = 23
  139. NoTags.MouseButton1Down:connect(function()
  140. loadstring(game:GetObjects("rbxassetid://1262435912")[1].Source)()
  141. end)
  142.  
  143. Energize.Name = "Energize"
  144. Energize.Parent = GUIFrame
  145. Energize.BackgroundColor3 = Color3.new(0, 0, 0)
  146. Energize.BorderColor3 = Color3.new(1, 1, 0)
  147. Energize.BorderSizePixel = 3
  148. Energize.Position = UDim2.new(0.697674394, 0, 0.425324678, 0)
  149. Energize.Size = UDim2.new(0, 150, 0, 26)
  150. Energize.Font = Enum.Font.Code
  151. Energize.Text = "Energize"
  152. Energize.TextColor3 = Color3.new(1, 1, 0)
  153. Energize.TextSize = 23
  154. Energize.MouseButton1Down:connect(function()
  155. loadstring(game:HttpGet("https://pastebin.com/raw/8jkS9pMn"))()
  156. end)
  157.  
  158. FlingKill.Name = "FlingKill"
  159. FlingKill.Parent = GUIFrame
  160. FlingKill.BackgroundColor3 = Color3.new(0, 0, 0)
  161. FlingKill.BorderColor3 = Color3.new(1, 1, 0)
  162. FlingKill.BorderSizePixel = 3
  163. FlingKill.Position = UDim2.new(0.354651123, 0, 0.425324678, 0)
  164. FlingKill.Size = UDim2.new(0, 150, 0, 26)
  165. FlingKill.Font = Enum.Font.Code
  166. FlingKill.Text = "Fling/Kill"
  167. FlingKill.TextColor3 = Color3.new(1, 1, 0)
  168. FlingKill.TextSize = 23
  169. FlingKill.MouseButton1Down:connect(function()
  170. loadstring(game:HttpGet("https://pastebin.com/raw/A3vTtbcr", true))()
  171. end)
  172.  
  173. AndromedaGUI.Name = "AndromedaGUI"
  174. AndromedaGUI.Parent = GUIFrame
  175. AndromedaGUI.BackgroundColor3 = Color3.new(0, 0, 0)
  176. AndromedaGUI.BorderColor3 = Color3.new(1, 1, 0)
  177. AndromedaGUI.BorderSizePixel = 3
  178. AndromedaGUI.Position = UDim2.new(0.0135658383, 0, 0.425324678, 0)
  179. AndromedaGUI.Size = UDim2.new(0, 150, 0, 26)
  180. AndromedaGUI.Font = Enum.Font.Code
  181. AndromedaGUI.Text = "Andromeda GUI"
  182. AndromedaGUI.TextColor3 = Color3.new(1, 1, 0)
  183. AndromedaGUI.TextSize = 20
  184. AndromedaGUI.MouseButton1Down:connect(function()
  185. loadstring(game:HttpGet("https://pastebin.com/raw/jfL0sjF3", true))()
  186. end)
  187.  
  188. Arosia.Name = "Arosia"
  189. Arosia.Parent = GUIFrame
  190. Arosia.BackgroundColor3 = Color3.new(0, 0, 0)
  191. Arosia.BorderColor3 = Color3.new(1, 1, 0)
  192. Arosia.BorderSizePixel = 3
  193. Arosia.Position = UDim2.new(0.697674394, 0, 0.298701286, 0)
  194. Arosia.Size = UDim2.new(0, 150, 0, 26)
  195. Arosia.Font = Enum.Font.Code
  196. Arosia.Text = "Arosia"
  197. Arosia.TextColor3 = Color3.new(1, 1, 0)
  198. Arosia.TextSize = 23
  199. Arosia.MouseButton1Down:connect(function()
  200. loadstring(game:GetObjects("rbxassetid://1255908305")[1].Source)()
  201. end)
  202.  
  203. Epix.Name = "Epix"
  204. Epix.Parent = GUIFrame
  205. Epix.BackgroundColor3 = Color3.new(0, 0, 0)
  206. Epix.BorderColor3 = Color3.new(1, 1, 0)
  207. Epix.BorderSizePixel = 3
  208. Epix.Position = UDim2.new(0.697674394, 0, 0.55844152, 0)
  209. Epix.Size = UDim2.new(0, 150, 0, 26)
  210. Epix.Font = Enum.Font.Code
  211. Epix.Text = "Epix GUI"
  212. Epix.TextColor3 = Color3.new(1, 1, 0)
  213. Epix.TextSize = 23
  214. Epix.MouseButton1Down:connect(function()
  215. loadstring(game:HttpGet("https://pastebin.com/raw/jfL0sjF3", true))()
  216. end)
  217.  
  218. _100100.Name = "100/100"
  219. _100100.Parent = GUIFrame
  220. _100100.BackgroundColor3 = Color3.new(0, 0, 0)
  221. _100100.BorderColor3 = Color3.new(1, 1, 0)
  222. _100100.BorderSizePixel = 3
  223. _100100.Position = UDim2.new(0.354651123, 0, 0.55844152, 0)
  224. _100100.Size = UDim2.new(0, 150, 0, 26)
  225. _100100.Font = Enum.Font.Code
  226. _100100.Text = "100/100 GUI"
  227. _100100.TextColor3 = Color3.new(1, 1, 0)
  228. _100100.TextSize = 23
  229. _100100.MouseButton1Down:connect(function()
  230. loadstring(game:HttpGet("https://pastebin.com/raw/tdH1xf2m", true))()
  231. end)
  232.  
  233. HyperTotal.Name = "HyperTotal"
  234. HyperTotal.Parent = GUIFrame
  235. HyperTotal.BackgroundColor3 = Color3.new(0, 0, 0)
  236. HyperTotal.BorderColor3 = Color3.new(1, 1, 0)
  237. HyperTotal.BorderSizePixel = 3
  238. HyperTotal.Position = UDim2.new(0.0116278529, 0, 0.55844152, 0)
  239. HyperTotal.Size = UDim2.new(0, 150, 0, 26)
  240. HyperTotal.Font = Enum.Font.Code
  241. HyperTotal.Text = "HyperTotal"
  242. HyperTotal.TextColor3 = Color3.new(1, 1, 0)
  243. HyperTotal.TextSize = 23
  244. HyperTotal.MouseButton1Down:connect(function()
  245. loadstring(game:HttpGet("https://pastebin.com/raw/CPaEJyuu", true))()
  246. end)
  247.  
  248. FeX.Name = "FeX"
  249. FeX.Parent = GUIFrame
  250. FeX.BackgroundColor3 = Color3.new(0, 0, 0)
  251. FeX.BorderColor3 = Color3.new(1, 1, 0)
  252. FeX.BorderSizePixel = 3
  253. FeX.Position = UDim2.new(0.0096899271, 0, 0.688311696, 0)
  254. FeX.Size = UDim2.new(0, 150, 0, 26)
  255. FeX.Font = Enum.Font.Code
  256. FeX.Text = "FeX"
  257. FeX.TextColor3 = Color3.new(1, 1, 0)
  258. FeX.TextSize = 23
  259. FeX.MouseButton1Down:connect(function()
  260. loadstring(game:HttpGet("https://pastebin.com/raw/9HNSgbSf", true))()
  261. end)
  262.  
  263. G00hey.Name = "G00hey"
  264. G00hey.Parent = GUIFrame
  265. G00hey.BackgroundColor3 = Color3.new(0, 0, 0)
  266. G00hey.BorderColor3 = Color3.new(1, 1, 0)
  267. G00hey.BorderSizePixel = 3
  268. G00hey.Position = UDim2.new(0.697674394, 0, 0.707792222, 0)
  269. G00hey.Size = UDim2.new(0, 150, 0, 26)
  270. G00hey.Font = Enum.Font.Code
  271. G00hey.Text = "G00hey"
  272. G00hey.TextColor3 = Color3.new(1, 1, 0)
  273. G00hey.TextSize = 23
  274. G00hey.MouseButton1Down:connect(function()
  275. loadstring(game:HttpGet("https://pastebin.com/raw/9HNSgbSf", true))()
  276. end)
  277.  
  278. CoolFE.Name = "CoolFE"
  279. CoolFE.Parent = GUIFrame
  280. CoolFE.BackgroundColor3 = Color3.new(0, 0, 0)
  281. CoolFE.BorderColor3 = Color3.new(1, 1, 0)
  282. CoolFE.BorderSizePixel = 3
  283. CoolFE.Position = UDim2.new(0.354651123, 0, 0.688311696, 0)
  284. CoolFE.Size = UDim2.new(0, 150, 0, 26)
  285. CoolFE.Font = Enum.Font.Code
  286. CoolFE.Text = "Cool FE "
  287. CoolFE.TextColor3 = Color3.new(1, 1, 0)
  288. CoolFE.TextSize = 23
  289. CoolFE.MouseButton1Down:connect(function()
  290. loadstring(game:HttpGet("https://pastebin.com/raw/LTRQ9zRr", true))()
  291. end)
  292.  
  293. SnowyGUI.Name = "SnowyGUI"
  294. SnowyGUI.Parent = GUIFrame
  295. SnowyGUI.BackgroundColor3 = Color3.new(0, 0, 0)
  296. SnowyGUI.BorderColor3 = Color3.new(1, 1, 0)
  297. SnowyGUI.BorderSizePixel = 3
  298. SnowyGUI.Position = UDim2.new(0.354651123, 0, 0.837662339, 0)
  299. SnowyGUI.Size = UDim2.new(0, 150, 0, 26)
  300. SnowyGUI.Font = Enum.Font.Code
  301. SnowyGUI.Text = "Snowy GUI"
  302. SnowyGUI.TextColor3 = Color3.new(1, 1, 0)
  303. SnowyGUI.TextSize = 23
  304. SnowyGUI.MouseButton1Down:connect(function()
  305. loadstring(game:HttpGet("https://pastebin.com/raw/sBpcqEBr", true))()
  306. end)
  307.  
  308. Title.Name = "Title"
  309. Title.Parent = GUIFrame
  310. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  311. Title.BackgroundTransparency = 1
  312. Title.Position = UDim2.new(0.178294569, 0, 0, 0)
  313. Title.Size = UDim2.new(0, 333, 0, 50)
  314. Title.Font = Enum.Font.Code
  315. Title.Text = "Kiwano FE GUI Hub"
  316. Title.TextColor3 = Color3.new(1, 1, 0)
  317. Title.TextSize = 40
  318.  
  319. Exit.Name = "Exit"
  320. Exit.Parent = GUIFrame
  321. Exit.BackgroundColor3 = Color3.new(0, 0, 0)
  322. Exit.BorderColor3 = Color3.new(1, 1, 0)
  323. Exit.BorderSizePixel = 3
  324. Exit.Position = UDim2.new(0.939922452, 0, 0, 0)
  325. Exit.Size = UDim2.new(0, 31, 0, 27)
  326. Exit.Font = Enum.Font.Code
  327. Exit.Text = "X"
  328. Exit.TextColor3 = Color3.new(1, 1, 0)
  329. Exit.TextSize = 23
  330. Exit.MouseButton1Down:connect(function()
  331. GUIFrame.Visible = false
  332. GUIFrame.Active = false
  333. OpenFrame.Visible = true
  334. OpenFrame.Active = true
  335. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement