Advertisement
Guest User

ViperVenom v1

a guest
Aug 18th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.39 KB | None | 0 0
  1. local version = "v1"
  2. local MENU = Instance.new("ScreenGui")
  3. local Topbar = Instance.new("Frame")
  4. local Topbar2 = Instance.new("Frame")
  5. local exit = Instance.new("TextButton")
  6. local minimize = Instance.new("TextButton")
  7. local minimize2 = Instance.new("TextButton")
  8. local menu = Instance.new("Frame")
  9. local menu2 = Instance.new("Frame")
  10. local menu3 = Instance.new("Frame")
  11. local menu3mini = Instance.new("ScrollingFrame")
  12. local bar = Instance.new("Frame")
  13. local chatwin = Instance.new("Frame")
  14. local earbleed = Instance.new("TextButton")
  15. local earwin = Instance.new("Frame")
  16. local eartext = Instance.new("TextBox")
  17. local kill = Instance.new("TextButton")
  18. local chat = Instance.new("TextButton")
  19. local freeze = Instance.new("TextButton")
  20. local thaw = Instance.new("TextButton")
  21. local chattext = Instance.new("TextBox")
  22. local explode = Instance.new("TextButton")
  23. local sparkles = Instance.new("TextButton")
  24. local invis = Instance.new("TextButton")
  25. local killall = Instance.new("TextButton")
  26. local loopkill = Instance.new("TextButton")
  27. local forcefield = Instance.new("TextButton")
  28. local punish = Instance.new("TextButton")
  29. local god = Instance.new("TextButton")
  30. local victim = Instance.new("TextBox")
  31. local victim2 = Instance.new("TextBox")
  32. local goto = Instance.new("TextButton")
  33. local btools = Instance.new("TextButton")
  34. local jp = Instance.new("TextButton")
  35. local speed = Instance.new("TextButton")
  36. local float = Instance.new("TextButton")
  37. local mainsec = Instance.new("TextButton")
  38. local localsec = Instance.new("TextButton")
  39. local unanchor = Instance.new("TextButton")
  40. local unlock = Instance.new("TextButton")
  41. local moresec = Instance.new("TextButton")
  42. local TextLabel = Instance.new("TextLabel")
  43. local TextLabel2 = Instance.new("TextLabel")
  44. local back = Instance.new("TextButton")
  45. local creds = Instance.new("TextLabel")
  46. local creds2 = Instance.new("TextLabel")
  47. local creds3 = Instance.new("TextLabel")
  48. local info = Instance.new("TextLabel")
  49. local info2 = Instance.new("TextLabel")
  50. local glow = Instance.new("Frame")
  51. local glow2 = Instance.new("Frame")
  52. local gridlayout = Instance.new("UIGridLayout")
  53. local others
  54. local all
  55. local others2
  56. local all2
  57. local color = Color3.new(0, 0.666667, 0)
  58. local color2 = Color3.new(0, 0.555557, 0)
  59. local randoms = {"#$%#%@#$%32","ey m8y!!!1!!!! sup my dooo000ooood!!","this is 0ne gR3AT m3nU","4YSO98YFAOF9","ISRBKTIUGSKAIUK","H4TY4WEO9TUOWN","@%$&@%$&#&#$&#%&","AYEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE333EEEE3E3E3E3!!!!1!!!","totaly LUAgit m3nu"} --nice security
  60. MENU.Name = randoms[math.random(1,#randoms)]
  61. MENU.Parent = game.Players.LocalPlayer.PlayerGui
  62. MENU.ResetOnSpawn = false
  63. glow2.Name = "glow2"
  64. glow2.Parent = Topbar
  65. glow2.BackgroundTransparency = 0.8
  66. glow2.BorderSizePixel = 0
  67. glow2.Size = UDim2.new(0, 200, 0.5, 0)
  68. glow2.BackgroundColor3 = Color3.new(1, 1, 1)
  69. Topbar.Name = "Topbar"
  70. Topbar.Parent = MENU
  71. Topbar.Active = true
  72. Topbar.BackgroundColor3 = color
  73. Topbar.BorderSizePixel = 0
  74. Topbar.Draggable = true
  75. Topbar.Position = UDim2.new(0.5, -100, 0.5, -13)
  76. Topbar.Selectable = true
  77. Topbar.Size = UDim2.new(0, 200, 0, 27)
  78. Topbar2.Name = "Topbar2"
  79. glow3 = glow2:Clone()
  80. glow3.Parent = Topbar2
  81. glow3.Size = UDim2.new(0, 350, 0.5, 0)
  82. Topbar2.Parent = MENU
  83. Topbar2.Active = true
  84. Topbar2.BackgroundColor3 = color
  85. Topbar2.BorderSizePixel = 0
  86. Topbar2.Draggable = true
  87. Topbar2.Position = UDim2.new(0.5, -100, 0.5, -13)
  88. Topbar2.Selectable = true
  89. Topbar2.Size = UDim2.new(0, 350, 0, 27)
  90. Topbar2.Visible = false
  91. menu3.Name = "menu"
  92. menu3.Parent = Topbar2
  93. menu3.BackgroundColor3 = Color3.new(1, 1, 1)
  94. menu3.BorderSizePixel = 0
  95. menu3.Position = UDim2.new(0, 0, 0, 27)
  96. menu3.Size = UDim2.new(0, 350, 0, 250)
  97. menu3mini.Name = "buttons"
  98. menu3mini.Parent = menu3
  99. menu3mini.BackgroundTransparency = 1
  100. menu3mini.BorderSizePixel = 0
  101. menu3mini.MidImage = "rbxassetid://12728187"
  102. menu3mini.TopImage = "rbxassetid://12728187"
  103. menu3mini.BottomImage = "rbxassetid://12728187"
  104. menu3mini.Position = UDim2.new(0, 10, 0, 70)
  105. menu3mini.Size = UDim2.new(1, -20, 0, 170)
  106. gridlayout.Parent = menu3mini
  107. gridlayout.CellSize = UDim2.new(0, 80, 0, 50)
  108. gridlayout.CellPadding = UDim2.new(0, 0, 0, 0)
  109. glow.Name = "glow"
  110. glow.Parent = Topbar
  111. glow.Visible = false
  112. glow.BackgroundTransparency = 0.8
  113. glow.BorderSizePixel = 0
  114. glow.Size = UDim2.new(0, 80, 0.5, 0)
  115. glow.BackgroundColor3 = Color3.new(1, 1, 1)
  116. exit.Name = "exit"
  117. exit.Parent = Topbar
  118. exit.BackgroundColor3 = Color3.new(1, 1, 1)
  119. exit.BackgroundTransparency = 1
  120. exit.Position = UDim2.new(0, 165, 0, 0)
  121. exit.Size = UDim2.new(0, 37, 0, 27)
  122. exit.Font = Enum.Font.Arial
  123. exit.FontSize = Enum.FontSize.Size18
  124. exit.Text = "X"
  125. exit.TextColor3 = Color3.new(1, 1, 1)
  126. exit.TextSize = 18
  127. minimize.Name = "mini"
  128. minimize.Parent = Topbar
  129. minimize.BackgroundColor3 = Color3.new(1, 1, 1)
  130. minimize.BackgroundTransparency = 1
  131. minimize.Position = UDim2.new(0, 147, 0, -2)
  132. minimize.Size = UDim2.new(0, 37, 0, 27)
  133. minimize.Font = Enum.Font.Arial
  134. minimize.FontSize = Enum.FontSize.Size18
  135. minimize.Text = "-"
  136. minimize.TextColor3 = Color3.new(1, 1, 1)
  137. minimize.TextSize = 24
  138. menu.Name = "menu"
  139. menu.Parent = Topbar
  140. menu.BackgroundColor3 = Color3.new(1, 1, 1)
  141. menu.BorderSizePixel = 0
  142. menu.Position = UDim2.new(0, 0, 0, 27)
  143. menu.Size = UDim2.new(0, 200, 0, 232)
  144. menu.Visible = true
  145. minimize2.Name = "mini"
  146. minimize2.Parent = Topbar2
  147. minimize2.BackgroundColor3 = Color3.new(1, 1, 1)
  148. minimize2.BackgroundTransparency = 1
  149. minimize2.Position = UDim2.new(1, -37, 0, -2)
  150. minimize2.Size = UDim2.new(0, 37, 0, 27)
  151. minimize2.Font = Enum.Font.Arial
  152. minimize2.FontSize = Enum.FontSize.Size18
  153. minimize2.Text = "-"
  154. minimize2.TextColor3 = Color3.new(1, 1, 1)
  155. minimize2.TextSize = 24
  156. creds.Name = "creds"
  157. creds.Parent = Topbar
  158. creds.BackgroundTransparency = 1
  159. creds.Position = UDim2.new(0, 16, 0, 56)
  160. creds.Size = UDim2.new(1, -20, 0, 35)
  161. creds.Font = Enum.Font.Arial
  162. creds.FontSize = Enum.FontSize.Size18
  163. creds.TextColor3 = color
  164. creds.TextSize = 18
  165. if workspace.FilteringEnabled == true then
  166. creds.Text = "Filtering is enabled."
  167. else
  168. creds.Text = "Filtering is disabled."
  169. end
  170. creds.BorderSizePixel = 0
  171. creds2.Name = "creds2"
  172. creds2.Parent = menu2
  173. creds2.BackgroundTransparency = 1
  174. creds2.Position = UDim2.new(0, 16, 0, 29)
  175. creds2.Size = UDim2.new(1, -20, 0, 35)
  176. creds2.Font = Enum.Font.Arial
  177. creds2.FontSize = Enum.FontSize.Size18
  178. creds2.TextColor3 = color
  179. creds2.TextSize = 18
  180. if workspace.FilteringEnabled == true then
  181. creds2.Text = "Filtering is enabled."
  182. else
  183. creds2.Text = "Filtering is disabled."
  184. end
  185. creds2.BorderSizePixel = 0
  186. creds3.Name = "creds"
  187. creds3.Parent = menu3
  188. creds3.BackgroundTransparency = 1
  189. creds3.Position = UDim2.new(0, 16, 0, -5)
  190. creds3.Size = UDim2.new(1, -20, 0, 35)
  191. creds3.Font = Enum.Font.Arial
  192. creds3.FontSize = Enum.FontSize.Size18
  193. creds3.TextColor3 = color
  194. creds3.TextSize = 18
  195. if workspace.FilteringEnabled == true then
  196. creds3.Text = "Filtering is enabled."
  197. else
  198. creds3.Text = "Filtering is disabled."
  199. end
  200. creds3.BorderSizePixel = 0
  201. info.Name = "info"
  202. info.Parent = victim
  203. info.BackgroundTransparency = 1
  204. info.Position = UDim2.new(0, 0, -1, 0)
  205. info.Size = UDim2.new(1, 0, 0, 35)
  206. info.Font = Enum.Font.Arial
  207. info.FontSize = Enum.FontSize.Size18
  208. info.TextColor3 = color
  209. info.TextSize = 8
  210. info.Text = "You must type the first four exact letters of names."
  211. info.BorderSizePixel = 0
  212. info2.Name = "info"
  213. info2.Parent = victim2
  214. info2.BackgroundTransparency = 1
  215. info2.Position = UDim2.new(0, 0, -1, 0)
  216. info2.Size = UDim2.new(1, 0, 0, 35)
  217. info2.Font = Enum.Font.Arial
  218. info2.FontSize = Enum.FontSize.Size18
  219. info2.TextColor3 = color
  220. info2.TextSize = 8
  221. info2.Text = "You must type the first four exact letters of names."
  222. info2.BorderSizePixel = 0
  223. menu2.Name = "menu2"
  224. menu2.Parent = Topbar
  225. menu2.BackgroundColor3 = Color3.new(1, 1, 1)
  226. menu2.BorderSizePixel = 0
  227. menu2.Position = UDim2.new(0, 0, 0, 27)
  228. menu2.Size = UDim2.new(0, 200, 0, 232)
  229. menu2.Visible = false
  230. kill.Name = "kill"
  231. kill.Parent = menu
  232. kill.BackgroundColor3 = color
  233. kill.BorderSizePixel = 0
  234. kill.Position = UDim2.new(0, 107, 0, 110)
  235. kill.Size = UDim2.new(0, 80, 0, 50)
  236. kill.Font = Enum.Font.Arial
  237. killG = glow:Clone()
  238. killG.Parent = kill
  239. killG.Visible = true
  240. kill.FontSize = Enum.FontSize.Size18
  241. kill.Text = "Kill"
  242. kill.TextColor3 = Color3.new(1, 1, 1)
  243. kill.TextSize = 18
  244. bar.Name = "bar"
  245. bar.Parent = Topbar
  246. bar.BorderSizePixel = 0
  247. bar.Position = UDim2.new(0, 5, 1, 29)
  248. bar.Size = UDim2.new(0, 56, 0, 2)
  249. bar.BackgroundColor3 = color
  250. mainsec.Name = "mainsec"
  251. mainsec.Parent = Topbar
  252. mainsec.BackgroundTransparency = 1
  253. mainsec.BorderSizePixel = 0
  254. mainsec.Position = UDim2.new(0, 10,1, 5)
  255. mainsec.Size = UDim2.new(0, 48, 0, 25)
  256. mainsec.Font = Enum.Font.Arial
  257. mainsec.FontSize = Enum.FontSize.Size18
  258. mainsec.Text = "PAGE 1"
  259. mainsec.TextColor3 = color
  260. mainsec.TextSize = 18
  261. localsec.Name = "localsec"
  262. localsec.Parent = Topbar
  263. localsec.BackgroundTransparency = 1
  264. localsec.BorderSizePixel = 0
  265. localsec.Position = UDim2.new(0, 80, 1, 5)
  266. localsec.Size = UDim2.new(0, 48, 0, 25)
  267. localsec.Font = Enum.Font.Arial
  268. localsec.FontSize = Enum.FontSize.Size18
  269. localsec.Text = "PAGE 2"
  270. localsec.TextColor3 = color
  271. localsec.TextSize = 18
  272. moresec.Name = "moresec"
  273. moresec.Parent = Topbar
  274. moresec.BackgroundTransparency = 1
  275. moresec.BorderSizePixel = 0
  276. moresec.Position = UDim2.new(1, -55, 1, 5)
  277. moresec.Size = UDim2.new(0, 48, 0, 25)
  278. moresec.Font = Enum.Font.Arial
  279. moresec.FontSize = Enum.FontSize.Size18
  280. moresec.Text = "MORE"
  281. moresec.TextColor3 = color
  282. moresec.TextSize = 18
  283. killall.Name = "killall"
  284. killall.Parent = menu
  285. killall.BackgroundColor3 = color
  286. killall.BorderSizePixel = 0
  287. killall.Position = UDim2.new(0, 14, 0, 110)
  288. killall.Size = UDim2.new(0, 80, 0, 50)
  289. killall.Font = Enum.Font.Arial
  290. killallG = glow:Clone()
  291. killallG.Parent = killall
  292. killallG.Visible = true
  293. killall.FontSize = Enum.FontSize.Size18
  294. killall.Text = "Kill All"
  295. killall.TextColor3 = Color3.new(1, 1, 1)
  296. killall.TextSize = 18
  297.  
  298. --full version buttons
  299. unanchor.Name = "unanchor"
  300. unanchor.Parent = menu3mini
  301. unanchor.BackgroundColor3 = color
  302. unanchor.BorderSizePixel = 0
  303. unanchor.Font = Enum.Font.Arial
  304. unanchorG = glow:Clone()
  305. unanchorG.Parent = unanchor
  306. unanchorG.Visible = true
  307. unanchor.FontSize = Enum.FontSize.Size18
  308. unanchor.Text = "Unanchor WS"
  309. unanchor.TextColor3 = Color3.new(1, 1, 1)
  310. unanchor.TextSize = 13
  311. freeze.Name = "freeze"
  312. freeze.Parent = menu3mini
  313. freeze.BackgroundColor3 = color
  314. freeze.BorderSizePixel = 0
  315. freeze.Font = Enum.Font.Arial
  316. freezeG = glow:Clone()
  317. freezeG.Parent = freeze
  318. freezeG.Visible = true
  319. freeze.FontSize = Enum.FontSize.Size18
  320. freeze.Text = "Freeze"
  321. freeze.TextColor3 = Color3.new(1, 1, 1)
  322. freeze.TextSize = 18
  323. thaw.Name = "thaw"
  324. thaw.Parent = menu3mini
  325. thaw.BackgroundColor3 = color
  326. thaw.BorderSizePixel = 0
  327. thaw.Font = Enum.Font.Arial
  328. thawG = glow:Clone()
  329. thawG.Parent = thaw
  330. thawG.Visible = true
  331. thaw.FontSize = Enum.FontSize.Size18
  332. thaw.Text = "Thaw"
  333. thaw.TextColor3 = Color3.new(1, 1, 1)
  334. thaw.TextSize = 18
  335. invis.Name = "invis"
  336. invis.Parent = menu3mini
  337. invis.BackgroundColor3 = color
  338. invis.BorderSizePixel = 0
  339. invis.Font = Enum.Font.Arial
  340. invisG = glow:Clone()
  341. invisG.Parent = invis
  342. invisG.Visible = true
  343. invis.FontSize = Enum.FontSize.Size18
  344. invis.Text = "Invisible"
  345. invis.TextColor3 = Color3.new(1, 1, 1)
  346. invis.TextSize = 18
  347. punish.Name = "punish"
  348. punish.Parent = menu3mini
  349. punish.BackgroundColor3 = color
  350. punish.BorderSizePixel = 0
  351. punish.Font = Enum.Font.Arial
  352. punishG = glow:Clone()
  353. punishG.Parent = punish
  354. punishG.Visible = true
  355. punish.FontSize = Enum.FontSize.Size18
  356. punish.Text = "Punish"
  357. punish.TextColor3 = Color3.new(1, 1, 1)
  358. punish.TextSize = 18
  359. sparkles.Name = "sparkles"
  360. sparkles.Parent = menu3mini
  361. sparkles.BackgroundColor3 = color
  362. sparkles.BorderSizePixel = 0
  363. sparkles.Font = Enum.Font.Arial
  364. sparklesG = glow:Clone()
  365. sparklesG.Parent = sparkles
  366. sparklesG.Visible = true
  367. sparkles.FontSize = Enum.FontSize.Size18
  368. sparkles.Text = "Sparkles"
  369. sparkles.TextColor3 = Color3.new(1, 1, 1)
  370. sparkles.TextSize = 18
  371. unlock.Name = "unlock"
  372. unlock.Parent = menu3mini
  373. unlock.BackgroundColor3 = color
  374. unlock.BorderSizePixel = 0
  375. unlock.Font = Enum.Font.Arial
  376. unlockG = glow:Clone()
  377. unlockG.Parent = unlock
  378. unlockG.Visible = true
  379. unlock.FontSize = Enum.FontSize.Size18
  380. unlock.Text = "Unlock WS"
  381. unlock.TextColor3 = Color3.new(1, 1, 1)
  382. unlock.TextSize = 16
  383. btools.Name = "btools"
  384. btools.Parent = menu3mini
  385. btools.BackgroundColor3 = color
  386. btools.BorderSizePixel = 0
  387. btools.Font = Enum.Font.Arial
  388. btoolsG = glow:Clone()
  389. btoolsG.Parent = btools
  390. btoolsG.Visible = true
  391. btools.FontSize = Enum.FontSize.Size18
  392. btools.Text = "Btools"
  393. btools.TextColor3 = Color3.new(1, 1, 1)
  394. btools.TextSize = 18
  395. explode.Name = "explode"
  396. explode.Parent = menu3mini
  397. explode.BackgroundColor3 = color
  398. explode.BorderSizePixel = 0
  399. explode.Font = Enum.Font.Arial
  400. explodeG = glow:Clone()
  401. explodeG.Parent = explode
  402. explodeG.Visible = true
  403. explode.FontSize = Enum.FontSize.Size18
  404. explode.Text = "Explode"
  405. explode.TextColor3 = Color3.new(1, 1, 1)
  406. explode.TextSize = 18
  407. forcefield.Name = "forcefield"
  408. forcefield.Parent = menu3mini
  409. forcefield.BackgroundColor3 = color
  410. forcefield.BorderSizePixel = 0
  411. forcefield.Font = Enum.Font.Arial
  412. forcefieldG = glow:Clone()
  413. forcefieldG.Parent = forcefield
  414. forcefieldG.Visible = true
  415. forcefield.FontSize = Enum.FontSize.Size18
  416. forcefield.Text = "ForceField"
  417. forcefield.TextColor3 = Color3.new(1, 1, 1)
  418. forcefield.TextSize = 18
  419. chatwin.Name = "chatwin"
  420. chatwin.Parent = menu3mini
  421. chatwin.BackgroundTransparency = 1
  422. chatwin.BorderSizePixel = 0
  423. chat.Name = "chat"
  424. chat.Parent = chatwin
  425. chat.BackgroundColor3 = color2
  426. chat.BorderSizePixel = 0
  427. chat.Size = UDim2.new(1, 0, 0, 25)
  428. chat.Font = Enum.Font.Arial
  429. chatG = glow:Clone()
  430. chatG.Parent = chat
  431. chatG.Visible = true
  432. chat.FontSize = Enum.FontSize.Size18
  433. chat.Text = "Chat"
  434. chat.Size = UDim2.new(1, 0, 0, 25)
  435. chat.TextColor3 = Color3.new(1, 1, 1)
  436. chat.TextSize = 18
  437. chattext.Position = UDim2.new(0, 0, 0.5, 0)
  438. chattext.Size = UDim2.new(1, 0, 0, 25)
  439. chattext.Name = "chattext"
  440. chattext.Parent = chatwin
  441. chattext.BackgroundColor3 = color2
  442. chattext.BorderSizePixel = 0
  443. chattext.Font = Enum.Font.Arial
  444. chattext.FontSize = Enum.FontSize.Size18
  445. chattext.Text = "Enter text"
  446. chattext.TextColor3 = Color3.new(1, 1, 1)
  447. chattext.TextScaled = true
  448. earwin.Name = "earwin"
  449. earwin.Parent = menu3mini
  450. earwin.BackgroundTransparency = 1
  451. earwin.BorderSizePixel = 0
  452. earbleed.Name = "earbleed"
  453. earbleed.Parent = earwin
  454. earbleed.BackgroundColor3 = color2
  455. earbleed.BorderSizePixel = 0
  456. earbleed.Size = UDim2.new(1, 0, 0, 25)
  457. earbleed.Font = Enum.Font.Arial
  458. earbleedG = glow:Clone()
  459. earbleedG.Parent = earbleed
  460. earbleedG.Visible = true
  461. earbleed.FontSize = Enum.FontSize.Size18
  462. earbleed.Text = "Ear Bleed"
  463. earbleed.Size = UDim2.new(1, 0, 0, 25)
  464. earbleed.TextColor3 = Color3.new(1, 1, 1)
  465. earbleed.TextSize = 18
  466. eartext.Position = UDim2.new(0, 0, 0.5, 0)
  467. eartext.Size = UDim2.new(1, 0, 0, 25)
  468. eartext.Name = "eartext"
  469. eartext.Parent = earwin
  470. eartext.BackgroundColor3 = color2
  471. eartext.BorderSizePixel = 0
  472. eartext.Font = Enum.Font.Arial
  473. eartext.FontSize = Enum.FontSize.Size18
  474. eartext.Text = "Enter sound id"
  475. eartext.TextColor3 = Color3.new(1, 1, 1)
  476. eartext.TextScaled = true
  477. --full version buttons
  478.  
  479. loopkill.Name = "loopkill"
  480. loopkill.Parent = menu
  481. loopkill.BackgroundColor3 = color
  482. loopkill.BorderSizePixel = 0
  483. loopkill.Position = UDim2.new(0, 107, 0, 172)
  484. loopkill.Size = UDim2.new(0, 80, 0, 50)
  485. loopkill.Font = Enum.Font.Arial
  486. loopkillG = glow:Clone()
  487. loopkillG.Parent = loopkill
  488. loopkillG.Visible = true
  489. loopkill.FontSize = Enum.FontSize.Size18
  490. loopkill.Text = "Loop Kill"
  491. loopkill.TextColor3 = Color3.new(1, 1, 1)
  492. loopkill.TextSize = 18
  493. jp.Name = "jumppower"
  494. jp.Parent = menu2
  495. jp.BackgroundColor3 = color
  496. jp.BorderSizePixel = 0
  497. jp.Position = UDim2.new(0, 107, 0, 172)
  498. jp.Size = UDim2.new(0, 80, 0, 50)
  499. jp.Font = Enum.Font.Arial
  500. jpG = glow:Clone()
  501. jpG.Parent = jp
  502. jpG.Visible = true
  503. jp.FontSize = Enum.FontSize.Size18
  504. jp.Text = "Jump"
  505. jp.TextColor3 = Color3.new(1, 1, 1)
  506. jp.TextSize = 18
  507. god.Name = "god"
  508. god.Parent = menu2
  509. god.BackgroundColor3 = color
  510. god.BorderSizePixel = 0
  511. god.Position = UDim2.new(0, 14, 0, 110)
  512. god.Size = UDim2.new(0, 80, 0, 50)
  513. god.Font = Enum.Font.Arial
  514. god.FontSize = Enum.FontSize.Size18
  515. godG = glow:Clone()
  516. godG.Parent = god
  517. godG.Visible = true
  518. god.Text = "God"
  519. god.TextColor3 = Color3.new(1, 1, 1)
  520. god.TextSize = 18
  521. god.TextWrapped = true
  522. victim.Name = "victim"
  523. victim.Parent = Topbar
  524. victim.BackgroundColor3 = Color3.new(1, 1, 1)
  525. victim.BorderColor3 = color
  526. victim.BorderSizePixel = 2
  527. victim.Position = UDim2.new(0, 16, 0, 100)
  528. victim.Size = UDim2.new(0, 170, 0, 25)
  529. victim.Font = Enum.Font.Arial
  530. victim.FontSize = Enum.FontSize.Size14
  531. victim.Text = "Player Name"
  532. victim.TextColor3 = color
  533. victim.TextSize = 14
  534. victim2.Name = "victim"
  535. victim2.Parent = Topbar2
  536. victim2.BackgroundColor3 = Color3.new(1, 1, 1)
  537. victim2.BorderColor3 = color
  538. victim2.BorderSizePixel = 2
  539. victim2.Position = UDim2.new(0.5, -85, 0, 62)
  540. victim2.Size = UDim2.new(0, 170, 0, 25)
  541. victim2.Font = Enum.Font.Arial
  542. victim2.FontSize = Enum.FontSize.Size14
  543. victim2.Text = "Player Name"
  544. victim2.TextColor3 = color
  545. victim2.TextSize = 14
  546. goto.Name = "goto"
  547. goto.Parent = menu
  548. goto.BackgroundColor3 = color
  549. goto.BorderSizePixel = 0
  550. goto.Position = UDim2.new(0, 14, 0, 172)
  551. goto.Size = UDim2.new(0, 80, 0, 50)
  552. goto.Font = Enum.Font.Arial
  553. gotoG = glow:Clone()
  554. gotoG.Parent = goto
  555. gotoG.Visible = true
  556. goto.FontSize = Enum.FontSize.Size18
  557. goto.Text = "Goto"
  558. goto.TextColor3 = Color3.new(1, 1, 1)
  559. goto.TextSize = 18
  560. speed.Name = "goto"
  561. speed.Parent = menu2
  562. speed.BackgroundColor3 = color
  563. speed.BorderSizePixel = 0
  564. speed.Position = UDim2.new(0, 14, 0, 172)
  565. speed.Size = UDim2.new(0, 80, 0, 50)
  566. speed.Font = Enum.Font.Arial
  567. speedG = glow:Clone()
  568. speedG.Parent = speed
  569. speedG.Visible = true
  570. speed.FontSize = Enum.FontSize.Size18
  571. speed.Text = "Speed"
  572. speed.TextColor3 = Color3.new(1, 1, 1)
  573. speed.TextSize = 18
  574. float.Name = "float"
  575. float.Parent = menu2
  576. float.BackgroundColor3 = color
  577. float.BorderSizePixel = 0
  578. float.Position = UDim2.new(0, 107, 0, 110)
  579. float.Size = UDim2.new(0, 80, 0, 50)
  580. float.Font = Enum.Font.Arial
  581. floatG = glow:Clone()
  582. floatG.Parent = float
  583. floatG.Visible = true
  584. float.FontSize = Enum.FontSize.Size18
  585. float.Text = "Destroy Server"
  586. float.TextColor3 = Color3.new(1, 1, 1)
  587. float.TextSize = 18
  588. float.TextWrapped = true
  589. TextLabel.Parent = Topbar
  590. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  591. TextLabel.BackgroundTransparency = 1
  592. TextLabel.Position = UDim2.new(0, 26, 0, 0)
  593. TextLabel.Size = UDim2.new(0, 115, 0, 27)
  594. TextLabel.Font = Enum.Font.Arial
  595. TextLabel.FontSize = Enum.FontSize.Size18
  596. TextLabel.Text = "ViperVenom " ..version
  597. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  598. TextLabel.TextSize = 18
  599. TextLabel2.Parent = Topbar2
  600. TextLabel2.BackgroundColor3 = Color3.new(1, 1, 1)
  601. TextLabel2.BackgroundTransparency = 1
  602. TextLabel2.Position = UDim2.new(0.5, -58, 0, 0)
  603. TextLabel2.Size = UDim2.new(0, 115, 0, 27)
  604. TextLabel2.Font = Enum.Font.Arial
  605. TextLabel2.FontSize = Enum.FontSize.Size18
  606. TextLabel2.Text = "ViperVenom " ..version.. " (More Commands)"
  607. TextLabel2.TextColor3 = Color3.new(1, 1, 1)
  608. TextLabel2.TextSize = 18
  609. back.Parent = menu3
  610. back.BackgroundColor3 = Color3.new(1, 1, 1)
  611. back.BackgroundTransparency = 1
  612. back.Position = UDim2.new(0, 8, 0, 0)
  613. back.Size = UDim2.new(0, 35, 0, 20)
  614. back.Font = Enum.Font.Arial
  615. back.FontSize = Enum.FontSize.Size18
  616. back.Text = "<< BACK"
  617. back.TextColor3 = color
  618. back.TextSize = 10
  619. function findPlayer(name)
  620. for _, player in ipairs(game.Players:GetPlayers()) do
  621. if player.Name:sub(1,4) == name:sub(1,4) then
  622. return player
  623. end
  624. end
  625. end
  626. goto.MouseButton1Click:connect(function()
  627. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players:FindFirstChild(victim.Text:sub(1,4)).Character.HumanoidRootPart.Position)
  628. end)
  629. back.MouseButton1Click:connect(function()
  630. Topbar.Position = Topbar2.Position
  631. Topbar.Visible = true
  632. Topbar2.Visible = false
  633. menu.Visible = true
  634. menu2.Visible = false
  635. bar.Position = UDim2.new(0, 6, 1, 29)
  636. end)
  637. kill.MouseButton1Click:connect(function()
  638. if workspace.FilteringEnabled == true then
  639. if others == true then
  640. local plrs = game.Players:GetPlayers()
  641. for i = 1, #plrs do
  642. if plrs[i].Name ~= game.Players.LocalPlayer.Name then
  643. local target = plrs[i]
  644. target:Move(Vector3.new(math.huge,math.huge,math.huge))
  645. end
  646. end
  647. elseif all == true then
  648. local plrs = game.Players:GetPlayers()
  649. for i = 1, #plrs do
  650. plrs[i]:Move(Vector3.new(math.huge,math.huge,math.huge))
  651. end
  652. else
  653. local target = findPlayer(victim.Text)
  654. target:Move(Vector3.new(math.huge,math.huge,math.huge))
  655. end
  656. else
  657. if others == true then
  658. local plrs = game.Players:GetPlayers()
  659. for i = 1, #plrs do
  660. if plrs[i].Name ~= game.Players.LocalPlayer.Name then
  661. local target = plrs[i]
  662. target.Character.Head:Destroy()
  663. end
  664. end
  665. elseif all == true then
  666. local plrs = game.Players:GetPlayers()
  667. for i = 1, #plrs do
  668. plrs[i].Character.Head:Destroy()
  669. end
  670. else
  671. local target = findPlayer(victim.Text)
  672. target.Character.Head:Destroy()
  673. end
  674. end
  675. end)
  676. speed.MouseButton1Click:connect(function()
  677. if others == true then
  678. local plrs = game.Players:GetPlayers()
  679. for i = 1, #plrs do
  680. if plrs[i].Name ~= game.Players.LocalPlayer.Name then
  681. local target = plrs[i]
  682. target.Character.Humanoid.WalkSpeed = 50
  683. end
  684. end
  685. elseif all == true then
  686. local plrs = game.Players:GetPlayers()
  687. for i = 1, #plrs do
  688. plrs[i].Character.Humanoid.WalkSpeed = 50
  689. end
  690. else
  691. local target = findPlayer(victim.Text)
  692. target.Character.Humanoid.WalkSpeed = 50
  693. end
  694. end)
  695. jp.MouseButton1Click:connect(function()
  696. if others == true then
  697. local plrs = game.Players:GetPlayers()
  698. for i = 1, #plrs do
  699. if plrs[i].Name ~= game.Players.LocalPlayer.Name then
  700. local target = plrs[i]
  701. target.Character.Humanoid.JumpPower = 100
  702. end
  703. end
  704. elseif all == true then
  705. local plrs = game.Players:GetPlayers()
  706. for i = 1, #plrs do
  707. plrs[i].Character.Humanoid.JumpPower = 100
  708. end
  709. else
  710. local target = findPlayer(victim.Text)
  711. target.Character.Humanoid.JumpPower = 100
  712. end
  713. end)
  714. killall.MouseButton1Click:connect(function()
  715. if workspace.FilteringEnabled == true then
  716. local plrs = game.Players:GetPlayers()
  717. for i = 1, #plrs do
  718. plrs[i]:Move(Vector3.new(math.huge,math.huge,math.huge))
  719. end
  720. else
  721. local plrs = game.Players:GetPlayers()
  722. for i = 1, #plrs do
  723. plrs[i].Character.Head:Destroy()
  724. end
  725. end
  726. end)
  727. loopkill.MouseButton1Click:connect(function()
  728. if workspace.FilteringEnabled == true then
  729. if others == true then
  730. while wait() do
  731. local plrs = game.Players:GetPlayers()
  732. for i = 1, #plrs do
  733. if plrs[i].Name ~= game.Players.LocalPlayer.Name then
  734. local target = plrs[i]
  735. target:Move(Vector3.new(math.huge,math.huge,math.huge))
  736. end
  737. end
  738. end
  739. elseif all == true then
  740. while wait() do
  741. local plrs = game.Players:GetPlayers()
  742. for i = 1, #plrs do
  743. plrs[i]:Move(Vector3.new(math.huge,math.huge,math.huge))
  744. end
  745. end
  746. else
  747. local target = findPlayer(victim.Text)
  748. while wait() do
  749. target:Move(Vector3.new(math.huge,math.huge,math.huge))
  750. end
  751. end
  752. else
  753. if others == true then
  754. while wait() do
  755. local plrs = game.Players:GetPlayers()
  756. for i = 1, #plrs do
  757. if plrs[i].Name ~= game.Players.LocalPlayer.Name then
  758. local target = plrs[i]
  759. if target.Character:FindFirstChild("Head") then
  760. wait(0.00000001)
  761. target.Character.Head:Destroy()
  762. end
  763. end
  764. end
  765. end
  766. elseif all == true then
  767. while wait() do
  768. local plrs = game.Players:GetPlayers()
  769. for i = 1, #plrs do
  770. if game.Players[i].Character:FindFirstChild("Head") then
  771. wait(0.00000001)
  772. game.Players[i].Character.Head:Destroy()
  773. end
  774. end
  775. end
  776. else
  777. local target = findPlayer(victim.Text)
  778. while wait() do
  779. if target.Character:FindFirstChild("Head") then
  780. wait(0.00000001)
  781. target.Character.Head:Destroy()
  782. end
  783. end
  784. end
  785. end
  786. end)
  787. god.MouseButton1Click:connect(function()
  788. if all == true then
  789. local plrs = game.Players:GetPlayers()
  790. for i = 1, #plrs do
  791. game.Players[i].Character.Humanoid.Name = 1
  792. local l = game.Players[i].Character["1"]:Clone()
  793. l.Parent = game.Players[i].Character
  794. l.Name = "Humanoid"
  795. wait(0.1)
  796. game.Players[i].Character["1"]:Destroy()
  797. game.Workspace.CurrentCamera.CameraSubject = game.Players[i].Character
  798. game.Players[i].Character.Animate.Disabled = true
  799. wait(0.1)
  800. game.Players[i].Character.Animate.Disabled = false
  801. game.Players[i].Character.Humanoid.DisplayDistanceType = "None"
  802. end
  803. elseif others == true then
  804. local plrs = game.Players:GetPlayers()
  805. for i = 1, #plrs do
  806. if plrs[i].Name ~= game.Players.LocalPlayer.Name then
  807. game.Players[i].Character.Humanoid.Name = 1
  808. local l = game.Players[i].Character["1"]:Clone()
  809. l.Parent = game.Players[i].Character
  810. l.Name = "Humanoid"
  811. wait(0.1)
  812. game.Players[i].Character["1"]:Destroy()
  813. game.Workspace.CurrentCamera.CameraSubject = game.Players[i].Character
  814. game.Players[i].Character.Animate.Disabled = true
  815. wait(0.1)
  816. game.Players[i].Character.Animate.Disabled = false
  817. game.Players[i].Character.Humanoid.DisplayDistanceType = "None"
  818. end
  819. end
  820. else
  821. local target = findPlayer(victim.Text)
  822. target.Character.Humanoid.Name = 1
  823. local l = target.Character["1"]:Clone()
  824. l.Parent = target.Character
  825. l.Name = "Humanoid"
  826. wait(0.1)
  827. target.Character["1"]:Destroy()
  828. game.Workspace.CurrentCamera.CameraSubject = target.Character
  829. target.Character.Animate.Disabled = true
  830. wait(0.1)
  831. target.Character.Animate.Disabled = false
  832. target.Character.Humanoid.DisplayDistanceType = "None"
  833. end
  834. end)
  835.  
  836. --full version functions
  837. unanchor.MouseButton1Click:Connect(function()
  838. local ws = workspace:GetChildren()
  839. for i = 1, #ws do
  840. if ws[i].ClassName == "Part" or ws[i].ClassName == "MeshPart" then
  841. ws[i].Anchored = false
  842. end
  843. end
  844. end)
  845. unlock.MouseButton1Click:Connect(function()
  846. local ws = workspace:GetChildren()
  847. for i = 1, #ws do
  848. if ws[i].ClassName == "Part" or ws[i].ClassName == "MeshPart" then
  849. ws[i].Locked = false
  850. end
  851. end
  852. end)
  853. btools.MouseButton1Click:Connect(function()
  854. if others2 == true then
  855. local plrs = game.Players:GetPlayers()
  856. for i = 1, #plrs do
  857. if plrs[i].Name ~= game.Players.LocalPlayer.Name then
  858. local move = Instance.new("HopperBin",plrs[i].Backpack)
  859. move.TextureId = "rbxasset://Textures/GameTool.png"
  860. move.BinType = "GameTool"
  861. local clone = Instance.new("HopperBin",plrs[i].Backpack)
  862. clone.TextureId = "rbxasset://Textures/Clone.png"
  863. clone.BinType = "Clone"
  864. local move = Instance.new("HopperBin",plrs[i].Backpack)
  865. move.TextureId = "http://www.roblox.com/asset/?id=12223874"
  866. move.BinType = "Hammer"
  867. end
  868. end
  869. elseif all2 == true then
  870. local plrs = game.Players:GetPlayers()
  871. for i = 1, #plrs do
  872. local move = Instance.new("HopperBin",plrs[i].Backpack)
  873. move.TextureId = "rbxasset://Textures/GameTool.png"
  874. move.BinType = "GameTool"
  875. local clone = Instance.new("HopperBin",plrs[i].Backpack)
  876. clone.TextureId = "rbxasset://Textures/Clone.png"
  877. clone.BinType = "Clone"
  878. local move = Instance.new("HopperBin",plrs[i].Backpack)
  879. move.TextureId = "http://www.roblox.com/asset/?id=12223874"
  880. move.BinType = "Hammer"
  881. end
  882. else
  883. local target = findPlayer(victim2.Text)
  884. local move = Instance.new("HopperBin",target.Backpack)
  885. move.TextureId = "rbxasset://Textures/GameTool.png"
  886. move.BinType = "GameTool"
  887. local clone = Instance.new("HopperBin",target.Backpack)
  888. clone.TextureId = "rbxasset://Textures/Clone.png"
  889. clone.BinType = "Clone"
  890. local move = Instance.new("HopperBin",target.Backpack)
  891. move.TextureId = "http://www.roblox.com/asset/?id=12223874"
  892. move.BinType = "Hammer"
  893. end
  894. end)
  895. explode.MouseButton1Click:Connect(function()
  896. if others2 == true then
  897. local plrs = game.Players:GetPlayers()
  898. for i = 1, #plrs do
  899. if plrs[i].Name ~= game.Players.LocalPlayer.Name then
  900. local expl = Instance.new("Explosion",plrs[i].Character)
  901. expl.Position = plrs[i].Character.Head.Position
  902. plrs[i].Character.Head:Destroy()
  903. end
  904. end
  905. elseif all2 == true then
  906. local plrs = game.Players:GetPlayers()
  907. for i = 1, #plrs do
  908. local expl = Instance.new("Explosion",plrs[i].Character)
  909. expl.Position = plrs[i].Character.Head.Position
  910. plrs[i].Character.Head:Destroy()
  911. end
  912. else
  913. local target = findPlayer(victim2.Text)
  914. local expl = Instance.new("Explosion",target.Character)
  915. expl.Position = target.Character.Head.Position
  916. target.Character.Head:Destroy()
  917. end
  918. end)
  919. sparkles.MouseButton1Click:Connect(function()
  920. if others2 == true then
  921. local plrs = game.Players:GetPlayers()
  922. for i = 1, #plrs do
  923. if plrs[i].Name ~= game.Players.LocalPlayer.Name then
  924. if plrs[i].Character:FindFirstChild("UpperTorso") then
  925. local sp = Instance.new("Sparkles",plrs[i].Character.UpperTorso)
  926. elseif plrs[i].Character:FindFirstChild("Torso") then
  927. local sp = Instance.new("Sparkles",plrs[i].Character.Torso)
  928. end
  929. end
  930. end
  931. elseif all2 == true then
  932. local plrs = game.Players:GetPlayers()
  933. for i = 1, #plrs do
  934. if plrs[i].Character:FindFirstChild("UpperTorso") then
  935. local sp = Instance.new("Sparkles",plrs[i].Character.UpperTorso)
  936. elseif plrs[i].Character:FindFirstChild("Torso") then
  937. local sp = Instance.new("Sparkles",plrs[i].Character.Torso)
  938. end
  939. end
  940. else
  941. local target = findPlayer(victim2.Text)
  942. if target.Character:FindFirstChild("UpperTorso") then
  943. local sp = Instance.new("Sparkles",target.Character.UpperTorso)
  944. elseif target.Character:FindFirstChild("Torso") then
  945. local sp = Instance.new("Sparkles",target.Character.Torso)
  946. end
  947. end
  948. end)
  949. invis.MouseButton1Click:Connect(function()
  950. if others2 == true then
  951. local plrs = game.Players:GetPlayers()
  952. for i = 1, #plrs do
  953. if plrs[i].Name ~= game.Players.LocalPlayer.Name then
  954. local plrStuff = plrs[i].Character:GetChildren()
  955. for i = 1, #plrStuff do
  956. if plrStuff[i].ClassName == "Part" or plrStuff[i].ClassName == "MeshPart" then
  957. plrStuff[i].Transparency = 1
  958. plrStuff[i].CanCollide = false
  959. elseif plrStuff[i].ClassName == "Accessory" then
  960. plrStuff[i]:Destroy()
  961. end
  962. end
  963. plrs[i].Character.Head.face:Destroy()
  964. end
  965. end
  966. elseif all2 == true then
  967. local plrs = game.Players:GetPlayers()
  968. for i = 1, #plrs do
  969. local plrStuff = plrs[i].Character:GetChildren()
  970. for i = 1, #plrStuff do
  971. if plrStuff[i].ClassName == "Part" or plrStuff[i].ClassName == "MeshPart" then
  972. plrStuff[i].Transparency = 1
  973. plrStuff[i].CanCollide = false
  974. elseif plrStuff[i].ClassName == "Accessory" then
  975. plrStuff[i]:Destroy()
  976. end
  977. end
  978. plrs[i].Character.Head.face:Destroy()
  979. end
  980. else
  981. local target = findPlayer(victim2.Text)
  982. local plrStuff = target.Character:GetChildren()
  983. for i = 1, #plrStuff do
  984. if plrStuff[i].ClassName == "Part" or plrStuff[i].ClassName == "MeshPart" then
  985. plrStuff[i].Transparency = 1
  986. plrStuff[i].CanCollide = false
  987. elseif plrStuff[i].ClassName == "Accessory" then
  988. plrStuff[i]:Destroy()
  989. end
  990. end
  991. target.Character.Head.face:Destroy()
  992. end
  993. end)
  994. forcefield.MouseButton1Click:Connect(function()
  995. if others2 == true then
  996. local plrs = game.Players:GetPlayers()
  997. for i = 1, #plrs do
  998. if plrs[i].Name ~= game.Players.LocalPlayer.Name then
  999. local ff = Instance.new("ForceField",plrs[i].Character)
  1000. end
  1001. end
  1002. elseif all2 == true then
  1003. local plrs = game.Players:GetPlayers()
  1004. for i = 1, #plrs do
  1005. local ff = Instance.new("ForceField",plrs[i].Character)
  1006. end
  1007. else
  1008. local target = findPlayer(victim2.Text)
  1009. local ff = Instance.new("ForceField",target.Character)
  1010. end
  1011. end)
  1012. punish.MouseButton1Click:Connect(function()
  1013. if others2 == true then
  1014. local plrs = game.Players:GetPlayers()
  1015. for i = 1, #plrs do
  1016. if plrs[i].Name ~= game.Players.LocalPlayer.Name then
  1017. plrs[i].Character:Destroy()
  1018. end
  1019. end
  1020. elseif all2 == true then
  1021. local plrs = game.Players:GetPlayers()
  1022. for i = 1, #plrs do
  1023. plrs[i].Character:Destroy()
  1024. end
  1025. else
  1026. local target = findPlayer(victim2.Text)
  1027. target.Character:Destroy()
  1028. end
  1029. end)
  1030. chat.MouseButton1Click:Connect(function()
  1031. if others2 == true then
  1032. local plrs = game.Players:GetPlayers()
  1033. for i = 1, #plrs do
  1034. if plrs[i].Name ~= game.Players.LocalPlayer.Name then
  1035. plrs[i].Character:Destroy()
  1036. local ChatService = game:GetService("Chat")
  1037. local part = plrs[i].Character.Head
  1038. ChatService:Chat(part, chattext.Text, "Blue")
  1039. end
  1040. end
  1041. elseif all2 == true then
  1042. local plrs = game.Players:GetPlayers()
  1043. for i = 1, #plrs do
  1044. plrs[i].Character:Destroy()
  1045. local ChatService = game:GetService("Chat")
  1046. local part = plrs[i].Character.Head
  1047. ChatService:Chat(part, chattext.Text, "Blue")
  1048. end
  1049. else
  1050. local target = findPlayer(victim2.Text)
  1051. local ChatService = game:GetService("Chat")
  1052. local part = target.Character.Head
  1053. ChatService:Chat(part, chattext.Text, "Blue")
  1054. end
  1055. end)
  1056. earbleed.MouseButton1Click:Connect(function()
  1057. local sound = Instance.new("Sound",game.Soundscape)
  1058. sound.Volume = 10
  1059. sound.Name = "rip in pepperoni"
  1060. local distort = Instance.new("DistortionSoundEffect",sound)
  1061. distort.Name = "not bad"
  1062. distort.Level = 1
  1063. sound.SoundId = "rbxassetid://" ..eartext.Text
  1064. sound:Play()
  1065. end)
  1066. freeze.MouseButton1Click:Connect(function()
  1067. if others2 == true then
  1068. local plrs = game.Players:GetPlayers()
  1069. for i = 1, #plrs do
  1070. if plrs[i].Name ~= game.Players.LocalPlayer.Name then
  1071. plrs[i].Character.HumanoidRootPart.Anchored = true
  1072. plrs[i].Character.Humanoid.WalkSpeed = 0
  1073. plrs[i].Character.Humanoid.JumpPower = 0
  1074. end
  1075. end
  1076. elseif all2 == true then
  1077. local plrs = game.Players:GetPlayers()
  1078. for i = 1, #plrs do
  1079. plrs[i].Character.HumanoidRootPart.Anchored = true
  1080. plrs[i].Character.Humanoid.WalkSpeed = 0
  1081. plrs[i].Character.Humanoid.JumpPower = 0
  1082. end
  1083. else
  1084. local target = findPlayer(victim2.Text)
  1085. target.Character.HumanoidRootPart.Anchored = true
  1086. target.Character.Humanoid.WalkSpeed = 0
  1087. target.Character.Humanoid.JumpPower = 0
  1088. end
  1089. end)
  1090. thaw.MouseButton1Click:Connect(function()
  1091. if others2 == true then
  1092. local plrs = game.Players:GetPlayers()
  1093. for i = 1, #plrs do
  1094. if plrs[i].Name ~= game.Players.LocalPlayer.Name then
  1095. plrs[i].Character.HumanoidRootPart.Anchored = false
  1096. plrs[i].Character.Humanoid.WalkSpeed = 16
  1097. plrs[i].Character.Humanoid.JumpPower = 50
  1098. end
  1099. end
  1100. elseif all2 == true then
  1101. local plrs = game.Players:GetPlayers()
  1102. for i = 1, #plrs do
  1103. plrs[i].Character.HumanoidRootPart.Anchored = false
  1104. plrs[i].Character.Humanoid.WalkSpeed = 16
  1105. plrs[i].Character.Humanoid.JumpPower = 50
  1106. end
  1107. else
  1108. local target = findPlayer(victim2.Text)
  1109. target.Character.HumanoidRootPart.Anchored = false
  1110. target.Character.Humanoid.WalkSpeed = 16
  1111. target.Character.Humanoid.JumpPower = 50
  1112. end
  1113. end)
  1114. --full version functions
  1115.  
  1116. float.MouseButton1Click:Connect(function()
  1117. local sound = Instance.new("Sound",game.Soundscape)
  1118. sound.Name = "it.s r41nin m3n, am3n"
  1119. local distort = Instance.new("DistortionSoundEffect",sound)
  1120. distort.Name = "not bad"
  1121. distort.Level = 1
  1122. sound.Volume = 10
  1123. sound.SoundId = "rbxassetid://141509625"
  1124. sound.Looped = true
  1125. sound:Play()
  1126. local ws = workspace:GetChildren()
  1127. for i = 1, #ws do
  1128. if ws[i].ClassName == "Part" then
  1129. ws[i].Anchored = false
  1130. end
  1131. end
  1132. local before = game.Lighting.Ambient
  1133. local plrs = game.Players:GetPlayers()
  1134. for i = 1, #plrs do
  1135. plrs[i].Character:Destroy()
  1136. end
  1137. while wait(0.1) do
  1138. local ws = workspace:GetChildren()
  1139. for i = 1, #ws do
  1140. if ws[i].ClassName == "Part" then
  1141. ws[i].Anchored = false
  1142. ws[i].BrickColor = BrickColor.Random()
  1143. end
  1144. end
  1145. game.Lighting.Ambient = Color3.fromRGB(255, 0, 0)
  1146. local m = Instance.new("Message",workspace)
  1147. m.Text = "get rekt you bacon hair bozos"
  1148. wait(0.1)
  1149. game.Lighting.Ambient = before
  1150. for i = 1, #ws do
  1151. workspace.CurrentCamera.FieldOfView = 120
  1152. if ws[i].ClassName == "Part" then
  1153. ws[i].Anchored = false
  1154. ws[i].BrickColor = BrickColor.Random()
  1155. end
  1156. end
  1157. m:Destroy()
  1158. for i = 1, 100 do
  1159. local location = game.Players.LocalPlayer.Character:GetModelCFrame()
  1160. local taco = Instance.new("Part")
  1161. taco.CanCollide = false
  1162. taco.RotVelocity = Vector3.new(math.random()*math.pi,math.random()*math.pi,math.random()*math.pi)
  1163. local mesh = Instance.new("SpecialMesh")
  1164. mesh.Parent = taco
  1165. mesh.MeshId = "rbxassetid://432520889"
  1166. mesh.Scale = Vector3.new(math.random()*20,math.random()*20,math.random()*20)
  1167. taco.CFrame = location * CFrame.new(math.random()*500 - 250,math.random(100,200),math.random()*500 - 250)
  1168. taco.Parent = workspace
  1169. game:GetService("Debris"):AddItem(taco,10)
  1170. i = i + 1
  1171. if i == 4 then
  1172. break
  1173. end
  1174. end
  1175. end
  1176. end)
  1177. exit.MouseButton1Click:connect(function()
  1178. MENU:remove()
  1179. end)
  1180. toggle = false
  1181. minimize.MouseButton1Click:connect(function()
  1182. if toggle == false then
  1183. minimize.Text = "+"
  1184. minimize.Position = UDim2.new(0, 147, 0, 0)
  1185. menu.Visible = false
  1186. menu2.Visible = false
  1187. localsec.Visible = false
  1188. mainsec.Visible = false
  1189. moresec.Visible = false
  1190. bar.Visible = false
  1191. creds.Visible = false
  1192. victim.Visible = false
  1193. toggle = true
  1194. else
  1195. minimize.Text = "-"
  1196. minimize.Position = UDim2.new(0, 147, 0, -2)
  1197. menu.Visible = true
  1198. menu2.Visible = false
  1199. bar.Position = UDim2.new(0, 5, 1, 29)
  1200. localsec.Visible = true
  1201. mainsec.Visible = true
  1202. moresec.Visible = true
  1203. bar.Visible = true
  1204. creds.Visible = true
  1205. victim.Visible = true
  1206. toggle = false
  1207. end
  1208. end)
  1209. toggle2 = false
  1210. minimize2.MouseButton1Click:connect(function()
  1211. if toggle2 == false then
  1212. minimize2.Text = "+"
  1213. minimize2.Position = UDim2.new(1, -37, 0, 0)
  1214. menu3.Visible = false
  1215. creds3.Visible = false
  1216. victim2.Visible = false
  1217. toggle2 = true
  1218. else
  1219. minimize2.Text = "-"
  1220. minimize2.Position = UDim2.new(1, -37, 0, -2)
  1221. menu3.Visible = true
  1222. creds3.Visible = true
  1223. victim2.Visible = true
  1224. toggle2 = false
  1225. end
  1226. end)
  1227. localsec.MouseButton1Click:connect(function()
  1228. bar:TweenPosition(UDim2.new(0, 74, 1, 29),"Out","Quad",0.2)
  1229. wait(0.2)
  1230. menu.Visible = false
  1231. menu2.Visible = true
  1232. end)
  1233. mainsec.MouseButton1Click:connect(function()
  1234. bar:TweenPosition(UDim2.new(0, 6, 1, 29),"Out","Quad",0.2)
  1235. wait(0.2)
  1236. menu.Visible = true
  1237. menu2.Visible = false
  1238. end)
  1239. moresec.MouseButton1Click:connect(function()
  1240. bar:TweenPosition(UDim2.new(0, 140, 1, 29),"Out","Quad",0.2)
  1241. wait(0.2)
  1242. menu.Visible = true
  1243. menu2.Visible = false
  1244. Topbar2.Position = Topbar.Position
  1245. Topbar.Visible = false
  1246. Topbar2.Visible = true
  1247. end)
  1248. victim.Changed:Connect(function()
  1249. if victim.Text == "me" then
  1250. victim.Text = game.Players.LocalPlayer.Name
  1251. elseif victim.Text == "others" then
  1252. others = true
  1253. elseif victim.Text ~= "others" then
  1254. others = false
  1255. elseif victim.Text == "all" then
  1256. all = true
  1257. elseif victim.Text ~= "all" then
  1258. all = false
  1259. end
  1260. end)
  1261. victim2.Changed:Connect(function()
  1262. if victim2.Text == "me" then
  1263. victim2.Text = game.Players.LocalPlayer.Name
  1264. elseif victim2.Text == "others" then
  1265. others2 = true
  1266. elseif victim2.Text ~= "others" then
  1267. others2 = false
  1268. elseif victim2.Text == "all" then
  1269. all2 = true
  1270. elseif victim2.Text ~= "all" then
  1271. all2 = false
  1272. end
  1273. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement