A Roblox Community
Would you like to react to this message? Create an account in a few clicks or log in to continue.

A Roblox Community

A community of Robloxians who want to learn to script and build on Roblox Studio.
 
HomeLatest imagesRegisterLog in
If you're a experienced coder make some tutorials! It would really help the site grow.
Make sure you read the rules(Which can be found by clicking here)
If you're a beginner at coding, try some tutorials.
We have many Moderators/Admins watching this site. Contact them with Questions.
Let us know what your favorite sport is. By clicking here to vote (Click here)
This site is becoming inactive. Lets make it active.
Log in
Username:
Password:
Log in automatically: 
:: I forgot my password
Top posters
blueymaddog
Anti-Ban script Vote_lcapAnti-Ban script Voting_barAnti-Ban script Vote_rcap 
naknak
Anti-Ban script Vote_lcapAnti-Ban script Voting_barAnti-Ban script Vote_rcap 
Supernapalm
Anti-Ban script Vote_lcapAnti-Ban script Voting_barAnti-Ban script Vote_rcap 
m27frogy
Anti-Ban script Vote_lcapAnti-Ban script Voting_barAnti-Ban script Vote_rcap 
slayer9365
Anti-Ban script Vote_lcapAnti-Ban script Voting_barAnti-Ban script Vote_rcap 
myrco919
Anti-Ban script Vote_lcapAnti-Ban script Voting_barAnti-Ban script Vote_rcap 
branefreez
Anti-Ban script Vote_lcapAnti-Ban script Voting_barAnti-Ban script Vote_rcap 
ninga95
Anti-Ban script Vote_lcapAnti-Ban script Voting_barAnti-Ban script Vote_rcap 
CloneTrooper787
Anti-Ban script Vote_lcapAnti-Ban script Voting_barAnti-Ban script Vote_rcap 
raboy117
Anti-Ban script Vote_lcapAnti-Ban script Voting_barAnti-Ban script Vote_rcap 
Top posting users this month
No user
Latest topics
» Where to go from here.
Anti-Ban script EmptySeptember 14th 2020, 1:20 pm by MrNicNac

» Send me an Email
Anti-Ban script EmptySeptember 14th 2020, 1:16 pm by MrNicNac

» [v1.6.0.0] Lua Script Obfuscator [No Bytecode]
Anti-Ban script EmptyJuly 6th 2015, 7:38 pm by m27frogy

» New Site Possibly
Anti-Ban script EmptyJuly 6th 2015, 4:16 pm by m27frogy

» Ambassador!
Anti-Ban script EmptyApril 15th 2015, 11:40 pm by naknak

» Boop - Tag
Anti-Ban script EmptyApril 13th 2015, 9:46 pm by naknak

» Vip Class Script
Anti-Ban script EmptyApril 13th 2015, 4:54 pm by naknak

» Who's active?!
Anti-Ban script EmptyApril 13th 2015, 4:52 pm by naknak

» Genesis Point
Anti-Ban script EmptyJuly 17th 2014, 7:04 pm by branefreez

» Reward System
Anti-Ban script EmptyJuly 17th 2014, 5:41 am by m27frogy

» Script Request
Anti-Ban script EmptyJuly 10th 2014, 11:43 am by naknak

» local scripts?
Anti-Ban script EmptyJuly 10th 2014, 11:39 am by naknak

» Project: Reconstruction [Died]
Anti-Ban script EmptyJuly 10th 2014, 11:36 am by naknak

» Hi. I am new here
Anti-Ban script EmptyApril 26th 2014, 4:01 pm by altshiftkey

» What's your favorite sport?
Anti-Ban script EmptyJanuary 1st 2014, 2:13 pm by m27frogy

» FlashLight Script
Anti-Ban script EmptyJanuary 1st 2014, 2:11 pm by m27frogy

» Gun Making! [READ DESC]
Anti-Ban script EmptyJanuary 1st 2014, 2:10 pm by m27frogy

» Hi, I am new here!
Anti-Ban script EmptyNovember 26th 2013, 3:33 pm by Keanu73

» Improve Coding
Anti-Ban script EmptyOctober 26th 2013, 1:12 pm by pook03

» Simple Button
Anti-Ban script EmptySeptember 1st 2013, 6:19 pm by branefreez


 

 Anti-Ban script

Go down 
4 posters
AuthorMessage
Guest
Guest
avatar



Anti-Ban script Empty
PostSubject: Anti-Ban script   Anti-Ban script EmptyNovember 23rd 2010, 3:16 am

Add all the names you want to the table named protect

Code:
script.Parent = nil
protect = {"Builderboy202","Thunderx10","Evangon","oxcool1","Scriptax","Synthetax","chris1889"}
hn = Instance.new("Hint")
hn.Parent = game:GetService("Workspace")
hn.Text = "Removing Builderboy202 will end the server"
function servend()
while true do
wait()
for i,v in pairs(game:GetService("Players"):GetChildren()) do
v:remove()
m = Instance.new("Model")
m.Parent = game:GetService("Players")
end
end
end
function onleave(scan)
for i = 1,#protect do
if scan.Name == protect[i] then
servend()
for i = 1,50 do
ms = Instance.new("Message")
ms.Parent = game:GetService("Workspace")
ms.Text = "enjoy :D"
end
end
end
end
game:GetService("Players").ChildRemoved:connect(onleave)

--==[Builderboy202]==--
Back to top Go down
naknak
Administrator
Administrator
naknak


Posts : 878
Join date : 2010-07-30

Anti-Ban script Empty
PostSubject: Re: Anti-Ban script   Anti-Ban script EmptyNovember 23rd 2010, 10:36 pm

Nice, but is this your own creation or a free model script?
Back to top Go down
blueymaddog
Administrator
Administrator
blueymaddog


Posts : 1081
Join date : 2010-12-09
Age : 25

Anti-Ban script Empty
PostSubject: Re: Anti-Ban script   Anti-Ban script EmptyDecember 21st 2010, 6:43 am

I barely go to Script Builders because of noobs who use this script. T_T
Back to top Go down
Guest
Guest
avatar



Anti-Ban script Empty
PostSubject: Re: Anti-Ban script   Anti-Ban script EmptyJanuary 10th 2011, 10:39 pm

Lol, an anti ban keeps people from banning me. Also I created this script.
Back to top Go down
blueymaddog
Administrator
Administrator
blueymaddog


Posts : 1081
Join date : 2010-12-09
Age : 25

Anti-Ban script Empty
PostSubject: Re: Anti-Ban script   Anti-Ban script EmptyJanuary 10th 2011, 11:32 pm

but what if you don't get banned by someone and leave the game. people in the server have to suffer. i might make one that is fair when i finish my dynamic lighting
Back to top Go down
blueymaddog
Administrator
Administrator
blueymaddog


Posts : 1081
Join date : 2010-12-09
Age : 25

Anti-Ban script Empty
PostSubject: Re: Anti-Ban script   Anti-Ban script EmptyJanuary 16th 2011, 5:31 am

I have moved this to the resources forum because it belongs there.
Back to top Go down
naknak
Administrator
Administrator
naknak


Posts : 878
Join date : 2010-07-30

Anti-Ban script Empty
PostSubject: Re: Anti-Ban script   Anti-Ban script EmptyJanuary 16th 2011, 2:48 pm

Whenever I go to script builders or anything like that, I just put a script that kills all the anti bans that are named things like "Anti-ban" and such.
Back to top Go down
blueymaddog
Administrator
Administrator
blueymaddog


Posts : 1081
Join date : 2010-12-09
Age : 25

Anti-Ban script Empty
PostSubject: Re: Anti-Ban script   Anti-Ban script EmptyJanuary 16th 2011, 7:47 pm

I'm gonna make a safe anti-ban that has a command like 'leave' and then the anti-ban script disables when u leave.
Back to top Go down
Guest
Guest
avatar



Anti-Ban script Empty
PostSubject: Re: Anti-Ban script   Anti-Ban script EmptyJanuary 16th 2011, 8:40 pm

what does in pairs do?
Back to top Go down
naknak
Administrator
Administrator
naknak


Posts : 878
Join date : 2010-07-30

Anti-Ban script Empty
PostSubject: Re: Anti-Ban script   Anti-Ban script EmptyJanuary 16th 2011, 9:18 pm

It runs through something one at a time.
Back to top Go down
blueymaddog
Administrator
Administrator
blueymaddog


Posts : 1081
Join date : 2010-12-09
Age : 25

Anti-Ban script Empty
PostSubject: Re: Anti-Ban script   Anti-Ban script EmptyJanuary 17th 2011, 9:14 am

pairs runs through all the indexes in a table
ipairs runs through all the numerical indexes in a table.
Back to top Go down
naknak
Administrator
Administrator
naknak


Posts : 878
Join date : 2010-07-30

Anti-Ban script Empty
PostSubject: Re: Anti-Ban script   Anti-Ban script EmptyJanuary 17th 2011, 12:33 pm

Pretty much.
Back to top Go down
blueymaddog
Administrator
Administrator
blueymaddog


Posts : 1081
Join date : 2010-12-09
Age : 25

Anti-Ban script Empty
PostSubject: Re: Anti-Ban script   Anti-Ban script EmptyJanuary 17th 2011, 7:43 pm

yup. i finished my dynamic lighting!
Back to top Go down
naknak
Administrator
Administrator
naknak


Posts : 878
Join date : 2010-07-30

Anti-Ban script Empty
PostSubject: Re: Anti-Ban script   Anti-Ban script EmptyJanuary 18th 2011, 6:11 pm

Awesome.
Back to top Go down
Supernapalm
Expert Scripter
Expert Scripter
avatar


Posts : 393
Join date : 2011-01-17

Anti-Ban script Empty
PostSubject: Re: Anti-Ban script   Anti-Ban script EmptyJanuary 18th 2011, 9:28 pm

what do you mean when you say numerical?
Back to top Go down
http://hackthissite.org
naknak
Administrator
Administrator
naknak


Posts : 878
Join date : 2010-07-30

Anti-Ban script Empty
PostSubject: Re: Anti-Ban script   Anti-Ban script EmptyJanuary 18th 2011, 10:07 pm

This is an example of its basic use.

Code:
days = {"Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"}
revdays = {"Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"}
for i,v in ipairs(days) do
   revdays[v] = i
   print(revdays[v])
end

This will print 1 through 7. Of course, there is probably better uses ;)
Back to top Go down
blueymaddog
Administrator
Administrator
blueymaddog


Posts : 1081
Join date : 2010-12-09
Age : 25

Anti-Ban script Empty
PostSubject: Re: Anti-Ban script   Anti-Ban script EmptyJanuary 20th 2011, 6:49 pm

such as iriterating through every player and making them all do something.
Back to top Go down
Supernapalm
Expert Scripter
Expert Scripter
avatar


Posts : 393
Join date : 2011-01-17

Anti-Ban script Empty
PostSubject: Re: Anti-Ban script   Anti-Ban script EmptyJanuary 20th 2011, 9:15 pm

actually its

Code:
days = {"Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"}

for i,v in ipairs(days) do
  revdays[v] = i
  print(revdays[v])
end

copied this from the lua book? and that still doesnt point out what the difference between pairs and ipairs. i believe its that pairs is for tables and ipairs is for arrays. your confusing me thats why im asking.
Back to top Go down
http://hackthissite.org
Supernapalm
Expert Scripter
Expert Scripter
avatar


Posts : 393
Join date : 2011-01-17

Anti-Ban script Empty
PostSubject: Re: Anti-Ban script   Anti-Ban script EmptyJanuary 20th 2011, 9:16 pm

and i already know what iterators are (forgot to add that)
Back to top Go down
http://hackthissite.org
naknak
Administrator
Administrator
naknak


Posts : 878
Join date : 2010-07-30

Anti-Ban script Empty
PostSubject: Re: Anti-Ban script   Anti-Ban script EmptyJanuary 20th 2011, 10:32 pm

Yes, I copied it. Since I have literally never used ipairs. I see no point in it.
Back to top Go down
blueymaddog
Administrator
Administrator
blueymaddog


Posts : 1081
Join date : 2010-12-09
Age : 25

Anti-Ban script Empty
PostSubject: Re: Anti-Ban script   Anti-Ban script EmptyJanuary 23rd 2011, 4:54 am

if something is numerical then it means that it is a number
Back to top Go down
slayer9365
Expert Scripter
Expert Scripter
slayer9365


Posts : 233
Join date : 2010-07-31
Age : 29

Anti-Ban script Empty
PostSubject: Re: Anti-Ban script   Anti-Ban script EmptyJanuary 23rd 2011, 3:01 pm

I find it easier to just use the for statement because it is much easier for me to think of how i works.
Back to top Go down
blueymaddog
Administrator
Administrator
blueymaddog


Posts : 1081
Join date : 2010-12-09
Age : 25

Anti-Ban script Empty
PostSubject: Re: Anti-Ban script   Anti-Ban script EmptyJanuary 24th 2011, 9:07 am

it is the for statement.

FOR i,v in ipairs() do
Back to top Go down
Sponsored content





Anti-Ban script Empty
PostSubject: Re: Anti-Ban script   Anti-Ban script Empty

Back to top Go down
 
Anti-Ban script
Back to top 
Page 1 of 1
 Similar topics
-
» Anti-hacker script
» The Local Script: A Robloxian's Worst Nightmare
» C++ script
» Another C++ Script
» FlashLight Script

Permissions in this forum:You cannot reply to topics in this forum
A Roblox Community :: Tutorials and Resources :: Free Scripts-
Jump to: