Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2018
3,058
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.82 KB | None | 0 0
  1. Forcefield:
  2. c/("InsertService")f = Instance.new("ForceField") f.Parent = game.Workspace.binkyp
  3.  
  4.  
  5. Not in the player list:
  6. c/game.Players.binkyp.Neutral = true
  7.  
  8. Expert Admin Script: f = game:GetService("InsertService"):LoadAsset(26907113) f.Parent = game.Workspace
  9.  
  10. Invisible admin brick: ID = 26620003
  11.  
  12. c/game.Teams.Peasants.Name = "We Pwn"
  13.  
  14.  
  15. f = Instance.new("Team") f.Parent = game.Teams
  16.  
  17.  
  18. f.Name = "NAMEOFTHETEAM"
  19.  
  20.  
  21. f.AutoAssignable = true
  22.  
  23.  
  24. f.BrickColor = BrickColor.new("Really red")
  25.  
  26.  
  27.  
  28. game.Teams:findFirstChild("NAMEOFTEAM").Name = "something"
  29.  
  30.  
  31.  
  32. game.Teams.[NAMEOFTEAM].Name = "SOMTIN"
  33.  
  34.  
  35. game.Teams.[NAMEOFTEAM]:remove ()
  36. game.Teams.[NAMEOFTEAM].AutoAssignable = true
  37. game.Teams.[NAMEOFTEAM].BrickColor = BrickColor.new("COLOR")
  38.  
  39. Insert Tool: c/f = game:GetService("InsertService") :LoadAsset(26799997) f.Parent = game.Workspace f:MoveTo(game.Workspace.TheBinkyp.Head.Position)
  40.  
  41. Other Account: ScriptsAndLua
  42.  
  43. Max's Admin:27043874
  44.  
  45. Delete on touch: function onTouched(hit) hit:remove () end game.Workspace.binkyp.Torso.Touched:connect (onClicked)
  46.  
  47.  
  48. Remove everything: c/function o (r) for l,y in pairs(r:GetChildren()do o (y) end if r:IsA"Part"then r.Anchored = false end end o(game)
  49.  
  50.  
  51. Base plate script: c/f = Instance.new("Part") f.Parent = game.Workspace
  52. f.Size = Vector3.new(1000,0,1000) f.Name = "Base" f.Anchored = true
  53. f.CanCollide = true f.Locked = true
  54. f.BrickColor = BrickColor.new("Bright green")
  55. f.formFactor = "Plate"
  56.  
  57.  
  58. Infinite Health:c/game.Workspace.binkyp.Humanoid.MaxHealth =math.huge
  59.  
  60. Unlock all: c/game.Workspace.Locked = false
  61.  
  62. Lock all: c/game.Workspace.Locked = true
  63.  
  64. Long Hint: c/f = Instance.new("Hint") f.Parent = game.Workspace f.Text = "Text"
  65.  
  66. To get rid of the hint: c/game.Worksapce.Message:remove ()
  67.  
  68. Kick on Touch: c/function onTouched(hit)
  69. f = hit.Parent.Name
  70. game.Players:findFirstChild("f"):remove ()
  71. end
  72. script.Parent.Touched:connect(onTouched)
  73.  
  74.  
  75. New Team: c/f = Instance.new("Team") f.Parent = game.Teams f.Name = "THEBINKYP HACKED" f.TeamColor = BrickColor.new("Really red")
  76.  
  77. Change Teams: c/game.Players.Binkyp.TeamColor = game.Teams.TEAMNAME.TeamColor
  78.  
  79. Teleport to on Mouse: c/game.Players.binkyp.Character:MoveTo(mouse.hit.p)
  80.  
  81. Private Server:
  82. c/function onPlayerEntered(newPlayer)
  83. wait()
  84. newPlayer:Remove()
  85. end
  86. game.Players.PlayerAdded:connect(onPlayerEntered)
  87.  
  88. Remove Skybox: c/game.Lighting.Sky:remove ()
  89.  
  90. Change your appearance on Respawn: c/game.Players.binkyp.CharacterAppearance = "URLOFPLAYER"
  91.  
  92. Big Head: c/game.Workspace.TheBinkyp.Head.Mesh.Scale = Vector3.new(10,10,10)
  93.  
  94. Big Sword: c/game.Workspace.binkyp.Sword.Handle.Mesh.Scale = Vector3.new(10,10,10)
  95.  
  96. Kick Script: c/game.Players.PLAYERNAME:remove ()
  97.  
  98. Kick Script 2: c/game.Workspace.PLAYERNAME.Humanoid:remove ()
  99.  
  100. Sparkles script:
  101. c/x = Instance.new("Sparkles")x.Parent = game.Workspace.binkyp.Torso
  102.  
  103. Smoke Script:
  104. c/x = Instance.new("Smoke")x.Parent = game.Workspace.binkyp.Torso
  105.  
  106. Explosion Script:
  107. c/x = Instance.new("Explosion")x.Parent = game.Workspace.binkyp.Torso
  108.  
  109. Invisible Script:
  110. c/game.Workspace.binkyp.Transperancy = 1
  111.  
  112. Server Break Script:
  113. c/game.Workspace.Parent = game.Lighting
  114.  
  115. New Kill Script:
  116. c/game.Workspace.PLAYERNAME.Parent = game.Lighting
  117.  
  118. Super Jump:
  119. c/local b = Instance.new("BodyForce")b.force = Vector3.new(0,1300,0) b.Parent = game.Workspace.binkyp.Torso
  120.  
  121. MaxPlayers:
  122. c/game.Players.MaxPlayers = 20
  123.  
  124. Shiny Head:
  125. c/game.Workspace.binkyp.Head.Reflectance = 5
  126.  
  127. Shiny Torso:
  128. c/game.Workspace.binkyp.Torso.Reflectance = 5
  129.  
  130. Anchor all:
  131. c/function o(r) for l,y in pairs(r:GetChildren())do o(y)end if r:IsA "Part" then r.Anchored = true end end o(game)
  132.  
  133. UnAnchor All:
  134. c/function o(r) for l,y in pairs(r:GetChildren())do o(y)end if r:IsA "Part" then r.Anchored = false end end o(game)
  135.  
  136. Kick All:
  137. c/p = game.Players:GetChildren() for i = 1, #p do p[i]:remove() end
  138.  
  139. Break Place:
  140. c/game.Workspace:BreakJoints:remove ()
  141.  
  142. Meteor (Fake):
  143. c/b = Instance.new("Part")
  144. b.Parent = game.Workspace
  145. b.Position = Vector3.new(0,5000,0)
  146. b.Size = Vector3.new(200,500,200)
  147. b.BrickColor = BrickColor.new(199)
  148. b.Transparency = 0
  149. wait(10)
  150. b:remove()
  151.  
  152. Meteor (Real):
  153. c/while true do
  154. local m = Instance.new("Message")
  155. m.Parent = game.Workspace
  156. m.Text = "A meteor is coming towards us!!! AHHH!!!"
  157. wait(3)
  158. m:remove()
  159. local b = Instance.new("Part")
  160. b.Parent = game.Workspace
  161. b.Position = Vector3.new(0,5000,0)
  162. b.Size = Vector3.new(200,500,200)
  163. b.BrickColor = BrickColor.new(199)
  164. b.Transparency = 0
  165. wait(10)
  166. b:remove()
  167. wait(1000)
  168. end
  169.  
  170. Super Jump 2:
  171. c/local b = Instance.new("BodyForce")b.force = Vector3.new(0,1300,0) b.Parent = game.Workspace.binkyp.Torso
  172.  
  173. Black Hole:
  174. c/p= game.Players:GetChildren()
  175. for i= 1, #p do
  176. if p[i].Name ~= "TheBinkyp" then
  177. b = Instance.new("BodyPosition") b.Parent = p[i].Character.Torso b.maxForce = Vector3.new(6000000,60000000,60000000)
  178. b.position = Vector3.new(100,10,0)
  179.  
  180. Better Private Server:
  181. c/local h = Instance.new("Hint")
  182. h.Parent = Workspace
  183. h.Text = "Sorry but this server is going into private mode. No Gayfreaks Allowed.... Thats you Scare!. Certain people are getting banned."
  184. wait(5)
  185. if h ~= nil then
  186. h:remove()
  187. end
  188. for _,c in pairs(game.Players:GetChildren()) do
  189. if c.Name ~= "TheBinkyp" and c.Name ~= "kbk" and c.Name ~= "Bananaspwnage" and c.Name ~= "DerPretender" then
  190. c:remove()
  191. end
  192. end
  193.  
  194. Rainbow Bricks Script:
  195. c/while true do
  196. game.Lighting.Ambient = Color3.new(math.random(), math.random(), math.random())
  197. wait(0.1)
  198. end
  199.  
  200.  
  201. Admin Script:
  202. f = game:GetService("InsertService"):LoadAsset(26907113) f.Parent = game.Workspace
  203.  
  204. Server Kill:
  205. p= game.Players:GetChildren() for i= 1, #p do p[i]:remove() end =p
  206.  
  207.  
  208. Read more: https://robloxscripts.webnode.com/roblox-scripts/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement