Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Hyponitist
- --A Request by Blakeblk
- player = game:GetService("Players").LocalPlayer
- Player = script.Parent.Parent
- char = player.Character
- mouse = player:GetMouse()
- face = char.Head.face
- face:Destroy()
- --Body Colors
- hand1 = char.Head
- hand2 = char.Torso
- hand3 = char["Left Arm"]
- hand4 = char["Right Arm"]
- hand5 = char["Left Leg"]
- hand6 = char["Right Leg"]
- hand1.BrickColor = BrickColor.new("Insititutional white")
- hand2.BrickColor = BrickColor.new("Really black")
- hand3.BrickColor = BrickColor.new("Insititutional white")
- hand4.BrickColor = BrickColor.new("Insititutional white")
- hand5.BrickColor = BrickColor.new("Insititutional white")
- hand6.BrickColor = BrickColor.new("Insititutional white")
- --Clothing Removial
- game:GetService("Chat"):Chat(char.Head,"Hypno Scientist Loaded by deadly3652")
- for _, v in pairs (char:GetChildren()) do
- if v:IsA("Hat") then
- v:Destroy()
- end
- end
- for _, v in pairs (char:GetChildren()) do
- if v:IsA("Shirt") then
- v:Destroy()
- end
- end
- for _, v in pairs (char:GetChildren()) do
- if v:IsA("Pants") then
- v:Destroy()
- end
- end
- pant = Instance.new("Shirt",char)
- pant.Name = "PantsN"
- shirt = Instance.new("Shirt",char)
- shirt.Name = "ShirtN"
- --Texuring the Shirt and pants
- --Fake hats/Meshes
- hat1 = Instance.new("Part",char)
- hat1.Name = "Hypno Gogles"
- hat1.Size = Vector3.new(1,1,1)
- hat1.TopSurface = "Smooth"
- hat1.CanCollide = false
- hat1.Anchored = false
- hat1.BottomSurface = "Smooth"
- msh1 = Instance.new("SpecialMesh",hat1)
- msh1.MeshId = "http://www.roblox.com/asset/?id=22053998"
- msh1.TextureId = "http://www.roblox.com/asset/?id=24443556"
- hat1.CFrame = char.Torso.CFrame*CFrame.new(0,0,0)
- --Weld hat1
- w1 = Instance.new("Weld",char)
- w1.Part0 = char.Head
- w1.Part1 = hat1
- w1.C1 = CFrame.fromEulerAnglesXYZ(0,0,0) * CFrame.new(0,0,.25)
- --Hat2
- hat2 = Instance.new("Part",char)
- hat2.Name = "Hypno Gogles"
- hat2.Size = Vector3.new(1,1,1)
- hat2.Anchored = false
- hat2.TopSurface = "Smooth"
- hat2.CanCollide = false
- hat2.BottomSurface = "Smooth"
- msh2 = Instance.new("SpecialMesh",hat2)
- msh2.MeshId = "http://www.roblox.com/asset/?id=24102243"
- msh2.TextureId = "http://www.roblox.com/asset/?id=166425002"
- hat2.CFrame = char.Torso.CFrame*CFrame.new(0,0,0)
- --Weld 2
- w1 = Instance.new("Weld",char)
- w1.Part0 = char.Head
- w1.Part1 = hat2
- w1.C1 = CFrame.fromEulerAnglesXYZ(0,0,0) * CFrame.new(0,-.5,0)
- --freeze move first attack
- mouse.KeyDown:connect(function(key)key = key:lower()
- if key == "e" then
- Beam = Instance.new("Part", char.Torso)
- Beam.TopSurface = "Smooth"
- Beam.BottomSurface = "Smooth"
- Beam.Transparency = .3
- Beam.CanCollide = false
- Beam.CFrame = char.Torso.CFrame*CFrame.new(0, 0, 0)
- Beam.Size = Vector3.new(5,5,100)
- Beam.BrickColor = BrickColor.new("Really black")
- Bw = Instance.new("Weld", char.Torso)
- Bw.Part0 = char.Torso
- Bw.Part1 = Beam
- Bw.C1 = CFrame.fromEulerAnglesXYZ(0,0,0) * CFrame.new(0,0,50)
- Beam.Touched:connect(function(hit)
- if hit.Parent:FindFirstChild("Humanoid") then
- hit.Parent:FindFirstChild("Humanoid"):TakeDamage(5)
- char.Torso.Anchored = true
- game:GetService("Chat"):Chat(char.Head,"Look into my eyes!")
- hit.Anchored = true
- wait(3)
- hit.Parent:FindFirstChild("Head").Anchored = true
- game:GetService("Chat"):Chat(char.Head,"Your are know frozen in ice!")
- f = Instance.new("Part",hit)
- f.Transparency = .3
- f.Size = Vector3.new(10,10,10)
- f.TopSurface = "Smooth"
- f.BottomSurface = "Smooth"
- f.BrickColor = BrickColor.new("Teal")
- f.CFrame = hit.CFrame*CFrame.new(0,0,0)
- ice = Instance.new("Weld",char)
- ice.Part0 = hit
- ice.Part1 = f
- wait(3)
- hit.Parent:FindFirstChild("Head"):Remove()
- hit.Anchored = false
- f:Destroy()
- char.Torso.Anchored = false
- end
- end)
- end
- game.Debris:AddItem(Beam,3)
- end)
- --Humanoid Hantics GIVES ALL HUMANOID PROPERTIES OF VICTIM!
- P = Game.Players.LocalPlayer
- M = P:GetMouse()
- M.KeyDown:connect(function(K) if string.lower(K) == 'f' and M.Target ~= nil then
- if M.Target.Name == 'Torso' then
- print("lOOK INTO MY EYES YOU NOW HAVE FALLEN INTO A DEEP TRANSE")
- game:GetService("Chat"):Chat(char.Head,"Yes i have full control of your limbs")
- g1 = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui)
- g1.Name = "Limb Gui"
- f = Instance.new("Part",char)
- f.Transparency = 1
- f.Size = Vector3.new(1,1,1)
- f.BrickColor = BrickColor.new("Really black")
- w1 = Instance.new("Weld",char)
- w1.Part0 = M.Target
- w1.Part1 = f
- --------------------
- g7 = Instance.new("TextButton", g1)
- g7.Position = UDim2.new(0.3, 2,0.3, 3)
- g7.Size = UDim2.new(0.35, 0, 0.10, 0)
- g7.Text = "Rip out his heart"
- g7.TextWrapped = true
- -------------------
- g4 = Instance.new("TextButton", g1)
- g4.Position = UDim2.new(0.3, 2,0.4, 3)
- g4.Size = UDim2.new(0.35, 0, 0.10, 0)
- g4.Text = "Make him fly sky HIGH!!!"
- --------------
- g5 = Instance.new("TextButton", g1)
- g5.Position = UDim2.new(0.3, 2,0.5, 3)
- g5.Size = UDim2.new(0.35, 0, 0.10, 0)
- g5.Text = "Make him spin!"
- -------------
- g6 = Instance.new("TextButton", g1)
- g6.Position = UDim2.new(0.3, 2,0.6, 3)
- g6.Size = UDim2.new(0.35, 0, 0.10, 0)
- g6.Text = "Close Gui"
- --------------------
- g5.MouseButton1Click:connect(function()
- print("SPINNING TIME!")
- while true do
- wait(.5)
- f.CFrame = f.CFrame * CFrame.fromEulerAnglesXYZ(0, .1, 0)
- end
- end)
- g4.MouseButton1Click:connect(function()
- print("Good bye see you in the havens!")
- g = Instance.new("BodyPosition",f)
- g.position = Vector3.new(math.huge,math.huge,math.huge)
- end)
- g7.MouseButton1Click:connect(function()
- print("Rip out heart")
- f.Touched:connect(function(hit)
- if hit.Parent:FindFirstChild("Head") then
- hit:Remove()
- game:GetService("Chat"):Chat(char.Head,"Kill yourself! :) ")
- end
- end)
- end)
- g6.MouseButton1Click:connect(function()
- g1:Destroy()
- end)
- end end end)
- --following hypno Gui
- mouse.KeyDown:connect(function(key)key = key:lower()
- if key == "z" then
- game:GetService("Chat"):Chat(char.Head,"MWHAHAHAHHA gui ...")
- g1 = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui)
- g1.Name = "Hypno GUI"
- --
- g4 = Instance.new("TextLabel", g1)
- g4.Position = UDim2.new(0.3, 2,0.3, 3)
- g4.Size = UDim2.new(0.35, 0, 0.10, 0)
- g4.Text = "Hypnotize a Player into following you LOL"
- g4.TextWrapped = true
- --------------------------
- g4 = Instance.new("TextBox", g1)
- g4.Position = UDim2.new(0.3, 2,0.4, 3)
- g4.Size = UDim2.new(0.35, 0, 0.10, 0)
- g4.Text = "player that is following you"
- -----------------------------------
- g7 = Instance.new("TextBox", g1)
- g7.Position = UDim2.new(0.3, 2,0.5, 3)
- g7.Size = UDim2.new(0.35, 0, 0.10, 0)
- g7.Text = "Your name"
- -----------------------------
- g5 = Instance.new("TextButton", g1)
- g5.Position = UDim2.new(0.3, 2,0.6, 3)
- g5.Size = UDim2.new(0.35, 0, 0.10, 0)
- g5.Text = "Start Following"
- ---------------------------------
- g9 = Instance.new("TextButton", g1)
- g9.Position = UDim2.new(0.3, 2,0.7, 3)
- g9.Size = UDim2.new(0.35, 0, 0.10, 0)
- g9.Text = "Close"
- --------------------------------
- g5.MouseButton1Click:connect(function()
- local x = g4.Text
- print(x.." has been forced to follow you")
- b = Instance.new("BodyPosition") b.Parent = game.Workspace[g4.Text].Torso b.maxForce = Vector3.new(600000000,6000000000,6000000000)
- while true do
- b.position = game.Workspace[g7.Text].Torso.Position
- wait(0.1)
- end
- g1:Destroy()
- g4:Destroy()
- g5:Destroy()
- end)
- g9.MouseButton1Click:connect(function()
- g1:Destroy()
- end)
- end
- end)
- M.KeyDown:connect(function(K) if string.lower(K) == 'g' and M.Target ~= nil then
- if M.Target.Name == 'Torso' or M.Target.Name == 'Head' then
- act = Instance.new("Part",char)
- act.Transparency = 1
- act.Size = Vector3.new(5,5,5)
- --Weld
- w1 = Instance.new("Weld",char)
- w1.Part0 = char.Torso
- w1.Part1 = act
- M.Target.CFrame = char.Torso.CFrame*CFrame.new(0,0,1)
- act.Touched:connect(function(hit)
- if hit.Parent:FindFirstChild("Humanoid") then
- act:Destroy()
- game:GetService("Chat"):Chat(char.Head,"I have control of the humanoid")
- --Guis
- g1 = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui)
- g1.Name = "Hypno GUI"
- ---------------
- g4 = Instance.new("TextLabel", g1)
- g4.Position = UDim2.new(0.2, 2,0.2, 3)
- g4.Size = UDim2.new(0.35, 0, 0.10, 0)
- g4.Text = "Humanoid Gui"
- g4.TextWrapped = true
- --------------------------
- g4 = Instance.new("TextButton", g1)
- g4.Position = UDim2.new(0.2, 2,0.3, 3)
- g4.Size = UDim2.new(0.35, 0, 0.10, 0)
- g4.Text = "Humanoid Walkspeed 0 "
- -----------------------------------
- g7 = Instance.new("TextButton", g1)
- g7.Position = UDim2.new(0.2, 2,0.4, 3)
- g7.Size = UDim2.new(0.35, 0, 0.10, 0)
- g7.Text = "Drug humanoid"
- -----------------------------
- g5 = Instance.new("TextButton", g1)
- g5.Position = UDim2.new(0.2, 2,0.5, 3)
- g5.Size = UDim2.new(0.35, 0, 0.10, 0)
- g5.Text = "Humanoid PlatForm Stand"
- ---------------------------------
- g9 = Instance.new("TextButton", g1)
- g9.Position = UDim2.new(0.2, 2,0.6, 3)
- g9.Size = UDim2.new(0.35, 0, 0.10, 0)
- g9.Text = "Humanoid Walk To"
- ---------------------------------
- g13 = Instance.new("TextButton", g1)
- g13.Position = UDim2.new(0.2, 2,0.7, 3)
- g13.Size = UDim2.new(0.35, 0, 0.10, 0)
- g13.Text = "Humanoid Sit"
- ---------------------------------
- g12 = Instance.new("TextButton", g1)
- g12.Position = UDim2.new(0.2, 2,.8, 3)
- g12.Size = UDim2.new(0.35, 0, 0.10, 0)
- g12.Text = "Humanoid Jump"
- ---------------------------------
- g11 = Instance.new("TextButton", g1)
- g11.Position = UDim2.new(0.2, 2,.9, 3)
- g11.Size = UDim2.new(0.35, 0, 0.10, 0)
- g11.Text = "Close"
- g11.MouseButton1Click:connect(function()
- g1:Destroy()
- end)
- g12.MouseButton1Click:connect(function()
- hit.Parent:FindFirstChild("Humanoid").Jump = true
- end)
- g13.MouseButton1Click:connect(function()
- hit.Parent:FindFirstChild("Humanoid").Sit = true
- end)
- g7.MouseButton1Click:connect(function()
- hit.Parent:FindFirstChild("Humanoid").CameraOffset = Vector3.new(90,90,90)
- print("Drugged the Acholic!")
- end)
- g4.MouseButton1Click:connect(function()
- hit.Parent:FindFirstChild("Humanoid").WalkSpeed = 0
- end)
- g5.MouseButton1Click:connect(function()
- hit.Parent:FindFirstChild("Humanoid").PlatformStand = true
- end)
- g9.MouseButton1Click:connect(function()
- gg = Instance.new("TextBox", g1)
- gg.Position = UDim2.new(0.7, 2,.6, 2)
- gg.Size = UDim2.new(0.35, 0, 0.10, 0)
- gg.Text = "Type in Distance 1"
- --Second Dist
- gg2 = Instance.new("TextBox", g1)
- gg2.Position = UDim2.new(0.7, 2,.7, 2)
- gg2.Size = UDim2.new(0.35, 0, 0.10, 0)
- gg2.Text = "Type in Distance 2"
- --Third Dist
- gg3 = Instance.new("TextBox", g1)
- gg3.Position = UDim2.new(0.7, 2,.8, 2)
- gg3.Size = UDim2.new(0.35, 0, 0.10, 0)
- gg3.Text = "Type in Distance 3"
- --Enter
- hit.Parent:FindFirstChild("Humanoid").WalkSpeed = 50
- go = Instance.new("TextButton", g1)
- go.Position = UDim2.new(0.7, 2,.9, 1)
- go.Size = UDim2.new(0.35, 0, 0.10, 0)
- go.Text = "MAKE DEM WALK!!!"
- go.MouseButton1Click:connect(function()
- gg:Destroy()
- gg2:Destroy()
- go:Destroy()
- gg3:Destroy()
- print("Making him/her walk heh")
- while true do
- hit.Parent:FindFirstChild("Humanoid").WalkToPoint = Vector3.new(gg.Text,gg2.Text,gg3.Text)
- wait(.1)
- end
- end)
- end)
- end
- end)
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement