Advertisement
Guest User

Untitled

a guest
Jul 7th, 2020
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.31 KB | None | 0 0
  1. local Gui = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local Main = Instance.new("ImageLabel")
  4. local Sentinel = Instance.new("ImageLabel")
  5. local Ad = Instance.new("Frame")
  6. local FR = Instance.new("ImageLabel")
  7. local FL = Instance.new("ImageLabel")
  8. local FS = Instance.new("ImageLabel")
  9. local FR_2 = Instance.new("ImageLabel")
  10. local FL_2 = Instance.new("ImageLabel")
  11. local FS_2 = Instance.new("ImageLabel")
  12. local Sentinel_2 = Instance.new("ImageLabel")
  13. local TextLabel = Instance.new("TextLabel")
  14. local TextLabel_2 = Instance.new("TextLabel")
  15. local TextLabel_3 = Instance.new("TextLabel")
  16. local TimeCounter = Instance.new("TextLabel")
  17. local Purchase = Instance.new("TextButton")
  18. local ImageLabel = Instance.new("ImageLabel")
  19. local Skip = Instance.new("TextButton")
  20. local ImageLabel_2 = Instance.new("ImageLabel")
  21.  
  22. Gui.Name = "Gui"
  23. Gui.Parent = game.CoreGui
  24.  
  25. Frame.Parent = Gui
  26. Frame.AnchorPoint = Vector2.new(0.5, 0.5)
  27. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  28. Frame.BackgroundTransparency = 1.000
  29. Frame.ClipsDescendants = true
  30. Frame.Position = UDim2.new(0.5, 0, 0.521194577, 0)
  31. Frame.Size = UDim2.new(0, 450, 0, 250)
  32.  
  33. Main.Name = "Main"
  34. Main.Parent = Frame
  35. Main.AnchorPoint = Vector2.new(0.5, 0.5)
  36. Main.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  37. Main.BackgroundTransparency = 1.000
  38. Main.BorderSizePixel = 0
  39. Main.Position = UDim2.new(0.5, 0, 0.5, 0)
  40. Main.Image = "http://www.roblox.com/asset/?id=200182847"
  41. Main.ImageColor3 = Color3.fromRGB(32, 32, 32)
  42.  
  43. Sentinel.Name = "Sentinel"
  44. Sentinel.Parent = Main
  45. Sentinel.AnchorPoint = Vector2.new(0.5, 0.5)
  46. Sentinel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  47. Sentinel.BackgroundTransparency = 1.000
  48. Sentinel.BorderSizePixel = 0
  49. Sentinel.Position = UDim2.new(0.5, 0, 0.5, 0)
  50. Sentinel.Size = UDim2.new(0, 250, 0, 250)
  51. Sentinel.Image = "http://www.roblox.com/asset/?id=4672838130"
  52.  
  53. Ad.Name = "Ad"
  54. Ad.Parent = Frame
  55. Ad.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
  56. Ad.Position = UDim2.new(0, 0, 0, 0)
  57. Ad.Size = UDim2.new(1, 0, 1, 0)
  58.  
  59. FR.Name = "FR"
  60. FR.Parent = Ad
  61. FR.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  62. FR.BackgroundTransparency = 1.000
  63. FR.Position = UDim2.new(0.944444418, -185, 0, 5)
  64. FR.Size = UDim2.new(0, 195, 0, 25)
  65. FR.ZIndex = 5
  66. FR.Image = "http://www.roblox.com/asset/?id=4672834118"
  67.  
  68. FL.Name = "FL"
  69. FL.Parent = Ad
  70. FL.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  71. FL.BackgroundTransparency = 1.000
  72. FL.Position = UDim2.new(0, 15, 0, 5)
  73. FL.Size = UDim2.new(0, 195, 0, 25)
  74. FL.ZIndex = 5
  75. FL.Image = "http://www.roblox.com/asset/?id=4672833630"
  76.  
  77. FS.Name = "FS"
  78. FS.Parent = Ad
  79. FS.AnchorPoint = Vector2.new(0.5, 0.5)
  80. FS.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  81. FS.BackgroundTransparency = 1.000
  82. FS.Position = UDim2.new(0.5, 0, 1, -20)
  83. FS.Size = UDim2.new(0, 30, 0, 30)
  84. FS.ZIndex = 5
  85. FS.Image = "http://www.roblox.com/asset/?id=4672833383"
  86.  
  87. FR_2.Name = "FR"
  88. FR_2.Parent = Ad
  89. FR_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  90. FR_2.BackgroundTransparency = 1.000
  91. FR_2.Position = UDim2.new(1, -210, 1, -35)
  92. FR_2.Size = UDim2.new(0, 185, 0, 25)
  93. FR_2.ZIndex = 5
  94. FR_2.Image = "http://www.roblox.com/asset/?id=4672834118"
  95.  
  96. FL_2.Name = "FL"
  97. FL_2.Parent = Ad
  98. FL_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  99. FL_2.BackgroundTransparency = 1.000
  100. FL_2.Position = UDim2.new(0, 15, 1, -35)
  101. FL_2.Size = UDim2.new(0, 195, 0, 25)
  102. FL_2.ZIndex = 5
  103. FL_2.Image = "http://www.roblox.com/asset/?id=4672833630"
  104.  
  105. FS_2.Name = "FS"
  106. FS_2.Parent = Ad
  107. FS_2.AnchorPoint = Vector2.new(0.5, 0.5)
  108. FS_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  109. FS_2.BackgroundTransparency = 1.000
  110. FS_2.Position = UDim2.new(0.5, 0, 0, 20)
  111. FS_2.Size = UDim2.new(0, 30, 0, 30)
  112. FS_2.ZIndex = 5
  113. FS_2.Image = "http://www.roblox.com/asset/?id=4672833383"
  114.  
  115. Sentinel_2.Name = "Sentinel"
  116. Sentinel_2.Parent = Ad
  117. Sentinel_2.AnchorPoint = Vector2.new(0.5, 0.5)
  118. Sentinel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  119. Sentinel_2.BackgroundTransparency = 1.000
  120. Sentinel_2.BorderSizePixel = 0
  121. Sentinel_2.Position = UDim2.new(0.499828577, 0, 0.376000017, -35)
  122. Sentinel_2.Size = UDim2.new(0, 96, 0, 75)
  123. Sentinel_2.Image = "http://www.roblox.com/asset/?id=4672838130"
  124.  
  125. TextLabel.Name = " "
  126. TextLabel.Parent = Ad
  127. TextLabel.AnchorPoint = Vector2.new(0.5, 0.5)
  128. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  129. TextLabel.BackgroundTransparency = 1.000
  130. TextLabel.Position = UDim2.new(0.49888888, -55, 0.269999981, 30)
  131. TextLabel.Size = UDim2.new(0, 90, 0, 27)
  132. TextLabel.Font = Enum.Font.SourceSansBold
  133. TextLabel.Text = "POWERFUL"
  134. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  135. TextLabel.TextSize = 25.000
  136.  
  137. TextLabel_2.Name = " "
  138. TextLabel_2.Parent = Ad
  139. TextLabel_2.AnchorPoint = Vector2.new(0.5, 0.5)
  140. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  141. TextLabel_2.BackgroundTransparency = 1.000
  142. TextLabel_2.Position = UDim2.new(0.49888888, 55, 0.269999981, 30)
  143. TextLabel_2.Size = UDim2.new(0, 90, 0, 27)
  144. TextLabel_2.Font = Enum.Font.SourceSans
  145. TextLabel_2.Text = "SIMPLICITY"
  146. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  147. TextLabel_2.TextSize = 25.000
  148.  
  149. TextLabel_3.Name = " "
  150. TextLabel_3.Parent = Ad
  151. TextLabel_3.AnchorPoint = Vector2.new(0.5, 0.5)
  152. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  153. TextLabel_3.BackgroundTransparency = 1.000
  154. TextLabel_3.Position = UDim2.new(0.618888855, -55, 0.377999991, 30)
  155. TextLabel_3.Size = UDim2.new(0, 90, 0, 27)
  156. TextLabel_3.Font = Enum.Font.SourceSansBold
  157. TextLabel_3.Text = "TRIAL"
  158. TextLabel_3.TextColor3 = Color3.fromRGB(218, 32, 70)
  159. TextLabel_3.TextSize = 25.000
  160.  
  161. TimeCounter.Name = "TimeCounter"
  162. TimeCounter.Parent = Ad
  163. TimeCounter.AnchorPoint = Vector2.new(0.5, 0.5)
  164. TimeCounter.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  165. TimeCounter.BackgroundTransparency = 1.000
  166. TimeCounter.Position = UDim2.new(0.618777752, -55, 0.463999987, 30)
  167. TimeCounter.Size = UDim2.new(0, 90, 0, 17)
  168. TimeCounter.Font = Enum.Font.SourceSansBold
  169. TimeCounter.Text = "48:00:00"
  170. TimeCounter.TextColor3 = Color3.fromRGB(255, 255, 255)
  171. TimeCounter.TextSize = 15.000
  172.  
  173. Purchase.Name = "Purchase"
  174. Purchase.Parent = Ad
  175. Purchase.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  176. Purchase.BackgroundTransparency = 1.000
  177. Purchase.BorderSizePixel = 0
  178. Purchase.Position = UDim2.new(0.277777791, 0, 0.663999975, 0)
  179. Purchase.Size = UDim2.new(0, 96, 0, 26)
  180. Purchase.ZIndex = 2
  181. Purchase.Font = Enum.Font.SourceSans
  182. Purchase.Text = "Purchase (15$) "
  183. Purchase.TextColor3 = Color3.fromRGB(255, 255, 255)
  184. Purchase.TextSize = 14.000
  185.  
  186. ImageLabel.Name = " "
  187. ImageLabel.Parent = Purchase
  188. ImageLabel.Active = true
  189. ImageLabel.AnchorPoint = Vector2.new(0.5, 0.5)
  190. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  191. ImageLabel.BackgroundTransparency = 1.000
  192. ImageLabel.Position = UDim2.new(0.5, 0, 0.5, 0)
  193. ImageLabel.Selectable = true
  194. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  195. ImageLabel.Image = "rbxassetid://3570695787"
  196. ImageLabel.ImageColor3 = Color3.fromRGB(32, 32, 32)
  197. ImageLabel.ScaleType = Enum.ScaleType.Slice
  198. ImageLabel.SliceCenter = Rect.new(100, 100, 100, 100)
  199.  
  200. Skip.Name = "Skip"
  201. Skip.Parent = Ad
  202. Skip.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  203. Skip.BackgroundTransparency = 1.000
  204. Skip.BorderSizePixel = 0
  205. Skip.Position = UDim2.new(0.50444442, 0, 0.663999975, 0)
  206. Skip.Size = UDim2.new(0, 96, 0, 26)
  207. Skip.ZIndex = 2
  208. Skip.Font = Enum.Font.SourceSans
  209. Skip.Text = "Skip (10) "
  210. Skip.TextColor3 = Color3.fromRGB(255, 255, 255)
  211. Skip.TextSize = 14.000
  212.  
  213. ImageLabel_2.Name = " "
  214. ImageLabel_2.Parent = Skip
  215. ImageLabel_2.Active = true
  216. ImageLabel_2.AnchorPoint = Vector2.new(0.5, 0.5)
  217. ImageLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  218. ImageLabel_2.BackgroundTransparency = 1.000
  219. ImageLabel_2.Position = UDim2.new(0.5, 0, 0.5, 0)
  220. ImageLabel_2.Selectable = true
  221. ImageLabel_2.Size = UDim2.new(1, 0, 1, 0)
  222. ImageLabel_2.Image = "rbxassetid://3570695787"
  223. ImageLabel_2.ImageColor3 = Color3.fromRGB(32, 32, 32)
  224. ImageLabel_2.ScaleType = Enum.ScaleType.Slice
  225. ImageLabel_2.SliceCenter = Rect.new(100, 100, 100, 100)
  226.  
  227. Ad.BackgroundTransparency = 1;
  228. local Whitelisted1 = {};
  229. local Whitelisted2 = {};
  230. local Whitelisted3 = {};
  231.  
  232. local function rndStr()
  233. local str = ""
  234. for i = 1, 16 do
  235. str = str ..string.char(math.random(string.byte('a'), string.byte('z')))
  236. end
  237. return str
  238. end
  239.  
  240. for i, v in pairs(Ad:GetDescendants()) do
  241. v.Name = rndStr()
  242. if ((v:IsA("ImageLabel") or v : IsA("ImageButton")) and v.ImageTransparency ~= 1) then
  243. Whitelisted1[v] = true;
  244. v.ImageTransparency = 1;
  245. end;
  246.  
  247. if ((v:IsA("Frame") or v : IsA("TextButton")) and v.BackgroundTransparency ~= 1) then
  248. Whitelisted2[v] = true;
  249. v.BackgroundTransparency = 1;
  250. end;
  251.  
  252. if ((v:IsA("TextLabel") or v : IsA("TextButton")) and v.TextTransparency ~= 1) then
  253. Whitelisted3[v] = true;
  254. v.TextTransparency = 1;
  255. end;
  256. end;
  257.  
  258. local ContentProvider = game:GetService("ContentProvider");
  259. local Players = game:GetService("Players");
  260. local ReplicatedStorage = game:GetService("ReplicatedStorage");
  261. local RunService = game:GetService("RunService");
  262. local UserInputService = game:GetService("UserInputService");
  263. local TweenService = game:GetService("TweenService");
  264.  
  265. ContentProvider:PreloadAsync({
  266. Main;
  267. Sentinel;
  268. });
  269.  
  270. local LocalPlayer = Players.LocalPlayer;
  271. local Character = LocalPlayer.Character;
  272.  
  273. wait(2);
  274.  
  275. local tweenIn = TweenService:Create(Main, TweenInfo.new(1), { Size = UDim2.new(0, 250, 0, 250) });
  276. tweenIn:Play();
  277. tweenIn.Completed:Wait();
  278.  
  279. local tweenIn = TweenService:Create(Main, TweenInfo.new(1), { Size = UDim2.new(1, 250, 1, 250) });
  280. tweenIn:Play();
  281. tweenIn.Completed:Wait();
  282.  
  283. local tweenIn = TweenService:Create(Sentinel, TweenInfo.new(1), { ImageTransparency = 1 });
  284. tweenIn:Play();
  285.  
  286. local tweenIn2 = TweenService:Create(Ad, TweenInfo.new(1), { Position = UDim2.new(0, 0, 0, 0) });
  287. tweenIn2:Play();
  288.  
  289. for i, v in pairs(Whitelisted1) do
  290. TweenService:Create(i, TweenInfo.new(1), { ImageTransparency = 0 }) : Play();
  291. end;
  292.  
  293. for i, v in pairs(Whitelisted2) do
  294. TweenService:Create(i, TweenInfo.new(1), { BackgroundTransparency = 0 }) : Play();
  295. end;
  296.  
  297. for i, v in pairs(Whitelisted3) do
  298. TweenService:Create(i, TweenInfo.new(1), { TextTransparency = 0 }) : Play();
  299. end;
  300.  
  301. wait(1);
  302.  
  303. Purchase.MouseButton1Down:Connect(function()
  304. sentinelbuy();
  305. end);
  306.  
  307. for i = 9, 1, -1 do
  308. Skip.Text = ("Skip (%s) ") : format(i);
  309. wait(1);
  310. end;
  311.  
  312. Skip.Text = "Skip";
  313.  
  314. Skip.MouseButton1Down:Connect(function()
  315. Gui:Destroy();
  316. end);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement