Advertisement
Guest User

Untitled

a guest
May 20th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.19 KB | None | 0 0
  1. -- Farewell infortality
  2. -- Revamp by ImFrostic, Version 2.8
  3.  
  4. -- Objects
  5.  
  6. local EXPLOITGUI = Instance.new("ScreenGui")
  7. local TextButton = Instance.new("TextButton")
  8. local Donate = Instance.new("Frame")
  9. local Donate5 = Instance.new("Frame")
  10. local TextButton_2 = Instance.new("TextButton")
  11. local Donate10 = Instance.new("Frame")
  12. local TextButton_3 = Instance.new("TextButton")
  13. local Donate50 = Instance.new("Frame")
  14. local TextButton_4 = Instance.new("TextButton")
  15. local Donate100 = Instance.new("Frame")
  16. local TextButton_5 = Instance.new("TextButton")
  17. local Donate500 = Instance.new("Frame")
  18. local TextButton_6 = Instance.new("TextButton")
  19. local Donate1000 = Instance.new("Frame")
  20. local TextButton_7 = Instance.new("TextButton")
  21. local Buys = Instance.new("TextLabel")
  22. local ImageLabel = Instance.new("ImageLabel")
  23. local Exploits = Instance.new("Frame")
  24. local Grabknife = Instance.new("Frame")
  25. local TextButton_8 = Instance.new("TextButton")
  26. local God = Instance.new("Frame")
  27. local TextButton_9 = Instance.new("TextButton")
  28. local Grabknifev3 = Instance.new("Frame")
  29. local TextButton_10 = Instance.new("TextButton")
  30. local Dex = Instance.new("Frame")
  31. local TextButton_11 = Instance.new("TextButton")
  32. local Music = Instance.new("Frame")
  33. local TextButton_12 = Instance.new("TextButton")
  34. local Goldengun = Instance.new("Frame")
  35. local TextButton_13 = Instance.new("TextButton")
  36. local Lustrissword = Instance.new("Frame")
  37. local TextButton_14 = Instance.new("TextButton")
  38. local Minigun = Instance.new("Frame")
  39. local TextButton_15 = Instance.new("TextButton")
  40. local ClickTP = Instance.new("Frame")
  41. local TextButton_16 = Instance.new("TextButton")
  42. local _666 = Instance.new("Frame")
  43. local TextButton_17 = Instance.new("TextButton")
  44. local TextButton_18 = Instance.new("TextButton")
  45.  
  46. -- Properties
  47.  
  48. EXPLOITGUI.Name = "EXPLOIT GUI"
  49. EXPLOITGUI.Parent = game.Workspace.Script
  50.  
  51. TextButton.Parent = EXPLOITGUI
  52. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  53. TextButton.BorderSizePixel = 2
  54. TextButton.Position = UDim2.new(0, 0, 0, 400)
  55. TextButton.Size = UDim2.new(0, 100, 0, 100)
  56. TextButton.Font = Enum.Font.Cartoon
  57. TextButton.Text = "Donate"
  58. TextButton.TextSize = 35
  59. TextButton.TextWrapped = true
  60.  
  61. Donate.Name = "Donate"
  62. Donate.Parent = EXPLOITGUI
  63. Donate.BackgroundColor3 = Color3.new(1, 1, 1)
  64. Donate.BorderSizePixel = 2
  65. Donate.Position = UDim2.new(0, 700, 0, 500)
  66. Donate.Size = UDim2.new(0, 500, 0, 200)
  67.  
  68. Donate5.Name = "Donate5"
  69. Donate5.Parent = Donate
  70. Donate5.BackgroundColor3 = Color3.new(1, 1, 1)
  71. Donate5.BorderSizePixel = 2
  72. Donate5.Size = UDim2.new(0, 100, 0, 100)
  73.  
  74. TextButton_2.Parent = Donate5
  75. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  76. TextButton_2.Size = UDim2.new(0, 100, 0, 100)
  77. TextButton_2.Font = Enum.Font.Cartoon
  78. TextButton_2.Text = "Donate R$5"
  79. TextButton_2.TextSize = 20
  80. TextButton_2.TextWrapped = true
  81.  
  82. Donate10.Name = "Donate10"
  83. Donate10.Parent = Donate
  84. Donate10.BackgroundColor3 = Color3.new(1, 1, 1)
  85. Donate10.BorderSizePixel = 2
  86. Donate10.Position = UDim2.new(0, 100, 0, 0)
  87. Donate10.Size = UDim2.new(0, 100, 0, 100)
  88.  
  89. TextButton_3.Parent = Donate10
  90. TextButton_3.BackgroundColor3 = Color3.new(1, 1, 1)
  91. TextButton_3.Size = UDim2.new(0, 100, 0, 100)
  92. TextButton_3.Font = Enum.Font.Cartoon
  93. TextButton_3.Text = "Donate R$10"
  94. TextButton_3.TextSize = 20
  95. TextButton_3.TextWrapped = true
  96.  
  97. Donate50.Name = "Donate50"
  98. Donate50.Parent = Donate
  99. Donate50.BackgroundColor3 = Color3.new(1, 1, 1)
  100. Donate50.BorderSizePixel = 2
  101. Donate50.Position = UDim2.new(0, 200, 0, 0)
  102. Donate50.Size = UDim2.new(0, 100, 0, 100)
  103.  
  104. TextButton_4.Parent = Donate50
  105. TextButton_4.BackgroundColor3 = Color3.new(1, 1, 1)
  106. TextButton_4.Size = UDim2.new(0, 100, 0, 100)
  107. TextButton_4.Font = Enum.Font.Cartoon
  108. TextButton_4.Text = "Donate R$50"
  109. TextButton_4.TextSize = 20
  110. TextButton_4.TextWrapped = true
  111.  
  112. Donate100.Name = "Donate100"
  113. Donate100.Parent = Donate
  114. Donate100.BackgroundColor3 = Color3.new(1, 1, 1)
  115. Donate100.BorderSizePixel = 2
  116. Donate100.Position = UDim2.new(0, 0, 0, 100)
  117. Donate100.Size = UDim2.new(0, 100, 0, 100)
  118.  
  119. TextButton_5.Parent = Donate100
  120. TextButton_5.BackgroundColor3 = Color3.new(1, 1, 1)
  121. TextButton_5.Size = UDim2.new(0, 100, 0, 100)
  122. TextButton_5.Font = Enum.Font.Cartoon
  123. TextButton_5.Text = "Donate R$100"
  124. TextButton_5.TextSize = 20
  125. TextButton_5.TextWrapped = true
  126.  
  127. Donate500.Name = "Donate500"
  128. Donate500.Parent = Donate
  129. Donate500.BackgroundColor3 = Color3.new(1, 1, 1)
  130. Donate500.BorderSizePixel = 2
  131. Donate500.Position = UDim2.new(0, 100, 0, 100)
  132. Donate500.Size = UDim2.new(0, 100, 0, 100)
  133.  
  134. TextButton_6.Parent = Donate500
  135. TextButton_6.BackgroundColor3 = Color3.new(1, 1, 1)
  136. TextButton_6.Size = UDim2.new(0, 100, 0, 100)
  137. TextButton_6.Font = Enum.Font.Cartoon
  138. TextButton_6.Text = "Donate R$500"
  139. TextButton_6.TextSize = 20
  140. TextButton_6.TextWrapped = true
  141.  
  142. Donate1000.Name = "Donate1000"
  143. Donate1000.Parent = Donate
  144. Donate1000.BackgroundColor3 = Color3.new(1, 1, 1)
  145. Donate1000.BorderSizePixel = 2
  146. Donate1000.Position = UDim2.new(0, 200, 0, 100)
  147. Donate1000.Size = UDim2.new(0, 100, 0, 100)
  148.  
  149. TextButton_7.Parent = Donate1000
  150. TextButton_7.BackgroundColor3 = Color3.new(1, 1, 1)
  151. TextButton_7.Size = UDim2.new(0, 100, 0, 100)
  152. TextButton_7.Font = Enum.Font.Cartoon
  153. TextButton_7.Text = "Donate R$1000"
  154. TextButton_7.TextSize = 20
  155. TextButton_7.TextWrapped = true
  156.  
  157. Buys.Name = "Buys"
  158. Buys.Parent = Donate
  159. Buys.BackgroundColor3 = Color3.new(1, 1, 1)
  160. Buys.BorderColor3 = Color3.new(1, 1, 1)
  161. Buys.BorderSizePixel = 0
  162. Buys.Position = UDim2.new(0, 325, 0, 25)
  163. Buys.Size = UDim2.new(0, 150, 0, 150)
  164. Buys.Font = Enum.Font.SourceSans
  165. Buys.Text = "R$"
  166. Buys.TextSize = 14
  167.  
  168. ImageLabel.Parent = Buys
  169. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  170. ImageLabel.BorderColor3 = Color3.new(1, 1, 1)
  171. ImageLabel.BorderSizePixel = 0
  172. ImageLabel.Position = UDim2.new(0, -1, 0, -1)
  173. ImageLabel.Size = UDim2.new(0, 152, 0, 152)
  174. ImageLabel.Image = "rbxassetid://898390296"
  175.  
  176. Exploits.Name = "Exploits"
  177. Exploits.Parent = EXPLOITGUI
  178. Exploits.BackgroundColor3 = Color3.new(1, 1, 1)
  179. Exploits.BorderSizePixel = 2
  180. Exploits.Position = UDim2.new(0, 700, 0, 224)
  181. Exploits.Size = UDim2.new(0, 500, 0, 200)
  182.  
  183. Grabknife.Name = "Grab knife"
  184. Grabknife.Parent = Exploits
  185. Grabknife.BackgroundColor3 = Color3.new(1, 1, 1)
  186. Grabknife.BorderSizePixel = 2
  187. Grabknife.Size = UDim2.new(0, 100, 0, 100)
  188.  
  189. TextButton_8.Parent = Grabknife
  190. TextButton_8.BackgroundColor3 = Color3.new(1, 1, 1)
  191. TextButton_8.Size = UDim2.new(0, 100, 0, 100)
  192. TextButton_8.Font = Enum.Font.Cartoon
  193. TextButton_8.Text = "Grab knife"
  194. TextButton_8.TextSize = 20
  195. TextButton_8.TextWrapped = true
  196.  
  197. God.Name = "God"
  198. God.Parent = Exploits
  199. God.BackgroundColor3 = Color3.new(1, 1, 1)
  200. God.BorderSizePixel = 2
  201. God.Position = UDim2.new(0, 100, 0, 0)
  202. God.Size = UDim2.new(0, 100, 0, 100)
  203.  
  204. TextButton_9.Parent = God
  205. TextButton_9.BackgroundColor3 = Color3.new(1, 1, 1)
  206. TextButton_9.Size = UDim2.new(0, 100, 0, 100)
  207. TextButton_9.Font = Enum.Font.Cartoon
  208. TextButton_9.Text = "Godmode"
  209. TextButton_9.TextSize = 20
  210. TextButton_9.TextWrapped = true
  211.  
  212. Grabknifev3.Name = "Grab knife v3"
  213. Grabknifev3.Parent = Exploits
  214. Grabknifev3.BackgroundColor3 = Color3.new(1, 1, 1)
  215. Grabknifev3.BorderSizePixel = 2
  216. Grabknifev3.Position = UDim2.new(0, 200, 0, 0)
  217. Grabknifev3.Size = UDim2.new(0, 100, 0, 100)
  218.  
  219. TextButton_10.Parent = Grabknifev3
  220. TextButton_10.BackgroundColor3 = Color3.new(1, 1, 1)
  221. TextButton_10.Size = UDim2.new(0, 100, 0, 100)
  222. TextButton_10.Font = Enum.Font.Cartoon
  223. TextButton_10.Text = "Grab knife v3"
  224. TextButton_10.TextSize = 20
  225. TextButton_10.TextWrapped = true
  226.  
  227. Dex.Name = "Dex"
  228. Dex.Parent = Exploits
  229. Dex.BackgroundColor3 = Color3.new(1, 1, 1)
  230. Dex.BorderSizePixel = 2
  231. Dex.Position = UDim2.new(0, 0, 0, 100)
  232. Dex.Size = UDim2.new(0, 100, 0, 100)
  233.  
  234. TextButton_11.Parent = Dex
  235. TextButton_11.BackgroundColor3 = Color3.new(1, 1, 1)
  236. TextButton_11.Size = UDim2.new(0, 100, 0, 100)
  237. TextButton_11.Font = Enum.Font.Cartoon
  238. TextButton_11.Text = "Dex"
  239. TextButton_11.TextSize = 20
  240. TextButton_11.TextWrapped = true
  241.  
  242. Music.Name = "Music"
  243. Music.Parent = Exploits
  244. Music.BackgroundColor3 = Color3.new(1, 1, 1)
  245. Music.BorderSizePixel = 2
  246. Music.Position = UDim2.new(0, 100, 0, 100)
  247. Music.Size = UDim2.new(0, 100, 0, 100)
  248.  
  249. TextButton_12.Parent = Music
  250. TextButton_12.BackgroundColor3 = Color3.new(1, 1, 1)
  251. TextButton_12.Size = UDim2.new(0, 100, 0, 100)
  252. TextButton_12.Font = Enum.Font.Cartoon
  253. TextButton_12.Text = "Music GUI"
  254. TextButton_12.TextSize = 20
  255. TextButton_12.TextWrapped = true
  256.  
  257. Goldengun.Name = "Golden gun"
  258. Goldengun.Parent = Exploits
  259. Goldengun.BackgroundColor3 = Color3.new(1, 1, 1)
  260. Goldengun.BorderSizePixel = 2
  261. Goldengun.Position = UDim2.new(0, 200, 0, 100)
  262. Goldengun.Size = UDim2.new(0, 100, 0, 100)
  263.  
  264. TextButton_13.Parent = Goldengun
  265. TextButton_13.BackgroundColor3 = Color3.new(1, 1, 1)
  266. TextButton_13.Size = UDim2.new(0, 100, 0, 100)
  267. TextButton_13.Font = Enum.Font.Cartoon
  268. TextButton_13.Text = "Golden gun"
  269. TextButton_13.TextSize = 20
  270. TextButton_13.TextWrapped = true
  271.  
  272. Lustrissword.Name = "Lustris sword"
  273. Lustrissword.Parent = Exploits
  274. Lustrissword.BackgroundColor3 = Color3.new(1, 1, 1)
  275. Lustrissword.BorderSizePixel = 2
  276. Lustrissword.Position = UDim2.new(0, 400, 0, 0)
  277. Lustrissword.Size = UDim2.new(0, 100, 0, 100)
  278.  
  279. TextButton_14.Parent = Lustrissword
  280. TextButton_14.BackgroundColor3 = Color3.new(1, 1, 1)
  281. TextButton_14.Size = UDim2.new(0, 100, 0, 100)
  282. TextButton_14.Font = Enum.Font.Cartoon
  283. TextButton_14.Text = "Lustris sword"
  284. TextButton_14.TextSize = 20
  285. TextButton_14.TextWrapped = true
  286.  
  287. Minigun.Name = "Minigun"
  288. Minigun.Parent = Exploits
  289. Minigun.BackgroundColor3 = Color3.new(1, 1, 1)
  290. Minigun.BorderSizePixel = 2
  291. Minigun.Position = UDim2.new(0, 300, 0, 0)
  292. Minigun.Size = UDim2.new(0, 100, 0, 100)
  293.  
  294. TextButton_15.Parent = Minigun
  295. TextButton_15.BackgroundColor3 = Color3.new(1, 1, 1)
  296. TextButton_15.Size = UDim2.new(0, 100, 0, 100)
  297. TextButton_15.Font = Enum.Font.Cartoon
  298. TextButton_15.Text = "Minigun"
  299. TextButton_15.TextSize = 20
  300. TextButton_15.TextWrapped = true
  301.  
  302. ClickTP.Name = "Click TP"
  303. ClickTP.Parent = Exploits
  304. ClickTP.BackgroundColor3 = Color3.new(1, 1, 1)
  305. ClickTP.BorderSizePixel = 2
  306. ClickTP.Position = UDim2.new(0, 400, 0, 100)
  307. ClickTP.Size = UDim2.new(0, 100, 0, 100)
  308.  
  309. TextButton_16.Parent = ClickTP
  310. TextButton_16.BackgroundColor3 = Color3.new(1, 1, 1)
  311. TextButton_16.Size = UDim2.new(0, 100, 0, 100)
  312. TextButton_16.Font = Enum.Font.Cartoon
  313. TextButton_16.Text = "Click TP"
  314. TextButton_16.TextSize = 20
  315. TextButton_16.TextWrapped = true
  316.  
  317. _666.Name = "666"
  318. _666.Parent = Exploits
  319. _666.BackgroundColor3 = Color3.new(1, 1, 1)
  320. _666.BorderSizePixel = 2
  321. _666.Position = UDim2.new(0, 300, 0, 100)
  322. _666.Size = UDim2.new(0, 100, 0, 100)
  323.  
  324. TextButton_17.Parent = _666
  325. TextButton_17.BackgroundColor3 = Color3.new(1, 1, 1)
  326. TextButton_17.Size = UDim2.new(0, 100, 0, 100)
  327. TextButton_17.Font = Enum.Font.Cartoon
  328. TextButton_17.Text = "666"
  329. TextButton_17.TextSize = 20
  330. TextButton_17.TextWrapped = true
  331.  
  332. TextButton_18.Parent = EXPLOITGUI
  333. TextButton_18.BackgroundColor3 = Color3.new(1, 1, 1)
  334. TextButton_18.BorderSizePixel = 2
  335. TextButton_18.Position = UDim2.new(0, 0, 0, 300)
  336. TextButton_18.Size = UDim2.new(0, 100, 0, 100)
  337. TextButton_18.Font = Enum.Font.Cartoon
  338. TextButton_18.Text = "GUI"
  339. TextButton_18.TextSize = 35
  340. TextButton_18.TextWrapped = true
  341.  
  342. -- Scripts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement