Advertisement
Plug_RBLX

Faggui v1

May 28th, 2018
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.37 KB | None | 0 0
  1. print("made by Wxrsip, dont steal this you beych")
  2.  
  3. function sandbox(var,func)
  4. local env = getfenv(func)
  5. local newenv = setmetatable({},{
  6. __index = function(self,k)
  7. if k=="script" then
  8. return var
  9. else
  10. return env[k]
  11. end
  12. end,
  13. })
  14. setfenv(func,newenv)
  15. return func
  16. end
  17. cors = {}
  18. mas = Instance.new("Model",game:GetService("Lighting"))
  19. ScreenGui0 = Instance.new("ScreenGui")
  20. Frame1 = Instance.new("Frame")
  21. TextButton2 = Instance.new("TextButton")
  22. LocalScript3 = Instance.new("LocalScript")
  23. TextButton4 = Instance.new("TextButton")
  24. LocalScript5 = Instance.new("LocalScript")
  25. TextButton6 = Instance.new("TextButton")
  26. LocalScript7 = Instance.new("LocalScript")
  27. TextLabel8 = Instance.new("TextLabel")
  28. TextButton9 = Instance.new("TextButton")
  29. LocalScript10 = Instance.new("LocalScript")
  30. TextButton11 = Instance.new("TextButton")
  31. LocalScript12 = Instance.new("LocalScript")
  32. ScreenGui0.Name = "FAGGUI V1"
  33. ScreenGui0.Parent = mas
  34. Frame1.Parent = ScreenGui0
  35. Frame1.Position = UDim2.new(0, 0, 0.25, 0)
  36. Frame1.Size = UDim2.new(0.363636374, 0, 0.5, 0)
  37. Frame1.BackgroundColor = BrickColor.new("Institutional white")
  38. Frame1.BackgroundColor3 = Color3.new(1, 1, 1)
  39. Frame1.Style = Enum.FrameStyle.DropShadow
  40. TextButton2.Parent = Frame1
  41. TextButton2.Size = UDim2.new(1.00022674, 0, 0.25, 0)
  42. TextButton2.BackgroundColor = BrickColor.new("Institutional white")
  43. TextButton2.BackgroundColor3 = Color3.new(1, 1, 1)
  44. TextButton2.Style = Enum.ButtonStyle.RobloxRoundButton
  45. TextButton2.Font = Enum.Font.SourceSans
  46. TextButton2.FontSize = Enum.FontSize.Size14
  47. TextButton2.Text = "Dont click this or get punishment"
  48. TextButton2.TextColor = BrickColor.new("Toothpaste")
  49. TextButton2.TextColor3 = Color3.new(0, 1, 0.968628)
  50. TextButton2.TextScaled = true
  51. TextButton2.TextSize = 14
  52. TextButton2.TextWrap = true
  53. TextButton2.TextWrapped = true
  54. LocalScript3.Parent = TextButton2
  55. table.insert(cors,sandbox(LocalScript3,function()
  56. script.Parent.MouseButton1Click:connect(function()
  57. game.Players.LocalPlayer:Kick("You got punishment,"..game.Players.LocalPlayer.name..".... Never click this button... YOU IDIOT")
  58. end
  59. end))
  60. TextButton4.Parent = Frame1
  61. TextButton4.Position = UDim2.new(0, 0, 0.25, 0)
  62. TextButton4.Size = UDim2.new(0, 200, 0, 50)
  63. TextButton4.BackgroundColor = BrickColor.new("Institutional white")
  64. TextButton4.BackgroundColor3 = Color3.new(1, 1, 1)
  65. TextButton4.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  66. TextButton4.Font = Enum.Font.SourceSans
  67. TextButton4.FontSize = Enum.FontSize.Size14
  68. TextButton4.Text = "Speed warp"
  69. TextButton4.TextColor = BrickColor.new("Really black")
  70. TextButton4.TextColor3 = Color3.new(0, 0, 0)
  71. TextButton4.TextSize = 14
  72. LocalScript5.Parent = TextButton4
  73. table.insert(cors,sandbox(LocalScript5,function()
  74. local humanoidconnect = game.Players.LocalPlayer.Character:FindFirstChild("Humanoid")
  75.  
  76. script.Parent.MouseButton1Click:connect(function()
  77. humanoidconnect.WalkSpeed = "50"
  78. end
  79. end))
  80. TextButton6.Parent = Frame1
  81. TextButton6.Position = UDim2.new(0, 0, 0.5, 0)
  82. TextButton6.Size = UDim2.new(0, 200, 0, 50)
  83. TextButton6.BackgroundColor = BrickColor.new("Institutional white")
  84. TextButton6.BackgroundColor3 = Color3.new(1, 1, 1)
  85. TextButton6.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  86. TextButton6.Font = Enum.Font.SourceSans
  87. TextButton6.FontSize = Enum.FontSize.Size14
  88. TextButton6.Text = "Jump boost"
  89. TextButton6.TextColor = BrickColor.new("Really black")
  90. TextButton6.TextColor3 = Color3.new(0, 0, 0)
  91. TextButton6.TextSize = 14
  92. LocalScript7.Parent = TextButton6
  93. table.insert(cors,sandbox(LocalScript7,function()
  94. local humanoidconnect = game.Players.LocalPlayer.Character:FindFirstChild("Humanoid")
  95.  
  96. script.Parent.MouseButton1Click:connect(function()
  97. humanoidconnect.JumpPower = "100"
  98. end
  99. end))
  100. TextLabel8.Parent = Frame1
  101. TextLabel8.Position = UDim2.new(0.500113368, 0, 1, 0)
  102. TextLabel8.Transparency = 0.5
  103. TextLabel8.Size = UDim2.new(0, 200, 0, 50)
  104. TextLabel8.BackgroundColor = BrickColor.new("Really black")
  105. TextLabel8.BackgroundColor3 = Color3.new(0, 0, 0)
  106. TextLabel8.BackgroundTransparency = 0.5
  107. TextLabel8.Font = Enum.Font.Cartoon
  108. TextLabel8.FontSize = Enum.FontSize.Size14
  109. TextLabel8.Text = "FAGGUI V1 BY WXRSHIP"
  110. TextLabel8.TextColor = BrickColor.new("Really red")
  111. TextLabel8.TextColor3 = Color3.new(1, 0, 0.0156863)
  112. TextLabel8.TextScaled = true
  113. TextLabel8.TextSize = 14
  114. TextLabel8.TextStrokeColor3 = Color3.new(1, 1, 1)
  115. TextLabel8.TextStrokeTransparency = 0
  116. TextLabel8.TextWrap = true
  117. TextLabel8.TextWrapped = true
  118. TextButton9.Parent = Frame1
  119. TextButton9.Position = UDim2.new(0.500113368, 0, 0.5, 0)
  120. TextButton9.Size = UDim2.new(0, 200, 0, 50)
  121. TextButton9.BackgroundColor = BrickColor.new("Institutional white")
  122. TextButton9.BackgroundColor3 = Color3.new(1, 1, 1)
  123. TextButton9.Style = Enum.ButtonStyle.RobloxButtonDefault
  124. TextButton9.Font = Enum.Font.SourceSans
  125. TextButton9.FontSize = Enum.FontSize.Size14
  126. TextButton9.Text = "Click to reset"
  127. TextButton9.TextColor = BrickColor.new("Institutional white")
  128. TextButton9.TextColor3 = Color3.new(1, 1, 1)
  129. TextButton9.TextSize = 14
  130. LocalScript10.Parent = TextButton9
  131. table.insert(cors,sandbox(LocalScript10,function()
  132. local humanoidconnect = game.Players.LocalPlayer.Character:FindFirstChild("Humanoid")
  133.  
  134. script.Parent.MouseButton1Click:connect(function()
  135. humanoidconnect.JumpPower = "50"
  136. end
  137. end))
  138. TextButton11.Parent = Frame1
  139. TextButton11.Position = UDim2.new(0.500113368, 0, 0.25, 0)
  140. TextButton11.Size = UDim2.new(0, 200, 0, 50)
  141. TextButton11.BackgroundColor = BrickColor.new("Institutional white")
  142. TextButton11.BackgroundColor3 = Color3.new(1, 1, 1)
  143. TextButton11.Style = Enum.ButtonStyle.RobloxButtonDefault
  144. TextButton11.Font = Enum.Font.SourceSans
  145. TextButton11.FontSize = Enum.FontSize.Size14
  146. TextButton11.Text = "Speed warp"
  147. TextButton11.TextColor = BrickColor.new("Institutional white")
  148. TextButton11.TextColor3 = Color3.new(1, 1, 1)
  149. TextButton11.TextSize = 14
  150. LocalScript12.Parent = TextButton11
  151. table.insert(cors,sandbox(LocalScript12,function()
  152. local humanoidconnect = game.Players.LocalPlayer.Character:FindFirstChild("Humanoid")
  153.  
  154. script.Parent.MouseButton1Click:connect(function()
  155. humanoidconnect.WalkSpeed = "16"
  156. end
  157. end))
  158. for i,v in pairs(mas:GetChildren()) do
  159. v.Parent = game:GetService("Players").LocalPlayer.PlayerGui
  160. pcall(function() v:MakeJoints() end)
  161. end
  162. mas:Destroy()
  163. for i,v in pairs(cors) do
  164. spawn(function()
  165. pcall(v)
  166. end)
  167. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement