Kiffolisk

GameFucker Alpha

Sep 7th, 2019
411
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 7.51 KB | None | 0 0
  1. -- Yeah, I used GUI to Lua, thanks for skidding.
  2. -- GUI Version: 1.0
  3. -- Instances:
  4. local GameFuckerBeta = Instance.new("ScreenGui")
  5. local Whitelist = Instance.new("Frame")
  6. local Title = Instance.new("TextLabel")
  7. local apls = Instance.new("TextLabel")
  8. local Key = Instance.new("TextBox")
  9. local Submit = Instance.new("TextButton")
  10. local TextLabel = Instance.new("TextLabel")
  11. local Main = Instance.new("Frame")
  12. local Frame = Instance.new("Frame")
  13. local TextButton = Instance.new("ImageButton")
  14. local TextLabel_2 = Instance.new("TextLabel")
  15. local Title_2 = Instance.new("TextLabel")
  16. local TextBox = Instance.new("TextBox")
  17. local JH = Instance.new("ImageButton")
  18. local TextLabel_3 = Instance.new("TextLabel")
  19. local JH3 = Instance.new("TextBox")
  20. --Properties:
  21. GameFuckerBeta.Name = "GameFucker Beta"
  22. GameFuckerBeta.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  23.  
  24. Whitelist.Name = "Whitelist"
  25. Whitelist.Parent = GameFuckerBeta
  26. Whitelist.Active = true
  27. Whitelist.BackgroundColor3 = Color3.new(1, 0.380392, 0.380392)
  28. Whitelist.Position = UDim2.new(0.0953002647, 0, 0.0761421323, 0)
  29. Whitelist.Selectable = true
  30. Whitelist.Size = UDim2.new(0.396866828, 0, 0.555837572, 0)
  31.  
  32. Title.Name = "Title"
  33. Title.Parent = Whitelist
  34. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  35. Title.BackgroundTransparency = 1
  36. Title.BorderSizePixel = 0
  37. Title.Size = UDim2.new(0, 304, 0, 50)
  38. Title.Font = Enum.Font.SourceSansSemibold
  39. Title.Text = "GameFucker Alpha Whitelist"
  40. Title.TextColor3 = Color3.new(1, 1, 1)
  41. Title.TextScaled = true
  42. Title.TextSize = 14
  43. Title.TextStrokeTransparency = 0
  44. Title.TextWrapped = true
  45.  
  46. apls.Name = "apls"
  47. apls.Parent = Whitelist
  48. apls.BackgroundColor3 = Color3.new(1, 1, 1)
  49. apls.BackgroundTransparency = 1
  50. apls.BorderSizePixel = 0
  51. apls.Position = UDim2.new(0, 0, 0.168579936, 0)
  52. apls.Size = UDim2.new(0, 304, 0, 20)
  53. apls.Font = Enum.Font.SourceSans
  54. apls.Text = "pls dont skid this"
  55. apls.TextColor3 = Color3.new(0, 0, 0)
  56. apls.TextSize = 14
  57.  
  58. Key.Name = "Key"
  59. Key.Parent = Whitelist
  60. Key.BackgroundColor3 = Color3.new(1, 0, 0)
  61. Key.BorderColor3 = Color3.new(0.635294, 0, 0)
  62. Key.Position = UDim2.new(0.171052635, 0, 0.30194214, 0)
  63. Key.Size = UDim2.new(0, 200, 0, 50)
  64. Key.Font = Enum.Font.SourceSans
  65. Key.PlaceholderText = "Key"
  66. Key.Text = ""
  67. Key.TextColor3 = Color3.new(0, 0, 0)
  68. Key.TextScaled = true
  69. Key.TextSize = 14
  70. Key.TextWrapped = true
  71.  
  72. Submit.Name = "Submit"
  73. Submit.Parent = Whitelist
  74. Submit.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  75. Submit.Position = UDim2.new(0.171052635, 0, 0.625807405, 0)
  76. Submit.Size = UDim2.new(0, 200, 0, 50)
  77. Submit.Font = Enum.Font.SourceSans
  78. Submit.Text = "Submit"
  79. Submit.TextColor3 = Color3.new(0, 0, 0)
  80. Submit.TextScaled = true
  81. Submit.TextSize = 14
  82. Submit.TextWrapped = true
  83.  
  84. TextLabel.Parent = Whitelist
  85. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  86. TextLabel.BackgroundTransparency = 1
  87. TextLabel.BorderSizePixel = 0
  88. TextLabel.Position = UDim2.new(0, 0, 0.89041096, 0)
  89. TextLabel.Size = UDim2.new(0, 304, 0, 24)
  90. TextLabel.Font = Enum.Font.SourceSans
  91. TextLabel.Text = "Fun fact: I was bored when i made this, so the layout and other shit sucks."
  92. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  93. TextLabel.TextScaled = true
  94. TextLabel.TextSize = 14
  95. TextLabel.TextWrapped = true
  96.  
  97. Main.Name = "Main"
  98. Main.Parent = GameFuckerBeta
  99. Main.Active = true
  100. Main.BackgroundColor3 = Color3.new(1, 0.415686, 0.415686)
  101. Main.Position = UDim2.new(0.0509138778, 0, 0.0279187821, 0)
  102. Main.Selectable = true
  103. Main.Size = UDim2.new(0, 605, 0, 372)
  104. Main.Visible = false
  105.  
  106. Frame.Parent = Main
  107. Frame.BackgroundColor3 = Color3.new(1, 0.435294, 0.435294)
  108. Frame.Size = UDim2.new(0, 605, 0, 372)
  109.  
  110. TextButton.Name = "TextButton"
  111. TextButton.Parent = Frame
  112. TextButton.BackgroundColor3 = Color3.new(0.666667, 0.666667, 1)
  113. TextButton.BackgroundTransparency = 1
  114. TextButton.Position = UDim2.new(0.098727271, 0, 0.37858063, 0)
  115. TextButton.Size = UDim2.new(0, 200, 0, 56)
  116. TextButton.ZIndex = 2
  117. TextButton.Image = "rbxassetid://2790390993"
  118. TextButton.ImageColor3 = Color3.new(0.666667, 0.666667, 1)
  119. TextButton.ScaleType = Enum.ScaleType.Slice
  120. TextButton.SliceCenter = Rect.new(16, 16, 240, 240)
  121.  
  122. TextLabel_2.Parent = TextButton
  123. TextLabel_2.AnchorPoint = Vector2.new(0.5, 0.5)
  124. TextLabel_2.BackgroundTransparency = 1
  125. TextLabel_2.Position = UDim2.new(0.495000005, 0, 0.535714269, 0)
  126. TextLabel_2.Size = UDim2.new(1, 0, 0.899999976, 0)
  127. TextLabel_2.ZIndex = 2
  128. TextLabel_2.Font = Enum.Font.SourceSans
  129. TextLabel_2.Text = "Change Walkspeed"
  130. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  131. TextLabel_2.TextScaled = true
  132. TextLabel_2.TextSize = 32
  133. TextLabel_2.TextWrapped = true
  134.  
  135. Title_2.Name = "Title"
  136. Title_2.Parent = Frame
  137. Title_2.BackgroundColor3 = Color3.new(1, 1, 1)
  138. Title_2.BackgroundTransparency = 1
  139. Title_2.BorderSizePixel = 0
  140. Title_2.Size = UDim2.new(0, 605, 0, 69)
  141. Title_2.Font = Enum.Font.SourceSans
  142. Title_2.Text = "GameFucker"
  143. Title_2.TextColor3 = Color3.new(0, 0, 0)
  144. Title_2.TextScaled = true
  145. Title_2.TextSize = 14
  146. Title_2.TextWrapped = true
  147.  
  148. TextBox.Parent = Frame
  149. TextBox.BackgroundColor3 = Color3.new(1, 0, 0)
  150. TextBox.BorderSizePixel = 0
  151. TextBox.Position = UDim2.new(0.0977272838, 0, 0.226344094, 0)
  152. TextBox.Size = UDim2.new(0, 200, 0, 50)
  153. TextBox.Font = Enum.Font.SourceSans
  154. TextBox.PlaceholderColor3 = Color3.new(0.737255, 0.737255, 0.737255)
  155. TextBox.PlaceholderText = "Walkspeed"
  156. TextBox.Text = ""
  157. TextBox.TextColor3 = Color3.new(0, 0, 0)
  158. TextBox.TextScaled = true
  159. TextBox.TextSize = 14
  160. TextBox.TextWrapped = true
  161.  
  162. JH.Name = "JH"
  163. JH.Parent = Frame
  164. JH.BackgroundColor3 = Color3.new(0.666667, 0.666667, 1)
  165. JH.BackgroundTransparency = 1
  166. JH.Position = UDim2.new(0.510297537, 0, 0.37858063, 0)
  167. JH.Size = UDim2.new(0, 200, 0, 56)
  168. JH.ZIndex = 2
  169. JH.Selected = true
  170. JH.Image = "rbxassetid://2790390993"
  171. JH.ImageColor3 = Color3.new(0.666667, 0.666667, 1)
  172. JH.ScaleType = Enum.ScaleType.Slice
  173. JH.SliceCenter = Rect.new(16, 16, 240, 240)
  174.  
  175. TextLabel_3.Parent = JH
  176. TextLabel_3.AnchorPoint = Vector2.new(0.5, 0.5)
  177. TextLabel_3.BackgroundTransparency = 1
  178. TextLabel_3.Position = UDim2.new(0.495000005, 0, 0.535714269, 0)
  179. TextLabel_3.Size = UDim2.new(1, 0, 0.899999976, 0)
  180. TextLabel_3.ZIndex = 2
  181. TextLabel_3.Font = Enum.Font.SourceSans
  182. TextLabel_3.Text = "Change Jump Height"
  183. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  184. TextLabel_3.TextScaled = true
  185. TextLabel_3.TextSize = 32
  186. TextLabel_3.TextWrapped = true
  187.  
  188. JH3.Name = "JH3"
  189. JH3.Parent = Frame
  190. JH3.BackgroundColor3 = Color3.new(1, 0, 0)
  191. JH3.BorderSizePixel = 0
  192. JH3.Position = UDim2.new(0.50929755, 0, 0.226344094, 0)
  193. JH3.Size = UDim2.new(0, 200, 0, 50)
  194. JH3.Font = Enum.Font.SourceSans
  195. JH3.PlaceholderColor3 = Color3.new(0.737255, 0.737255, 0.737255)
  196. JH3.PlaceholderText = "Jump Height"
  197. JH3.Text = ""
  198. JH3.TextColor3 = Color3.new(0, 0, 0)
  199. JH3.TextScaled = true
  200. JH3.TextSize = 14
  201. JH3.TextWrapped = true
  202. -- Scripts:
  203. Submit.MouseButton1Click:Connect(function()
  204.     if Key.Text == "alphatester" then
  205.         Main.Visible = true
  206.         Whitelist.Visible = false
  207.     else
  208.         game.Players.LocalPlayer:Kick("Key incorrect, u so dumb (yes i know this should not have a whitelist but it's beta so we'll never know)")
  209.     end
  210. end)
  211.  
  212. TextButton.MouseButton1Click:Connect(function()
  213.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = tonumber(TextBox.Text)
  214. end)
  215. JH.MouseButton1Click:Connect(function()
  216.     game.Players.LocalPlayer.Character.Humanoid.UseJumpPower = true
  217.     game.Players.LocalPlayer.Character.Humanoid.JumpPower = tonumber(JH3.Text)
  218. end)
  219. -- Drag (Deprecated soon):
  220. Main.Draggable = true
  221. Whitelist.Draggable = true
  222. -- Un-reset
  223.  
  224. GameFuckerBeta.ResetOnSpawn = false
Advertisement
Add Comment
Please, Sign In to add comment