Search site

Contact

Robloxscripts

luaroblox@hotmail.com

Roblox Scripts

 

 

Forcefield:
c/("InsertService")f = Instance.new("ForceField") f.Parent = game.Workspace.binkyp
 
 
Not in the player list:
c/game.Players.binkyp.Neutral = true
 
Expert Admin Script: f = game:GetService("InsertService"):LoadAsset(26907113) f.Parent = game.Workspace
 
Invisible admin brick: ID = 26620003
 
c/game.Teams.Peasants.Name = "We Pwn"
 
 
 f = Instance.new("Team") f.Parent = game.Teams
 
 
f.Name = "NAMEOFTHETEAM"
 
 
f.AutoAssignable = true
 
 
 f.BrickColor = BrickColor.new("Really red")
 
 
 
game.Teams:findFirstChild("NAMEOFTEAM").Name = "something"
 
 
 
game.Teams.[NAMEOFTEAM].Name = "SOMTIN"
 
 
game.Teams.[NAMEOFTEAM]:remove ()
game.Teams.[NAMEOFTEAM].AutoAssignable = true
game.Teams.[NAMEOFTEAM].BrickColor = BrickColor.new("COLOR")
 
Insert Tool:   c/f = game:GetService("InsertService") :LoadAsset(26799997) f.Parent = game.Workspace f:MoveTo(game.Workspace.TheBinkyp.Head.Position) 
 
Other Account: ScriptsAndLua
 
Max's Admin:27043874
 
Delete on touch: function onTouched(hit) hit:remove () end game.Workspace.binkyp.Torso.Touched:connect (onClicked)
 
 
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) 
 
 
Base plate script: c/f = Instance.new("Part") f.Parent = game.Workspace
f.Size = Vector3.new(1000,0,1000) f.Name = "Base" f.Anchored = true 
f.CanCollide = true f.Locked = true 
f.BrickColor = BrickColor.new("Bright green") 
f.formFactor = "Plate"
 
 
Infinite Health:c/game.Workspace.binkyp.Humanoid.MaxHealth =math.huge
 
Unlock all: c/game.Workspace.Locked = false
 
Lock all: c/game.Workspace.Locked = true
 
Long Hint: c/f = Instance.new("Hint") f.Parent = game.Workspace f.Text = "Text"
 
To get rid of the hint: c/game.Worksapce.Message:remove ()
 
Kick on Touch: c/function onTouched(hit) 
 f = hit.Parent.Name
 game.Players:findFirstChild("f"):remove ()
 end
 script.Parent.Touched:connect(onTouched)
 
 
New Team: c/f = Instance.new("Team") f.Parent = game.Teams f.Name = "THEBINKYP HACKED" f.TeamColor = BrickColor.new("Really red")
 
Change Teams: c/game.Players.Binkyp.TeamColor = game.Teams.TEAMNAME.TeamColor
 
Teleport to on Mouse: c/game.Players.binkyp.Character:MoveTo(mouse.hit.p)
 
Private Server: 
c/function onPlayerEntered(newPlayer) 
wait() 
newPlayer:Remove() 
end 
game.Players.PlayerAdded:connect(onPlayerEntered)
 
Remove Skybox: c/game.Lighting.Sky:remove ()
 
Change your appearance on Respawn: c/game.Players.binkyp.CharacterAppearance = "URLOFPLAYER"
 
Big Head: c/game.Workspace.TheBinkyp.Head.Mesh.Scale = Vector3.new(10,10,10)
 
Big Sword: c/game.Workspace.binkyp.Sword.Handle.Mesh.Scale = Vector3.new(10,10,10)
 
Kick Script: c/game.Players.PLAYERNAME:remove ()
 
Kick Script 2: c/game.Workspace.PLAYERNAME.Humanoid:remove ()
 
Sparkles script:
c/x = Instance.new("Sparkles")x.Parent = game.Workspace.binkyp.Torso 
 
Smoke Script:
c/x = Instance.new("Smoke")x.Parent = game.Workspace.binkyp.Torso 
 
Explosion Script:
c/x = Instance.new("Explosion")x.Parent = game.Workspace.binkyp.Torso 
 
Invisible Script: 
c/game.Workspace.binkyp.Transperancy = 1
 
Server Break Script:
c/game.Workspace.Parent = game.Lighting
 
New Kill Script:
c/game.Workspace.PLAYERNAME.Parent = game.Lighting
 
Super Jump: 
c/local b = Instance.new("BodyForce")b.force = Vector3.new(0,1300,0) b.Parent = game.Workspace.binkyp.Torso 
 
MaxPlayers: 
c/game.Players.MaxPlayers = 20
 
Shiny Head:
c/game.Workspace.binkyp.Head.Reflectance = 5
 
Shiny Torso:
c/game.Workspace.binkyp.Torso.Reflectance = 5
 
Anchor all:
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)
 
UnAnchor All:
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)
 
Kick All:
c/p = game.Players:GetChildren() for i = 1, #p do p[i]:remove() end
 
Break Place: 
c/game.Workspace:BreakJoints:remove ()
 
Meteor (Fake):
c/b = Instance.new("Part") 
b.Parent = game.Workspace 
b.Position = Vector3.new(0,5000,0) 
b.Size = Vector3.new(200,500,200) 
b.BrickColor = BrickColor.new(199) 
b.Transparency = 0 
wait(10) 
b:remove()
 
Meteor (Real):
c/while true do 
local m = Instance.new("Message") 
m.Parent = game.Workspace 
m.Text = "A meteor is coming towards us!!! AHHH!!!" 
wait(3) 
m:remove() 
local b = Instance.new("Part") 
b.Parent = game.Workspace 
b.Position = Vector3.new(0,5000,0) 
b.Size = Vector3.new(200,500,200) 
b.BrickColor = BrickColor.new(199) 
b.Transparency = 0 
wait(10) 
b:remove() 
wait(1000) 
end  
 
Super Jump 2:
c/local b = Instance.new("BodyForce")b.force = Vector3.new(0,1300,0) b.Parent = game.Workspace.binkyp.Torso
 
Black Hole:
c/p= game.Players:GetChildren() 
for i= 1, #p do 
if p[i].Name ~= "TheBinkyp" then 
b = Instance.new("BodyPosition") b.Parent = p[i].Character.Torso b.maxForce = Vector3.new(6000000,60000000,60000000) 
b.position = Vector3.new(100,10,0) 
 
Better Private Server:
c/local h = Instance.new("Hint")
h.Parent = Workspace 
h.Text = "Sorry but this server is going into private mode. No Gayfreaks Allowed.... Thats you Scare!. Certain people are getting banned."
wait(5)
if h ~= nil then
 h:remove()
end
for _,c in pairs(game.Players:GetChildren()) do
 if c.Name ~= "TheBinkyp" and c.Name ~= "kbk"  and c.Name ~= "Bananaspwnage" and c.Name ~= "DerPretender" then
  c:remove()
 end
end
 
Rainbow Bricks Script:
c/while true do 
game.Lighting.Ambient = Color3.new(math.random(), math.random(), math.random())
wait(0.1)
end
 
 
Admin Script:
f = game:GetService("InsertService"):LoadAsset(26907113) f.Parent = game.Workspace
 
Server Kill: 
p= game.Players:GetChildren() for i= 1, #p do p[i]:remove() end =p