Advertisement
Guest User

n

a guest
Apr 20th, 2019
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.38 KB | None | 0 0
  1. function penis()
  2. for i,v in pairs(game.Players.LocalPlayer.PlayerGui:GetChildren()) do
  3. if v.Name == "ScreenGui" and v:FindFirstChild("ScrollingFrame") then
  4. v:Destroy()
  5. end
  6. end
  7. local pickupitems = false
  8. local coolstands = {"Tusk3", "Tusk", "Tusk2", "Madeinheaven", "Whitesnake", "TheWorld(AlternateUniverse)", "TheWorld(OverHeaven)", "Tusk1"}
  9. local screengui = Instance.new("ScreenGui")
  10. screengui.Parent = game.Players.LocalPlayer.PlayerGui
  11. local sf = Instance.new("ScrollingFrame")
  12. sf.ZIndex = 10
  13. sf.Parent = screengui
  14. sf.Position = UDim2.new(0.683,0,.468,0)
  15. sf.Size = UDim2.new(.316,0,.532,0)
  16. local itemget = Instance.new("TextButton")
  17. itemget.Size = UDim2.new(0,25,0,25)
  18. itemget.Position = UDim2.new(1,-50,.468,-25)
  19. itemget.Parent = screengui
  20. itemget.Text = "X"
  21. local minimize = Instance.new("TextButton")
  22. minimize.Parent = screengui
  23. minimize.Size = UDim2.new(0,25,0,25)
  24. minimize.Text = "🦀"
  25. minimize.Position = UDim2.new(1,-25,.468,-25)
  26. local itemnamebox = Instance.new("TextBox")
  27. itemnamebox.Size = UDim2.new(0,250,0,80)
  28. itemnamebox.Position = UDim2.new(.5,-125,.5,-40)
  29. itemnamebox.Visible = false
  30. itemnamebox.Parent = screengui
  31. local ttttt = Instance.new("TextButton")
  32. ttttt.Position = UDim2.new(1,-75,.468,-25)
  33. ttttt.Size = UDim2.new(0,25,0,25)
  34. ttttt.Parent = screengui
  35. ttttt.Text = "E"
  36. ttttt.MouseButton1Click:Connect(function()
  37. itemnamebox.Visible = not itemnamebox.Visible
  38. end)
  39. function genbutton(pos, PLR)
  40. local name = Instance.new("TextLabel")
  41. name.ZIndex = 12
  42. name.Parent = sf
  43. name.Size = UDim2.new(.3,0,.05,0)
  44. name.Position = pos
  45. name.Text = PLR.Name
  46. local stand = Instance.new("TextLabel")
  47. stand.ZIndex = 12
  48. stand.Parent = sf
  49. stand.Text = PLR.Stand.Value
  50. stand.Position = UDim2.new(.3, 0, pos.Y.Scale, 0)
  51. stand.Size = UDim2.new(.3,0,.05,0)
  52. local ult = Instance.new("TextLabel")
  53. ult.ZIndex = 12
  54. ult.Parent = sf
  55. ult.Position = UDim2.new(.6, 0, pos.Y.Scale, 0)
  56. ult.Size = UDim2.new(.2,0,.05,0)
  57. local en = Instance.new("TextLabel")
  58. en.ZIndex = 12
  59. en.Parent = sf
  60. en.Position = UDim2.new(.8, 0, pos.Y.Scale, 0)
  61. en.Size = UDim2.new(.2,0,.05,0)
  62. en.Text = tostring(PLR.Endurance.Value)
  63. if PLR.IsUltimate.Value == true then
  64. ult.Text = "true"
  65. else
  66. for j,k in pairs(coolstands) do
  67. if PLR.Stand.Value == k then
  68. stand.BackgroundColor3 = Color3.fromRGB(240, 179, 255)
  69. end
  70. end
  71. ult.Text = "false"
  72. end
  73. end
  74. local function update()
  75. if screengui then
  76. local playe = game.Players:GetChildren()
  77. for i,v in pairs(playe) do
  78. genbutton(UDim2.new(0,0,.05*(i-1),0),v)
  79. end
  80. end
  81. end
  82. local toggle = false
  83. minimize.MouseButton1Click:Connect(function()
  84. if toggle then
  85. sf.Position = UDim2.new(0.683,0,.468,0)
  86. else
  87. sf.Position = UDim2.new(1,0,.468,0)
  88. end
  89. toggle = not toggle
  90. end)
  91. itemget.MouseButton1Click:Connect(function()
  92. pickupitems = not pickupitems
  93. if pickupitems == false then
  94. itemget.Text = "X"
  95. else
  96. itemget.Text = "O"
  97. end
  98. end)
  99. game.Players.PlayerAdded:Connect(update)
  100. game.Players.PlayerRemoving:Connect(update)
  101. local function getgamertools()
  102. for i,v in pairs(game.Workspace:GetChildren()) do
  103. if v:IsA("Tool") then
  104. if v.Name ~= "RequiemArrow" then
  105. print(v.Name)
  106. end
  107. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  108. end
  109. end
  110. end
  111. while screengui do
  112. for i = 1, 10 do
  113. if i == 5 then
  114. update()
  115. end
  116. if pickupitems then
  117. if i%2 == 0 then
  118. getgamertools()
  119. else
  120. for dick,vagina in pairs(game.Players.LocalPlayer:GetChildren()) do
  121. local DICKKKK = false
  122. if vagina.Name == "storeditem1" then
  123. DICKKKK = true
  124. elseif vagina.Name == "storeditem2" then
  125. DICKKKK = true
  126. elseif vagina.Name == "storeditem3" then
  127. DICKKKK = true
  128. end
  129. if DICKKKK == true then
  130. if vagina.Value == "None" then
  131. game.Players.LocalPlayer.Character.Humanoid:UnequipTools()
  132. wait(.25)
  133. for erectile,disfunction in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  134. if disfunction:IsA("Tool") then
  135. if disfunction.Name == itemnamebox.Text then
  136. game.Players.LocalPlayer.Character.Humanoid:EquipTool(disfunction)
  137. wait(.25)
  138. if vagina.Name == "storeditem1" then
  139. local remote1 = game["ReplicatedStorage"]["Logic"]["storeitem"]
  140. local args = {
  141. [1] = 0 --[[number]],
  142. [2] = 1 --[[number]]
  143. }
  144. remote1:FireServer(unpack(args))
  145. wait(1)
  146. local remote = game["ReplicatedStorage"]["Logic"]["storeitem"]
  147. local args1 = {
  148. [1] = 1 --[[number]]
  149. }
  150. remote:FireServer(unpack(args1))
  151. elseif vagina.Name == "storeditem2" then
  152. local remote1 = game["ReplicatedStorage"]["Logic"]["storeitem"]
  153. local args = {
  154. [1] = 0 --[[number]],
  155. [2] = 2 --[[number]]
  156. }
  157. remote1:FireServer(unpack(args))
  158. wait(1)
  159. local remote = game["ReplicatedStorage"]["Logic"]["storeitem"]
  160. local args1 = {
  161. [1] = 1 --[[number]]
  162. }
  163. remote:FireServer(unpack(args1))
  164. elseif vagina.Name == "storeditem3" then
  165. local remote1 = game["ReplicatedStorage"]["Logic"]["storeitem"]
  166. local args = {
  167. [1] = 0 --[[number]],
  168. [2] = 3 --[[number]]
  169. }
  170. remote1:FireServer(unpack(args))
  171. wait(1)
  172. local remote = game["ReplicatedStorage"]["Logic"]["storeitem"]
  173. local args1 = {
  174. [1] = 1 --[[number]]
  175. }
  176. remote:FireServer(unpack(args1))
  177. end
  178. end
  179. end
  180. end
  181. end
  182. end
  183. end
  184. end
  185. end
  186. wait(1)
  187. end
  188. end
  189. end
  190. game.Players.LocalPlayer.CharacterAdded:Connect(penis)
  191. penis()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement