Advertisement
simhwui

Untitled

Dec 26th, 2015
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.45 KB | None | 0 0
  1. lp = game.Players.LocalPlayer
  2. lpc=lp.Character
  3. tpct=lp.Character.Torso
  4. allowed={"simhwuibro","TheOfficalNoob4788","ScriptingRevolution","GoldenLuaCode","DefineLua","BabyGoatz","DigitalZer0","Metatables","Ascendex"}
  5. pre='~'
  6. ban={}
  7. orb={}
  8. banned={'BadLuke1','samuelgp10','terrenc1543'}
  9. priallowed={"simhwuibro","TheOfficalNoob4788","ScriptingRevolution","GoldenLuaCode","DefineLua","BabyGoatz","DigitalZer0","Metatables","Ascendex"}
  10. rantables={}
  11. clr='Black'
  12. warn'[BinaryOrb/BinOrb]:Loaded..'
  13. warn('Hello '..lp.Name)
  14. warn'Script/Programmer of [BinaryOrb]:HulkPowner'
  15. warn'Still in Development'
  16. warn'MusicList:quan,couldbeus,lawnmower,everyday,coco,myself,sorry'
  17. game.Players.PlayerAdded:connect(function(plr)
  18. for m,n in pairs(banned) do
  19. if n.Name==banned then
  20. hb=Instance.new('Hint',lpc)
  21. hb.Text=('A Banned Player Has Tryed to Join[BannedPlayer]: '..plr.Name)
  22. wait(4)
  23. hb:Remove()
  24. while wait() do
  25. n:Destroy()
  26. end
  27. end
  28. end
  29. end)
  30. --\\BinaryOrbCmds\\--
  31. function getPlrs(msg)
  32. local plrs = {}
  33. for i, v in pairs(game.Players:GetPlayers()) do
  34. if v.Name:lower():sub(1, #msg) == msg:lower() then
  35. table.insert(plrs, v)
  36. end
  37. end
  38. return plrs
  39. end
  40.  
  41.  
  42. lp.Chatted:connect(function(m)
  43. if m==";binarypad/" then
  44. local p = Instance.new("Part")
  45. p.Parent = lp.Character
  46. p.Locked = true
  47. p.Transparency=0
  48. p.BrickColor=BrickColor.new("White")
  49. p.Material=("Neon")
  50. p.Transparency = 0;
  51. p.FormFactor = "Custom"
  52. p.Size = Vector3.new(4, .1, 4)
  53. p.Anchored = true
  54. p.CanCollide=true;
  55. p.CFrame=CFrame.new(0,0,0)
  56. local pcl=Instance.new("CylinderMesh",p)
  57. pcl.Scale=Vector3.new(2,0,2)
  58. wait(.5)
  59. down = false;
  60. hover = true;
  61. up = false;
  62. local Mouse = lp:GetMouse()
  63. Mouse.KeyDown:connect(function(K)
  64. if K:lower() == "e" then
  65. down = false;
  66. hover = false;
  67. up = true;
  68. end
  69. if K:lower() == "q" then
  70. down = true;
  71. hover = false;
  72. up = false;
  73. end
  74. end)
  75. Mouse.KeyUp:connect(function(key)
  76. up = false
  77. hover = true
  78. down = false
  79. end)
  80. Trail = {}
  81. spawn(function()
  82. while true do
  83. if hover == true then
  84. p.CFrame = CFrame.new(game.Players.LocalPlayer.Character.Torso.CFrame.x, game.Players.LocalPlayer.Character.Torso.CFrame.y - 3.1, game.Players.LocalPlayer.Character.Torso.CFrame.z)
  85. end
  86. if down == true then
  87. p.CFrame = CFrame.new(game.Players.LocalPlayer.Character.Torso.CFrame.x, game.Players.LocalPlayer.Character.Torso.CFrame.y - 4.5, game.Players.LocalPlayer.Character.Torso.CFrame.z)
  88. end
  89. if up == true then
  90. p.CFrame = CFrame.new(game.Players.LocalPlayer.Character.Torso.CFrame.x, game.Players.LocalPlayer.Character.Torso.CFrame.y - 2, game.Players.LocalPlayer.Character.Torso.CFrame.z)
  91. end
  92. wait()
  93. end
  94. end)
  95. spawn(function()
  96. while wait() do
  97. p2 = Instance.new("Part",game.Players.LocalPlayer.Character)
  98. p2.Anchored = true;
  99. p2.TopSurface = 0;
  100. p2.BottomSurface = 0;
  101. p2.Transparency = 0;
  102. p2.CanCollide = false;
  103. p2.FormFactor = "Custom"
  104. p2.Size = Vector3.new(4,.1,4)
  105. p2.CFrame=p.CFrame * CFrame.new(0,.1,0)
  106. p2cl=Instance.new("CylinderMesh",p2)
  107. p2cl.Scale=Vector3.new(2,0,2)
  108. table.insert(Trail,p2)
  109. end
  110. end)
  111.  
  112. RandomColor = function()
  113. Colors = {"Hot pink","Royal purple","Teal","Deep orange","New Yeller","Really red","Really blue","Lime green","Really black","Lily white"}
  114. r = math.random(1,#Colors)
  115. return Colors[r];
  116. end
  117.  
  118. while wait() do
  119. spawn(function()
  120. for i, v in pairs(Trail) do
  121. if v.Transparency >= 0.6 then v:remove() end
  122. v.BrickColor = BrickColor.new(RandomColor())
  123. v.Transparency = v.Transparency + 0.04
  124. v.Size = Vector3.new(v.Size.x-0.3,v.Size.y,v.Size.z-0.3)
  125. end
  126. end)
  127. end
  128. end
  129. end)
  130.  
  131.  
  132. lp.Chatted:connect(function(m)
  133. if m:sub(1, 6) == ";kick/" then
  134. local players = getPlrs(m:sub(7))
  135. for i, v in pairs (players) do
  136. if v then
  137. v:Destroy()
  138. end
  139. end
  140. end
  141. end)
  142.  
  143.  
  144. lp.Chatted:connect(function(m)
  145. if m:sub(1, 5) == ";ban/" then
  146. local players = getPlrs(m:sub(7))
  147. for l, t in pairs (players) do
  148. if t then
  149. table.insert(banned,t.Name) if t.Name==banned then t:Destroy() end
  150. end
  151. end
  152. end
  153. end)
  154.  
  155.  
  156.  
  157. lp.Chatted:connect(function(m)
  158. if m:sub(1, 5) == ";pri/" then
  159. for i,v in pairs(allowed) do
  160. if not game.Players:FindFirstChild('HulkPowner') then
  161. v:Destroy()
  162. end
  163. end
  164.  
  165. end
  166. end)
  167.  
  168.  
  169.  
  170.  
  171. lp.Chatted:connect(function(m)
  172. if m:sub(1, 4) == ";sd/" then
  173. game.Players:ClearAllChildren()
  174. end
  175. end)
  176.  
  177. lp.Chatted:connect(function(m)
  178. if m:sub(1, 6) == "night." then
  179. game:GetService'Lighting'.TimeOfDay=24
  180. end
  181. end)
  182. lp.Chatted:connect(function(m)
  183. if m:sub(1, 6) == ";dusk/" then
  184. game:GetService'Lighting'.TimeOfDay=5
  185. end
  186. end)
  187. lp.Chatted:connect(function(m)
  188. if m:sub(1, 4) == ";day/" then
  189. game:GetService'Lighting'.TimeOfDay=10
  190. end
  191. end)
  192.  
  193.  
  194. lp.Chatted:connect(function(msg)
  195. if msg==(';ab/') then
  196. if game.Players:FindFirstChild('HulkPowner') then
  197. lp.Character.Parent=script if lp~= nil then
  198. lp.Character:MakeJoints()
  199. end
  200. end
  201. end
  202. end)
  203.  
  204. lp.Chatted:connect(function(m)
  205. if m:sub(1, 4) == ";kl/" then
  206. local players = getPlrs(m:sub(7))
  207. for i, v in pairs (players) do
  208. if v then
  209. v.Character:BreakJoints()
  210. end
  211. end
  212. end
  213. end)
  214.  
  215. lp.Chatted:connect(function(msg)
  216. if msg==';quan/' then
  217. local s = Instance.new("Sound")
  218. s.SoundId = "http://www.roblox.com/asset/?id=274727125"
  219. s.Volume = 1000
  220. s.Name='Hit the Quan iGoogleMemphis'
  221. s.Looped = true
  222. s.archivable = true
  223. s.PlayOnRemove = false
  224. s.Parent = script
  225. wait(.1)
  226. s:play()
  227. h=Instance.new('Hint',lpc)
  228. h.Text=(s.Name..' Is Playing[SoundId]: '..s.SoundId)
  229. wait(3)
  230. h:Remove()
  231. end
  232. end)
  233. lp.Chatted:connect(function(msg)
  234. if msg==';us/' then
  235. local s2 = Instance.new("Sound")
  236. s2.SoundId = "http://www.roblox.com/asset/?id=244111886"
  237. s2.Volume = 1000
  238. s2.Name='This Could be us Rae Srummurd'
  239. s2.Looped = true
  240. s2.archivable = true
  241. s2.PlayOnRemove = false
  242. s2.Parent = script
  243. wait(.1)
  244. s2:play()
  245. h2=Instance.new('Hint',lpc)
  246. h2.Text=(s2.Name..' Is Playing[SoundId]: '..s2.SoundId)
  247. wait(3)
  248. h2:Remove()
  249. end
  250. end)
  251.  
  252. lp.Chatted:connect(function(msg)
  253. if msg==';lawnmower/' then
  254. local s3 = Instance.new("Sound")
  255. s3.SoundId = "http://www.roblox.com/asset/?id=283608578"
  256. s3.Volume = 1000
  257. s3.Name='The Lawnmower[MLW Remix]'
  258. s3.Looped = true
  259. s3.archivable = true
  260. s3.PlayOnRemove = false
  261. s3.Parent = script
  262. wait(.1)
  263. s3:play()
  264. h3=Instance.new('Hint',lpc)
  265. h3.Text=(s3.Name..' Is Playing[SoundId]: '..s3.SoundId)
  266. wait(3)
  267. h3:Remove()
  268. end
  269. end)
  270.  
  271. lp.Chatted:connect(function(msg)
  272. if msg==';everyday/' then
  273. local s4 = Instance.new("Sound")
  274. s4.SoundId = "http://www.roblox.com/asset/?id=267654222"
  275. s4.Volume = 1000
  276. s4.Name='Everyday A$ap Rocky'
  277. s4.Looped = true
  278. s4.archivable = true
  279. s4.PlayOnRemove = false
  280. s4.Parent = script
  281. wait(.1)
  282. s4:play()
  283. h4=Instance.new('Hint',lpc)
  284. h4.Text=(s4.Name..' Is Playing[SoundId]: '..s4.SoundId)
  285. wait(3)
  286. h4:Remove()
  287. end
  288. end)
  289.  
  290. lp.Chatted:connect(function(msg)
  291. if msg==';coco/' then
  292. local s5 = Instance.new("Sound")
  293. s5.SoundId = "http://www.roblox.com/asset/?id=237034181"
  294. s5.Volume = 1000
  295. s5.Name='Im in love with the coco Ed Shereen'
  296. s5.Looped = true
  297. s5.archivable = true
  298. s5.PlayOnRemove = false
  299. s5.Parent = script
  300. wait(.1)
  301. s5:play()
  302. h5=Instance.new('Hint',lpc)
  303. h5.Text=(s5.Name..' Is Playing[SoundId]: '..s5.SoundId)
  304. wait(3)
  305. h5:Remove()
  306. end
  307. end)
  308.  
  309. lp.Chatted:connect(function(msg)
  310. if msg==';myself/' then
  311. local s6 = Instance.new("Sound")
  312. s6.SoundId = "http://www.roblox.com/asset/?id=285009238"
  313. s6.Volume = 1000
  314. s6.Name='Love Myself Hailee Steinfeld'
  315. s6.Looped = false
  316. s6.archivable = true
  317. s6.PlayOnRemove = true
  318. s6.Parent = script
  319. wait(.1)
  320. s6:play()
  321. h6=Instance.new('Hint',lpc)
  322. h6.Text=(s6.Name..' Is Playing[SoundId]: '..s6.SoundId)
  323. wait(3)
  324. h6:Remove()
  325. end
  326. end)
  327.  
  328. lp.Chatted:connect(function(msg)
  329. if msg==';sorry/' then
  330. local s7 = Instance.new("Sound")
  331. s7.SoundId = "http://www.roblox.com/asset/?id=313246210"
  332. s7.Volume = 1000
  333. s7.Name='Sorry Justin Bieber'
  334. s7.Looped = false
  335. s7.archivable = true
  336. s7.PlayOnRemove = true
  337. s7.Parent = script
  338. wait(.1)
  339. s7:play()
  340. h7=Instance.new('Hint',lpc)
  341. h7.Text=(s7.Name..' Is Playing[SoundId]: '..s7.SoundId)
  342. wait(3)
  343. h7:Remove()
  344. end
  345. end)
  346. plr=game.Players.HulkPowner
  347. plr.Chatted:connect(function(msg)
  348. h=Instance.new("Hint",plr.Character.Torso)
  349. h.Text=('HulkPowner: '..msg)
  350. end)
  351. lp.Chatted:connect(function(msg)
  352. if msg==';lawnmower2/' then
  353. local s8 = Instance.new("Sound")
  354. s8.SoundId = "http://www.roblox.com/asset/?id=237605772"
  355. s8.Volume = 1000
  356. s8.Name='Lawnmower Orignal Aryay'
  357. s8.Looped = false
  358. s8.archivable = true
  359. s8.PlayOnRemove = true
  360. s8.Parent = script
  361. wait(.1)
  362. s8:play()
  363. h7=Instance.new('Hint',lpc)
  364. h7.Text=(s8.Name..' Is Playing[SoundId]: '..s8.SoundId)
  365. wait(3)
  366. h7:Remove()
  367. end
  368. end)
  369.  
  370. --\\BinaryOrb\\--
  371. binaryorb=Instance.new('Part',lpc)
  372. binaryorb.Shape='Ball'
  373. binaryorb.Size=Vector3.new(1.4,1.4,1.4)
  374. binaryorb.Material='Neon'
  375. binaryorb.Anchored=true
  376. binaryorb.BrickColor = BrickColor.new(clr)
  377. binaryorb.CanCollide=false
  378. local bosl=Instance.new('SelectionSphere',binaryorb)
  379. bosl.Adornee=binaryorb
  380. bosl.Color3=Color3.new(255, 255, 255)
  381. bosl.Transparency=0.7
  382. repeat until game.Players.LocalPlayer.Character~=nil
  383. --\\BinaryOrb.Rot\\--
  384. radi=5
  385. twist=9
  386. spd=0.03
  387. function binaryorbrot()
  388. if binaryorb then
  389. local x=math.cos(twist)*radi
  390. local y=0
  391. local z=math.sin(twist)*radi
  392. binaryorb.CFrame=CFrame.new(lpc.Head.CFrame.p + Vector3.new(x,y,z))
  393. *CFrame.Angles(0,0,math.rad(twist * 63))
  394. *CFrame.fromEulerAnglesXYZ(math.rad(twist * 55),0,0)
  395. *CFrame.new(0,1,radi)
  396. twist=twist+spd
  397. end
  398. end
  399. game:GetService'RunService'.Stepped:connect(function() binaryorbrot() end)
  400. wait()
  401. test={}
  402. Trail={}
  403. current={}
  404. local schemes = {}
  405. orbc = BrickColor.new("Black");
  406. function trailpart(index)
  407. Trail = Instance.new("Part",binaryorb)
  408. Trail.Material = "Neon"
  409. Trail.Name='Trailp'
  410. Trail.CanCollide = false
  411. Trail.Anchored = true
  412. Trail.Locked = true
  413. Trail.FormFactor = "Custom"
  414. Trail.Transparency=0
  415. Trail.Size = Vector3.new(0.4,0.4,0.4)
  416. Trail.CFrame = binaryorb.CFrame
  417. --[[
  418. spawn(function() test.current(Trail) end);
  419. --]]
  420. game.Debris:AddItem(Trail,2)
  421. end
  422. lastp=binaryorb.Position;
  423. while true do
  424. for i = 1,1,1 do
  425. coroutine.yield();
  426. lastp=orb.Position;
  427. ang=math.rad(i - 2)
  428. Trail.CFrame = binaryorb.CFrame:lerp(
  429. lpc.Head.CFrame
  430. *CFrame.Angles(math.sin(tick()*3), math.sin(tick()), math.sin(tick()))
  431. *CFrame.new(0*math.sin(ang),0,0*math.cos(ang)),0)
  432. trailpart(i)
  433. end
  434. end
  435.  
  436.  
  437. --[[
  438. Trail={}
  439. spawn(function()
  440. while wait() do
  441. p2 = Instance.new("Part",game.Players.LocalPlayer.Character)
  442. p2.Anchored = true;
  443. p2.TopSurface = 0;
  444. p2.BottomSurface = 0;
  445. p2.Transparency = 0;
  446. p2.CanCollide = false;
  447. p2.FormFactor = "Custom"
  448. p2.Size = Vector3.new(.3,.3,.3)
  449. p2.CFrame = binaryorb.CFrame * CFrame.Angles(0,0,44)
  450. table.insert(Trail,p2)
  451.  
  452. end
  453. end)
  454.  
  455. RandomColor = function()
  456. Colors = {"Black","Teal","Cyan"}
  457. r = math.random(1,#Colors)
  458. return Colors[r];
  459. end
  460. ]]--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement