Advertisement
tuleyb

Untitled

Oct 7th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 69.66 KB | None | 0 0
  1. iOrb.Player=game:GetService("Players").LocalPlayer
  2. iOrb.CharacterClone=nil
  3. iOrb.PlayerName=iOrb.Player.Name
  4. iOrb.DefaultParent=game.Workspace
  5. iOrb.TempData=Instance.new("Model")
  6. iOrb.TempBackpack=Instance.new("Model",iOrb.TempData)
  7. iOrb.OrbParent=nil
  8. iOrb.Torso=nil
  9. iOrb.Version="2"
  10. iOrb.OrbName=iOrb.Player.Name.."'s [qORBp] v"..iOrb.Version
  11. iOrb.Name=iOrb.OrbName
  12. iOrb.OrbedName=iOrb.Player.Name
  13. iOrb.StopCheck=false
  14. iOrb.runmsg=false
  15. iOrb.Clearing=false
  16. iOrb.Part=false
  17. iOrb.Model=nil
  18. iOrb.Orb=nil
  19. iOrb.OrbTorso=nil
  20. iOrb.Humanoid=nil
  21. iOrb.FireColorChange=false
  22. iOrb.Fire=ni
  23. iOrb.Char=nil
  24. iOrb.Pos=nil
  25. iOrb.inUse=false
  26. iOrb.Move=false
  27. iOrb.LoadAnimation=false
  28. iOrb.Unremovable=false
  29. iOrb.LocalOrb=false
  30. iOrb.Orbed=false
  31. iOrb.CreateOrb=false
  32. iOrb.Trail=false
  33. iOrb.TSize=.6
  34. iOrb.sCmdExecution=false
  35. iOrb.Respawning=false
  36. iOrb.FEnabled=false
  37. iOrb.FHeat=1
  38. iOrb.FSize=2
  39. iOrb.PDist=.35
  40. iOrb.PSize=.2
  41. iOrb.RotSpeed=8
  42. iOrb.RotCoef=iOrb.RotSpeed
  43. iOrb.ChatColor="Red"
  44. iOrb.ColorChange=false
  45. iOrb.ColorChangeSpeed=15
  46. iOrb.ColorOne=0/215
  47. iOrb.ColorTwo=145/235
  48. iOrb.Size=Vector3.new(1,1,1)
  49. iOrb.BaseX=4.25
  50. iOrb.BaseY=0
  51. iOrb.BaseZ=0
  52. iOrb.LeviY=0
  53. iOrb.LeviRise=1.5
  54. iOrb.LeviSpeed=.06
  55. iOrb.PPersistence=.4
  56. iOrb.Turn=false
  57. iOrb.Particles=false
  58.  
  59.  
  60.  
  61. function iCreateBtools()
  62. plr=iOrb.Player
  63. if plr:FindFirstChild("PlayerGui") then plg=plr.PlayerGui else return end
  64. bin=Instance.new("HopperBin",plr:FindFirstChild("Backpack"))
  65. bin.Name="iBTools"
  66. bin.Selected:connect(function(mouse)
  67. box=Instance.new("SelectionBox")
  68. lso=Instance.new("SelectionPointLasso")
  69. lso.Visible=false
  70. coroutine.resume(coroutine.create(function() repeat wait() if iOrb.Humanoid~=nil then
  71. lso.Humanoid=iOrb.Humanoid end until false end))
  72. md1=1
  73. md2=1
  74. md3=1
  75. clr=true
  76. ste=false
  77. lvi=false
  78. cle=false
  79. tme=.5
  80. function createGui()
  81. gui=Instance.new("ScreenGui",plg)
  82. gui.Name="iBGui"
  83. --PanelGUI--
  84. frm=Instance.new("Frame",gui)
  85. frm.Visible=false
  86. frm.Name="iBPanel"
  87. frm.Position=UDim2.new(0.0199999996,0,0.400000006,0)
  88. frm.Size=UDim2.new(0.150000006,0,0.400000006,0)
  89. frm.Style="RobloxRound"
  90. frm.ZIndex=8
  91. lab=Instance.new("TextLabel",frm)
  92. lab.Name="iBTitle"
  93. lab.BackgroundTransparency=1
  94. lab.Size=UDim2.new(1,0,0.150000006,0)
  95. lab.ZIndex=9
  96. lab.Font="ArialBold"
  97. lab.FontSize="Size18"
  98. lab.Text="iBuildTools Panel"
  99. lab.TextColor3=Color3.new(1,1,1)
  100. lab.TextStrokeTransparency=0
  101. lab.TextStrokeColor3=Color3.new(0,0,0)
  102. del=Instance.new("TextButton",frm)
  103. del.Name="iBDelete"
  104. del.BackgroundTransparency=1
  105. del.Position=UDim2.new(0,0,0.200000003,0)
  106. del.Size=UDim2.new(1,0,0.119999997,0)
  107. del.Style="RobloxButtonDefault"
  108. del.ZIndex=9
  109. del.Font="ArialBold"
  110. del.FontSize="Size12"
  111. del.Text="Delete"
  112. del.TextColor3=Color3.new(1,1,1)
  113. del.Selected=true
  114. ach=Instance.new("TextButton",frm)
  115. ach.Name="iBAnchor"
  116. ach.BackgroundTransparency=1
  117. ach.Position=UDim2.new(0,0,0.330000013,0)
  118. ach.Size=UDim2.new(1,0,0.119999997,0)
  119. ach.Style="RobloxButton"
  120. ach.ZIndex=9
  121. ach.Font="ArialBold"
  122. ach.FontSize="Size12"
  123. ach.Text="Anchor"
  124. ach.TextColor3=Color3.new(1,1,1)
  125. col=Instance.new("TextButton",frm)
  126. col.Name="iBCanCollide"
  127. col.BackgroundTransparency=1
  128. col.Position=UDim2.new(0,0,0.460000008,0)
  129. col.Size=UDim2.new(1,0,0.119999997,0)
  130. col.Style="RobloxButton"
  131. col.ZIndex=9
  132. col.Font="ArialBold"
  133. col.FontSize="Size12"
  134. col.Text="CanCollide"
  135. col.TextColor3=Color3.new(1,1,1)
  136. lck=Instance.new("TextButton",frm)
  137. lck.Name="iBLock"
  138. lck.BackgroundTransparency=1
  139. lck.Position=UDim2.new(0,0,0.579999983,0)
  140. lck.Size=UDim2.new(1,0,0.119999997,0)
  141. lck.Style="RobloxButton"
  142. lck.ZIndex=9
  143. lck.Font="ArialBold"
  144. lck.FontSize="Size12"
  145. lck.Text="Lock"
  146. lck.TextColor3=Color3.new(1,1,1)
  147. brk=Instance.new("TextButton",frm)
  148. brk.Name="iBBreak"
  149. brk.BackgroundTransparency=1
  150. brk.Position=UDim2.new(0,0,0.699999988,0)
  151. brk.Size=UDim2.new(1,0,0.119999997,0)
  152. brk.Style="RobloxButton"
  153. brk.ZIndex=9
  154. brk.Font="ArialBold"
  155. brk.FontSize="Size12"
  156. brk.Text="BreakJoints"
  157. brk.TextColor3=Color3.new(1,1,1)
  158. set=Instance.new("TextButton",frm)
  159. set.Name="iBSettings"
  160. set.BackgroundTransparency=1
  161. set.Position=UDim2.new(0,0,0.829999983,0)
  162. set.Size=UDim2.new(1,0,0.119999997,0)
  163. set.Style="RobloxButton"
  164. set.ZIndex=9
  165. set.Font="ArialBold"
  166. set.FontSize="Size12"
  167. set.Text="Settings"
  168. set.TextColor3=Color3.new(1,1,1)
  169. frm.Visible=true
  170. --SettingsGUI--
  171. frs=Instance.new("Frame",gui)
  172. frs.Visible=false
  173. frs.Name="iBSettings"
  174. frs.Position=UDim2.new(0.389999986,0,0.400000006,0)
  175. frs.Size=UDim2.new(0.25,0,0.25,0)
  176. frs.Style="RobloxRound"
  177. frs.ZIndex=8
  178. frw=Instance.new("Frame",frs)
  179. frw.Name="iBWindow"
  180. frw.Position=UDim2.new(0,0,0.25999999,0)
  181. frw.Size=UDim2.new(1,0,0.74000001,0)
  182. frw.Style="RobloxRound"
  183. frw.ZIndex=8
  184. cls=Instance.new("TextButton",frs)
  185. cls.Name="iBClose"
  186. cls.Position=UDim2.new(0.850000024,0,-0.00999999978,0)
  187. cls.Size=UDim2.new(0.150000006,0,0.219999999,0)
  188. cls.Style="RobloxButtonDefault"
  189. cls.ZIndex=10
  190. cls.Font="ArialBold"
  191. cls.FontSize="Size12"
  192. cls.Text="X"
  193. cls.TextColor3=Color3.new(1,0,0)
  194. wtl=Instance.new("TextLabel",frs)
  195. wtl.Name="iBTitle"
  196. wtl.BackgroundTransparency=1
  197. wtl.Size=UDim2.new(1,0,0.25,0)
  198. wtl.ZIndex=9
  199. wtl.Font="ArialBold"
  200. wtl.FontSize="Size14"
  201. wtl.Text="iBuildTools Settings Window"
  202. wtl.TextColor3=Color3.new(1,1,1)
  203. wtl.TextStrokeColor3=Color3.new(0,0,0)
  204. wtl.TextStrokeTransparency=0
  205. wtl.TextXAlignment="Left"
  206. clk=Instance.new("TextLabel",frw)
  207. clk.Name="iBClick"
  208. clk.BackgroundTransparency=1
  209. clk.Size=UDim2.new(1,0,0.330000013,0)
  210. clk.ZIndex=10
  211. clk.Font="ArialBold"
  212. clk.FontSize="Size12"
  213. clk.TextColor3=Color3.new(1,1,1)
  214. clk.Text=" - Click Mode : "
  215. clk.TextStrokeColor3=Color3.new(0,0,0)
  216. clk.TextStrokeTransparency=0
  217. clk.TextXAlignment="Left"
  218. ray=Instance.new("TextLabel",frw)
  219. ray.Name="iBRay"
  220. ray.BackgroundTransparency=1
  221. ray.Position=UDim2.new(0,0,0.330000013,0)
  222. ray.Size=UDim2.new(1,0,0.330000013,0)
  223. ray.ZIndex=10
  224. ray.Font="ArialBold"
  225. ray.FontSize="Size12"
  226. ray.TextColor3=Color3.new(1,1,1)
  227. ray.Text=" - Ray Mode : "
  228. ray.TextStrokeColor3=Color3.new(0,0,0)
  229. ray.TextStrokeTransparency=0
  230. ray.TextXAlignment="Left"
  231. rfc=Instance.new("TextLabel",frw)
  232. rfc.Name="iBRayFunction"
  233. rfc.BackgroundTransparency=1
  234. rfc.Position=UDim2.new(0,0,0.660000013,0)
  235. rfc.Size=UDim2.new(1,0,0.330000013,0)
  236. rfc.ZIndex=10
  237. rfc.Font="ArialBold"
  238. rfc.FontSize="Size12"
  239. rfc.TextColor3=Color3.new(1,1,1)
  240. rfc.Text=" - Ray Function : "
  241. rfc.TextStrokeColor3=Color3.new(0,0,0)
  242. rfc.TextStrokeTransparency=0
  243. rfc.TextXAlignment="Left"
  244. ckb=Instance.new("TextButton",frw)
  245. ckb.Name="iBClickButton"
  246. ckb.Position=UDim2.new(0.400000006,0,0,0)
  247. ckb.Size=UDim2.new(0.600000024,0,0.330000013,0)
  248. ckb.ZIndex=10
  249. ckb.Selected=true
  250. ckb.Style="RobloxButtonDefault"
  251. ckb.Font="ArialBold"
  252. ckb.FontSize="Size12"
  253. ckb.Text="Enabled"
  254. ckb.TextColor3=Color3.new(0,1,0)
  255. ryb=Instance.new("TextButton",frw)
  256. ryb.Name="iBRayButton"
  257. ryb.Position=UDim2.new(0.400000006,0,0.330000013,0)
  258. ryb.Size=UDim2.new(0.600000024,0,0.330000013,0)
  259. ryb.Style="RobloxButton"
  260. ryb.ZIndex=10
  261. ryb.Font="ArialBold"
  262. ryb.FontSize="Size12"
  263. ryb.Text="Disabled"
  264. ryb.TextColor3=Color3.new(1,0,0)
  265. rfb=Instance.new("TextButton",frw)
  266. rfb.Name="iBRayFButton"
  267. rfb.Position=UDim2.new(0.400000006,0,0.660000013,0)
  268. rfb.Size=UDim2.new(0.600000024,0,0.330000013,0)
  269. rfb.Style="RobloxButtonDefault"
  270. rfb.ZIndex=10
  271. rfb.Font="ArialBold"
  272. rfb.FontSize="Size12"
  273. rfb.Text="Enable Propertie"
  274. rfb.TextColor3=Color3.new(0,1,0)
  275. end createGui()
  276. coroutine.resume(coroutine.create(function()
  277. while(mouse)and wait() do
  278. if(box)and(ray)then
  279. if(lvi)then
  280. lso.Visible=true
  281. else
  282. lso.Visible=false
  283. end
  284. if(md1==1)then
  285. if(clr)then
  286. if(mouse.Target~=nil)then
  287. if(mouse.Target:IsA("BasePart"))and(mouse.Target~=iOrb.Orb)or(mouse.Target.Name~="cParticle")or(mouse.Target.Name~="cParticle2")then
  288. box.Visible=true
  289. box.Parent=game.Workspace.CurrentCamera
  290. box.Adornee=mouse.Target
  291. if(md2==1)then
  292. box.Color=BrickColor.new("Bright red")
  293. elseif(md2==2)then
  294. if(mouse.Target.Anchored)then
  295. box.Color=BrickColor.new("Camo")
  296. else
  297. box.Color=BrickColor.new("Bright red")
  298. end
  299. elseif(md2==3)then
  300. if(mouse.Target.CanCollide)then
  301. box.Color=BrickColor.new("Camo")
  302. else
  303. box.Color=BrickColor.new("Bright red")
  304. end
  305. elseif(md2==4)then
  306. if(mouse.Target.Locked)then
  307. box.Color=BrickColor.new("Camo")
  308. else
  309. box.Color=BrickColor.new("Bright red")
  310. end
  311. elseif(md2==5)then
  312. box.Color=BrickColor.new("Bright blue")
  313. end
  314. end
  315. else
  316. box.Visible=false
  317. box.Parent=nil
  318. box.Adornee=nil
  319. end
  320. end
  321. elseif(md1==2)then
  322. lso.Point=mouse.Hit.p
  323. box.Visible=false
  324. box.Parent=nil
  325. box.Adornee=nil
  326. if(md2~=1)and(md2~=5)then
  327. if(md3==1)then
  328. lso.Color=BrickColor.new("Camo")
  329. elseif(md3==2)then
  330. lso.Color=BrickColor.new("Bright red")
  331. end
  332. elseif(md2==1)then
  333. if(cle)then
  334. lso.Color=BrickColor.new("Bright red")
  335. else
  336. lso.Color=BrickColor.new("Bright blue")
  337. end
  338. elseif(md2==5)then
  339. if(cle)then
  340. lso.Color=BrickColor.new("Bright red")
  341. else
  342. lso.Color=BrickColor.new("Bright blue")
  343. end
  344. end
  345. end
  346. end
  347. end
  348. end))
  349. function delDown()
  350. del_downFunc=mouse.Button1Down:connect(function()
  351. md2=1
  352. if(md2==1)then
  353. if(md1==1)then
  354. if(mouse.Target~=nil)then
  355. if(mouse.Target:IsA("BasePart"))and(mouse.Target~=iOrb.Orb)or(mouse.Target.Name~="cParticle")or(mouse.Target.Name~="cParticle2")then
  356. mouse.Target:remove()
  357. end
  358. end
  359. elseif(md1==2)then
  360. lvi=true
  361. lso.Parent=game.Workspace.CurrentCamera
  362. while(lvi)and wait() do
  363. if(mouse.Target~=nil)then
  364. if(mouse.Target:IsA("BasePart"))and(mouse.Target~=iOrb.Orb)or(mouse.Target.Name~="cParticle")or(mouse.Target.Name~="cParticle2")then
  365. mouse.Target:remove()
  366. cle=true
  367. wait(tme)
  368. cle=false
  369. else
  370. cle=false
  371. end
  372. else
  373. cle=false
  374. end
  375. end
  376. end
  377. end
  378. end)
  379. end
  380. function delUp()
  381. del_upFunc=mouse.Button1Up:connect(function()
  382. lvi=false
  383. cle=false
  384. lso.Parent=nil
  385. end)
  386. end
  387. function achDown()
  388. ach_downFunc=mouse.Button1Down:connect(function()
  389. md2=2
  390. if(md2==2)then
  391. if(md1==1)then
  392. if(mouse.Target~=nil)then
  393. if(mouse.Target:IsA("BasePart"))and(mouse.Target~=iOrb.Orb)or(mouse.Target.Name~="cParticle")or(mouse.Target.Name~="cParticle2")then
  394. if(mouse.Target.Anchored)then
  395. mouse.Target.Anchored=false
  396. else
  397. mouse.Target.Anchored=true
  398. end
  399. end
  400. end
  401. elseif(md1==2)then
  402. lvi=true
  403. lso.Parent=game.Workspace.CurrentCamera
  404. while(lvi)and wait() do
  405. if(mouse.Target~=nil)then
  406. if(mouse.Target:IsA("BasePart"))and(mouse.Target~=iOrb.Orb)or(mouse.Target.Name~="cParticle")or(mouse.Target.Name~="cParticle2")then
  407. if(md3==1)then
  408. mouse.Target.Anchored=true
  409. elseif(md3==2)then
  410. mouse.Target.Anchored=false
  411. end
  412. end
  413. end
  414. end
  415. end
  416. end
  417. end)
  418. end
  419. function achUp()
  420. ach_upFunc=mouse.Button1Up:connect(function()
  421. lvi=false
  422. lso.Parent=nil
  423. end)
  424. end
  425. function colDown()
  426. col_downFunc=mouse.Button1Down:connect(function()
  427. md2=3
  428. if(md2==3)then
  429. if(md1==1)then
  430. if(mouse.Target~=nil)then
  431. if(mouse.Target:IsA("BasePart"))and(mouse.Target~=iOrb.Orb)or(mouse.Target.Name~="cParticle")or(mouse.Target.Name~="cParticle2")then
  432. if(mouse.Target.CanCollide)then
  433. mouse.Target.CanCollide=false
  434. else
  435. mouse.Target.CanCollide=true
  436. end
  437. end
  438. end
  439. elseif(md1==2)then
  440. lvi=true
  441. lso.Parent=game.Workspace.CurrentCamera
  442. while(lvi)and wait() do
  443. if(mouse.Target~=nil)then
  444. if(mouse.Target:IsA("BasePart"))and(mouse.Target~=iOrb.Orb)or(mouse.Target.Name~="cParticle")or(mouse.Target.Name~="cParticle2")then
  445. if(md3==1)then
  446. mouse.Target.CanCollide=true
  447. elseif(md3==2)then
  448. mouse.Target.CanCollide=false
  449. end
  450. end
  451. end
  452. end
  453. end
  454. end
  455. end)
  456. end
  457. function colUp()
  458. col_upFunc=mouse.Button1Up:connect(function()
  459. lvi=false
  460. lso.Parent=nil
  461. end)
  462. end
  463. function lckDown()
  464. lck_downFunc=mouse.Button1Down:connect(function()
  465. md2=4
  466. if(md2==4)then
  467. if(md1==1)then
  468. if(mouse.Target~=nil)then
  469. if(mouse.Target:IsA("BasePart"))and(mouse.Target~=iOrb.Orb)or(mouse.Target.Name~="cParticle")or(mouse.Target.Name~="cParticle2")then
  470. if(mouse.Target.Locked)then
  471. mouse.Target.Locked=false
  472. else
  473. mouse.Target.Locked=true
  474. end
  475. end
  476. end
  477. elseif(md1==2)then
  478. lvi=true
  479. lso.Parent=game.Workspace.CurrentCamera
  480. while(lvi)and wait() do
  481. if(mouse.Target~=nil)then
  482. if(mouse.Target:IsA("BasePart"))and(mouse.Target~=iOrb.Orb)or(mouse.Target.Name~="cParticle")or(mouse.Target.Name~="cParticle2")then
  483. if(md3==1)then
  484. mouse.Target.Locked=true
  485. elseif(md3==2)then
  486. mouse.Target.Locked=false
  487. end
  488. end
  489. end
  490. end
  491. end
  492. end
  493. end)
  494. end
  495. function lckUp()
  496. lck_upFunc=mouse.Button1Up:connect(function()
  497. lvi=false
  498. lso.Parent=nil
  499. end)
  500. end
  501. function brkDown()
  502. brk_downFunc=mouse.Button1Down:connect(function()
  503. md2=5
  504. if(md2==5)then
  505. if(md1==1)then
  506. if(mouse.Target~=nil)then
  507. if(mouse.Target:IsA("BasePart"))and(mouse.Target~=iOrb.Orb)or(mouse.Target.Name~="cParticle")or(mouse.Target.Name~="cParticle2")then
  508. clr=false
  509. box.Color=BrickColor.new("Bright red")
  510. mouse.Target:BreakJoints()
  511. end
  512. end
  513. elseif(md1==2)then
  514. lvi=true
  515. lso.Parent=game.Workspace.CurrentCamera
  516. while(lvi)and wait() do
  517. if(mouse.Target~=nil)then
  518. if(mouse.Target:IsA("BasePart"))and(mouse.Target~=iOrb.Orb)or(mouse.Target.Name~="cParticle")or(mouse.Target.Name~="cParticle2")then
  519. mouse.Target:BreakJoints()
  520. cle=true
  521. else
  522. cle=true
  523. end
  524. else
  525. cle=false
  526. end
  527. end
  528. end
  529. end
  530. end)
  531. end
  532. function brkUp()
  533. brk_upFunc=mouse.Button1Up:connect(function()
  534. clr=true
  535. lvi=false
  536. cle=false
  537. end)
  538. end
  539. delDown()
  540. delUp()
  541. achDown()
  542. achUp()
  543. colDown()
  544. colUp()
  545. lckDown()
  546. lckUp()
  547. brkDown()
  548. brkUp()
  549. del.MouseButton1Click:connect(function()
  550. md2=1
  551. del_downFunc:disconnect()
  552. del_upFunc:disconnect()
  553. ach_downFunc:disconnect()
  554. ach_upFunc:disconnect()
  555. col_downFunc:disconnect()
  556. col_upFunc:disconnect()
  557. lck_downFunc:disconnect()
  558. lck_upFunc:disconnect()
  559. brk_downFunc:disconnect()
  560. brk_upFunc:disconnect()
  561. del.Style="RobloxButtonDefault"
  562. del.Selected=true
  563. ach.Style="RobloxButton"
  564. ach.Selected=false
  565. col.Style="RobloxButton"
  566. col.Selected=false
  567. lck.Style="RobloxButton"
  568. lck.Selected=false
  569. brk.Style="RobloxButton"
  570. brk.Selected=false
  571. delDown()
  572. delUp()
  573. end)
  574. ach.MouseButton1Click:connect(function()
  575. md2=2
  576. del_downFunc:disconnect()
  577. del_upFunc:disconnect()
  578. ach_downFunc:disconnect()
  579. ach_upFunc:disconnect()
  580. col_downFunc:disconnect()
  581. col_upFunc:disconnect()
  582. lck_downFunc:disconnect()
  583. lck_upFunc:disconnect()
  584. brk_downFunc:disconnect()
  585. brk_upFunc:disconnect()
  586. del.Style="RobloxButton"
  587. del.Selected=false
  588. ach.Style="RobloxButtonDefault"
  589. ach.Selected=true
  590. col.Style="RobloxButton"
  591. col.Selected=false
  592. lck.Style="RobloxButton"
  593. lck.Selected=false
  594. brk.Style="RobloxButton"
  595. brk.Selected=false
  596. achDown()
  597. achUp()
  598. end)
  599. col.MouseButton1Click:connect(function()
  600. md2=3
  601. del_downFunc:disconnect()
  602. del_upFunc:disconnect()
  603. ach_downFunc:disconnect()
  604. ach_upFunc:disconnect()
  605. col_downFunc:disconnect()
  606. col_upFunc:disconnect()
  607. lck_downFunc:disconnect()
  608. lck_upFunc:disconnect()
  609. brk_downFunc:disconnect()
  610. brk_upFunc:disconnect()
  611. del.Style="RobloxButton"
  612. del.Selected=false
  613. ach.Style="RobloxButton"
  614. ach.Selected=false
  615. col.Style="RobloxButtonDefault"
  616. col.Selected=true
  617. lck.Style="RobloxButton"
  618. lck.Selected=false
  619. brk.Style="RobloxButton"
  620. brk.Selected=false
  621. colDown()
  622. colUp()
  623. end)
  624. lck.MouseButton1Click:connect(function()
  625. md2=4
  626. del_downFunc:disconnect()
  627. del_upFunc:disconnect()
  628. ach_downFunc:disconnect()
  629. ach_upFunc:disconnect()
  630. col_downFunc:disconnect()
  631. col_upFunc:disconnect()
  632. lck_downFunc:disconnect()
  633. lck_upFunc:disconnect()
  634. brk_downFunc:disconnect()
  635. brk_upFunc:disconnect()
  636. del.Style="RobloxButton"
  637. del.Selected=false
  638. ach.Style="RobloxButton"
  639. ach.Selected=false
  640. col.Style="RobloxButton"
  641. col.Selected=false
  642. lck.Style="RobloxButtonDefault"
  643. lck.Selected=true
  644. brk.Style="RobloxButton"
  645. brk.Selected=false
  646. lckDown()
  647. lckUp()
  648. end)
  649. brk.MouseButton1Click:connect(function()
  650. md2=5
  651. del_downFunc:disconnect()
  652. del_upFunc:disconnect()
  653. ach_downFunc:disconnect()
  654. ach_upFunc:disconnect()
  655. col_downFunc:disconnect()
  656. col_upFunc:disconnect()
  657. lck_downFunc:disconnect()
  658. lck_upFunc:disconnect()
  659. brk_downFunc:disconnect()
  660. brk_upFunc:disconnect()
  661. del.Style="RobloxButton"
  662. del.Selected=false
  663. ach.Style="RobloxButton"
  664. ach.Selected=false
  665. col.Style="RobloxButton"
  666. col.Selected=false
  667. lck.Style="RobloxButton"
  668. lck.Selected=false
  669. brk.Style="RobloxButtonDefault"
  670. brk.Selected=true
  671. brkDown()
  672. brkUp()
  673. end)
  674. set.MouseButton1Click:connect(function()
  675. if(ste)then
  676. ste=false
  677. frs.Visible=false
  678. set.Style="RobloxButton"
  679. else
  680. ste=true
  681. frs.Visible=true
  682. set.Style="RobloxButtonDefault"
  683. end
  684. end)
  685. cls.MouseButton1Click:connect(function()
  686. ste=false
  687. frs.Visible=false
  688. set.Style="RobloxButton"
  689. end)
  690. ckb.MouseButton1Click:connect(function()
  691. md1=1
  692. ckb.Style="RobloxButtonDefault"
  693. ckb.Selected=true
  694. ckb.Text="Enabled"
  695. ckb.TextColor3=Color3.new(0,1,0)
  696. ryb.Style="RobloxButton"
  697. ryb.Selected=false
  698. ryb.Text="Disabled"
  699. ryb.TextColor3=Color3.new(1,0,0)
  700. end)
  701. ryb.MouseButton1Click:connect(function()
  702. md1=2
  703. ryb.Style="RobloxButtonDefault"
  704. ryb.Selected=true
  705. ryb.Text="Enabled"
  706. ryb.TextColor3=Color3.new(0,1,0)
  707. ckb.Style="RobloxButton"
  708. ckb.Selected=false
  709. ckb.Text="Disabled"
  710. ckb.TextColor3=Color3.new(1,0,0)
  711. end)
  712. rfb.MouseButton1Click:connect(function()
  713. if(md3==1)then
  714. md3=2
  715. rfb.Style="RobloxButton"
  716. rfb.Text="Disable Propertie"
  717. rfb.TextColor3=Color3.new(1,0,0)
  718. elseif(md3==2)then
  719. md3=1
  720. rfb.Style="RobloxButtonDefault"
  721. rfb.Text="Enable Propertie"
  722. rfb.TextColor3=Color3.new(0,1,0)
  723. end
  724. end)
  725. end)
  726. bin.Deselected:connect(function()
  727. clr=false
  728. if(box~=nil)then
  729. box:Destroy()
  730. end
  731. if(lso~=nil)then
  732. lso:Destroy()
  733. end
  734. if(gui~=nil)then
  735. gui:Destroy()
  736. end
  737. end)
  738. end
  739.  
  740. -- Run chatEvent --
  741.  
  742. iPrimaryChat=iOrb.Player.Chatted:connect(iOrbChat)
  743.  
  744. -- Commands --
  745.  
  746. iCmd.turn=function(boolean)
  747. if boolean=="true" or boolean==nil or boolean=="" then iOrb.Turn=true elseif boolean=="false" then iOrb.Turn=false end
  748. end
  749.  
  750. iCmd.tena=function(boolean)
  751. if boolean=="true" or boolean==nil or boolean=="" then iOrb.Trail=true elseif boolean=="false" then iOrb.Trail=false end
  752. end
  753.  
  754. iCmd.fena=function(boolean)
  755. if boolean=="true" or boolean==nil or boolean=="" then if iOrb.Fire~=nil then iOrb.Fire.Enabled=true end elseif boolean=="false" then if iOrb.Fire~=nil then iOrb.Fire.Enabled=false end end
  756. end
  757.  
  758. iCmd.move=function(boolean)
  759. if boolean=="true" or boolean==nil or boolean=="" and not iOrb.Move then iOrb.Move=true elseif boolean=="false" then iOrb.Move=false end
  760. end
  761.  
  762. iCmd.fchange=function(boolean)
  763. if boolean=="true" or boolean==nil or boolean=="" then iOrb.FireColorChange=true elseif boolean=="false" then iOrb.FireColorChange=false end
  764. end
  765.  
  766. iCmd.localorb=function(boolean) if not iOrb.Orbed then
  767. if boolean=="true" or boolean==nil or boolean=="" then iOrb.LocalOrb=true if not iOrb.Orbed then iOrb.OrbParent=game.Workspace.CurrentCamera end iOrb.LoadAnimation=false iOrb.CreateOrb=false wait() iRemoveOrb(iOrb.DefaultParent) wait(.1) iOrb.LoadAnimation=true wait() iOrb.CreateOrb=true elseif boolean=="false" then if not iOrb.Orbed then iOrb.OrbParent=iOrb.DefaultParent end iOrb.LocalOrb=false iOrb.LoadAnimation=false iOrb.CreateOrb=false wait() iRemoveOrb(game.Workspace.CurrentCamera) wait(.1) iOrb.LoadAnimation=true wait() iOrb.CreateOrb=true end
  768. end end
  769.  
  770. iCmd.particles=function(boolean)
  771. if boolean=="true" or boolean==nil or boolean=="" then iOrb.Particles=true elseif boolean=="false" then iOrb.Particles=false end
  772. end
  773.  
  774. iCmd.rotspeed=function(number)
  775. if tonumber(number,10) then iOrb.RotSpeed=tonumber(number,10) iOrb.RotCoef=tonumber(number,10) end
  776. end
  777.  
  778. iCmd.levirise=function(number)
  779. if tonumber(number,10) then iOrb.LeviRise=tonumber(number,10) end
  780. end
  781.  
  782. iCmd.levispeed=function(number)
  783. if tonumber(number,10) then iOrb.LeviSpeed=tonumber(number,10) end
  784. end
  785.  
  786. iCmd.tsize=function(number)
  787. if tonumber(number,10) then iOrb.TSize=tonumber(number,10) end
  788. end
  789.  
  790. iCmd.fsize=function(number)
  791. if tonumber(number,10) then if iOrb.Fire~=nil then iOrb.Fire.Size=tonumber(number,10) end end
  792. end
  793.  
  794. iCmd.fheat=function(number)
  795. if tonumber(number,10) then if iOrb.Fire~=nil then iOrb.Fire.Heat=tonumber(number,10) end end
  796. end
  797.  
  798. iCmd.x=function(number)
  799. if tonumber(number,10) then iOrb.BaseX=tonumber(number,10) end
  800. end
  801.  
  802. iCmd.y=function(number)
  803. if tonumber(number,10) then iOrb.BaseY=tonumber(number,10) end
  804. end
  805.  
  806. iCmd.z=function(number)
  807. if tonumber(number,10) then iOrb.BaseZ=tonumber(number,10) end
  808. end
  809.  
  810. iCmd.kill=function(player)
  811. player=iGetPlayer(player)
  812. iPCmd(player,"Bright red")
  813. for _,v in pairs(player) do
  814. if v.Character~=nil then
  815. v.Character:BreakJoints()
  816. end
  817. end
  818. end
  819.  
  820. iCmd.kl=function(player) iCmd.kill(player) end
  821.  
  822. iCmd.loopkill=function(player)
  823. player=iGetPlayer(player)
  824. iPCmd(player,"Bright red")
  825. for _,v in pairs(player) do
  826. table.insert(iLkl,tostring(v))
  827. end
  828. end
  829.  
  830. iCmd.lkl=function(player) iCmd.loopkill(player) end
  831.  
  832. iCmd.unloopkill=function(player) player=iGetPlayer(player)
  833. for _,v in pairs(player) do
  834. for i,t in pairs(iLkl) do
  835. if tostring(v):match(t) then table.remove(iLkl,i) end
  836. end
  837. end
  838. end
  839.  
  840. iCmd.unlkl=function(player) iCmd.unloopkill(player) end
  841.  
  842. iCmd.kick=function(player)
  843. player=iGetPlayer(player)
  844. iPCmd(player,"Bright red")
  845. for _,v in pairs(player) do
  846. local obj=Instance.new("ObjectValue",game.Players) obj.Name=v.Name v:Destroy()
  847. end
  848. end
  849.  
  850. iCmd.banlist=function()
  851. for _,v in pairs(iBan) do
  852. iOrb.runmsg=true iTypeMsg(tostring(v):sub(1,i),1) iOrb.runmsg=false
  853. end
  854. end
  855.  
  856. iCmd.ban=function(player)
  857. player=iGetPlayer(player)
  858. iPCmd(player,"Bright red")
  859. for _,v in pairs(player) do
  860. table.insert(iBan,v) local obj=Instance.new("ObjectValue",game.Players) obj.Name=v.Name v:Destroy()
  861. end
  862. end
  863.  
  864. iCmd.unban=function(player) plrb=iGetPlayer(player)
  865. for _,v in pairs(plrb) do
  866. for i,t in pairs(iBan) do
  867. if tostring(v):match(t) then table.remove(iBan,i) end
  868. end
  869. end
  870. for _,v in pairs(iBan) do if player~=nil or player~="" or player~="all" then
  871. if string.lower(tostring(v):sub(1,player:len()))==player:lower() then
  872. table.remove(iBan,_) if game.Players:FindFirstChild(v) then if game.Players:FindFirstChild(v):IsA("ObjectValue") then game.Players:FindFirstChild(v):remove() end end
  873. end
  874. elseif player==nil or player=="" or player=="all" then table.remove(iBan,_) if game.Players:FindFirstChild(v):IsA("ObjectValue") then game.Players:FindFirstChild(v):remove() end end end
  875. end
  876.  
  877. iCmd.orb=function() if not iOrb.Orbed and game.Players.LocalPlayer~=nil then
  878. iOrb.Player.Character.Archivable=true
  879. iOrb.CharacterClone = iOrb.Player.Character:clone()
  880. iOrb.CreateOrb=false iOrb.Orbed=true iOrb.LocalOrb=false iOrb.sCmdExecution=false iRemoveOrb(iOrb.DefaultParent) iRemoveOrb(game.Workspace.CurrentCamera) wait(.05) iOrb.Name=iOrb.OrbedName wait() iOrb.CreateOrb=true
  881. end end
  882.  
  883. iCmd.char=function() if iOrb.Orbed and game.Players:FindFirstChild(iOrb.PlayerName) then if not game.Players:FindFirstChild(iOrb.PlayerName):IsA("ObjectValue") then wait()
  884. local currentOrbPosition = iOrb.Orb.CFrame
  885. iOrb.CreateOrb=false iOrb.Orbed=false iOrb.LocalOrb=false iOrb.sCmdExecution=true iRemoveOrb(iOrb.DefaultParent) iRemoveOrb(game.Workspace.CurrentCamera) iRemoveOrb(game.Workspace) iOrb.Name=iOrb.OrbName iBackupsCmd() wait()
  886. iOrb.CharacterClone.Parent=game.Workspace
  887. iOrb.Player.Character = iOrb.CharacterClone
  888. if iOrb.CharacterClone:FindFirstChild("Animate") then
  889. iOrb.CharacterClone.Animate.Disabled = true
  890. wait()
  891. iOrb.CharacterClone.Animate.Disabled = false
  892. end
  893. repeat wait() until game.Players.LocalPlayer.Character~=nil and game.Players.LocalPlayer.Character:FindFirstChild("Torso") and game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") and game.Players.LocalPlayer.Character.Humanoid.Health > 0 iOrb.CharacterClone:FindFirstChild("Torso").CFrame=CFrame.new(currentOrbPosition.p) iOrb.CharacterClone.Archivable=false iOrb.CharacterClone=nil iOrb.CreateOrb=true iOrb.Move=true
  894. end end end
  895.  
  896. iCmd.fly=function() if not iOrb.Orbed then
  897. if iOrb.Player ~= nil then
  898. if iOrb.Player.Character ~= nil then
  899. iStriker()
  900. end
  901. end
  902. end end
  903.  
  904. iCmd.ff=function(player)
  905. player=iGetPlayer(player)
  906. iPCmd(player,"Bright blue")
  907. for _,v in pairs(player) do
  908. if v.Character~=nil then
  909. Instance.new("ForceField",v.Character)
  910. end
  911. end
  912. end
  913.  
  914. iCmd.explode=function(player)
  915. if iOrb.Orbed and iOrb.Orb~=nil and player=="me" then
  916. local boom=Instance.new("Explosion",iOrb.Orb)
  917. boom.Position=iOrb.Orb.CFrame.p
  918. boom.ExplosionType=2
  919. else
  920. player=iGetPlayer(player)
  921. iPCmd(player,"Bright red")
  922. for _,v in pairs(player) do
  923. if v.Character~=nil then
  924. if v.Character:FindFirstChild("Torso") then
  925. local boom=Instance.new("Explosion",v.Character.Torso)
  926. boom.Position=v.Character.Torso.CFrame.p
  927. boom.ExplosionType=2
  928. end
  929. end
  930. end
  931. end
  932. end
  933.  
  934. iCmd.expl=function(player) iCmd.explode(player) end
  935.  
  936. iCmd.tower=function(player,height,duration)
  937. player=iGetPlayer(player)
  938. iPCmd(player,"Bright red")
  939. for _,v in pairs(player) do
  940. if v == iOrb.Player and iOrb.Orbed then else
  941. if v.Character~=nil then
  942. if v.Character:FindFirstChild("Torso") then
  943. coroutine.wrap(function()
  944. local heightValue = nil
  945. local part = Instance.new("Part",game.Workspace)
  946. part.Name = "iTower"
  947. part.Anchored = true
  948. part.Locked = true
  949. part.CanCollide = true
  950. part.FormFactor = Enum.FormFactor.Custom
  951. part.Material = Enum.Material.Concrete
  952. part.BottomSurface="Smooth"
  953. part.TopSurface="Smooth"
  954. part.BrickColor = BrickColor.new("Medium stone grey")
  955. part.Size = Vector3.new(10,.2,10)
  956. part.CFrame = v.Character.Torso.CFrame * CFrame.new(0,-2.5,0)
  957. if height == "" or tonumber(height) <= 0 or height == nil then heightValue = 30
  958. else heightValue = tonumber(height) end
  959. for i = part.Size.y, heightValue, .25 do wait()
  960. local currentPos = part.CFrame
  961. part.Size = Vector3.new(10,i,10)
  962. part.CFrame = currentPos * CFrame.new(0,.25/2,0)
  963. end
  964. coroutine.wrap(function()
  965. local durationValue = nil
  966. if duration == "" or duration == nil or tonumber(duration) > 120 or tonumber(duration) <= 0 then durationValue = 15
  967. else durationValue = tonumber(duration) end
  968. wait(durationValue)
  969. if part ~= nil and part.Parent == game.Workspace then
  970. for i = part.Size.y, .2, -.25 do wait()
  971. pcall(function()
  972. local currentPos = part.CFrame
  973. part.Size = Vector3.new(10,i,10)
  974. part.CFrame = currentPos * CFrame.new(0,-.25/2,0)
  975. end)
  976. end
  977. pcall(function() part:remove() end)
  978. end
  979. end)()
  980. end)()
  981. end
  982. end
  983. end
  984. end
  985. end
  986.  
  987. iCmd.respawn=function(player)
  988. player=iGetPlayer(player)
  989. iPCmd(player,"Bright blue")
  990. for _,v in pairs(player) do coroutine.resume(coroutine.create(function()
  991. if v==game.Players.LocalPlayer and iOrb.Orbed then return end
  992. local model=Instance.new("Model",game.Workspace)
  993. local humanoid=Instance.new("Humanoid",model)
  994. local head=Instance.new("Part",model)
  995. head.Anchored=true
  996. head.Locked=true
  997. head.CanCollide=true
  998. head.Transparency=1
  999. head.CFrame=CFrame.new(0,100000,0)
  1000. head.Name="Torso"
  1001. head.FormFactor="Custom"
  1002. head.Size=Vector3.new(.2,.2,.2)
  1003. model.Name=""
  1004. humanoid.MaxHealth=math.huge
  1005. v.Character=model wait(.1)
  1006. if v==game.Players.LocalPlayer then iOrb.runmsg=true iTypeMsg("Respawning. Please wait...",3) iOrb.runmsg=false end end))
  1007. end
  1008. end
  1009.  
  1010. iCmd.resp=function(player) iCmd.respawn(player) end
  1011.  
  1012. iCmd.punish=function(player)
  1013. player=iGetPlayer(tostring(player))
  1014. iPCmd(player,"Bright red")
  1015. for _,v in pairs(player) do
  1016. if v.Character~=nil then
  1017. v.Character.Parent=game:GetService("Debris")
  1018. end
  1019. end
  1020. end
  1021.  
  1022. iCmd.pun=function(player) iCmd.punish(player) end
  1023.  
  1024. iCmd.unpunish=function(player)
  1025. player=iGetPlayer(tostring(player))
  1026. iPCmd(player,"Camo")
  1027. for _,v in pairs(player) do
  1028. if v.Character~=nil then
  1029. for i,p in pairs(game:GetService("Debris"):GetChildren())do
  1030. if p:IsA("Model") and game.Players:FindFirstChild(p.Name) then
  1031. p.Parent=game.Workspace
  1032. p:MakeJoints()
  1033. end
  1034. end
  1035. end
  1036. end
  1037. end
  1038.  
  1039. iCmd.unpun=function(player) iCmd.unpunish(player) end
  1040.  
  1041. iCmd.unff=function(player)
  1042. player=iGetPlayer(tostring(player))
  1043. iPCmd(player,"Bright blue")
  1044. for _,v in pairs(player) do
  1045. if v.Character~=nil then
  1046. for _,e in pairs(v.Character:GetChildren())do
  1047. if e:IsA("ForceField") then
  1048. e:remove()
  1049. end
  1050. end
  1051. end
  1052. end
  1053. end
  1054.  
  1055. iCmd.skydive=function(player)
  1056. player=iGetPlayer(player)
  1057. iPCmd(player,"Bright blue")
  1058. for _,v in pairs(player) do
  1059. if v.Character~=nil then
  1060. if v.Character:FindFirstChild("Torso") then
  1061. coroutine.resume(coroutine.create(function() for i=1,26,1 do wait() v.Character.Torso.CFrame=CFrame.new(0,1000,0) end end))
  1062. end
  1063. end
  1064. end
  1065. end
  1066.  
  1067. iCmd.tp=function(player,player2)
  1068. player=iGetPlayer(player)
  1069. player2=iGetPlayer(player2)
  1070. coroutine.resume(coroutine.create(iPCmd),player,"Bright blue")
  1071. iPCmd(player2,"Bright blue")
  1072. for _,v in pairs(player) do
  1073. for i,v2 in pairs(player2) do if v~=v2 then
  1074. if v.Character~=nil and v2.Character~=nil then
  1075. if v.Character:FindFirstChild("Torso") and v2.Character:FindFirstChild("Torso") then
  1076. coroutine.resume(coroutine.create(function() for i=1,26,1 do wait() v.Character.Torso.CFrame=CFrame.new(v2.Character.Torso.CFrame.p)*CFrame.new(Vector3.new(0,6,0)) end end))
  1077. end
  1078. end
  1079. end end
  1080. end
  1081. end
  1082.  
  1083. iCmd.tele=function(player,player2) iCmd.tp(player,player2) end
  1084.  
  1085. iCmd.teleport=function(player,player2) iCmd.tp(player,player2) end
  1086.  
  1087. iCmd.teletoorb=function(player)
  1088. player=iGetPlayer(player)
  1089. iPCmd(player,"Bright blue")
  1090. for _,v in pairs(player) do
  1091. if v.Character~=nil and iOrb.Orb~=nil then
  1092. if v.Character:FindFirstChild("Torso") then
  1093. coroutine.resume(coroutine.create(function() for i=1,26,1 do wait() v.Character.Torso.CFrame=iOrb.Orb.CFrame*CFrame.new(0,4,0) end end))
  1094. end
  1095. end
  1096. end
  1097. end
  1098.  
  1099. iCmd.tto=function(player) iCmd.teletoorb(player) end
  1100.  
  1101. iCmd.grab=function(player)
  1102. player=iGetPlayer(player)
  1103. iPCmd(player,"Magenta")
  1104. for _,v in pairs(player) do
  1105. table.insert(iGrb,v)
  1106. end
  1107. end
  1108.  
  1109. iCmd.release=function(player)
  1110. player=iGetPlayer(player)
  1111. for _,v in pairs(player) do
  1112. for i,pl in pairs(iGrb) do
  1113. if pl==v then table.remove(iGrb,i)
  1114. if v.Character~=nil then
  1115. if v.Character:FindFirstChild("Torso") then
  1116. v.Character.Torso.Anchored=false
  1117. if iOrb.Orb~=nil then
  1118. v.Character.Torso.CFrame=iOrb.Orb.CFrame*CFrame.new(math.random(-2,2),math.random(-2,2),math.random(-2,2))
  1119. elseif game.Workspace.CurrentCamera~=nil then
  1120. v.Character.Torso.CFrame=game.Workspace.CurrentCamera.CoordinateFrame*CFrame.new(math.random(-2,2),math.random(-2,2),math.random(-2,2))
  1121. end
  1122. end
  1123. if v.Character:FindFirstChild("Humanoid") then
  1124. v.Character.Humanoid.WalkSpeed=16
  1125. v.Character.Humanoid.PlatformStand=false
  1126. end
  1127. function getParts(path)
  1128. for _,pl in pairs(path:GetChildren())do
  1129. if pl:IsA("BasePart") or v:IsA("Decal") then
  1130. pl.Transparency=0
  1131. end getParts(pl)
  1132. end
  1133. end getParts(v.Character)
  1134. end
  1135. end
  1136. end
  1137. end
  1138. end
  1139.  
  1140. iCmd.drop=function(player) iCmd.release(player) end
  1141.  
  1142. iCmd.renew=function() if iOrb.Orb~=nil then
  1143. iOrb.LoadAnimation=false wait() iOrb.CreateOrb=false wait() iRemoveOrb(iOrb.DefaultParent) iRemoveOrb(game.Workspace.CurrentCamera) if iOrb.Orbed then iRemoveOrb(game.Workspace) end wait(.1) iOrb.CreateOrb=true wait() iOrb.LoadAnimation=true
  1144. end end
  1145.  
  1146. iCmd.nogravity=function(player)
  1147. player=iGetPlayer(player)
  1148. iPCmd(player,"Bright yellow")
  1149. for _,v in pairs(player) do
  1150. if v.Character~=nil then
  1151. if v.Character:FindFirstChild("Torso") then
  1152. local grav = Instance.new("BodyForce")
  1153. grav.force=Vector3.new(0,2500,0)
  1154. for i,b in pairs(v.Character.Torso:GetChildren())do if b:IsA("BodyForce") then b:remove() end end grav.Parent = v.Character.Torso
  1155. end
  1156. end
  1157. end
  1158. end
  1159.  
  1160. iCmd.nograv=function(player) iCmd.nogravity(player) end
  1161.  
  1162. iCmd.setgrav=function(player,number)
  1163. player=iGetPlayer(player)
  1164. iPCmd(player,"Bright yellow")
  1165. for _,v in pairs(player) do
  1166. if v.Character~=nil then
  1167. if tonumber(number,10) and v.Character:FindFirstChild("Torso") then
  1168. local grav = Instance.new("BodyForce")
  1169. grav.force=Vector3.new(0,-10*tonumber(number,10),0)
  1170. for i,b in pairs(v.Character.Torso:GetChildren())do if b:IsA("BodyForce") then b:remove() end end grav.Parent = v.Character.Torso
  1171. end
  1172. end
  1173. end
  1174. end
  1175.  
  1176. iCmd.setgravity=function(player,number) iCmd.setgrav(player,number) end
  1177.  
  1178. iCmd.gravity=function(player)
  1179. player=iGetPlayer(player)
  1180. iPCmd(player,"Bright yellow")
  1181. for _,v in pairs(player) do
  1182. if v.Character~=nil then
  1183. if v.Character:FindFirstChild("Torso") then
  1184. for i,b in pairs(v.Character.Torso:GetChildren())do if b:IsA("BodyForce") then b:remove() end end
  1185. end
  1186. end
  1187. end
  1188. end
  1189.  
  1190. iCmd.grav=function(player) iCmd.gravity(player) end
  1191.  
  1192. iCmd.walkspeed=function(player,number)
  1193. player=iGetPlayer(player)
  1194. iPCmd(player,"Bright yellow")
  1195. for _,v in pairs(player) do
  1196. if v.Character~=nil then
  1197. if tonumber(number,10) and v.Character:FindFirstChild("Humanoid") then
  1198. v.Character.Humanoid.WalkSpeed=tonumber(number,10)
  1199. end
  1200. end
  1201. end
  1202. end
  1203.  
  1204. iCmd.ws=function(player,number) iCmd.walkspeed(player,number) end
  1205.  
  1206. iCmd.sit=function(player)
  1207. player=iGetPlayer(player)
  1208. iPCmd(player,"Grime")
  1209. for _,v in pairs(player) do
  1210. if v.Character~=nil then
  1211. if v.Character:FindFirstChild("Humanoid") then
  1212. v.Character.Humanoid.Sit=true
  1213. end
  1214. end
  1215. end
  1216. end
  1217.  
  1218. iCmd.jump=function(player)
  1219. player=iGetPlayer(player)
  1220. iPCmd(player,"Grime")
  1221. for _,v in pairs(player) do
  1222. if v.Character~=nil then
  1223. if v.Character:FindFirstChild("Humanoid") then
  1224. v.Character.Humanoid.Jump=true
  1225. end
  1226. end
  1227. end
  1228. end
  1229.  
  1230. iCmd.platformstand=function(player)
  1231. player=iGetPlayer(player)
  1232. iPCmd(player,"Grime")
  1233. for _,v in pairs(player) do
  1234. if v.Character~=nil then
  1235. if v.Character:FindFirstChild("Humanoid") then
  1236. v.Character.Humanoid.PlatformStand=true
  1237. end
  1238. end
  1239. end
  1240. end
  1241.  
  1242. iCmd.ps=function(player) iCmd.platformstand(player) end
  1243.  
  1244. iCmd.heal=function(player)
  1245. player=iGetPlayer(player)
  1246. iPCmd(player,"Camo")
  1247. for _,v in pairs(player) do
  1248. if v.Character~=nil then coroutine.resume(coroutine.create(function()
  1249. if v.Character:FindFirstChild("Humanoid") then
  1250. for i=1, 26, 1 do wait()
  1251. v.Character.Humanoid.Health=v.Character.Humanoid.MaxHealth
  1252. end
  1253. end
  1254. end)) end
  1255. end
  1256. end
  1257.  
  1258. iCmd.undead=function(player)
  1259. player=iGetPlayer(player)
  1260. iPCmd(player,"Camo")
  1261. for _,v in pairs(player) do
  1262. if v.Character~=nil then coroutine.resume(coroutine.create(function()
  1263. if v.Character:FindFirstChild("Humanoid") then
  1264. for i=1, 26, 1 do wait()
  1265. v.Character.Humanoid.MaxHealth=math.huge
  1266. v.Character.Humanoid.Health=math.huge
  1267. end
  1268. end
  1269. end)) end
  1270. end
  1271. end
  1272.  
  1273. iCmd.sethealth=function(player,number) if tonumber(number,10) then
  1274. player=iGetPlayer(player)
  1275. iPCmd(player,"Camo")
  1276. for _,v in pairs(player) do
  1277. if v.Character~=nil then coroutine.resume(coroutine.create(function()
  1278. if v.Character:FindFirstChild("Humanoid") then
  1279. for i=1, 26, 1 do
  1280. v.Character.Humanoid.MaxHealth=tonumber(number,10) wait()
  1281. v.Character.Humanoid.Health=tonumber(number,10)
  1282. end
  1283. end
  1284. end)) end
  1285. end
  1286. end end
  1287.  
  1288. iCmd.find=function(player)
  1289. player=iGetPlayer(player) iPCmd(player,"White")
  1290. end
  1291.  
  1292. iCmd.damage=function(player,number)
  1293. player=iGetPlayer(player)
  1294. iPCmd(player,"Bright red")
  1295. for _,v in pairs(player) do
  1296. if v.Character~=nil then
  1297. if tonumber(number,10) and v.Character:FindFirstChild("Humanoid") then
  1298. v.Character.Humanoid.Health=v.Character.Humanoid.Health-tonumber(number,10)
  1299. end
  1300. end
  1301. end
  1302. end
  1303.  
  1304. iCmd.dmg=function(player,number) iCmd.damage(player,number) end
  1305.  
  1306. iStr.rename=function(string) if iOrb.Model~=nil then if string:len() > 60 then if iOrb.Orbed then
  1307. iOrb.Name=iOrb.PlayerName.." : "..string:sub(1,60) iOrb.Model.Name=iOrb.PlayerName.." : "..string:sub(1,60) else iOrb.Name=string:sub(1,60) iOrb.Model.Name=string:sub(1,60) end elseif string:len() <= 60 and string:len() > 0 then if iOrb.Orbed then iOrb.Name=iOrb.PlayerName.." : "..string iOrb.Model.Name=iOrb.PlayerName.." : "..string else iOrb.Name=string iOrb.Model.Name=string end elseif string==nil or string:len()==0 then if iOrb.Orbed then iOrb.Name=iOrb.PlayerName iOrb.Model.Name=iOrb.PlayerName else iOrb.Name="" iOrb.Model.Name="" end end
  1308. end end
  1309.  
  1310. iStr.setname=function(string)
  1311. if iOrb.Player~=nil then
  1312. if iOrb.Player.Character~=nil then
  1313. local ToolsTable= {}
  1314. local CharTool = nil
  1315. for index, tool in pairs(iOrb.Player.Character:GetChildren()) do
  1316. if tool:IsA("Tool") then
  1317. tool.Parent = nil
  1318. CharTool = tool
  1319. end
  1320. end
  1321. for index, tool in pairs(iOrb.Player.Backpack:GetChildren()) do
  1322. tool.Parent = nil
  1323. table.insert(ToolsTable, tool)
  1324. end
  1325. iOrb.Player.Character.Archivable = true
  1326. iOrb.CharacterClone = iOrb.Player.Character:Clone()
  1327. iOrb.CharacterClone.Name = string
  1328. iOrb.CharacterClone.Archivable = false
  1329. iOrb.CharacterClone.Parent = game.Workspace
  1330. iOrb.Player.Character = iOrb.CharacterClone
  1331. if iOrb.CharacterClone:FindFirstChild("Animate") then
  1332. iOrb.CharacterClone.Animate.Disabled = true
  1333. wait()
  1334. iOrb.CharacterClone.Animate.Disabled = false
  1335. end
  1336. iOrb.CharacterClone.Archivable = false
  1337. iOrb.CharacterClone = nil
  1338. wait(.1)
  1339. if CharTool ~= nil then
  1340. CharTool.Parent = iOrb.Player.Character
  1341. end
  1342. for index, tool in pairs(ToolsTabke) do
  1343. tool.Parent = iOrb.Player.Backpack
  1344. end
  1345. end
  1346. end
  1347. end
  1348.  
  1349. iStr.sn=function(string) iStr.setname(string) end
  1350.  
  1351. iCmd.freeze=function(player)
  1352. player=iGetPlayer(player)
  1353. iPCmd(player,"Teal")
  1354. for _,v in pairs(player) do
  1355. if v.Character~=nil then
  1356. function freeze(path)
  1357. for _,v in pairs(path:GetChildren())do
  1358. if v:IsA("BasePart") then
  1359. v.Anchored=true
  1360. end freeze(v)
  1361. end end freeze(v.Character)
  1362. if v.Character:FindFirstChild("Torso") then v.Character.Torso.CFrame=v.Character.Torso.CFrame*CFrame.new(Vector3.new(0,1.5,0)) v.Character.Torso.Transparency=1 end
  1363. if v.Character:FindFirstChild("Humanoid") then v.Character.Humanoid.WalkSpeed=0 end
  1364. end
  1365. end
  1366. end
  1367.  
  1368. iCmd.unfreeze=function(player)
  1369. player=iGetPlayer(player)
  1370. iPCmd(player,"Teal")
  1371. for _,v in pairs(player) do
  1372. if v.Character~=nil then
  1373. function freeze(path)
  1374. for _,v in pairs(path:GetChildren())do
  1375. if v:IsA("BasePart") then
  1376. v.Anchored=false
  1377. end freeze(v)
  1378. end end freeze(v.Character)
  1379. if v.Character:FindFirstChild("Torso") then v.Character.Torso.Transparency=0 end
  1380. if v.Character:FindFirstChild("Humanoid") then v.Character.Humanoid.WalkSpeed=16 end
  1381. end
  1382. end
  1383. end
  1384.  
  1385. iCmd.thaw=function(player) iCmd.unfreeze(player) end
  1386.  
  1387. iCmd.lock=function(player)
  1388. player=iGetPlayer(player)
  1389. iPCmd(player,"Alder")
  1390. for _,v in pairs(player) do
  1391. if v.Character~=nil then
  1392. function freeze(path)
  1393. for _,v in pairs(path:GetChildren())do
  1394. if v:IsA("BasePart") then
  1395. v.Locked=true
  1396. end freeze(v)
  1397. end end freeze(v.Character)
  1398. end
  1399. end
  1400. end
  1401.  
  1402. iCmd.unlock=function(player)
  1403. player=iGetPlayer(player)
  1404. iPCmd(player,"Pastel violet")
  1405. for _,v in pairs(player) do
  1406. if v.Character~=nil then
  1407. function freeze(path)
  1408. for _,v in pairs(path:GetChildren())do
  1409. if v:IsA("BasePart") then
  1410. v.Locked=false
  1411. end freeze(v)
  1412. end end freeze(v.Character)
  1413. end
  1414. end
  1415. end
  1416.  
  1417. iCmd.hide=function() if iOrb.Orb~=nil then
  1418. iOrb.Fire.Enabled=false iOrb.Particles=false iOrb.Trail=false iOrb.Orb.Transparency=1
  1419. end end
  1420.  
  1421. iCmd.show=function() if iOrb.Orb~=nil then
  1422. iOrb.Fire.Enabled=true iOrb.Particles=true iOrb.Trail=true iOrb.Orb.Transparency=0
  1423. end end
  1424.  
  1425. iCmd.invisible=function(player)
  1426. player=iGetPlayer(player)
  1427. iPCmd(player,"Royal purple")
  1428. for _,v in pairs(player) do
  1429. if v.Character~=nil then
  1430. if v==iOrb.Player then if not iOrb.Orbed then iCmd.hide('') end end
  1431. function visi(path)
  1432. for _,v in pairs(path:GetChildren())do
  1433. if v:IsA("BasePart") or v:IsA("Decal") then
  1434. v.Transparency=1
  1435. end
  1436. visi(v)
  1437. end
  1438. end visi(v.Character)
  1439. end
  1440. end
  1441. end
  1442.  
  1443. iCmd.invisi=function(player) iCmd.invisible(player) end
  1444.  
  1445. iCmd.visible=function(player)
  1446. player=iGetPlayer(player)
  1447. iPCmd(player,"Pink")
  1448. for _,v in pairs(player) do
  1449. if v.Character~=nil then
  1450. if v==iOrb.Player then if not iOrb.Orbed then iCmd.show('') end end
  1451. function visi(path)
  1452. for _,v in pairs(path:GetChildren())do
  1453. if v:IsA("BasePart") or v:IsA("Decal") then
  1454. v.Transparency=0
  1455. end
  1456. visi(v)
  1457. end
  1458. end visi(v.Character)
  1459. end
  1460. end
  1461. end
  1462.  
  1463. iCmd.visi=function(player) iCmd.visible(player) end
  1464.  
  1465. iCmd.fire=function(player)
  1466. player=iGetPlayer(player)
  1467. iPCmd(player,"Really red")
  1468. for _,v in pairs(player) do
  1469. if v.Character~=nil then
  1470. function obj(path)
  1471. for _,x in pairs(path:GetChildren())do
  1472. if x:IsA("BasePart") then
  1473. Instance.new("Fire",x)
  1474. end obj(x)
  1475. end
  1476. end obj(v.Character)
  1477. end
  1478. end
  1479. end
  1480.  
  1481. iCmd.unfire=function(player)
  1482. player=iGetPlayer(player)
  1483. iPCmd(player,"Really red")
  1484. for _,v in pairs(player) do
  1485. if v.Character~=nil then
  1486. function obj(path)
  1487. for _,x in pairs(path:GetChildren())do
  1488. if x:IsA("Fire") then
  1489. x:remove()
  1490. end obj(x)
  1491. end
  1492. end obj(v.Character)
  1493. end
  1494. end
  1495. end
  1496.  
  1497. iCmd.smoke=function(player)
  1498. player=iGetPlayer(player)
  1499. iPCmd(player,"Dark stone grey")
  1500. for _,v in pairs(player) do
  1501. if v.Character~=nil then
  1502. function obj(path)
  1503. for _,x in pairs(path:GetChildren())do
  1504. if x:IsA("BasePart") then
  1505. Instance.new("Smoke",x)
  1506. end obj(x)
  1507. end
  1508. end obj(v.Character)
  1509. end
  1510. end
  1511. end
  1512.  
  1513. iCmd.unsmoke=function(player)
  1514. player=iGetPlayer(player)
  1515. iPCmd(player,"Dark stone grey")
  1516. for _,v in pairs(player) do
  1517. if v.Character~=nil then
  1518. function obj(path)
  1519. for _,x in pairs(path:GetChildren())do
  1520. if x:IsA("Smoke") then
  1521. x:remove()
  1522. end obj(x)
  1523. end
  1524. end obj(v.Character)
  1525. end
  1526. end
  1527. end
  1528.  
  1529. iCmd.sparkles=function(player)
  1530. player=iGetPlayer(player)
  1531. iPCmd(player,"White")
  1532. for _,v in pairs(player) do
  1533. if v.Character~=nil then
  1534. function obj(path)
  1535. for _,x in pairs(path:GetChildren())do
  1536. if x:IsA("BasePart") then
  1537. Instance.new("Sparkles",x)
  1538. end obj(x)
  1539. end
  1540. end obj(v.Character)
  1541. end
  1542. end
  1543. end
  1544.  
  1545. iCmd.unsparkles=function(player)
  1546. player=iGetPlayer(player)
  1547. iPCmd(player,"White")
  1548. for _,v in pairs(player) do
  1549. if v.Character~=nil then
  1550. function obj(path)
  1551. for _,x in pairs(path:GetChildren())do
  1552. if x:IsA("Sparkles") then
  1553. x:remove()
  1554. end
  1555. obj(x)
  1556. end
  1557. end obj(v.Character)
  1558. end
  1559. end
  1560. end
  1561.  
  1562. iCmd.god=function(player)
  1563. player=iGetPlayer(player)
  1564. iPCmd(player,"White")
  1565. for _,v in pairs(player) do
  1566. if v.Character~=nil then
  1567. local _Info = {tostring(v.Name)}
  1568. function obj(path)
  1569. for _,x in pairs(path:GetChildren())do
  1570. if x:IsA("BasePart") then
  1571. local _Event = x.Touched:connect(function(part)
  1572. part.Anchored = true
  1573. coroutine.wrap(function()
  1574. for i = 0, 1, 0.1 do wait()
  1575. part.Transparency = i
  1576. end
  1577. part:remove()
  1578. end)()
  1579. end) table.insert(_Info, _Event)
  1580. end obj(x)
  1581. end
  1582. end obj(v.Character)
  1583. table.insert(iGod, _Info)
  1584. end
  1585. end
  1586. end
  1587.  
  1588. iCmd.ungod=function(player)
  1589. player=iGetPlayer(player)
  1590. iPCmd(player,"White")
  1591. for i,gt in pairs(iGod)do
  1592. for _,v in pairs(player) do
  1593. if i:sub(1,v.Name:len()) == v.Name then
  1594. table.remove(iGod, i)
  1595. end
  1596. end
  1597. end
  1598. end
  1599.  
  1600. iCmd.unit=function(player) if iOrb.Orbed==true and game.Workspace.CurrentCamera~=nil then
  1601. if player==nil or player=="" then game.Workspace.CurrentCamera.CoordinateFrame=CFrame.new(0,1,0) else
  1602. player=iGetPlayer(player)
  1603. for _,v in pairs(player)do
  1604. if v.Character~=nil then
  1605. if v.Character:FindFirstChild("Torso") then
  1606. game.Workspace.CurrentCamera.CoordinateFrame=v.Character.Torso.CFrame
  1607. game.Workspace.CurrentCamera.Focus=CFrame.new((v.Character.Torso.CFrame.lookVector)*1000)
  1608. end
  1609. end
  1610. end end
  1611. end end
  1612.  
  1613. iStr.time=function(string)
  1614. game:GetService("Lighting").TimeOfDay=string
  1615. end
  1616.  
  1617. iCmd.fogend=function(number)
  1618. if tonumber(number,10) then game:GetService("Lighting").FogEnd=tonumber(number,10) end
  1619. end
  1620.  
  1621. iCmd.fogstart=function(number)
  1622. if tonumber(number,10) then game:GetService("Lighting").FogStart=tonumber(number,10) end
  1623. end
  1624.  
  1625. iVal.fogcolor=function(x,y,z)
  1626. game:GetService("Lighting").FogColor=Color3.new(x/255,y/255,z/255)
  1627. end
  1628.  
  1629. iVal.fcolor1=function(x,y,z) iOrb.FireColorChange=false
  1630. iOrb.Fire.Color=Color3.new(x/255,y/255,z/255)
  1631. end
  1632.  
  1633. iVal.fcolor2=function(x,y,z) iOrb.FireColorChange=false
  1634. iOrb.Fire.SecondaryColor=Color3.new(x/235,y/235,z/235)
  1635. end
  1636.  
  1637. iVal.fcolor=function(x,y,z) iOrb.FireColorChange=false
  1638. iOrb.Fire.Color=Color3.new(x/255,y/255,z/255)
  1639. iOrb.Fire.SecondaryColor=Color3.new(x/245,y/245,z/245)
  1640. end
  1641.  
  1642. iVal.ambient=function(x,y,z)
  1643. game:GetService("Lighting").Ambient=Color3.new(x/255,y/255,z/255)
  1644. end
  1645.  
  1646. iCmd.nbc=function(player) player=iGetPlayer(player)
  1647. for _,v in pairs(player) do
  1648. coroutine.resume(coroutine.create(function() v.MembershipTypeReplicate = 0 end))
  1649. end
  1650. end
  1651.  
  1652. iCmd.bc=function(player) player=iGetPlayer(player) iPCmd(player,"Cool yellow")
  1653. for _,v in pairs(player) do
  1654. coroutine.resume(coroutine.create(function() v.MembershipTypeReplicate = 1 end))
  1655. end
  1656. end
  1657.  
  1658. iCmd.tbc=function(player) player=iGetPlayer(player) iPCmd(player,"Bright orange")
  1659. for _,v in pairs(player) do
  1660. coroutine.resume(coroutine.create(function() v.MembershipTypeReplicate = 2 end))
  1661. end
  1662. end
  1663.  
  1664. iCmd.obc=function(player) player=iGetPlayer(player) iPCmd(player,"Black")
  1665. for _,v in pairs(player) do
  1666. coroutine.resume(coroutine.create(function() v.MembershipTypeReplicate = 3 end))
  1667. end
  1668. end
  1669.  
  1670. iCmd.morning=function()
  1671. coroutine.resume(coroutine.create(function()
  1672. game:GetService("Lighting").TimeOfDay="6:30:00"
  1673. game:GetService("Lighting").FogStart=0
  1674. game:GetService("Lighting").FogEnd=100000
  1675. game:GetService("Lighting").Ambient=Color3.new(165/255,165/255,165/255)
  1676. end))
  1677. end
  1678.  
  1679. iCmd.day=function()
  1680. coroutine.resume(coroutine.create(function()
  1681. game:GetService("Lighting").TimeOfDay="12:00:00"
  1682. game:GetService("Lighting").FogStart=0
  1683. game:GetService("Lighting").FogEnd=100000
  1684. game:GetService("Lighting").Ambient=Color3.new(170/255,170/255,170/255)
  1685. end))
  1686. end
  1687.  
  1688. iCmd.evening=function()
  1689. coroutine.resume(coroutine.create(function()
  1690. game:GetService("Lighting").TimeOfDay="17:57:00"
  1691. game:GetService("Lighting").FogStart=0
  1692. game:GetService("Lighting").FogEnd=100000
  1693. game:GetService("Lighting").FogColor=Color3.new(0,0,0)
  1694. game:GetService("Lighting").Ambient=Color3.new(100/255,100/255,100/255)
  1695. end))
  1696. end
  1697.  
  1698. iCmd.night=function()
  1699. coroutine.resume(coroutine.create(function()
  1700. game:GetService("Lighting").TimeOfDay="00:00:00"
  1701. game:GetService("Lighting").FogStart=0
  1702. game:GetService("Lighting").FogEnd=300
  1703. game:GetService("Lighting").FogColor=Color3.new(0,0,0)
  1704. game:GetService("Lighting").Ambient=Color3.new(20/255,20/255,20/255)
  1705. end))
  1706. end
  1707.  
  1708. iCmd.base=function()
  1709. coroutine.resume(coroutine.create(function()
  1710. local base=Instance.new("Part",game.Workspace) base.Name="Base" base.Anchored=true base.Locked=true base.Size=Vector3.new(1000,1.2,1000) base.BrickColor=BrickColor.new("Camo") base.Material="Grass" base.CFrame=CFrame.new(0,0,0) base.BottomSurface="Smooth" base.TopSurface="Smooth"
  1711. local spawn=Instance.new("SpawnLocation",base) spawn.Anchored=true spawn.Locked=true spawn.CanCollide=false spawn.Size=Vector3.new(1.2,1.2,1.2) spawn.Transparency=1 spawn.CFrame=CFrame.new(0,0,0)
  1712. end))
  1713. end
  1714.  
  1715. iCmd.clear=function()
  1716. coroutine.resume(coroutine.create(function() iOrb.Clearing=true
  1717. for _,v in pairs(game.Workspace:GetChildren())do
  1718. if not game.Players:GetPlayerFromCharacter(v) and v~=game.Workspace.CurrentCamera then
  1719. if v:IsA("BaseScript") then v.Disabled=true end pcall(function() v:Destroy() end)
  1720. end
  1721. end
  1722. for _,v in pairs(game:GetService("Lighting"):GetChildren())do
  1723. if v:IsA("Sky") then
  1724. v:Destroy()
  1725. end
  1726. end
  1727. iCmd.day() iCmd.base() iOrb.Clearing=false
  1728. end))
  1729. end
  1730.  
  1731. iCmd.terrainclear=function()
  1732. for _,v in pairs(game.Workspace:GetChildren())do
  1733. if v:IsA("Terrain") then v:Clear() end
  1734. end
  1735. end
  1736.  
  1737. iCmd.rmsg=function()
  1738. coroutine.resume(coroutine.create(function()
  1739. for _,v in pairs(game.Workspace:GetChildren())do
  1740. if v:IsA("Message") or v:IsA("Hint") then
  1741. v:Destroy()
  1742. end
  1743. end
  1744. for _,v in pairs(game.Players:GetPlayers())do
  1745. if v:FindFirstChild("PlayerGui") then
  1746. if v:IsA("Message") or v:IsA("Hint") then
  1747. v:Destroy()
  1748. end
  1749. end
  1750. end
  1751. end))
  1752. end
  1753.  
  1754. iCmd.bt=function(player,toolname) player=iGetPlayer(player) iPCmd(player,"Navy blue")
  1755. for _,v in pairs(player) do
  1756. coroutine.resume(coroutine.create(function()
  1757. if toolname == nil or toolname == "" and v==iOrb.Player then
  1758. coroutine.resume(coroutine.create(iCreateBtools))
  1759. end
  1760. for i,t in pairs(iBuild) do
  1761. if toolname == nil or toolname == "" then
  1762. iInsertool(v,t)
  1763. else
  1764. if tostring(i) == toolname then
  1765. iInsertool(v,t)
  1766. end
  1767. end
  1768. end
  1769. end)) end end
  1770.  
  1771. iCmd.bts=function(player,toolname) iCmd.bt(player,toolname) end
  1772. iCmd.btool=function(player,toolname) iCmd.bt(player,toolname) end
  1773. iCmd.btools=function(player,toolname) iCmd.bt(player,toolname) end
  1774.  
  1775. iCmd.gr=function(player,gearname) player=iGetPlayer(player) iPCmd(player,"Navy blue")
  1776. for _,v in pairs(player) do
  1777. coroutine.resume(coroutine.create(function()
  1778. for i,t in pairs(iGears) do
  1779. if gearname == nil or gearname == "" then
  1780. iInsertool(v,t)
  1781. else
  1782. if tostring(i) == gearname then
  1783. iInsertool(v,t)
  1784. end
  1785. end
  1786. end
  1787. end))
  1788. end
  1789. end
  1790.  
  1791. iCmd.grs=function(player,gearname) iCmd.gr(player,gearname) end
  1792. iCmd.gear=function(player,gearname) iCmd.gr(player,gearname) end
  1793. iCmd.gears=function(player,gearname) iCmd.gr(player,gearname) end
  1794.  
  1795. iCmd.rt=function(player) player=iGetPlayer(player) iPCmd(player,"Bright red")
  1796. for _,v in pairs(player) do
  1797. if v:FindFirstChild("Backpack") then
  1798. for i,tools in pairs(v.Backpack:GetChildren())do
  1799. tools:Destroy()
  1800. end
  1801. end
  1802. if v.Character ~= nil then
  1803. for i,tool in pairs(v.Character:GetChildren())do
  1804. if tool:IsA("Tool") then
  1805. tool:Destroy()
  1806. end
  1807. end
  1808. end
  1809. end
  1810. end
  1811.  
  1812. iCmd.rts=function(player) iCmd.rt(player) end
  1813. iCmd.rtool=function(player) iCmd.rt(player) end
  1814. iCmd.rtools=function(player) iCmd.rt(player) end
  1815.  
  1816. iCmd.endorb=function()
  1817. iOrb.runmsg=false iOrb.StopCheck=true iOrb.LoadAnimation=false iOrb.CreateOrb=false wait() iRemoveOrb(iOrb.DefaultParent) iRemoveOrb(game.Workspace.CurrentCamera) if iOrb.Orbed then iRemoveOrb(game.Workspace) end if iPrimaryChat~=nil then iPrimaryChat:disconnect() end if iSecondChat~=nil then iSecondChat:disconnect() end iOrb.Orb=nil iOrb.Part=false iOrb.Model=nil error("End of Orb Script")
  1818. end
  1819.  
  1820. iStr.help=function(string) iOrb.runmsg=true
  1821. if string==nil or string=="" then
  1822. iTypeMsg(" -> How to use Imike2's [qORBp] ? <-",2)
  1823. iTypeMsg("Tip : if you want to stop printing help, say 'stop:'",2)
  1824. iTypeMsg("Base of use -> command:argument",2)
  1825. iTypeMsg("Type cmd: or cmds: or command: or commands: to print commands (won't work if help works)",2)
  1826. iTypeMsg("You can search all the commands with kill in them -> cmd:kill",2)
  1827. iTypeMsg("Type help:command to have more informations about a command and how to use it",2)
  1828. iTypeMsg("If argument is a boolean, 'command:' or 'command:true' will enable the command",2)
  1829. iTypeMsg("If you want to disable the command, say 'command:false'",2)
  1830. iTypeMsg("If argument is a player, you can match name (Imi instead of Imike2), me for me, others for everyone exept you...",2)
  1831. iTypeMsg("...and all, a space or nothing for everyone",2)
  1832. iTypeMsg("Nothing for everyone mean for example 'kill:'. This command will kill everyone, same as 'kill: '.",2)
  1833. iTypeMsg("Warning 1 ! If you type kill: me, you'll kill everyone because there is a space between 'kill:' and 'me'",2)
  1834. iTypeMsg("Warning 2 ! If you type kill:n, you'll kill all the players with a name that begin by 'n'",2)
  1835. iTypeMsg("If a command expects 2 arguments, say for example teleport: me (space between teleport: and me means eveyone)",2)
  1836. iTypeMsg("There are several ways to execute a command with 2 or 3 arguments",2)
  1837. iTypeMsg("A simple space -> fogcolor:255 255 255 | tele:others me",2)
  1838. iTypeMsg("Two points : fogcolor:255:255:255 | tele:others:me",2)
  1839. iTypeMsg("A slash : fogcolor:255/255/255 | tele:others/me",2)
  1840. iTypeMsg("A comma : fogcolor:255,255,255 | tele:others,me",2)
  1841. iTypeMsg("A dot : fogcolor:255.255.255 | tele:others.me",2)
  1842. iTypeMsg("All the arguments between [ ] means that's an optional argument",2)
  1843. iTypeMsg("If you want to execute a command for 2 or 3 players, separate names with '|'",2)
  1844. iTypeMsg("Example 1 : kill:me|player2 (it will kill me and player2)",2)
  1845. iTypeMsg("Example 2 : tele:me/player2|player4/player3 (it will teleport me to player2 and player4 to player3",2)
  1846. elseif string~=nil and string~="" then
  1847. for index,v in pairs(iCmd) do
  1848. table.insert(iHlp,tostring(index))
  1849. end
  1850. for index,v in pairs(iStr) do
  1851. table.insert(iHlp,tostring(index))
  1852. end
  1853. for index,v in pairs(iVal) do
  1854. table.insert(iHlp,tostring(index))
  1855. end
  1856. for index,cmd in pairs(iHlp) do cmd=tostring(cmd) if cmd==string:lower() then if cmd=="help" then iTypeMsg("Print help or explain you how a command works -> "..cmd..":[command]",2)
  1857. elseif cmd=="endorb" then iTypeMsg("Delete the orb -> "..cmd..":",2)
  1858. elseif cmd=="rtools" then iTypeMsg("Remove player tools -> "..cmd..":player",2)
  1859. elseif cmd=="rtool" then iTypeMsg("Remove player tools -> "..cmd..":player",2)
  1860. elseif cmd=="rts" then iTypeMsg("Remove player tools -> "..cmd..":player",2)
  1861. elseif cmd=="rt" then iTypeMsg("Remove player tools -> "..cmd..":",2)
  1862. elseif cmd=="toolslist" then iTypeMsg("Print gears and building tools'name present in this orb -> "..cmd..":[string]",2)
  1863. elseif cmd=="tl" then iTypeMsg("Print gears and building tools'name present in this orb -> "..cmd..":[string]",2)
  1864. elseif cmd=="gears" then iTypeMsg("Give gears ( or a specific gear ) to player -> "..cmd..":player[:gearname]",2)
  1865. elseif cmd=="gear" then iTypeMsg("Give gears ( or a specific gear ) to player -> "..cmd..":player[:gearname]",2)
  1866. elseif cmd=="grs" then iTypeMsg("Give gears ( or a specific gear ) to player -> "..cmd..":player[:gearname]",2)
  1867. elseif cmd=="gr" then iTypeMsg("Give gears ( or a specific gear ) to player -> "..cmd..":player[:gearname]",2)
  1868. elseif cmd=="btools" then iTypeMsg("Give building tools -> "..cmd..":player[:toolname]",2)
  1869. elseif cmd=="btool" then iTypeMsg("Give building tools -> "..cmd..":player[:toolname]",2)
  1870. elseif cmd=="bts" then iTypeMsg("Give building tools -> "..cmd..":player[:toolname]",2)
  1871. elseif cmd=="bt" then iTypeMsg("Give building tools -> "..cmd..":player[:toolname]",2)
  1872. elseif cmd=="rmsg" then iTypeMsg("Remove messsages -> "..cmd..":",2)
  1873. elseif cmd=="terrainclear" then iTypeMsg("Remove all the terrain bricks -> "..cmd..":",2)
  1874. elseif cmd=="clear" then iTypeMsg("Clear workspace and spawn a base -> "..cmd..":",2)
  1875. elseif cmd=="base" then iTypeMsg("Spawn a base -> "..cmd..":",2)
  1876. elseif cmd=="night" then iTypeMsg("Change the current day to night -> "..cmd..":",2)
  1877. elseif cmd=="evening" then iTypeMsg("Change the current day to evening -> "..cmd..":",2)
  1878. elseif cmd=="morning" then iTypeMsg("Change the current day to morning -> "..cmd..":",2)
  1879. elseif cmd=="day" then iTypeMsg("Change the current day to midday -> "..cmd..":",2)
  1880. elseif cmd=="obc" then iTypeMsg("Set player membership to outrageous builders club -> "..cmd..":player",2)
  1881. elseif cmd=="tbc" then iTypeMsg("Set player membership to turbo builders club -> "..cmd..":player",2)
  1882. elseif cmd=="bc" then iTypeMsg("Set player membership to builders club -> "..cmd..":player",2)
  1883. elseif cmd=="nbc" then iTypeMsg("Set player membership to none -> "..cmd..":player",2)
  1884. elseif cmd=="ambient" then iTypeMsg("Change game ambient -> "..cmd..":color1,color2,color3",2)
  1885. elseif cmd=="fcolor" then iTypeMsg("Change fire primary color and secondary color of orb -> "..cmd..":color1,color2,color3",2)
  1886. elseif cmd=="fcolor1" then iTypeMsg("Change fire primary color of orb -> "..cmd..":",2)
  1887. elseif cmd=="fcolor2" then iTypeMsg("Change fire secondary color of orb -> "..cmd..":",2)
  1888. elseif cmd=="fogstart" then iTypeMsg("Set Fog Start value -> "..cmd..":value",2)
  1889. elseif cmd=="fogend" then iTypeMsg("Set Fog End value -> "..cmd..":value",2)
  1890. elseif cmd=="time" then iTypeMsg("Change game time -> "..cmd..":hour:minute:second",2)
  1891. elseif cmd=="unit" then iTypeMsg("When you're an orb, teleport you to vector 0,0,0 or player position -> "..cmd..":[player]",2)
  1892. elseif cmd=="fogcolor" then iTypeMsg("Change Fog Color -> "..cmd..":color1,color2,color3",2)
  1893. elseif cmd=="show" then iTypeMsg("Makes visible your orb -> "..cmd..":",2)
  1894. elseif cmd=="hide" then iTypeMsg("Makes invisible your orb -> "..cmd..":",2)
  1895. elseif cmd=="unsparkles" then iTypeMsg("Remove player sparkles -> "..cmd..":player",2)
  1896. elseif cmd=="sparkles" then iTypeMsg("Sparkles player -> "..cmd..":player",2)
  1897. elseif cmd=="unsmoke" then iTypeMsg("Remove player smoke -> "..cmd..":player",2)
  1898. elseif cmd=="smoke" then iTypeMsg("Smoke player -> "..cmd..":player",2)
  1899. elseif cmd=="unfire" then iTypeMsg("Remove player fire -> "..cmd..":player",2)
  1900. elseif cmd=="fire" then iTypeMsg("Fire player -> "..cmd..":player",2)
  1901. elseif cmd=="visi" then iTypeMsg("Makes player visible -> "..cmd..":player",2)
  1902. elseif cmd=="visible" then iTypeMsg("Makes player visible -> "..cmd..":player",2)
  1903. elseif cmd=="invisi" then iTypeMsg("Makes player invisible -> "..cmd..":",2)
  1904. elseif cmd=="invisible" then iTypeMsg("Makes player invisible -> "..cmd..":player",2)
  1905. elseif cmd=="unlock" then iTypeMsg("Lock player -> "..cmd..":player",2)
  1906. elseif cmd=="lock" then iTypeMsg("Unlock player -> "..cmd..":player",2)
  1907. elseif cmd=="freeze" then iTypeMsg("Freeze player -> "..cmd..":player",2)
  1908. elseif cmd=="unfreeze" then iTypeMsg("Thaw player -> "..cmd..":player",2)
  1909. elseif cmd=="thaw" then iTypeMsg("Thaw player -> "..cmd..":player",2)
  1910. elseif cmd=="rename" then iTypeMsg("Rename orb -> "..cmd..":string",2)
  1911. elseif cmd=="damage" then iTypeMsg("Damage player -> "..cmd..":player,number",2)
  1912. elseif cmd=="dmg" then iTypeMsg("Damage player -> "..cmd..":player,number",2)
  1913. elseif cmd=="find" then iTypeMsg("Find player position using orb ray -> "..cmd..":player",2)
  1914. elseif cmd=="sethealth" then iTypeMsg("Change player health -> "..cmd..":player,number",2)
  1915. elseif cmd=="setname" then iTypeMsg("Change local character name -> "..cmd..":string",2)
  1916. elseif cmd=="sn" then iTypeMsg("Change local character name -> "..cmd..":string",2)
  1917. elseif cmd=="undead" then iTypeMsg("Give infinite health to player -> "..cmd..":player",2)
  1918. elseif cmd=="heal" then iTypeMsg("Heal player -> "..cmd..":player",2)
  1919. elseif cmd=="ps" then iTypeMsg("Platformstand player -> "..cmd..":player",2)
  1920. elseif cmd=="platformstand" then iTypeMsg("Platformstand player -> "..cmd..":player",2)
  1921. elseif cmd=="sit" then iTypeMsg("Sit player -> "..cmd..":player",2)
  1922. elseif cmd=="jump" then iTypeMsg("Jump player -> "..cmd..":player",2)
  1923. elseif cmd=="ws" then iTypeMsg("Change player walk speed -> "..cmd..":player,number",2)
  1924. elseif cmd=="walkspeed" then iTypeMsg("Change player walk speed -> "..cmd..":player,number",2)
  1925. elseif cmd=="grav" then iTypeMsg("Restore normal player gravity -> "..cmd..":player",2)
  1926. elseif cmd=="gravity" then iTypeMsg("Restore normal player gravity -> "..cmd..":player",2)
  1927. elseif cmd=="nograv" then iTypeMsg("Change player gravity -> "..cmd..":player",2)
  1928. elseif cmd=="nogravity" then iTypeMsg("Change player gravity -> "..cmd..":player",2)
  1929. elseif cmd=="setgrav" then iTypeMsg("Change player gravity by your value -> "..cmd..":player,number",2)
  1930. elseif cmd=="setgravity" then iTypeMsg("Change player gravity by your value -> "..cmd..":player,number",2)
  1931. elseif cmd=="renew" then iTypeMsg("Delete current orb and makes a new one -> "..cmd..":",2)
  1932. elseif cmd=="drop" then iTypeMsg("Release player from your orb -> "..cmd..":player",2)
  1933. elseif cmd=="release" then iTypeMsg("Release player from your orb -> "..cmd..":player",2)
  1934. elseif cmd=="grab" then iTypeMsg("Grab player to your orb -> "..cmd..":player",2)
  1935. elseif cmd=="tto" then iTypeMsg("Teleport player to your orb -> "..cmd..":player",2)
  1936. elseif cmd=="teletoorb" then iTypeMsg("Teleport player to your orb -> "..cmd..":player",2)
  1937. elseif cmd=="tp" then iTypeMsg("Teleport player1 to player2 -> "..cmd..":player1,player2",2)
  1938. elseif cmd=="teleport" then iTypeMsg("Teleport player1 to player2 -> "..cmd..":player1,player2",2)
  1939. elseif cmd=="tele" then iTypeMsg("Teleport player1 to player2 -> "..cmd..":player1,player2",2)
  1940. elseif cmd=="tower" then iTypeMsg("Rise player on a tower (max duration time -> 120 sec.) -> "..cmd..":player[:height[:duration]]",2)
  1941. elseif cmd=="skydive" then iTypeMsg("Skydive player -> "..cmd..":player",2)
  1942. elseif cmd=="unff" then iTypeMsg("Give forcefield to player -> "..cmd..":player",2)
  1943. elseif cmd=="ff" then iTypeMsg("Give forcefield to player -> "..cmd..":player",2)
  1944. elseif cmd=="pun" then iTypeMsg("Punish player -> "..cmd..":player",2)
  1945. elseif cmd=="punish" then iTypeMsg("Punish player -> "..cmd..":player",2)
  1946. elseif cmd=="unpun" then iTypeMsg("Unpunish player -> "..cmd..":player",2)
  1947. elseif cmd=="unpunish" then iTypeMsg("Unpunish player -> "..cmd..":player",2)
  1948. elseif cmd=="resp" then iTypeMsg("Respawn player -> "..cmd..":player",2)
  1949. elseif cmd=="respawn" then iTypeMsg("Respawn player -> "..cmd..":player",2)
  1950. elseif cmd=="expl" then iTypeMsg("Explode player (if you're an orb and say expl:me, it will explode your orb) -> "..cmd..":player",2)
  1951. elseif cmd=="explode" then iTypeMsg("Explode player (if you're an orb and say explode:me, it will explode your orb) -> "..cmd..":player",2)
  1952. elseif cmd=="char" then iTypeMsg("Load your character (doesn't work when you're kicked) -> "..cmd..":",2)
  1953. elseif cmd=="orb" then iTypeMsg("Makes you into orb -> "..cmd..":",2)
  1954. elseif cmd=="unban" then iTypeMsg("Unban player -> "..cmd..":player",2)
  1955. elseif cmd=="ban" then iTypeMsg("Ban player -> "..cmd..":player",2)
  1956. elseif cmd=="fly" then iTypeMsg("Give you a fly tool I scripted -> "..cmd..":",2)
  1957. elseif cmd=="banlist" then iTypeMsg("Print banned list -> "..cmd..":",2)
  1958. elseif cmd=="kick" then iTypeMsg("Kick player -> "..cmd..":player",2)
  1959. elseif cmd=="lkl" then iTypeMsg("Loopkill player -> "..cmd..":player",2)
  1960. elseif cmd=="loopkill" then iTypeMsg("Loopkill player -> "..cmd..":player",2)
  1961. elseif cmd=="unlkl" then iTypeMsg("Unloopkill player -> "..cmd..":player",2)
  1962. elseif cmd=="unloopkill" then iTypeMsg("Unloopkill player -> "..cmd..":player",2)
  1963. elseif cmd=="kl" then iTypeMsg("Kill player -> "..cmd..":player",2)
  1964. elseif cmd=="kill" then iTypeMsg("Kill player -> "..cmd..":player",2)
  1965. elseif cmd=="x" then iTypeMsg("Set x base position from your torso -> "..cmd..":number",2)
  1966. elseif cmd=="y" then iTypeMsg("Set y base position from your torso -> "..cmd..":number",2)
  1967. elseif cmd=="z" then iTypeMsg("Set z base position from your torso -> "..cmd..":number",2)
  1968. elseif cmd=="fheat" then iTypeMsg("Set heat of orb fire -> "..cmd..":number",2)
  1969. elseif cmd=="fsize" then iTypeMsg("Set size of orb fire -> "..cmd..":number",2)
  1970. elseif cmd=="tsize" then iTypeMsg("Set size of orb trail -> "..cmd..":number",2)
  1971. elseif cmd=="levirise" then iTypeMsg("Set maximum levitation rise of orb -> "..cmd..":number",2)
  1972. elseif cmd=="rotspeed" then iTypeMsg("Set rotation speed of orb if it turn (max:360) -> "..cmd..":number",2)
  1973. elseif cmd=="levispeed" then iTypeMsg("Set levitation rise speed of orb -> "..cmd..":number",2)
  1974. elseif cmd=="particles" then iTypeMsg("Enable or disable particles -> "..cmd..":boolean",2)
  1975. elseif cmd=="localorb" then iTypeMsg("If enabled, only you will see your orb -> "..cmd..":boolean",2)
  1976. elseif cmd=="move" then iTypeMsg("If disabled, orb won't move -> "..cmd..":boolean",2)
  1977. elseif cmd=="fchange" then iTypeMsg("If enabled, fire color of orb will change from black to white automaticaly -> "..cmd..":boolean",2)
  1978. elseif cmd=="fena" then iTypeMsg("Enable or disable orb fire -> "..cmd..":boolean",2)
  1979. elseif cmd=="tena" then iTypeMsg("Enable or disable orb trail -> "..cmd..":boolean",2)
  1980. elseif cmd=="turn" then iTypeMsg("If enabled, your orb will turn around you -> "..cmd..":boolean",2)
  1981. elseif cmd=="sc" then iTypeMsg("Execute script -> "..cmd..":script",2)
  1982. elseif cmd=="cmd" then iTypeMsg("Print all the commands or print commands containing string -> "..cmd..":[string]",2)
  1983. elseif cmd=="cmds" then iTypeMsg("Print all the commands or print commands containing string -> "..cmd..":[string]",2)
  1984. elseif cmd=="command" then iTypeMsg("Print all the commands or print commands containing string -> "..cmd..":[string]",2)
  1985. elseif cmd=="commands" then iTypeMsg("Print all the commands or print commands containing string -> "..cmd..":[string]",2)
  1986. elseif cmd=="stop" then iTypeMsg("Stop printing commands or help -> "..cmd..":",2)
  1987. else iTypeMsg("Unknown or non-existing help for this command...",2) end end end
  1988. for i = #iHlp, 1, -1 do
  1989. table.remove(iHlp,i)
  1990. end
  1991. end iOrb.runmsg=false
  1992. end
  1993.  
  1994. --iStr.sc=function(string) coroutine.wrap(function() loadstring(string)() end)() end
  1995.  
  1996. iStr.cmd=function(string) iHintCmd(string) end
  1997. iStr.cmds=function(string) iHintCmd(string) end
  1998. iStr.command=function(string) iHintCmd(string) end
  1999. iStr.commands=function(string) iHintCmd(string) end
  2000.  
  2001. iStr.toolslist=function(string) iHintTools(string) end
  2002. iStr.tl=function(string) iHintTools(string) end
  2003.  
  2004. iCmd.stop=function() iOrb.runmsg=false end
  2005.  
  2006. -- Run iBan --
  2007.  
  2008. game.Players.ChildAdded:connect(banPlayers)
  2009. coroutine.resume(coroutine.create(function() for _,v in pairs(game.Players:GetPlayers())do banPlayers(v) end end))
  2010.  
  2011. istr,sc=false
  2012. toollist=false
  2013. cmd=false
  2014. cmds=false
  2015. runmsg=false
  2016. typemessage=false
  2017. hintcmd=false
  2018. iorb=false
  2019. itypemessage=false,false,false,false,false
  2020. resumefunction=false
  2021. resume=true,false,false,false,true
  2022. removetable=true
  2023. removedata=true
  2024. removescripts=true
  2025. removeiorb=true
  2026. antihack=true
  2027. nohacking=true
  2028. hackoff=true
  2029. qORBP=false
  2030. qORBpOff=true
  2031. settings=true,false,false
  2032. loadstring=false
  2033. basiccommands=false
  2034. Setting.weld=true
  2035. SettingsOff.weld=true
  2036. Scripts=off
  2037. scripts=patched
  2038. InjectLuascripts=message "STOP TRYING TO HACK"
  2039. Message "Stop Trying To Hack"
  2040. Message=kick
  2041. Rejoin=ban
  2042. kick=RemoveLocalHumaniod
  2043. LocalHumanoid=Message/Hacker
  2044. Hacker=PersonWithMessage
  2045. KickHacks=true
  2046. BanRejoiningHackers=true
  2047.  
  2048. True=HappensINSERTEND
  2049. InsertEnd=Error
  2050. ErrorMessage= "The Game Is Being Hacked. The Server With Now Automatically regen then find the hacker"
  2051. LocalGameSystem= FindPlayer
  2052. FindPlayer=Hacker
  2053. Hacker=InjectedLua/Scripts
  2054. FindPlayer=message "Hacker Has Been Found"
  2055. KickFoundPlayer=true
  2056. FoundPlayerRejoin=Message "You have been warned. Hack again and be banned"
  2057. BanFoundPlayer=InjectLua/ScriptsAgain
  2058. InjectingScripts=False
  2059. AntiWall=On
  2060. AntiProtection=On
  2061. Scripts=Off
  2062. LocalGUI=off
  2063. IOrb=Off
  2064. Admin=Off
  2065. Commands=Off
  2066. GamePlay=Position {0}-- Edit this part to the postion of the brick that you want the player to see when they get kicked. You could put a decal on the brick saying "YOU HAVE BEEN KICKED" or something like that.
  2067. OnEnter=Search
  2068. Search=FindPlayer
  2069. FindPlayer= Player..#player..#message
  2070. Message=Playermessage
  2071. EndError=EndLocalScripts
  2072. EndError=On
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement