Advertisement
Blueisim

WIP Admin

Aug 16th, 2016
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.56 KB | None | 0 0
  1. print'Cubot by COOLBRAYDENNOOB Loaded.'
  2. --[[
  3. Hello.
  4. This is some random script i wrote while completely bored, and had no internet.
  5. Its a command bot i guess. Lol.
  6. The worst command you can run on this is kill. It kills you. lel.
  7. Please do not steal.
  8. Please do not abuse if you add abusive commands.
  9. Feel free to modify, if you can find your way through this nightmare of coding.
  10. The way the commands are styled Command then Semicolon.
  11. EX:
  12. ff;
  13. kill;
  14. Have fun with this really bad script.
  15. i think this is gonna be a local script. Idk l0l
  16. gyazo to the rescueee.
  17. ]]--
  18. print"Basic Commands: ff,kill,god,fire,punish,unpunish,heal,nohead,yeshead,freeze,thaw,notorso,yestorso,neon,invisible,visible,nohuman,explode,unname"
  19. local p=game.Players.LocalPlayer
  20. function chatted(m)
  21. if m:lower()=="ff;" then
  22. local ff=Instance.new("ForceField")
  23. ff.Parent=p.Character
  24. end
  25. if m:lower()=="kill;" then
  26. p.Character.Humanoid.Health=0
  27. end
  28. if m:lower()=="god;" then
  29. p.Character.Humanoid.MaxHealth=math.huge
  30. p.Character.Humanoid.Health=math.huge
  31. end
  32. if m:lower()=="fire;" then
  33. local fire=Instance.new("Fire")
  34. fire.Parent=p.Character.Torso
  35. end
  36. if m:lower()=="punish;" then
  37. p.Character.Parent=game.Lighting
  38. end
  39. if m:lower()=="unpunish;" then
  40. if game.Lighting:FindFirstChild(p.Name) then
  41. game.Lighting:FindFirstChild(p.Name).Parent=game.Workspace
  42. end
  43. end
  44. if m:lower()=="heal;" then
  45. p.Character.Humanoid.Health=p.Character.Humanoid.MaxHealth
  46. end
  47. if m:lower()=="nohead;" then
  48. p.Character.Head.Transparency=1
  49. p.Character.Head.CanCollide=false
  50. end
  51. if m:lower()=="yeshead;" then
  52. p.Character.Head.Transparency=0
  53. p.Character.Head.CanCollide=true
  54. end
  55. if m:lower()=="freeze;" then
  56. p.Character.Torso.Anchored=true
  57. p.Character["Left Leg"].Anchored=true
  58. p.Character["Right Leg"].Anchored=true
  59. p.Character["Left Arm"].Anchored=true
  60. p.Character["Right Arm"].Anchored=true
  61. p.Character.Head.Anchored=true
  62. end
  63. if m:lower()=="thaw;" then
  64. p.Character.Torso.Anchored=false
  65. p.Character["Left Leg"].Anchored=false
  66. p.Character["Right Leg"].Anchored=false
  67. p.Character["Left Arm"].Anchored=false
  68. p.Character["Right Arm"].Anchored=false
  69. p.Character.Head.Anchored=false
  70. end
  71. if m:lower()=="notorso;" then
  72. p.Character.Torso.Transparency=1
  73. p.Character.Torso.CanCollide=false
  74. end
  75. if m:lower()=="yestorso;" then
  76. p.Character.Torso.Transparency=0
  77. p.Character.Torso.CanCollide=true
  78. end
  79. if m:lower()=="neon;" then
  80. p.Character.Torso.Material="Neon"
  81. p.Character["Left Leg"].Material="Neon"
  82. p.Character["Right Leg"].Material="Neon"
  83. p.Character["Left Arm"].Material="Neon"
  84. p.Character["Right Arm"].Material="Neon"
  85. p.Character.Head.Material="Neon"
  86. end
  87. if m:lower()=="invisible;" then
  88. p.Character.Torso.Transparency=1
  89. p.Character["Left Leg"].Transparency=1
  90. p.Character["Right Leg"].Transparency=1
  91. p.Character["Left Arm"].Transparency=1
  92. p.Character["Right Arm"].Transparency=1
  93. p.Character.Head.Transparency=1
  94. end
  95. if m:lower()=="visible;" then
  96. p.Character.Torso.Transparency=0
  97. p.Character["Left Leg"].Transparency=0
  98. p.Character["Right Leg"].Transparency=0
  99. p.Character["Left Arm"].Transparency=0
  100. p.Character["Right Arm"].Transparency=0
  101. p.Character.Head.Transparency=0
  102. end
  103. if m:lower()=="grillby;" then
  104. p.Character.Torso.Transparency=1
  105. p.Character["Left Leg"].Transparency=1
  106. p.Character["Right Leg"].Transparency=1
  107. p.Character["Left Arm"].Transparency=1
  108. p.Character["Right Arm"].Transparency=1
  109. p.Character.Head.Transparency=1
  110. local fiahh=Instance.new("Fire")
  111. fiahh.Parent=p.Character.Torso
  112. fiahh:Clone()
  113. fiahh:Clone()
  114. fiahh:Clone()
  115. fiahh:Clone()
  116. local fiah=Instance.new("Fire")
  117. fiah.Parent=p.Character.Head
  118. local fia=Instance.new("Fire")
  119. fia.Parent=p.Character["Left Arm"]
  120. fia:Clone()
  121. fia:Clone()
  122. local fi=Instance.new("Fire")
  123. fi.Parent=p.Character["Right Arm"]
  124. fi:Clone()
  125. fi:Clone()
  126. local f=Instance.new("Fire")
  127. f.Parent=p.Character["Left Leg"]
  128. f:Clone()
  129. local f2=Instance.new("Fire")
  130. f2.Parent=p.Character["Right Leg"]
  131. f2:Clone()
  132. end
  133. if m:lower()=="explode;" then
  134. local x=Instance.new("Explosion")
  135. x.Position=p.Character.Torso.Position
  136. x.Parent=game.Workspace
  137. end
  138. if m:lower()=="nohuman;" then
  139. p.Character.Humanoid:Destroy()
  140. end
  141. if m:lower()=="unname;" then
  142. p.Character.Head.Transparency=1
  143. local pa=Instance.new("Part")
  144. pa.Parent=p.Character
  145. pa.Name="FakeHead"
  146. pa.BrickColor=p.Character.Head.BrickColor
  147. local mesh=p.Character.Head.Mesh:Clone()
  148. mesh.Parent=pa
  149. pa.Size=p.Character.Head.Size
  150. mesh.Scale=Vector3.new(1.25, 1.25, 1.25)
  151. local w=Instance.new("Weld")
  152. w.Parent=p.Character.Head
  153. w.Part0=p.Character.Head
  154. w.Part1=pa
  155. end
  156.  
  157. end
  158. p.Chatted:connect(function(me)
  159. chatted(me)
  160. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement