1
Noob Scan script on 11/22/2009, 8:23 pm
Heres a quick script I threw together.
Read the headlines.
Updated
Still might not work :[
Read the headlines.
Updated
Still might not work :[
- Code:
----] Noob scann script. All rights go to Haji1. Stealing this script without giving credits to me will result bannage.
-------] This script is copylocked, please ask for my permission to copy it.
Jonathan = "noobsnamehere" --You can change that to whoever you hate.
if game.workspace."noobsnamehere" ~=nil then --If the person you hate is in your game
while true do --- Keep on going until he leaves
game.findFirstChild("Humanoid") --scanning the game
if ("Humanoid") = "noobsnamehere" then -if he is there
Instance.New("Message") -- New message
m.parent = game.workspace
m.txt = ",Noobsnamehere," get out." --Alerts others of the noob
wait(3) --waits 3 seconds
game.workspace."noobsnamehere".Torso:Remove() --kills noob
if game.workspace.noobsnamehere = false then
m.remove() --- When he leaves the message goes away
else --other words
game.findFirstChild ("Humanoid")
if game.workspace.noobsnamehere = false then --If he isnt even there
("Humanoid") = "noobsnamehere" = false
Instance.New("Message")
m.parent = game.workspace
m.txt = "Noob checked. "Noobsnamehere" is not here" --Noob scan
wait(3)
m.remove()
end
--] This script may not work. If it does and you use it, Please
give credits to Haji1
Last edited by Mage11 on 11/23/2009, 4:18 pm; edited 2 times in total











