Advertisement
Guest User

Untitled

a guest
Dec 16th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.28 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local GuiMain = Instance.new("ScreenGui")
  5. local OpenGui = Instance.new("Frame")
  6. local Open = Instance.new("TextButton")
  7. local MAINGUI = Instance.new("Frame")
  8. local B1 = Instance.new("TextButton")
  9. local TextBox = Instance.new("TextBox")
  10. local B2 = Instance.new("TextButton")
  11. local B3 = Instance.new("TextButton")
  12. local B4 = Instance.new("TextButton")
  13. local B5 = Instance.new("TextButton")
  14. local B6 = Instance.new("TextButton")
  15. local B7 = Instance.new("TextButton")
  16. local B8 = Instance.new("TextButton")
  17. local B9 = Instance.new("TextButton")
  18. local Close = Instance.new("TextButton")
  19. --Properties:
  20. GuiMain.Name = "GuiMain"
  21. GuiMain.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  22.  
  23. OpenGui.Name = "OpenGui"
  24. OpenGui.Parent = GuiMain
  25. OpenGui.BackgroundColor3 = Color3.new(0, 0, 0)
  26. OpenGui.BorderColor3 = Color3.new(1, 1, 1)
  27. OpenGui.BorderSizePixel = 5
  28. OpenGui.Position = UDim2.new(0.0242872834, 0, 0.872440934, 0)
  29. OpenGui.Size = UDim2.new(0, 133, 0, 71)
  30.  
  31. Open.Name = "Open"
  32. Open.Parent = OpenGui
  33. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  34. Open.Position = UDim2.new(0.135338351, 0, 0.28169015, 0)
  35. Open.Size = UDim2.new(0, 97, 0, 30)
  36. Open.Font = Enum.Font.SourceSans
  37. Open.Text = "Open"
  38. Open.TextColor3 = Color3.new(0, 0, 0)
  39. Open.TextSize = 14
  40. Open.MouseButton1Down:connect(function()
  41. MAINGUI.Visible = true
  42. OpenGui.Visible = false
  43. end)
  44.  
  45. MAINGUI.Name = "MAINGUI"
  46. MAINGUI.Parent = GuiMain
  47. MAINGUI.BackgroundColor3 = Color3.new(0.290196, 1, 0.647059)
  48. MAINGUI.BorderColor3 = Color3.new(0.101961, 0.207843, 0.2)
  49. MAINGUI.BorderSizePixel = 10
  50. MAINGUI.Position = UDim2.new(0.542766571, 0, 0.199999988, 0)
  51. MAINGUI.Size = UDim2.new(0, 322, 0, 309)
  52. MAINGUI.Visible = false
  53.  
  54. B1.Name = "B1"
  55. B1.Parent = MAINGUI
  56. B1.BackgroundColor3 = Color3.new(1, 1, 1)
  57. B1.Position = UDim2.new(0, 0, 0.197411001, 0)
  58. B1.Size = UDim2.new(0, 103, 0, 50)
  59. B1.Font = Enum.Font.SciFi
  60. B1.Text = "Bước 1"
  61. B1.TextColor3 = Color3.new(0, 0, 0)
  62. B1.TextScaled = true
  63. B1.TextSize = 14
  64. B1.TextWrapped = true
  65. B1.MouseButton1Down:connect(function()
  66. local weapon = game.Players.LocalPlayer.Backpack
  67. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  68. if v.Name == "Nonosama Bo" then
  69. v.Parent = game.Players.LocalPlayer
  70. end
  71. end
  72. end)
  73.  
  74. TextBox.Parent = MAINGUI
  75. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  76. TextBox.Position = UDim2.new(0.1863354, 0, 0, 0)
  77. TextBox.Size = UDim2.new(0, 203, 0, 50)
  78. TextBox.Font = Enum.Font.SciFi
  79. TextBox.Text = "Made By Văn Đô"
  80. TextBox.TextColor3 = Color3.new(0, 0, 0)
  81. TextBox.TextScaled = true
  82. TextBox.TextSize = 14
  83. TextBox.TextWrapped = true
  84.  
  85. B2.Name = "B2"
  86. B2.Parent = MAINGUI
  87. B2.BackgroundColor3 = Color3.new(1, 1, 1)
  88. B2.Position = UDim2.new(0.680124223, 0, 0.197411001, 0)
  89. B2.Size = UDim2.new(0, 103, 0, 50)
  90. B2.Font = Enum.Font.SciFi
  91. B2.Text = "Bước 2"
  92. B2.TextColor3 = Color3.new(0, 0, 0)
  93. B2.TextScaled = true
  94. B2.TextSize = 14
  95. B2.TextWrapped = true
  96. B2.MouseButton1Down:connect(function()
  97. local weapon = game.Players.LocalPlayer.Backpack
  98. _G.weapon = true
  99. while _G.weapon do
  100. wait()
  101. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  102. if v.Name == "Nonosama Bo" then
  103. v.Parent = game.Players.LocalPlayer
  104. end
  105. end
  106. end
  107. end)
  108.  
  109. B3.Name = "B3"
  110. B3.Parent = MAINGUI
  111. B3.BackgroundColor3 = Color3.new(1, 1, 1)
  112. B3.Position = UDim2.new(0, 0, 0.407766998, 0)
  113. B3.Size = UDim2.new(0, 103, 0, 50)
  114. B3.Font = Enum.Font.SciFi
  115. B3.Text = "Bước 3"
  116. B3.TextColor3 = Color3.new(0, 0, 0)
  117. B3.TextScaled = true
  118. B3.TextSize = 14
  119. B3.TextWrapped = true
  120. B3.MouseButton1Down:connect(function()
  121. local weapon = game.Players.LocalPlayer.Backpack
  122. _G.weapon = false
  123. while _G.weapon do
  124. wait()
  125. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  126. if v.Name == "Nonosama Bo" then
  127. v.Parent = game.Players.LocalPlayer
  128. end
  129. end
  130. end
  131. end)
  132.  
  133. B4.Name = "B4"
  134. B4.Parent = MAINGUI
  135. B4.BackgroundColor3 = Color3.new(1, 1, 1)
  136. B4.Position = UDim2.new(0.680124223, 0, 0.407766998, 0)
  137. B4.Size = UDim2.new(0, 103, 0, 50)
  138. B4.Font = Enum.Font.SciFi
  139. B4.Text = "Bước 4"
  140. B4.TextColor3 = Color3.new(0, 0, 0)
  141. B4.TextScaled = true
  142. B4.TextSize = 14
  143. B4.TextWrapped = true
  144. B4.MouseButton1Down:connect(function()
  145. local weapon = game.Players.LocalPlayer.Backpack
  146. _G.weapon = true
  147. while _G.weapon do
  148. wait()
  149. for i,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  150. if v.Name == "Nonosama Bo" then
  151. v.Parent = game.Players.LocalPlayer.Backpack
  152. end
  153. end
  154. end
  155. end)
  156.  
  157. B5.Name = "B5"
  158. B5.Parent = MAINGUI
  159. B5.BackgroundColor3 = Color3.new(1, 1, 1)
  160. B5.Position = UDim2.new(7.4505806e-09, 0, 0.614886701, 0)
  161. B5.Size = UDim2.new(0, 103, 0, 50)
  162. B5.Font = Enum.Font.SciFi
  163. B5.Text = "Bước 5"
  164. B5.TextColor3 = Color3.new(0, 0, 0)
  165. B5.TextScaled = true
  166. B5.TextSize = 14
  167. B5.TextWrapped = true
  168. B5.MouseButton1Down:connect(function()
  169. local weapon = game.Players.LocalPlayer.Backpack
  170. _G.weapon = false
  171. while _G.weapon do
  172. wait()
  173. for i,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  174. if v.Name == "Nonosama Bo" then
  175. v.Parent = game.Players.LocalPlayer.Backpack
  176. end
  177. end
  178. end
  179. end)
  180.  
  181. B6.Name = "B6"
  182. B6.Parent = MAINGUI
  183. B6.BackgroundColor3 = Color3.new(1, 1, 1)
  184. B6.Position = UDim2.new(0.680124223, 0, 0.614886761, 0)
  185. B6.Size = UDim2.new(0, 103, 0, 50)
  186. B6.Font = Enum.Font.SciFi
  187. B6.Text = "Bước 6"
  188. B6.TextColor3 = Color3.new(0, 0, 0)
  189. B6.TextScaled = true
  190. B6.TextSize = 14
  191. B6.TextWrapped = true
  192. B6.MouseButton1Down:connect(function()
  193. local weapon = game.Players.LocalPlayer.Backpack
  194. _G.weapon = true
  195. while _G.weapon do
  196. wait()
  197. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  198. if v.Name == "Nonosama Bo" then
  199. v.Parent = game.Players.LocalPlayer.Character
  200. end
  201. end
  202. end
  203. end)
  204.  
  205. B7.Name = "B7"
  206. B7.Parent = MAINGUI
  207. B7.BackgroundColor3 = Color3.new(1, 1, 1)
  208. B7.Position = UDim2.new(0, 0, 0.838187695, 0)
  209. B7.Size = UDim2.new(0, 103, 0, 50)
  210. B7.Font = Enum.Font.SciFi
  211. B7.Text = "Bước 7"
  212. B7.TextColor3 = Color3.new(0, 0, 0)
  213. B7.TextScaled = true
  214. B7.TextSize = 14
  215. B7.TextWrapped = true
  216. B7.MouseButton1Down:connect(function()
  217. local weapon = game.Players.LocalPlayer.Backpack
  218. _G.weapon = false
  219. while _G.weapon do
  220. wait()
  221. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  222. if v.Name == "Nonosama Bo" then
  223. v.Parent = game.Players.LocalPlayer.Character
  224. end
  225. end
  226. end
  227. end)
  228.  
  229. B8.Name = "B8"
  230. B8.Parent = MAINGUI
  231. B8.BackgroundColor3 = Color3.new(1, 1, 1)
  232. B8.Position = UDim2.new(0.680124223, 0, 0.838187695, 0)
  233. B8.Size = UDim2.new(0, 103, 0, 50)
  234. B8.Font = Enum.Font.SciFi
  235. B8.Text = "Bước 8"
  236. B8.TextColor3 = Color3.new(0, 0, 0)
  237. B8.TextScaled = true
  238. B8.TextSize = 14
  239. B8.TextWrapped = true
  240. B8.MouseButton1Down:connect(function()
  241. local weapon = game.Players.LocalPlayer.Backpack
  242. _G.weapon = true
  243. while _G.weapon do
  244. wait(0.0000000000000000000000000001)
  245. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  246. if v.Name == "Nonosama Bo" then v:Activate() end
  247. end
  248. end
  249.  
  250. end)
  251.  
  252. B9.Name = "B9"
  253. B9.Parent = MAINGUI
  254. B9.BackgroundColor3 = Color3.new(1, 1, 1)
  255. B9.Position = UDim2.new(0.338509321, 0, 0.407766998, 0)
  256. B9.Size = UDim2.new(0, 104, 0, 114)
  257. B9.Font = Enum.Font.SciFi
  258. B9.Text = "TẮT AUTO"
  259. B9.TextColor3 = Color3.new(0, 0, 0)
  260. B9.TextScaled = true
  261. B9.TextSize = 14
  262. B9.TextWrapped = true
  263. B9.MouseButton1Down:connect(function()
  264. local weapon = game.Players.LocalPlayer.Backpack
  265. _G.weapon = false
  266. while _G.weapon do
  267. wait(0.0000000000000000000000000001)
  268. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  269. if v.Name == "Nonosama Bo" then v:Activate() end
  270. end
  271. end
  272.  
  273. end)
  274.  
  275. Close.Name = "Close"
  276. Close.Parent = MAINGUI
  277. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  278. Close.BackgroundTransparency = 1
  279. Close.Position = UDim2.new(0.931677043, 0, 0, 0)
  280. Close.Size = UDim2.new(0, 22, 0, 22)
  281. Close.Font = Enum.Font.SourceSansBold
  282. Close.Text = "X"
  283. Close.TextColor3 = Color3.new(1, 0, 0.0156863)
  284. Close.TextScaled = true
  285. Close.TextSize = 14
  286. Close.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  287. Close.TextWrapped = true
  288. Close.MouseButton1Down:connect(function()
  289. MAINGUI.Visible = false
  290. OpenGui.Visible = true
  291. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement