Advertisement
iiHackerii

Basic Scripts

Sep 24th, 2016
378
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.79 KB | None | 0 0
  1. Size Base Moveable
  2. ==========================================================================================================
  3. C/i=5 while wait() do i=i+3
  4. game.workspace.Base.Size=Vector3.new(i,4,i)end
  5. ==========================================================================================================
  6.  
  7.  
  8.  
  9.  
  10. BASEPLATENAME
  11. ==========================================================================================================
  12. p= game.Workspace:GetChildren()
  13. for i= 1, #p do
  14. if p[i].className == "Part" then
  15. p[i].Name = "Shane"
  16. end
  17. end
  18. ==========================================================================================================
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25. Roate base 45 degrees
  26. ==========================================================================================================
  27. game.Workspace.TheOfficalNoob4788.CFrame = CFrame.fromEulerAnglesXYZ(1,0,0)
  28. ==========================================================================================================
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35. VELOCITY
  36. ==========================================================================================================
  37. p= game.Workspace:GetChildren()
  38. for i= 1, #p do
  39. if p[i].className == "Part" then
  40. p[i].Velocity = Vector3.new(10000,0,0)
  41. end
  42. end
  43. ==========================================================================================================
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51. ROT VELOCITY
  52. ==========================================================================================================
  53. p= game.Workspace:GetChildren()
  54. for i= 1, #p do
  55. if p[i].className == "Part" then
  56. p[i].RotVelocity = Vector3.new(0,0,0)
  57. end
  58. end
  59. ==========================================================================================================
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69. CLEANUP
  70. ==========================================================================================================
  71. p= game.Workspace:GetChildren()
  72. for i= 1, #p do
  73. if p[i].className == "Part" then
  74. if p[i].Name ~= "TheOfficalNoob488" then
  75. p[i]:remove()
  76. end
  77. end
  78. end
  79. ==========================================================================================================
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87. Invisable
  88. ==========================================================================================================
  89. c= game.Players:GetChildren()
  90. for i= 1, #c do
  91. p= c[i].Character:GetChildren()
  92. for i= 1, #p do
  93. if p[i].className == "Part" then
  94. p[i].Transparency = 1
  95. end
  96. end
  97. end
  98. ==========================================================================================================
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105. Clone
  106. ==========================================================================================================
  107. p= game.Players:GetChildren()
  108. for i= 1, #p do
  109. p[i].CharacterAppearance = "http://www.roblox.com/Data/Get.ashx?hash=2531336bd505c2ce1f3eaaeef39d9f43;http://www.roblox.com/Data/AssetFetch.ashx?hash=0c957eae1dc937dcecc4f1874bddaac7&isapproved=true"
  110. end
  111. ==========================================================================================================
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120. Genocide
  121. ==========================================================================================================
  122. while true do
  123. p= game.Players:GetChildren()
  124. for i= 1, #p do
  125. p[i].Character.Torso.Neck:remove()
  126. wait (0.1)
  127. end
  128. end
  129. ==========================================================================================================
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138. Freeze - Off
  139. ==========================================================================================================
  140. p= game.Players:GetChildren()
  141. for i= 1, #p do
  142. if p[i]~= "shanethe13" then
  143. p[i].Character.Torso.Anchored = false
  144. end
  145. end
  146. ==========================================================================================================
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156. Freeze - On
  157. ===============================================================
  158. p= game.Players:GetChildren()
  159. for i= 1, #p do
  160. if p[i]~= "shanethe13" then
  161. p[i].Character.Torso.Anchored = true
  162. end
  163. end
  164. ==========================================================================================================
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171. Teleport Up All
  172. ==========================================================================================================
  173. p= game.Players:GetChildren()
  174. for i= 1, #p do
  175. if p[i] ~= "shanethe13" then
  176. p[i].Character.Torso.CFrame = CFrame.new(0,1025,0)
  177. end
  178. end
  179. ==========================================================================================================
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186. PRISON!
  187. =========================================================================================================
  188. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(0,500,0) p.Size = Vector3.new(50,0,50) p.Parent = game.Workspace p.Locked = true p.Transparency = 0.5
  189.  
  190. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(25,501,0) p.Size = Vector3.new(0,50,50) p.Parent = game.Workspace p.Locked = true p.Transparency = 0.5
  191.  
  192. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(-25,501,0) p.Size = Vector3.new(0,50,50) p.Parent = game.Workspace p.Locked = true p.Transparency = 0.5
  193.  
  194. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(0,501,25) p.Size = Vector3.new(50,50,0) p.Parent = game.Workspace p.Locked = true p.Transparency = 0.5
  195.  
  196. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(0,501,-25) p.Size = Vector3.new(50,50,0) p.Parent = game.Workspace p.Locked = true p.Transparency = 0.5
  197.  
  198.  
  199. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(0,525,0) p.Size = Vector3.new(50,0,50) p.Parent = game.Workspace p.Locked = true p.Transparency = 0.5
  200.  
  201. p= game.Players:GetChildren()
  202. for i= 1, #p do
  203. if p[i] ~= "shanethe13" then
  204. p[i].Character.Torso.CFrame = CFrame.new(0,515,0)
  205. end
  206. end
  207. ==========================================================================================================
  208.  
  209.  
  210.  
  211.  
  212.  
  213. Body Force
  214. ==========================================================================================================
  215. p= game.Players:GetChildren()
  216. for i= 1, #p do
  217. b = Instance.new("BodyForce")
  218. b.Parent = p[i].Character.Torso
  219. b.force = Vector3.new(0,10000,0)
  220. end
  221. ==========================================================================================================
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228. Slaves
  229. ==========================================================================================================
  230. p= game.Players:GetChildren()
  231. for i= 1, #p do
  232. p[i].Character.Name = "Shane's Slave"
  233. end
  234. ==========================================================================================================
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241. Orbit
  242. ==========================================================================================================
  243. while true do
  244. p= game.Players:GetChildren()
  245. for i= 1, #p do
  246. if p[i].Name ~= "shanethe13" then
  247. b = Instance.new("BodyPosition")
  248. b.Parent = p[i].Character.Torso
  249. b.maxForce = Vector3.new(600000000,6000000000,6000000000)
  250. b.position = game.Workspace.shanethe13.Torso.Position
  251. wait(0.1)
  252. end
  253. end
  254. end
  255. ==========================================================================================================
  256.  
  257.  
  258.  
  259.  
  260.  
  261. Follow
  262. ==========================================================================================================
  263. b = Instance.new("BodyPosition") b.Parent = game.Workspace.Onule.Torso b.maxForce = Vector3.new(600000000,6000000000,6000000000)
  264. while true do
  265. b.position = game.Workspace.shanethe13.Torso.Position
  266. wait(0.1)
  267. end
  268. ==========================================================================================================
  269.  
  270.  
  271.  
  272.  
  273. BlackHole
  274. ==========================================================================================================
  275. p= game.Players:GetChildren()
  276. for i= 1, #p do
  277. if p[i].Name ~= "shanethe13" then
  278. b = Instance.new("BodyPosition") b.Parent = p[i].Character.Torso b.maxForce = Vector3.new(6000000,60000000,60000000)
  279. b.position = Vector3.new(100,10,0)
  280. end
  281. end
  282. ==========================================================================================================
  283.  
  284.  
  285.  
  286.  
  287. Kick all
  288. =========================================================================================================
  289.  
  290. p= game.Players:GetChildren()
  291. for i= 1, #p do
  292. p[i]:remove()
  293. end
  294. ==========================================================================================================
  295.  
  296.  
  297.  
  298.  
  299.  
  300. Castle
  301. ========================================================================================================
  302. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(1,1.8,-40.5) p.Size = Vector3.new(58,1.2,52) p.Parent = game.Workspace p.Locked = true p.BrickColor = BrickColor.new(38)
  303.  
  304. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(1,1.8,-5.5) p.Size = Vector3.new(8,1.2,18) p.Parent = game.Workspace p.Locked = true p.BrickColor = BrickColor.new(38)
  305.  
  306.  
  307. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(-15.5,9,-12.5) p.Size = Vector3.new(25,15.6,4) p.Parent = game.Workspace p.Locked = true p.BrickColor = BrickColor.new(194)
  308.  
  309.  
  310. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(17.5,9,-12.5) p.Size = Vector3.new(25,15.6,4) p.Parent = game.Workspace p.Locked = true p.BrickColor = BrickColor.new(194)
  311.  
  312. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(1,27,-12.5) p.Size = Vector3.new(58,20.4,4) p.Parent = game.Workspace p.Locked = true p.BrickColor = BrickColor.new(194)
  313.  
  314. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(-31,19.2,-40.5) p.Size = Vector3.new(6,36,60) p.Parent = game.Workspace p.Locked = true p.BrickColor = BrickColor.new(194)
  315.  
  316. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(33,19.2,-40.5) p.Size = Vector3.new(6,36,60) p.Parent = game.Workspace p.Locked = true p.BrickColor = BrickColor.new(194)
  317.  
  318. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(1,19.2,-68.5) p.Size = Vector3.new(58,36,4) p.Parent = game.Workspace p.Locked = true p.BrickColor = BrickColor.new(194)
  319.  
  320.  
  321. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(1,37.8,-40.5) p.Size = Vector3.new(70,1.2,60) p.Parent = game.Workspace p.Locked = true p.BrickColor = BrickColor.new(194)
  322.  
  323.  
  324. p = Instance.new("SpawnLocation") p.Anchored = true p.Position = Vector3.new(1,1.8,20.5) p.Size = Vector3.new(8,1.2,6) p.Parent = game.Workspace p.Locked = true
  325. ==========================================================================================================
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334. annoying music(to most)
  335. ==========================================================================================================
  336. local s = Instance.new("Sound")
  337.  
  338. s.Name = "BGMusic"
  339. s.SoundId = "C:\\WINDOWS\\Media\\town.mid"
  340. s.Volume = 1
  341. s.Looped = true
  342. s.archivable = false
  343.  
  344. s.Parent = game.Workspace
  345.  
  346. wait(5)
  347.  
  348. s:play()
  349. ==========================================================================================================
  350.  
  351.  
  352.  
  353.  
  354.  
  355. plateform^(sp)
  356. ==========================================================================================================
  357. local p = Instance.new("Part") p.Parent = game.Workspace p.Position = Vector3.new(0, 100, 0) p.BrickColor = BrickColor.new(21) p.Size = Vector3.new(500, 1, 500) p.Locked = true
  358. ==========================================================================================================
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366. Brick!
  367. ==========================================================================================================
  368. local p = Instance.new("Part") p.Parent = game.Workspace p.Position = Vector3.new(101, 6000, 9) p.BrickColor = BrickColor.new(21) p.Size = Vector3.new(20, 1, 20) p.Anchored = true
  369. ==========================================================================================================
  370.  
  371.  
  372.  
  373.  
  374.  
  375. Alot Of Healt! (really alot!!)
  376. ==========================================================================================================
  377. game.Workspace.TheOfficalNoob4788.Humanoid.MaxHealth= math.huge
  378. ==========================================================================================================
  379.  
  380.  
  381.  
  382.  
  383.  
  384. Bricks!
  385. ==========================================================================================================
  386. for i=1,5 do
  387. wait(1)
  388. p = Instance.new("Part")
  389. p.Size = Vector3.new(math.random(1,30),math.random(1,30),math.random(1,30))
  390. p.BrickColor = BrickColor.random()
  391. p.Position = Vector3.new(math.random(-200,200),100,math.random(-200,200))
  392. p.Reflectance = (math.random(0,100) / 100)
  393. p.Locked = false
  394. p.Name = "rm"
  395. p.Parent = game.Workspace
  396. end
  397. ==========================================================================================================
  398.  
  399.  
  400.  
  401.  
  402.  
  403. My explosion barrier >=):
  404. ==========================================================================================================
  405. i = game.Workspace.ICE128 --Your name goes here
  406. while true do
  407. local h = i.Torso.Position
  408. b = Instance.new("Explosion")
  409. b.Position = Vector3.new(h.x,h.y+10,h.z)
  410. b.Parent = game.Workspace
  411. b.BlastRadius = 5
  412. b.BlastPressure = 1
  413. q = Instance.new("Explosion")
  414. q.Position = Vector3.new(h.x+10,h.y,h.z)
  415. q.Parent = game.Workspace
  416. q.BlastRadius = 5
  417. q.BlastPressure = 1
  418. t = Instance.new("Explosion")
  419. t.Position = Vector3.new(h.x,h.y,h.z+10)
  420. t.Parent = game.Workspace
  421. t.BlastRadius = 5
  422. t.BlastPressure = 1
  423. w = Instance.new("Explosion")
  424. w.Position = Vector3.new(h.x-10,h.y,h.z)
  425. w.Parent = game.Workspace
  426. w.BlastRadius = 5
  427. w.BlastPressure = 1
  428. r = Instance.new("Explosion")
  429. r.Position = Vector3.new(h.x,h.y,h.z-10)
  430. r.Parent = game.Workspace
  431. r.BlastRadius = 5
  432. r.BlastPressure = 1
  433. wait(.1)
  434. end
  435. ==========================================================================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement