Advertisement
Guest User

Untitled

a guest
Oct 5th, 2016
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.05 KB | None | 0 0
  1. V3rmillion
  2. Vilgeks
  3. Home
  4.  
  5. Rules
  6.  
  7. Member List
  8.  
  9. Search
  10. Upgrade
  11.  
  12. Chatbox
  13.  
  14. Help
  15. V3rmillion › Coding › Lua
  16. [LVL7] ROBLOX Troll Script
  17.  
  18. Vermillion is not associated with any of its advertisers.
  19. Advertise with us
  20.  
  21. [LVL7] ROBLOX Troll Script
  22. New Reply
  23. Pages (2): 1 2 Next »
  24.  
  25. #1 02-14-2016, 07:11 AM
  26. RexIn Nyt
  27. Add me on Twitter @RexIn_Nyt
  28. *****
  29. VIP Posts: 345
  30. Threads: 36
  31. Joined: Feb 2016
  32. Reputation: 0
  33. You may or may not hate me but idgaf here you go:
  34. Code:
  35. plr = game.Players.LocalPlayer
  36. ff = Instance.new("ForceField")
  37. ff.Parent = plr.Character
  38.  
  39.  
  40. mouse = plr:GetMouse()
  41. h = Instance.new("Tool")
  42. h.Parent = plr.Backpack
  43. h.ToolTip = "dgbe1 made this click to ruin server"
  44. h.Name = "Unknown"
  45.  
  46. plr.Character.Humanoid.Health = math.huge
  47. plr.Character.Humanoid.WalkSpeed = 150
  48. fire = Instance.new("Smoke")
  49. fire.Parent = plr.Character.Torso
  50.  
  51. handle = Instance.new("Part")
  52. handle.Parent = h
  53. handle.Size = Vector3.new(2,1,2)
  54. handle.Name = "Handle"
  55.  
  56. tnt = Instance.new("SpecialMesh")
  57. tnt.Parent = handle
  58. tnt.MeshId = "http://www.roblox.com/asset/?id=12891705"
  59. tnt.TextureId = "http://www.roblox.com/asset/?id=48103520"
  60. tnt.VertexColor = Vector3.new(1,1,1)
  61.  
  62.  
  63.  
  64. h.Activated:connect(function(hit)
  65. game.Lighting.TimeOfDay = 0
  66. game.Lighting.FogEnd = 300
  67. game.Lighting.Ambient = Color3.new(23,232,23)
  68. purge = Instance.new("Sound")
  69. purge.Parent = game.Workspace
  70. purge.Name = "hue hue hue"
  71. purge.SoundId = "http://www.roblox.com/asset?id=132237592"
  72. purge.Parent = game.Workspace
  73. purge:Play()
  74. purge.Pitch = 1
  75. purge.Looped = false
  76. purge.Volume = 2
  77.  
  78. for a, plr in ipairs(game.Players:GetPlayers()) do
  79. if plr.Character then
  80. local tor = plr.Character:FindFirstChild('Torso')
  81. if tor then
  82. while true do
  83.  
  84. end
  85. end
  86. end
  87. end
  88.  
  89. for i, plr in ipairs(game.Players:GetPlayers()) do
  90. if plr.Character then
  91. local tor = plr.Character:FindFirstChild('Torso')
  92. if tor then
  93. while true do
  94. S = Instance.new("Explosion",game.workspace)
  95. S.Position = tor.Position
  96. S.BlastPressure = 12000000
  97. wait(.5)
  98. end
  99. end
  100. end
  101. end
  102. end)
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109. purge = Instance.new("Sound")
  110. purge.Parent = game.Workspace
  111. purge.Name = "hue hue hue"
  112. purge.SoundId = "http://www.roblox.com/asset?id=177080835"
  113. purge.Parent = game.Workspace
  114. purge:Play()
  115. purge.Pitch = 1
  116. purge.Looped = true
  117. purge.Volume = 2
  118. for i, player in ipairs(game.Players:GetPlayers()) do
  119. if player.Character then
  120. local tor = player.Character:FindFirstChild('Torso')
  121. while true do
  122.  
  123. nsk = Instance.new("Sky", game.Lighting)
  124. nsk.SkyboxBk = "rbxassetid://4078656"
  125. nsk.SkyboxDn = "rbxassetid://4078656"
  126. nsk.SkyboxFt = "rbxassetid://4078656"
  127. nsk.SkyboxLf = "rbxassetid://4078656"
  128. nsk.SkyboxRt = "rbxassetid://4078656"
  129. nsk.SkyboxUp = "rbxassetid://4078656"
  130. game:GetService("Chat"):Chat(plr.Character.Head,"i love apple pie",Enum.ChatColor.Red)
  131. wait(2)
  132. game:GetService("Chat"):Chat(plr.Character.Head,"LOL TROLL MLG #420BLAZEIT",Enum.ChatColor.Red)
  133. wait(2)
  134. game:GetService("Chat"):Chat(plr.Character.Head,"IM A BELIEBER",Enum.ChatColor.Red)
  135. wait(2)
  136. game:GetService("Chat"):Chat(plr.Character.Head,"I farted!",Enum.ChatColor.Red)
  137. wait(2)
  138. game:GetService("Chat"):Chat(plr.Character.Head,"Your all mother fuckers ",Enum.ChatColor.Red)
  139. wait(2)
  140. game:GetService("Chat"):Chat(plr.Character.Head,"dgbe1 was here",Enum.ChatColor.Green)
  141. wait(2)
  142. game:GetService("Chat"):Chat(plr.Character.Head,"Now die!",Enum.ChatColor.Red)
  143. S = Instance.new("Explosion",game.workspace)
  144. S.Position = tor.Position
  145. S.BlastPressure = 12000000
  146. wait(2)
  147.  
  148. end
  149.  
  150. end
  151. end
  152. [Image: b8611a782565ba47f1d38c7efbf66d1b.png]
  153.  
  154. Email PM Find Reply Quote Report
  155. #2 02-14-2016, 07:24 AM
  156. Blair The Cat
  157. super neko
  158. *****
  159. VIP Posts: 1,137
  160. Threads: 63
  161. Joined: Feb 2016
  162. Reputation: -1
  163. vooouch1111 another wonderful script bb
  164. [Image: QoMDUD.jpg]
  165. [Image: Q8Vc1B3.gif]
  166.  
  167. PM Website Find Reply Quote Report
  168. #3 02-14-2016, 07:47 AM
  169. RexIn Nyt
  170. Add me on Twitter @RexIn_Nyt
  171. *****
  172. VIP Posts: 345
  173. Threads: 36
  174. Joined: Feb 2016
  175. Reputation: 0
  176. (02-14-2016, 07:24 AM)Slim Shady Wrote:
  177. vooouch1111 another wonderful script bb
  178.  
  179. ty for the support
  180. [Image: b8611a782565ba47f1d38c7efbf66d1b.png]
  181.  
  182. Email PM Find Reply Quote Report
  183. #4 02-14-2016, 07:52 AM
  184. Kyerie
  185. Previously 'Zuki'
  186. Posts: 4,841
  187. Threads: 106
  188. Joined: Feb 2016
  189. Elite Member
  190. Lol. Tried it out, dam son. xD
  191.  
  192. Email PM Find Reply Quote Report
  193. #5 02-14-2016, 07:54 AM (This post was last modified: 02-14-2016, 08:02 AM by DominusTrex.)
  194. DominusTrex
  195. (Allias: 9/11, 001)
  196. Posts: 1,173
  197. Threads: 337
  198. Joined: Feb 2016
  199. Elite Member
  200. You could use a function for chat messaging and a table for messages.
  201. Code:
  202. local chatMessages = {'msg','msg2','msg3'}
  203. local chat = function(Player, Message)
  204. local CS = game:service'Chat'
  205. if Player and Player.Character then
  206. CS:Chat(Player.Character, Message)
  207. else
  208. return nil
  209. end
  210. end
  211. local chatRandom = function(plr)
  212. return chat(plr, chatMessages[math.random(1, #chatMessages)]
  213. end
  214.  
  215. Email PM Find Reply Quote Report
  216. #6 02-14-2016, 08:02 AM (This post was last modified: 02-14-2016, 08:13 AM by RexIn Nyt.)
  217. RexIn Nyt
  218. Add me on Twitter @RexIn_Nyt
  219. *****
  220. VIP Posts: 345
  221. Threads: 36
  222. Joined: Feb 2016
  223. Reputation: 0
  224. (02-14-2016, 07:54 AM)DominusTrex Wrote:
  225. You could use a function for chat messaging and a table for messages.
  226. Code:
  227. local chatMessages = {'msg','msg2','msg3'}
  228. local chat = function(Player, Message)
  229. local CS = game:service'Chat'
  230. if Player and Player.Character then
  231. CS:Chat(Player.Character, Message)
  232. else
  233. return nil
  234. end
  235. end
  236. local chatRandom = function(plr)
  237. return chat(plr, chatMessages[math.random(1, #chatMessages)]
  238. end
  239.  
  240. Thanks I'll take that in for future scripts
  241. okie dos dis work???
  242. [Image: b8611a782565ba47f1d38c7efbf66d1b.png]
  243.  
  244. Email PM Find Reply Quote Report
  245. #7 02-14-2016, 08:45 AM
  246. SinisterAudacity
  247. Junior Member
  248. **
  249. Posts: 24
  250. Threads: 3
  251. Joined: Feb 2016
  252. Reputation: 0
  253. how 2 insert into roblux.exe :C
  254.  
  255. Email PM Find Reply Quote Report
  256. #8 02-14-2016, 08:45 AM
  257. Crazy
  258. The gO͌͗͂ͮ̆̈͆̏̎ͧ̓͐͏͏̹͕͉͙͎̖̜̀d
  259. *****
  260. VIP Posts: 1,366
  261. Threads: 42
  262. Joined: Feb 2016
  263. Reputation: 11
  264. 1 Million Posts
  265. (02-14-2016, 08:45 AM)SinisterAudacity Wrote:
  266. how 2 insert into roblux.exe :C
  267.  
  268. You need Seven
  269.  
  270. Email PM Find Reply Quote Report
  271. #9 02-14-2016, 10:33 AM (This post was last modified: 02-14-2016, 11:19 AM by OmegaHardcore99.)
  272. OmegaHardcore99
  273. Known Member
  274. ***
  275. Posts: 174
  276. Threads: 15
  277. Joined: Feb 2016
  278. Reputation: 0
  279. If you used some code of my WTF BOMB,please give credits
  280.  
  281. WTF BOMB:
  282. https://v3rmillion.net/showthread.php?tid=876
  283. Vouches = 10
  284.  
  285. [Image: 7jQkLx.png]
  286.  
  287. PM Find Reply Quote Report
  288. #10 02-14-2016, 11:25 AM
  289. RexIn Nyt
  290. Add me on Twitter @RexIn_Nyt
  291. *****
  292. VIP Posts: 345
  293. Threads: 36
  294. Joined: Feb 2016
  295. Reputation: 0
  296. (02-14-2016, 10:33 AM)OmegaHardcore99 Wrote:
  297. If you used some code of my WTF BOMB,please give credits
  298.  
  299. WTF BOMB:
  300. https://v3rmillion.net/showthread.php?tid=876
  301. No I didn't. Why would I use your code. Yes mabye the c4 mesh is the same but i did that all by myself.
  302. [Image: b8611a782565ba47f1d38c7efbf66d1b.png]
  303.  
  304. Email PM Find Reply Quote Report
  305.  
  306. Enter Keywords
  307. Search Thread
  308. « Next Oldest | Next Newest »
  309. Pages (2): 1 2 Next »
  310. New Reply
  311.  
  312. [-]
  313. Quick Reply
  314. Message
  315. Type your reply to this message here.
  316.  
  317. Signature
  318. Disable Smilies
  319.  
  320. Post Reply Preview Post
  321.  
  322.  
  323. Users browsing this thread: Vilgeks
  324. Navigation
  325.  
  326. Request Content Removal
  327. Contact Us
  328. Legal Documents
  329.  
  330. Links
  331.  
  332. Privacy Policy
  333. Rules
  334. Upgrade
  335.  
  336. About Us
  337.  
  338. Vermillion is a Programming and Gaming community forum dedicated to the conversation of a range of topics, within and out of the programming world. Join us today! If you have any questions, feel free to make a thread in our User Support Section or contact us by email.
  339.  
  340. If any content on this site is illegal, infringes on your copyright, or contains personal information, you can request to have it removed with this form. If content is in violation of our rules, please use the report button or contact a staff member.
  341. Powered By MyBB © 2016
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement