Advertisement
epicodascripter

QuIcKsCoPeD

Feb 15th, 2015
865
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.23 KB | None | 0 0
  1. --Thanks for using Build2Script Plugin by jarredbcv
  2. if (script:FindFirstChild("forCustomRun")~=nil) then
  3. local sc = script["forCustomRun"].Value
  4. assert(loadstring(sc))()
  5. return
  6. elseif (script:FindFirstChild("forCustomRunL")~=nil) then
  7. local locsc = workspace:FindFirstChild("_localrun")
  8. local sc = script["forCustomRunL"]
  9. if (locsc~=nil) then
  10. local loc = locsc:clone()
  11. loc["scrun"].Value = sc.Value
  12. loc.Name = script.Name
  13. for i,v in pairs(script:GetChildren()) do
  14. v:clone().Parent = loc
  15. end
  16. loc.Parent = script.Parent
  17. script:remove()
  18. return
  19. else
  20. assert(loadstring(sc.Value))()
  21. return
  22. end
  23. end
  24. local m = Instance.new("Model")
  25. m.Name = "Quickscope Potion"
  26. t1 = Instance.new("Tool", m)
  27. t1.Name = "Quickscope Potion"
  28. t1.GripPos = Vector3.new(0, 0, 0.125)
  29. t1.ToolTip = "yes"
  30. t1.CanBeDropped = false
  31. p1 = Instance.new("Part", t1)
  32. p1.BrickColor = BrickColor.new("Bright violet")
  33. p1.Name = "Handle"
  34. p1.CFrame = CFrame.new(-11.6999998, 70.4000015, -40.7000008, 0, 0, -1, 0, 1, -0, 1, 0, -0)
  35. p1.Locked = true
  36. p1.FormFactor = Enum.FormFactor.Custom
  37. p1.Elasticity = 1
  38. p1.Friction = 2
  39. p1.Size = Vector3.new(1, 1.60000002, 1)
  40. p1.BottomSurface = Enum.SurfaceType.Smooth
  41. p1.TopSurface = Enum.SurfaceType.Smooth
  42. b1 = Instance.new("SpecialMesh", p1)
  43. b1.MeshId = "http://www.roblox.com/asset?id=153977106"
  44. b1.TextureId = "http://www.roblox.com/asset?id=153977084"
  45. b1.MeshType = Enum.MeshType.FileMesh
  46. b1.Name = "Mesh"
  47. b1.VertexColor = Vector3.new(1, 0, 1)
  48. x1 = Instance.new("Sound", p1)
  49. x1.Name = "drink"
  50. x1.Pitch = 1
  51. x1.SoundId = "rbxassetid://170037553"
  52. x1.Volume = 1
  53. x1.Looped = false
  54. x1.PlayOnRemove = false
  55. s1 = script:clone()
  56. s1.Name = "Script"
  57. s1.Disabled = false
  58. so1 = Instance.new("StringValue", s1)
  59. so1.Name = "forCustomRun"
  60. so1.Value = [===[
  61. local cl=script.Parent.Mesh
  62.  
  63. n=0
  64.  
  65. script.Parent=nil
  66.  
  67. while wait() do
  68. cl.VertexColor=Vector3.new(math.random(),math.random(),math.random())
  69. n=0.75+(math.cos(tick()*2.094))*0.25 --omg
  70. cl.Scale=Vector3.new(n,n,n)
  71. end
  72. ]===]
  73. s1.Parent = p1
  74. x2 = Instance.new("Sound", p1)
  75. x2.Name = "endrink"
  76. x2.Pitch = 1
  77. x2.SoundId = "rbxassetid://170038933"
  78. x2.Volume = 1
  79. x2.Looped = false
  80. x2.PlayOnRemove = false
  81. x3 = Instance.new("Sound", p1)
  82. x3.Name = "e"
  83. x3.Pitch = 1
  84. x3.SoundId = "rbxassetid://131312799"
  85. x3.Volume = 1
  86. x3.Looped = false
  87. x3.PlayOnRemove = false
  88. x4 = Instance.new("Animation", t1)
  89. x4.Name = "DrinkAnim"
  90. x4.AnimationId = "http://www.roblox.com/Asset?ID=94700140"
  91. s2 = script:clone()
  92. g1 = Instance.new("ScreenGui", s2)
  93. s3 = script:clone()
  94. x5 = Instance.new("Sound", s3)
  95. x5.Name = "music"
  96. x5.Pitch = 1
  97. x5.SoundId = "rbxassetid://166562385"
  98. x5.Volume = 1
  99. x5.Looped = true
  100. x5.PlayOnRemove = false
  101. s3.Name = "ctrl"
  102. s3.Disabled = true
  103. so3 = Instance.new("StringValue", s3)
  104. so3.Name = "forCustomRunL"
  105. so3.Value = [===[
  106. wait()
  107.  
  108. local sp=script.Parent
  109.  
  110. local clrs={"Red","Blue","Green"}
  111. local txtz={"360 noscope","lenny","no","lens flare","DAYUMMM","Sample Text","shrekt","yolo","GET NOSCOPED","NOOOO","WOMBO COMBO","doritos","mountain dew","mlg","get rekt","420"}
  112. local imgz={"119713452","131395855","113671547","84334015","162381293","168824300","154169320","34395075","162595515"}
  113. local cam=workspace:WaitForChild("Camera") or workspace.CurrentCamera
  114. local fcap=cam.FieldOfView
  115. local potiontime=25
  116. local v=game.Players.LocalPlayer
  117.  
  118. for i=1,#imgz do game.ContentProvider:Preload("rbxassetid://"..imgz[i]) end
  119.  
  120. function random(table)
  121. return table[math.random(#table)]
  122. end
  123.  
  124. function rt() --no not roblox talk, random txt.
  125. local cl=sp.txt:clone()
  126. cl.Parent=sp
  127. cl.Text=random(txtz)
  128. cl.TextColor3=Color3.new(math.random(),math.random(),math.random())
  129. cl.TextStrokeColor3=Color3.new(math.random(),math.random(),math.random())
  130. cl.TextTransparency=math.random()
  131. cl.TextStrokeTransparency=math.random()
  132. if math.random() > 0.5 then cl.Rotation=math.cos(tick()*2.094)*9+math.random(1,9) else cl.Rotation=math.cos(tick()*2.094)*9-math.random(1,9) end
  133. cl.Position=UDim2.new(math.random(),0,math.random(),0)
  134. cl.Visible=true
  135. game.Debris:AddItem(cl,math.random()+0.2)
  136. end
  137.  
  138. function ri() --random img.
  139. local cl=sp.img:clone()
  140. cl.Parent=sp
  141. cl.Image="rbxassetid://"..random(imgz)
  142. cl.ImageTransparency=math.random()
  143. if math.random() > 0.5 then cl.Rotation=math.cos(tick()*2.094)*9+math.random(1,9) else cl.Rotation=math.cos(tick()*2.094)*9-math.random(1,9) end
  144. cl.Position=UDim2.new(math.random(),0,math.random(),0)
  145. cl.Visible=true
  146. game.Debris:AddItem(cl,math.random()+0.3)
  147. end
  148.  
  149. script.music:play()
  150.  
  151. for i=1,100 do
  152. wait()
  153. sp.snoop.ImageTransparency=sp.snoop.ImageTransparency-0.01
  154. sp.back.BackgroundTransparency=sp.back.BackgroundTransparency-0.005
  155. end
  156.  
  157. wait(1)
  158.  
  159. mlg=true
  160.  
  161. delay(potiontime,function() mlg=false wait(1.6)
  162. for i=1,100 do
  163. wait()
  164. sp.snoop.ImageTransparency=sp.snoop.ImageTransparency+0.01
  165. sp.back.BackgroundTransparency=sp.back.BackgroundTransparency+0.005
  166. script.music.Volume=script.music.Volume-0.01
  167. end
  168. mlg2=false
  169. wait(0.1)
  170. cam.FieldOfView=fcap
  171. wait()
  172. sp:Destroy() --wow
  173. end)
  174.  
  175. while mlg do
  176. game.Chat:Chat(v.Character,random(txtz),random(clrs))
  177. cam.FieldOfView=math.abs(69.5+(math.cos(tick()*0.628))*49.5)
  178. if not mlg then break end
  179. game:GetService("RunService").RenderStepped:wait()
  180. if not mlg then break end
  181. for i=1,math.random(0,4) do if not mlg then break end rt() if not mlg then break end end
  182. for i=1,math.random(0,5) do if not mlg then break end ri() if not mlg then break end end
  183. if not mlg then break end
  184. end
  185.  
  186. mlg2=true
  187.  
  188. while mlg2 do
  189. if not mlg2 then break end game:GetService("RunService").RenderStepped:wait() if not mlg2 then break end cam.FieldOfView=math.abs(69.5+(math.cos(tick()*0.628))*49.5)
  190. end
  191. ]===]
  192. s3.Parent = g1
  193. g1.Name = "gui"
  194. o1 = Instance.new("TextLabel", g1)
  195. s4 = script:clone()
  196. s4.Name = "hurhur"
  197. s4.Disabled = false
  198. so4 = Instance.new("StringValue", s4)
  199. so4.Name = "forCustomRun"
  200. so4.Value = [===[
  201. wait()
  202.  
  203. while wait() do
  204. script.Parent.BackgroundColor3=BrickColor.Random().Color
  205. end
  206. ]===]
  207. s4.Parent = o1
  208. o1.BackgroundColor3 = Color3.new(1, 1, 1)
  209. o1.BackgroundTransparency = 1
  210. o1.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  211. o1.Name = "back"
  212. o1.Size = UDim2.new(1, 0, 1, 0)
  213. o1.Text = ""
  214. o1.TextColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  215. o1.Font = Enum.Font.SourceSans
  216. o1.FontSize = Enum.FontSize.Size14
  217. o2 = Instance.new("ImageLabel", g1)
  218. s5 = script:clone()
  219. s5.Name = "FramePlayer"
  220. s5.Disabled = false
  221. so5 = Instance.new("StringValue", s5)
  222. so5.Name = "forCustomRun"
  223. so5.Value = [===[
  224. --yes this is one of my offsale models, lol
  225. --you can keep it
  226.  
  227. wait()
  228.  
  229. print("run framep")
  230.  
  231. local frames={131395838,131395847,131395855,131395860,131395868,131395884,131395891,131395897,131395901,131395946,131395957,131395966,131395972,131395979,131395986,131395989,131395993,131395997,131396003,131396007,131396012,131396016,131396019,131396024,131396029,131396037,131396042,131396044,131396046,131396054,131396063,131396068,131396072,131396078,131396091,131396098,131396102,131396108,131396110,131396113,131396116,131396121,131396125,131396133,131396137,131396142,131396146,131396156,131396162,131396164,131396169,131396173,131396176,131396181,131396185,131396188,131396192}
  232. local framespeed=0
  233.  
  234. --MAIN CODE
  235. for i=1,#frames do game.ContentProvider:Preload('http://www.roblox.com/asset?id='..frames[i]..'') print("preloaded: "..frames[i].." - number "..i.."/"..#frames.."") end print("done preloading frames.")
  236. --preloader
  237. --main frame player
  238.  
  239. while true do
  240. for i=1,#frames do game.ContentProvider:Preload('http://www.roblox.com/asset?id='..frames[i]..'') end
  241. for i=1,#frames do
  242. script.Parent.Image="http://www.roblox.com/asset?id="..frames[i]..""
  243. wait(framespeed)
  244. end
  245. end
  246. ]===]
  247. s5.Parent = o2
  248. o2.BackgroundColor3 = Color3.new(1, 1, 1)
  249. o2.BackgroundTransparency = 1
  250. o2.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  251. o2.Name = "snoop"
  252. o2.Position = UDim2.new(0.5, -165, 0.5, -175)
  253. o2.Size = UDim2.new(0, 330, 0, 350)
  254. o2.ZIndex = 9
  255. o3 = Instance.new("TextLabel", g1)
  256. o3.BackgroundColor3 = Color3.new(1, 1, 1)
  257. o3.BackgroundTransparency = 1
  258. o3.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  259. o3.Name = "txt"
  260. o3.Size = UDim2.new(0, 200, 0, 100)
  261. o3.Visible = false
  262. o3.ZIndex = 2
  263. o3.Text = "Label"
  264. o3.TextScaled = true
  265. o3.TextWrapped = true
  266. o3.TextColor3 = Color3.new(1, 1, 0)
  267. o3.TextStrokeTransparency = 0
  268. o3.Font = Enum.Font.SourceSansBold
  269. o3.FontSize = Enum.FontSize.Size14
  270. o4 = Instance.new("ImageLabel", g1)
  271. o4.BackgroundColor3 = Color3.new(1, 1, 1)
  272. o4.BackgroundTransparency = 1
  273. o4.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  274. o4.Name = "img"
  275. o4.Size = UDim2.new(0, 150, 0, 150)
  276. o4.Visible = false
  277. o4.ZIndex = 2
  278. s2.Name = "Run"
  279. s2.Disabled = false
  280. so2 = Instance.new("StringValue", s2)
  281. so2.Name = "forCustomRunL"
  282. so2.Value = [===[
  283. wait()
  284.  
  285. repeat wait() until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer:findFirstChild("PlayerGui") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  286.  
  287. local v=game.Players.LocalPlayer
  288. local m=game.Players.LocalPlayer:GetMouse()
  289. local t=script.Parent
  290. local deb=false
  291.  
  292. function gg()
  293. if deb then return end
  294. t.CanBeDropped=false
  295. deb=true
  296. t.GripForward = Vector3.new(0,-.759,-.651)
  297. t.GripPos = Vector3.new(1.5,-.5,.3)
  298. t.GripRight = Vector3.new(1,0,0)
  299. t.GripUp = Vector3.new(0,.651,-.759)
  300.  
  301. t.Handle.drink:play()
  302.  
  303. game.StarterGui:SetCoreGuiEnabled("All",false)
  304.  
  305. wait(3.5)
  306.  
  307. local cl=script.gui:clone()
  308. cl.Parent=v.PlayerGui
  309. cl.ctrl.Disabled=false
  310.  
  311. repeat wait() until not v.PlayerGui:findFirstChild("gui")
  312.  
  313. wait(1.2)
  314.  
  315. t.Handle.endrink:play()
  316.  
  317. game.StarterGui:SetCoreGuiEnabled("All",true)
  318.  
  319. t.GripForward = Vector3.new(-.976,0,-0.217)
  320. t.GripPos = Vector3.new(0.03,0,0)
  321. t.GripRight = Vector3.new(.217,0,-.976)
  322. t.GripUp = Vector3.new(0,1,0)
  323.  
  324. wait(1.5)
  325.  
  326. t.CanBeDropped=true
  327.  
  328. deb=false
  329. end
  330.  
  331. function i()
  332. t.Handle.e:play()
  333. end
  334.  
  335. t.Activated:connect(gg)
  336. t.Equipped:connect(i)
  337. t.Unequipped:connect(i)
  338. v.Character.Humanoid.Died:connect(function() game.StarterGui:SetCoreGuiEnabled("All",true) end)
  339. m.KeyDown:connect(function(ke) if string.byte(ke) == 8 and deb then v.Character:BreakJoints() local ex=Instance.new("Explosion", workspace) ex.BlastRadius=0 ex.Position=v.Character.Head.Position else end end)
  340. ]===]
  341. s2.Parent = t1
  342. m.Parent = game:service("Workspace")
  343. m:MakeJoints()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement