Advertisement
karobloxYT

unpack

Dec 7th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.04 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local BansimulatorRapist = Instance.new("ScreenGui")
  5. local OpenFrame = Instance.new("Frame")
  6. local OpenButton = Instance.new("TextButton")
  7. local OpenBeautyFrame = Instance.new("Frame")
  8. local MainFrame = Instance.new("Frame")
  9. local MainFrameBeautyA = Instance.new("Frame")
  10. local CloseButton = Instance.new("TextButton")
  11. local TextLabel = Instance.new("TextLabel")
  12. local MainFrameBeautyB = Instance.new("Frame")
  13. local Credit = Instance.new("TextLabel")
  14. local Autorebirth = Instance.new("TextButton")
  15. local MainFrameCenterBeautyA = Instance.new("Frame")
  16. local MainFrameCenterBeautyA_2 = Instance.new("Frame")
  17. local Gamepasses = Instance.new("TextButton")
  18. local nfcash = Instance.new("TextButton")
  19. local Gamepasses_2 = Instance.new("TextButton")
  20. --Properties:
  21. BansimulatorRapist.Name = "Ban simulator Rapist"
  22. BansimulatorRapist.Parent = game.CoreGui
  23.  
  24. OpenFrame.Name = "OpenFrame"
  25. OpenFrame.Parent = BansimulatorRapist
  26. OpenFrame.Active = true
  27. OpenFrame.BackgroundColor3 = Color3.new(0, 1, 0)
  28. OpenFrame.BorderSizePixel = 0
  29. OpenFrame.Position = UDim2.new(0, 0, 0.629155695, 0)
  30. OpenFrame.Size = UDim2.new(0, 72, 0, 27)
  31.  
  32. OpenButton.Name = "OpenButton"
  33. OpenButton.Parent = OpenFrame
  34. OpenButton.BackgroundColor3 = Color3.new(0.666667, 0.666667,0.498039)
  35. OpenButton.BackgroundTransparency = 1
  36. OpenButton.BorderSizePixel = 0
  37. OpenButton.Position = UDim2.new(0.0305736773, 0, 0.116329789, 0)
  38. OpenButton.Size = UDim2.new(0, 66, 0, 20)
  39. OpenButton.Font = Enum.Font.Cartoon
  40. OpenButton.Text = "Open"
  41. OpenButton.TextColor3 = Color3.new(1, 1, 1)
  42. OpenButton.TextScaled = true
  43. OpenButton.TextSize = 14
  44. OpenButton.TextWrapped = true
  45. OpenButton.MouseButton1Down:connect(function()
  46. MainFrame.Visible = true
  47. OpenBeautyFrame.Visible = false
  48. end)
  49.  
  50. OpenBeautyFrame.Name = "OpenBeautyFrame"
  51. OpenBeautyFrame.Parent = OpenFrame
  52. OpenBeautyFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  53. OpenBeautyFrame.BorderSizePixel = 0
  54. OpenBeautyFrame.Position = UDim2.new(0.988907099, 0, -0.148148149, 0)
  55. OpenBeautyFrame.Size = UDim2.new(0, 3, 0, 33)
  56. OpenBeautyFrame.Visible = false
  57.  
  58. MainFrame.Name = "MainFrame"
  59. MainFrame.Parent = BansimulatorRapist
  60. MainFrame.Active = true
  61. MainFrame.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  62. MainFrame.BorderSizePixel = 0
  63. MainFrame.Position = UDim2.new(0.30754894, 0, 0.235294133, 0)
  64. MainFrame.Size = UDim2.new(0, 412, 0, 263)
  65. MainFrame.Visible = false
  66. MainFrame.Draggable = true
  67.  
  68. MainFrameBeautyA.Name = "MainFrameBeautyA"
  69. MainFrameBeautyA.Parent = MainFrame
  70. MainFrameBeautyA.BackgroundColor3 = Color3.new(0, 1, 0)
  71. MainFrameBeautyA.BorderSizePixel = 0
  72. MainFrameBeautyA.Size = UDim2.new(0, 412, 0, 22)
  73.  
  74. CloseButton.Name = "CloseButton"
  75. CloseButton.Parent = MainFrameBeautyA
  76. CloseButton.BackgroundColor3 = Color3.new(1, 1, 1)
  77. CloseButton.BackgroundTransparency = 1
  78. CloseButton.BorderSizePixel = 0
  79. CloseButton.Position = UDim2.new(0.905339777, 0, 0, 0)
  80. CloseButton.Size = UDim2.new(0, 39, 0, 22)
  81. CloseButton.Font = Enum.Font.Cartoon
  82. CloseButton.Text = "Close"
  83. CloseButton.TextColor3 = Color3.new(1, 0, 0)
  84. CloseButton.TextScaled = true
  85. CloseButton.TextSize = 14
  86. CloseButton.TextWrapped = true
  87. CloseButton.MouseButton1Down:connect(function()
  88. CloseButton.Visible = true
  89. MainFrame.Visible = false
  90. end)
  91.  
  92. TextLabel.Parent = MainFrameBeautyA
  93. TextLabel.BackgroundColor3 = Color3.new(0, 1, 0)
  94. TextLabel.BorderSizePixel = 0
  95. TextLabel.Size = UDim2.new(0, 306, 0, 22)
  96. TextLabel.Font = Enum.Font.Cartoon
  97. TextLabel.Text = "Banning simulator Rapist"
  98. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  99. TextLabel.TextSize = 14
  100.  
  101. MainFrameBeautyB.Name = "MainFrameBeautyB"
  102. MainFrameBeautyB.Parent = MainFrame
  103. MainFrameBeautyB.BackgroundColor3 = Color3.new(0, 1, 0)
  104. MainFrameBeautyB.BorderSizePixel = 0
  105. MainFrameBeautyB.Position = UDim2.new(0, 0, 0.916349828, 0)
  106. MainFrameBeautyB.Size = UDim2.new(0, 412, 0, 22)
  107.  
  108. Credit.Name = "Credit"
  109. Credit.Parent = MainFrameBeautyB
  110. Credit.BackgroundColor3 = Color3.new(0, 1, 0)
  111. Credit.BorderSizePixel = 0
  112. Credit.Position = UDim2.new(0.128640771, 0, 0, 0)
  113. Credit.Size = UDim2.new(0, 306, 0, 22)
  114. Credit.Font = Enum.Font.Cartoon
  115. Credit.Text = "Made By GodPlayer#0993 Scripts aren't mine"
  116. Credit.TextColor3 = Color3.new(0, 0, 0)
  117. Credit.TextSize = 14
  118.  
  119. Autorebirth.Name = "Auto rebirth"
  120. Autorebirth.Parent = MainFrame
  121. Autorebirth.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  122. Autorebirth.BorderSizePixel = 0
  123. Autorebirth.Position = UDim2.new(0.024271844, 0, 0.129277572, 0)
  124. Autorebirth.Size = UDim2.new(0, 92, 0, 32)
  125. Autorebirth.Font = Enum.Font.Cartoon
  126. Autorebirth.Text = "Auto Rebirth"
  127. Autorebirth.TextColor3 = Color3.new(1, 1, 1)
  128. Autorebirth.TextScaled = true
  129. Autorebirth.TextSize = 14
  130. Autorebirth.TextWrapped = true
  131. Autorebirth.MouseButton1Down:connect(function()
  132. while wait(0.5) do
  133. local A_1 = -7500000000000
  134. local A_2 = "Door1"
  135. local Event = game:GetService("ReplicatedStorage").Events.Buy
  136. Event:FireServer(A_1, A_2)
  137.  
  138. local A_1 = 500
  139. local Event = game:GetService("ReplicatedStorage").Remotes.MultiRebirth
  140. Event:FireServer(A_1)
  141. end
  142. end)
  143.  
  144. MainFrameCenterBeautyA.Name = "MainFrameCenterBeautyA"
  145. MainFrameCenterBeautyA.Parent = MainFrame
  146. MainFrameCenterBeautyA.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  147. MainFrameCenterBeautyA.BorderSizePixel = 0
  148. MainFrameCenterBeautyA.Position = UDim2.new(0.288834959, 0, 0.129277572, 0)
  149. MainFrameCenterBeautyA.Size = UDim2.new(0, 8, 0, 185)
  150.  
  151. MainFrameCenterBeautyA_2.Name = "MainFrameCenterBeautyA"
  152. MainFrameCenterBeautyA_2.Parent = MainFrame
  153. MainFrameCenterBeautyA_2.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  154. MainFrameCenterBeautyA_2.BorderSizePixel = 0
  155. MainFrameCenterBeautyA_2.Position = UDim2.new(0.699029148, 0, 0.129277557, 0)
  156. MainFrameCenterBeautyA_2.Size = UDim2.new(0, 8, 0, 185)
  157.  
  158. Gamepasses.Name = "Gamepasses"
  159. Gamepasses.Parent = MainFrame
  160. Gamepasses.BackgroundColor3 = Color3.new(0.266667, 0.266667,0.266667)
  161. Gamepasses.BorderSizePixel = 0
  162. Gamepasses.Position = UDim2.new(0.388349503, 0, 0.129277572,0)
  163. Gamepasses.Size = UDim2.new(0, 92, 0, 32)
  164. Gamepasses.Font = Enum.Font.Cartoon
  165. Gamepasses.Text = "GamePasses"
  166. Gamepasses.TextColor3 = Color3.new(1, 1, 1)
  167. Gamepasses.TextScaled = true
  168. Gamepasses.TextSize = 14
  169. Gamepasses.TextWrapped = true
  170. Gamepasses.MouseButton1Down:connect(function()
  171. game.Players.LocalPlayer.HasTGP.Value = true
  172. game.Players.LocalPlayer.HasGGP.Value = true
  173. game.Players.LocalPlayer.HasXGP.Value = true
  174. game.Players.LocalPlayer.HasPSGP.Value = true
  175. game.Players.LocalPlayer.HasBGP.Value = true
  176. game.Players.LocalPlayer.HasEPGP.Value = true
  177. game.Players.LocalPlayer.HasVip.Value = true
  178. end)
  179.  
  180. nfcash.Name = "?nf cash"
  181. nfcash.Parent = MainFrame
  182. nfcash.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  183. nfcash.BorderSizePixel = 0
  184. nfcash.Position = UDim2.new(0.75242722, 0, 0.129277572, 0)
  185. nfcash.Size = UDim2.new(0, 92, 0, 32)
  186. nfcash.Font = Enum.Font.Cartoon
  187. nfcash.Text = "?nf Cash"
  188. nfcash.TextColor3 = Color3.new(1, 1, 1)
  189. nfcash.TextScaled = true
  190. nfcash.TextSize = 14
  191. nfcash.TextWrapped = true
  192. nfcash.MouseButton1Down:connect(function()
  193. local A_1 = -7500000000000 -- don't delete the "-" and don'tgo over 9trillion or will go into negatives!
  194. local A_2 = "Door1"
  195. local Event = game:GetService("ReplicatedStorage").Events.Buy
  196. Event:FireServer(A_1, A_2)
  197. end)
  198.  
  199. Gamepasses_2.Name = "Gamepasses"
  200. Gamepasses_2.Parent = MainFrame
  201. Gamepasses_2.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  202. Gamepasses_2.BorderSizePixel = 0
  203. Gamepasses_2.Position = UDim2.new(0.0242718458, 0, 0.346007615, 0)
  204. Gamepasses_2.Size = UDim2.new(0, 92, 0, 32)
  205. Gamepasses_2.Font = Enum.Font.Cartoon
  206. Gamepasses_2.Text = "Reset Cash"
  207. Gamepasses_2.TextColor3 = Color3.new(1, 1, 1)
  208. Gamepasses_2.TextScaled = true
  209. Gamepasses_2.TextSize = 14
  210. Gamepasses_2.TextWrapped = true
  211. Gamepasses_2.MouseButton1Down:connect(function()
  212. for i,v in pairs(game.Players.LocalPlayer.leaderstats:GetChildren()) do
  213. if string.find(v.Name, "Gold") then
  214. epic = v.Value
  215. end
  216. end
  217. game:GetService("ReplicatedStorage").Events.Buy:FireServer(epic, "Door2")
  218. end)
  219. -- Scripts:
  220. îș§
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement