Advertisement
AgentVK

Grab Knife V4 Updated

Dec 27th, 2017
562
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.93 KB | None | 0 0
  1. local player = game:GetService('Players').LocalPlayer
  2. local darn = Instance.new('ScreenGui',player.PlayerGui)
  3. pcall(function()
  4. darn.Parent = game:GetService('CoreGui')
  5. end)
  6. local usables = nil
  7. local guud = false
  8. local blacklisted = false
  9. local ismustard = false
  10. local localhwid = nil
  11. local room = nil
  12. local banning = false
  13. local icing = false
  14. local childlock = true
  15. local pressed = false
  16. local rooming = false
  17. local continuestabbing = false
  18. local continuestab = false
  19. local stabb = false
  20. local lastpos = CFrame.new(0,0,0)
  21. local bans = {}
  22. local version = "1.2.0"
  23. local updates = [[1.2.0
  24. >P R E D A T O R D R O N E
  25. >Added the option of a more sadistic stab (rapidly click after stabbing a target)
  26. >Shield mode (key undefined)
  27. >added arrest mode
  28. >Removed the crippling virus that gave all your files to tollonis, mustard, and 3ds and kills your computer for a month (affected pcs are not cured)
  29. *Attempt to fix stabbed targets being able to move/fall
  30. *Fixed taser
  31. !!12k lines holy shit
  32.  
  33. 1.1.7
  34. >Added taser mode
  35. *Fixed stuff with scaling
  36. *Fixed a few sounds being LOUD AF
  37. *Fixed ragdoll to work with big bois
  38. !!wtf we used every single key on the keyboard for gun mode
  39.  
  40. 1.1.6
  41. >Added stab mode
  42. *Made Q with katana do something cool when you hit more than one person
  43. *Minor bug patches
  44.  
  45. 1.1.5
  46. *Fixed some stuff with the R6 switcher
  47. *Fixed childlock
  48.  
  49. 1.1.4
  50. *Fixed throwing knives not detecting HumanoidRootParts
  51. *Made it automatically change you to R6 when R15
  52.  
  53. 1.1.3
  54. >Added fisticuffs mode
  55. *fixed all gun modes, oof.
  56.  
  57. 1.1.2
  58. >Added a christmas mode, press N (pressing M will deactivate it, vice versa)
  59. >Added explosion quality customization
  60. *Made childlock done through bot DMs
  61. *Made bullet holes actual bullet holes and not weird black dots
  62. *Changed the changelogs to be a scrolling frame
  63. *oh hey securescript was fixed finally
  64. *fixed certain keystrokes not processing after death
  65.  
  66. 1.1.1
  67. *Fixed ragdolls
  68. *Changed some stuff with hang mode
  69.  
  70. 1.1.0 (The 10k Update)
  71. >Added hang mode
  72. >Added firework mode
  73. >Added laser mode
  74. >Added infection gas
  75. >Added infection injectors
  76. >Added blacklist and shit
  77. *Made getting the gun faster
  78. (disclaimer: we're actually at 9658 lines, fuck off)
  79.  
  80. 1.0.1
  81. *Quick fix for the HWID whitelist
  82.  
  83. 1.0.0 (The Revamp Update)
  84. >Added gun mode
  85. >Added molotovs
  86. >Added mustard gas
  87. >Added paralyze mode
  88. *Changed the whitelist to be HWID-based
  89. *New loadup GUI
  90. *Added credits, shoutouts, and changelogs]]
  91.  
  92. function wtflmao()
  93. -- Objects
  94.  
  95. local memes = Instance.new("ScreenGui")
  96. local krabs = Instance.new("TextLabel")
  97. local OHYEAH = Instance.new("ImageLabel")
  98.  
  99. -- Properties
  100.  
  101. memes.Name = "memes"
  102. memes.Parent = game:GetService('Players').LocalPlayer.PlayerGui
  103. pcall(function()
  104. memes.Parent = game:GetService('CoreGui')
  105. end)
  106.  
  107. krabs.Name = "krabs"
  108. krabs.Parent = memes
  109. krabs.BackgroundColor3 = Color3.new(0, 0, 0)
  110. krabs.Size = UDim2.new(1, 0, 1, 0)
  111. krabs.Font = Enum.Font.SourceSansLight
  112. krabs.FontSize = Enum.FontSize.Size48
  113. krabs.Text = " "
  114. krabs.TextColor3 = Color3.new(1, 1, 1)
  115. krabs.TextScaled = true
  116. krabs.Active = true
  117. krabs.TextStrokeColor3 = Color3.new(0.588235, 0.588235, 0.588235)
  118. krabs.TextStrokeTransparency = 0.75
  119. krabs.ZIndex = 2
  120. local unhh = krabs:Clone()
  121. unhh.ZIndex = 1
  122. unhh.Parent = krabs.Parent
  123. unhh.AnchorPoint = Vector2.new(0.5,0.5)
  124. unhh.Size = UDim2.new(5,0,5,0)
  125. unhh.Position = UDim2.new(0,0,0,0)
  126.  
  127. OHYEAH.Name = "OHYEAH"
  128. OHYEAH.Parent = memes
  129. OHYEAH.BackgroundColor3 = Color3.new(1, 0, 0)
  130. OHYEAH.BackgroundTransparency = 1
  131. OHYEAH.Active = true
  132. OHYEAH.AnchorPoint = Vector2.new(0.5,0.5)
  133. OHYEAH.Position = UDim2.new(0,0,0,0)
  134. OHYEAH.SizeConstraint = Enum.SizeConstraint.RelativeYY
  135. OHYEAH.Size = UDim2.new(5, 0, 5, 0)
  136. OHYEAH.Image = "rbxassetid://105445938"
  137. OHYEAH.ImageTransparency = 1
  138. OHYEAH.ScaleType = Enum.ScaleType.Tile
  139.  
  140. countAs = false
  141.  
  142. boop = krabs
  143.  
  144. egg = Instance.new("Sound", game:GetService('Players').LocalPlayer.PlayerGui)
  145. egg.SoundId = "rbxassetid://191040613"
  146. egg.Volume = 1
  147.  
  148. local eggo = Instance.new("Sound", game:GetService('Players').LocalPlayer.PlayerGui)
  149. eggo.SoundId = "rbxassetid://345287845"
  150. eggo.Volume = 1
  151.  
  152. local relief = Instance.new("Sound", game:GetService('Players').LocalPlayer.PlayerGui)
  153. relief.SoundId = "rbxassetid://374355709"
  154. relief.Volume = 1.5
  155.  
  156. local waittime = 0.5
  157.  
  158. local egge = Instance.new("Sound", game:GetService('Players').LocalPlayer.PlayerGui)
  159. egge.SoundId = "rbxassetid://291394633"
  160. egge.Volume = 1
  161.  
  162. local eggl = Instance.new("Sound", game:GetService('Players').LocalPlayer.PlayerGui)
  163. eggl.SoundId = "rbxassetid://1016708777"
  164. eggl.PlaybackSpeed = 1
  165. eggl.Looped = true
  166. eggl:Play()
  167.  
  168. local lotsound = Instance.new("Sound", game:GetService('Players').LocalPlayer.PlayerGui)
  169. lotsound.SoundId = "rbxassetid://345563471"
  170. lotsound.Volume = 1
  171.  
  172. local rip = Instance.new("Sound", game:GetService('Players').LocalPlayer.PlayerGui)
  173. rip.Volume = 1
  174. rip.SoundId = "rbxassetid://702631545"
  175.  
  176. local cor = coroutine.wrap(function()
  177. while eggl.Volume < 3 do
  178. eggl.Volume = eggl.Volume + 0.02
  179. eggl.PlaybackSpeed = eggl.PlaybackSpeed + 0.01
  180. eggl:Resume()
  181. wait()
  182. end
  183. while eggl.Volume > 0 do
  184. eggl.Volume = eggl.Volume - 0.05
  185. eggl.PlaybackSpeed = eggl.PlaybackSpeed - 0.005
  186. eggl:Resume()
  187. wait()
  188. end
  189. eggl:Stop()
  190. end)
  191.  
  192. relief:Play()
  193.  
  194. eggo:Play()
  195. wait(0.4)
  196.  
  197. boop.Text = "OH"
  198. wait(0.5)
  199. boop.Text = "YEAH"
  200. wait(0.5)
  201. boop.Text = "MIS"
  202. wait(0.17)
  203. boop.Text = "TER"
  204. wait(0.3)
  205. boop.Text = "K R A B S"
  206. boop.TextSize = 60
  207. boop.TextStrokeColor3 = Color3.fromRGB(150, 0, 0)
  208. boop.TextStrokeTransparency = 0
  209. wait(0.5)
  210. boop.Text = ""
  211. wait(0.5)
  212.  
  213. cor()
  214.  
  215. boop.TextStrokeTransparency = 0.75
  216. boop.TextStrokeColor3 = Color3.fromRGB(150, 150, 150)
  217. boop.TextSize = 40
  218. boop.TextWrapped = true
  219. boop.TextXAlignment = "Left"
  220. boop.TextYAlignment = "Top"
  221. krabs.BorderSizePixel = 0
  222. krabs.Size = UDim2.new(1,0,0.075,0)
  223. local acount = ""
  224. local countup = coroutine.wrap(function()
  225. while countAs == true do
  226. local cap = math.random(0, 4)
  227. if cap == 2 then
  228. acount = acount.."a"
  229. else
  230. acount = acount.."A"
  231. end
  232. boop.Text = acount
  233. wait()
  234. end
  235. end)
  236. tilelevel = 1
  237.  
  238. local zoOMOUT = coroutine.wrap(function()
  239. while tilelevel > 0.1 do
  240. tilelevel = tilelevel - 0.01
  241. boop.TextTransparency = boop.TextTransparency + 0.01
  242. boop.TextStrokeTransparency = boop.TextStrokeTransparency + 0.02
  243. OHYEAH.TileSize = UDim2.new(tilelevel, 0, tilelevel, 0)
  244. wait()
  245. end
  246. end)
  247.  
  248. local ohhYEAh = coroutine.wrap(function()
  249. while OHYEAH.ImageTransparency < 1 do
  250. OHYEAH.Rotation = OHYEAH.Rotation + 5
  251. OHYEAH.ImageTransparency = OHYEAH.ImageTransparency + 0.003
  252. wait()
  253. end
  254. end)
  255.  
  256. countAs = true
  257. countup()
  258.  
  259. while waittime > 0.3 do
  260. waittime = waittime - 0.05
  261. egg:Play()
  262. wait(waittime)
  263. end
  264.  
  265. wait(0.2)
  266. OHYEAH.ZIndex = 3
  267. krabs.Size = UDim2.new(1,0,1,0)
  268. countAs = false
  269. boop.TextSize = 80
  270. boop.TextWrapped = true
  271. boop.TextXAlignment = "Center"
  272. boop.TextYAlignment = "Top"
  273. boop.Text = "congratulations!"
  274. OHYEAH.ImageTransparency = 0.5
  275. ohhYEAh()
  276. zoOMOUT()
  277. rip:Play()
  278. egg:Play()
  279. egge:Play()
  280. wait(1)
  281. boop.Text = "congratulations! \nyou now have: "
  282. egge:Play()
  283. wait(1)
  284. boop.Text = "congratulations! \nyou now have: \nFULL BLOWN STAPLER INDUCED A I D S ! ! !"
  285. egge:Play()
  286. wait(3)
  287. egg:Play()
  288. boop.TextYAlignment = Enum.TextYAlignment.Top
  289. boop.Text = "\n\n\nCONGRATULATIONS!"
  290. relief:Stop()
  291. boop.TextTransparency = 0
  292. boop.TextSize = 30
  293. boop.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  294.  
  295. local glowything = coroutine.wrap(function()
  296. while true do
  297. while boop.TextStrokeTransparency > 0 do
  298. boop.TextStrokeTransparency = boop.TextStrokeTransparency - 0.05
  299. wait()
  300. end
  301. while boop.TextStrokeTransparency < 1 do
  302. boop.TextStrokeTransparency = boop.TextStrokeTransparency + 0.05
  303. wait()
  304. end
  305. end
  306. end)
  307. glowything()
  308.  
  309. wait(2)
  310. boop.Text = "\n\n\nCONGRATULATIONS!\n\nyou were robbed of your anal virginity by jack's office stapler!"
  311. local sound3 = Instance.new("Sound",workspace)
  312. sound3.Volume = 1
  313. sound3.SoundId = "rbxassetid://702631545"
  314. sound3:Play()
  315. wait(0.2)
  316. local sound = Instance.new('Sound',workspace)
  317. sound.SoundId = 'rbxassetid://959679286'
  318. sound:Play()
  319.  
  320. wait(2)
  321. boop.Text = "\n\n\nCONGRATULATIONS!\n\nyou were robbed of your anal virginity by jack's office stapler!\nyou contracted:"
  322. wait(1)
  323. boop.Text = "\n\n\nCONGRATULATIONS!\n\nyou were robbed of your anal virginity by jack's office stapler!\nyou contracted:\n S T A P L E R I N D U C E D A I D S !"
  324. lotsound:Play()
  325. wait(3)
  326. boop.Text = "\n\n\nCONGRATULATIONS!\n\nyou were robbed of your anal virginity by jack's office stapler!\nyou contracted:\n S T A P L E R I N D U C E D A I D S !\n\nthank you for choosing jack's office supply shit, america's #1\nS T A P L E R I N D U C E D A I D S\ndistributer!"
  327. wait(3)
  328. boop.Text = "\n\n\nCONGRATULATIONS!\n\nyou were robbed of your anal virginity by jack's office stapler!\nyou contracted:\n S T A P L E R I N D U C E D A I D S !\n\nthank you for choosing jack's office supply shit, america's #1\nS T A P L E R I N D U C E D A I D S\ndistributer!\n\n\n(C)opyright JACK'S OFFICE SUPPLY SHIT"
  329. wait(3)
  330. boop.Text = "\n\n\nCONGRATULATIONS!\n\nyou were robbed of your anal virginity by jack's office stapler!\nyou contracted:\n S T A P L E R I N D U C E D A I D S !\n\nthank you for choosing jack's office supply shit, america's #1\nS T A P L E R I N D U C E D A I D S\ndistributer!\n\n\n(C)opyright JACK'S OFFICE SUPPLY SHIT\nforcing the Make a Wish Foundation to give children with STAPLER AIDS and their parents false hope since 2003!"
  331. wait(2)
  332. end
  333.  
  334. --LOGIN GUI AND STUFF
  335.  
  336. local V4Gui = Instance.new("ScreenGui")
  337. local Top = Instance.new("Frame")
  338. local Title = Instance.new("TextLabel")
  339. local ExitButton = Instance.new("ImageButton")
  340. local MainFrame = Instance.new("Frame")
  341. local Tab1Frame = Instance.new("Frame")
  342. local Run = Instance.new("TextButton")
  343. local Aesthetics = Instance.new("Frame")
  344. local Aesthetics_2 = Instance.new("Frame")
  345. local Aesthetics_3 = Instance.new("Frame")
  346. local Aesthetics_4 = Instance.new("Frame")
  347. local Welcome = Instance.new("TextLabel")
  348. local You = Instance.new("TextLabel")
  349. local TextLabel = Instance.new("TextLabel")
  350. local Tab2Frame = Instance.new("Frame")
  351. local TextLabel_2 = Instance.new("TextLabel")
  352. local TextLabel_3 = Instance.new("TextLabel")
  353. local copythatstuff = Instance.new("TextButton")
  354. local Tab3Frame = Instance.new("Frame")
  355. local ChangeFrame = Instance.new("ScrollingFrame")
  356. local TextLabel_4 = Instance.new("TextLabel")
  357. local Tab4Frame = Instance.new("Frame")
  358. local TextLabel_5 = Instance.new("TextLabel")
  359. local Tab5Frame = Instance.new("Frame")
  360. local TextLabel_6 = Instance.new("TextLabel")
  361. local Tab1 = Instance.new("TextButton")
  362. local Tab2 = Instance.new("TextButton")
  363. local Tab3 = Instance.new("TextButton")
  364. local Tab4 = Instance.new("TextButton")
  365. local Tab5 = Instance.new("TextButton")
  366.  
  367. V4Gui.Name = "V4Gui"
  368. V4Gui.ResetOnSpawn = false
  369. V4Gui.Parent = player.PlayerGui
  370. pcall(function()
  371. V4Gui.Parent = game:GetService('CoreGui')
  372. end)
  373.  
  374. Top.Name = "Top"
  375. Top.Parent = V4Gui
  376. Top.Active = true
  377. Top.AnchorPoint = Vector2.new(0.5, 0.5)
  378. Top.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  379. Top.BorderSizePixel = 0
  380. Top.Draggable = true
  381. Top.Position = UDim2.new(0.5, 0, 0.150000006, 0)
  382. Top.Size = UDim2.new(0.75, 0, 0.0399999991, 0)
  383.  
  384. Title.Name = "Title"
  385. Title.Parent = Top
  386. Title.Active = true
  387. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  388. Title.BackgroundTransparency = 1
  389. Title.Size = UDim2.new(0.25, 0, 1, 0)
  390. Title.Font = Enum.Font.SourceSansBold
  391. Title.FontSize = Enum.FontSize.Size14
  392. Title.Text = "Grab Knife V4"
  393. Title.TextColor3 = Color3.new(1, 1, 1)
  394. Title.TextScaled = true
  395. Title.TextSize = 14
  396. Title.TextTransparency = 0.5
  397. Title.TextWrapped = true
  398. Title.TextXAlignment = Enum.TextXAlignment.Left
  399.  
  400. ExitButton.Name = "ExitButton"
  401. ExitButton.Parent = Top
  402. ExitButton.Active = true
  403. ExitButton.AnchorPoint = Vector2.new(1, 0)
  404. ExitButton.BackgroundColor3 = Color3.new(1, 1, 1)
  405. ExitButton.BackgroundTransparency = 1
  406. ExitButton.Position = UDim2.new(1, 0, 0, 0)
  407. ExitButton.Size = UDim2.new(1, 0, 1, 0)
  408. ExitButton.SizeConstraint = Enum.SizeConstraint.RelativeYY
  409. ExitButton.Image = "rbxassetid://1138478513"
  410. ExitButton.ImageTransparency = 0.5
  411.  
  412. MainFrame.Name = "MainFrame"
  413. MainFrame.Parent = Top
  414. MainFrame.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  415. MainFrame.BorderSizePixel = 0
  416. MainFrame.Position = UDim2.new(0, 0, 2, 0)
  417. MainFrame.Active = true
  418. MainFrame.Size = UDim2.new(1, 0, 15, 0)
  419.  
  420. Tab1Frame.Name = "Tab1Frame"
  421. Tab1Frame.Parent = MainFrame
  422. Tab1Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  423. Tab1Frame.BackgroundTransparency = 1
  424. Tab1Frame.Size = UDim2.new(1, 0, 1, 0)
  425.  
  426. Run.Name = "Run"
  427. Run.Parent = Tab1Frame
  428. Run.BackgroundColor3 = Color3.new(0, 0.686275, 0)
  429. Run.BorderSizePixel = 0
  430. Run.Position = UDim2.new(0.349999994, 0, 0.550000012, 0)
  431. Run.Size = UDim2.new(0.300000012, 0, 0.200000003, 0)
  432. Run.Font = Enum.Font.SourceSans
  433. Run.FontSize = Enum.FontSize.Size14
  434. Run.Text = "Run Script"
  435. Run.TextColor3 = Color3.new(1, 1, 1)
  436. Run.TextScaled = true
  437. Run.TextSize = 14
  438. Run.TextWrapped = true
  439.  
  440. Aesthetics.Name = "Aesthetics"
  441. Aesthetics.Parent = Run
  442. Aesthetics.BackgroundColor3 = Color3.new(1, 1, 1)
  443. Aesthetics.BackgroundTransparency = 0.75
  444. Aesthetics.BorderSizePixel = 0
  445. Aesthetics.Size = UDim2.new(1, 0, 0.0500000007, 0)
  446.  
  447. Aesthetics_2.Name = "Aesthetics"
  448. Aesthetics_2.Parent = Run
  449. Aesthetics_2.BackgroundColor3 = Color3.new(1, 1, 1)
  450. Aesthetics_2.BackgroundTransparency = 0.75
  451. Aesthetics_2.BorderSizePixel = 0
  452. Aesthetics_2.Size = UDim2.new(0.0149999997, 0, 1, 0)
  453.  
  454. Aesthetics_3.Name = "Aesthetics"
  455. Aesthetics_3.Parent = Run
  456. Aesthetics_3.AnchorPoint = Vector2.new(1, 0)
  457. Aesthetics_3.BackgroundColor3 = Color3.new(0, 0, 0)
  458. Aesthetics_3.BackgroundTransparency = 0.75
  459. Aesthetics_3.BorderSizePixel = 0
  460. Aesthetics_3.Position = UDim2.new(1, 0, 0, 0)
  461. Aesthetics_3.Size = UDim2.new(0.0149999997, 0, 1, 0)
  462.  
  463. Aesthetics_4.Name = "Aesthetics"
  464. Aesthetics_4.Parent = Run
  465. Aesthetics_4.AnchorPoint = Vector2.new(0, 1)
  466. Aesthetics_4.BackgroundColor3 = Color3.new(0, 0, 0)
  467. Aesthetics_4.BackgroundTransparency = 0.75
  468. Aesthetics_4.BorderSizePixel = 0
  469. Aesthetics_4.Position = UDim2.new(0, 0, 1, 0)
  470. Aesthetics_4.Size = UDim2.new(1, 0, 0.0500000007, 0)
  471.  
  472. Welcome.Name = "Welcome"
  473. Welcome.Parent = Tab1Frame
  474. Welcome.BackgroundColor3 = Color3.new(1, 1, 1)
  475. Welcome.BackgroundTransparency = 1
  476. Welcome.Position = UDim2.new(0.100000001, 0, 0.224999994, 0)
  477. Welcome.Size = UDim2.new(0.150000006, 0, 0.100000001, 0)
  478. Welcome.Font = Enum.Font.SourceSansLight
  479. Welcome.FontSize = Enum.FontSize.Size14
  480. Welcome.Text = "Welcome,"
  481. Welcome.TextColor3 = Color3.new(1, 1, 1)
  482. Welcome.TextScaled = true
  483. Welcome.TextSize = 14
  484. Welcome.TextWrapped = true
  485. Welcome.TextXAlignment = Enum.TextXAlignment.Right
  486.  
  487. You.Name = "You"
  488. You.Parent = Tab1Frame
  489. You.BackgroundColor3 = Color3.new(1, 1, 1)
  490. You.BackgroundTransparency = 1
  491. You.Position = UDim2.new(0.25999999, 0, 0.150000006, 0)
  492. You.Size = UDim2.new(0.649999976, 0, 0.25, 0)
  493. You.Font = Enum.Font.SourceSansLight
  494. You.FontSize = Enum.FontSize.Size14
  495. You.Text = player.Name.."!"
  496. You.TextColor3 = Color3.new(1, 1, 1)
  497. You.TextScaled = true
  498. You.TextSize = 14
  499. You.TextWrapped = true
  500. You.TextXAlignment = Enum.TextXAlignment.Left
  501. You.TextYAlignment = Enum.TextYAlignment.Top
  502.  
  503. TextLabel.Parent = Tab1Frame
  504. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  505. TextLabel.BackgroundTransparency = 1
  506. TextLabel.Position = UDim2.new(0.5, 0, 0.915000021, 0)
  507. TextLabel.Size = UDim2.new(0.5, 0, 0.075000003, 0)
  508. TextLabel.Font = Enum.Font.SourceSans
  509. TextLabel.FontSize = Enum.FontSize.Size14
  510. TextLabel.Text = "lol this shit was easy"
  511. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  512. TextLabel.TextScaled = true
  513. TextLabel.TextSize = 14
  514. TextLabel.TextTransparency = 0.5
  515. TextLabel.TextWrapped = true
  516. TextLabel.TextXAlignment = Enum.TextXAlignment.Right
  517. TextLabel.TextYAlignment = Enum.TextYAlignment.Bottom
  518.  
  519. Tab2Frame.Name = "Tab2Frame"
  520. Tab2Frame.Parent = MainFrame
  521. Tab2Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  522. Tab2Frame.BackgroundTransparency = 1
  523. Tab2Frame.Size = UDim2.new(1, 0, 1, 0)
  524. Tab2Frame.Visible = false
  525.  
  526. TextLabel_2.Parent = Tab2Frame
  527. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  528. TextLabel_2.BackgroundTransparency = 1
  529. TextLabel_2.Position = UDim2.new(0.200000003, 0, 0.0500000007, 0)
  530. TextLabel_2.Size = UDim2.new(0.600000024, 0, 0.400000006, 0)
  531. TextLabel_2.Font = Enum.Font.SourceSans
  532. TextLabel_2.FontSize = Enum.FontSize.Size14
  533. TextLabel_2.Text = "If you haven't already set one up, a HWID whitelist is required to use this script. HWIDs are computer-based, so you will have to change it whenever you switch computers. To set one up, DM the bot \"!setwhitelist [code seen below]\""
  534. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  535. TextLabel_2.TextScaled = true
  536. TextLabel_2.TextSize = 14
  537. TextLabel_2.TextWrapped = true
  538.  
  539. TextLabel_3.Parent = Tab2Frame
  540. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  541. TextLabel_3.BackgroundTransparency = 1
  542. TextLabel_3.Position = UDim2.new(0.125, 0, 0.45, 0)
  543. TextLabel_3.Size = UDim2.new(0.75, 0, 0.25, 0)
  544. TextLabel_3.Font = Enum.Font.SourceSans
  545. TextLabel_3.FontSize = Enum.FontSize.Size14
  546. TextLabel_3.Text = "CRACKED"
  547. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  548. TextLabel_3.TextScaled = true
  549. TextLabel_3.TextSize = 14
  550. TextLabel_3.TextWrapped = true
  551.  
  552. copythatstuff.Name = "copythatstuff"
  553. copythatstuff.Parent = Tab2Frame
  554. copythatstuff.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  555. copythatstuff.BorderSizePixel = 0
  556. copythatstuff.Position = UDim2.new(0.349999994, 0, 0.75, 0)
  557. copythatstuff.Size = UDim2.new(0.300000012, 0, 0.200000003, 0)
  558. copythatstuff.Font = Enum.Font.SourceSans
  559. copythatstuff.FontSize = Enum.FontSize.Size14
  560. copythatstuff.Text = "Copy to Clipboard"
  561. copythatstuff.TextColor3 = Color3.new(1, 1, 1)
  562. copythatstuff.TextScaled = true
  563. copythatstuff.TextSize = 14
  564. copythatstuff.TextWrapped = true
  565.  
  566. Tab3Frame.Name = "Tab3Frame"
  567. Tab3Frame.Parent = MainFrame
  568. Tab3Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  569. Tab3Frame.BackgroundTransparency = 1
  570. Tab3Frame.Size = UDim2.new(1, 0, 1, 0)
  571. Tab3Frame.Visible = false
  572.  
  573. ChangeFrame.Parent = Tab3Frame
  574. ChangeFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  575. ChangeFrame.BackgroundTransparency = 1
  576. ChangeFrame.TopImage = 'rbxasset://textures/ui/Scroll/scroll-middle.png'
  577. ChangeFrame.BottomImage = 'rbxasset://textures/ui/Scroll/scroll-middle.png'
  578. ChangeFrame.Size = UDim2.new(1, 0, 1, 0)
  579.  
  580. TextLabel_4.Parent = ChangeFrame
  581. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  582. TextLabel_4.BackgroundTransparency = 1
  583. TextLabel_4.Size = UDim2.new(1, 0, 1, 0)
  584. TextLabel_4.Font = Enum.Font.SourceSans
  585. TextLabel_4.FontSize = Enum.FontSize.Size14
  586. TextLabel_4.Text = updates
  587. TextLabel_4.TextWrapped = true
  588. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  589. TextLabel_4.TextScaled = false
  590. TextLabel_4.TextSize = 14
  591. TextLabel_4.TextWrapped = false
  592. TextLabel_4.TextXAlignment = Enum.TextXAlignment.Left
  593. TextLabel_4.TextYAlignment = Enum.TextYAlignment.Top
  594. local lastchanged = 0
  595. Tab3Frame.Changed:connect(function(prop)
  596. lastchanged = lastchanged+1
  597. local ree = lastchanged
  598. TextLabel_4.TextSize = Tab3Frame.AbsoluteSize.X/30
  599. ChangeFrame.CanvasSize = UDim2.new(0,TextLabel_4.TextBounds.X,0,TextLabel_4.TextBounds.Y)
  600. end)
  601.  
  602.  
  603. Tab4Frame.Name = "Tab4Frame"
  604. Tab4Frame.Parent = MainFrame
  605. Tab4Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  606. Tab4Frame.BackgroundTransparency = 1
  607. Tab4Frame.Size = UDim2.new(1, 0, 1, 0)
  608. Tab4Frame.Visible = false
  609.  
  610. TextLabel_5.Parent = Tab4Frame
  611. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  612. TextLabel_5.BackgroundTransparency = 1
  613. TextLabel_5.Size = UDim2.new(1, 0, 1, 0)
  614. TextLabel_5.Font = Enum.Font.SourceSans
  615. TextLabel_5.FontSize = Enum.FontSize.Size14
  616. TextLabel_5.Text = "lol leaked by tres"
  617. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  618. TextLabel_5.TextScaled = true
  619. TextLabel_5.TextSize = 14
  620. TextLabel_5.TextWrapped = true
  621. TextLabel_5.TextXAlignment = Enum.TextXAlignment.Left
  622. TextLabel_5.TextYAlignment = Enum.TextYAlignment.Top
  623.  
  624. Tab5Frame.Name = "Tab5Frame"
  625. Tab5Frame.Parent = MainFrame
  626. Tab5Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  627. Tab5Frame.BackgroundTransparency = 1
  628. Tab5Frame.Size = UDim2.new(1, 0, 1, 0)
  629. Tab5Frame.Visible = false
  630.  
  631. TextLabel_6.Parent = Tab5Frame
  632. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  633. TextLabel_6.BackgroundTransparency = 1
  634. TextLabel_6.Size = UDim2.new(1, 0, 1, 0)
  635. TextLabel_6.Font = Enum.Font.SourceSans
  636. TextLabel_6.FontSize = Enum.FontSize.Size14
  637. TextLabel_6.Text = "tres for being cool"
  638. TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
  639. TextLabel_6.TextScaled = true
  640. TextLabel_6.TextSize = 14
  641. TextLabel_6.TextWrapped = true
  642. TextLabel_6.TextXAlignment = Enum.TextXAlignment.Left
  643. TextLabel_6.TextYAlignment = Enum.TextYAlignment.Top
  644.  
  645. Tab1.Name = "Tab1"
  646. Tab1.Parent = Top
  647. Tab1.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  648. Tab1.BorderColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  649. Tab1.BorderSizePixel = 0
  650. Tab1.Position = UDim2.new(0, 0, 1, 0)
  651. Tab1.Size = UDim2.new(0.2, 0, 1, 0)
  652. Tab1.Font = Enum.Font.SourceSansLight
  653. Tab1.FontSize = Enum.FontSize.Size14
  654. Tab1.Text = "Home"
  655. Tab1.TextColor3 = Color3.new(1, 1, 1)
  656. Tab1.TextScaled = true
  657. Tab1.TextSize = 14
  658. Tab1.Active = true
  659. Tab1.TextWrapped = true
  660.  
  661. Tab2.Name = "Tab2"
  662. Tab2.Parent = Top
  663. Tab2.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  664. Tab2.BorderColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  665. Tab2.BorderSizePixel = 0
  666. Tab2.Position = UDim2.new(0.2, 0, 1, 0)
  667. Tab2.Size = UDim2.new(0.2, 0, 1, 0)
  668. Tab2.Font = Enum.Font.SourceSansLight
  669. Tab2.FontSize = Enum.FontSize.Size14
  670. Tab2.Text = "HWID Setup"
  671. Tab2.TextColor3 = Color3.new(1, 1, 1)
  672. Tab2.TextScaled = true
  673. Tab2.Active = true
  674. Tab2.TextSize = 14
  675. Tab2.TextTransparency = 0.5
  676. Tab2.TextWrapped = true
  677.  
  678. Tab3.Name = "Tab3"
  679. Tab3.Parent = Top
  680. Tab3.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  681. Tab3.BorderColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  682. Tab3.BorderSizePixel = 0
  683. Tab3.Position = UDim2.new(0.4, 0, 1, 0)
  684. Tab3.Size = UDim2.new(0.2, 0, 1, 0)
  685. Tab3.Font = Enum.Font.SourceSansLight
  686. Tab3.FontSize = Enum.FontSize.Size14
  687. Tab3.Text = "Changelogs"
  688. Tab3.TextColor3 = Color3.new(1, 1, 1)
  689. Tab3.TextScaled = true
  690. Tab3.Active = true
  691. Tab3.TextSize = 14
  692. Tab3.TextTransparency = 0.5
  693. Tab3.TextWrapped = true
  694.  
  695. Tab4.Name = "Tab4"
  696. Tab4.Parent = Top
  697. Tab4.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  698. Tab4.BorderColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  699. Tab4.BorderSizePixel = 0
  700. Tab4.Position = UDim2.new(0.6, 0, 1, 0)
  701. Tab4.Size = UDim2.new(0.2, 0, 1, 0)
  702. Tab4.Font = Enum.Font.SourceSansLight
  703. Tab4.FontSize = Enum.FontSize.Size14
  704. Tab4.Text = "Credits"
  705. Tab4.TextColor3 = Color3.new(1, 1, 1)
  706. Tab4.TextScaled = true
  707. Tab4.Active = true
  708. Tab4.TextSize = 14
  709. Tab4.TextTransparency = 0.5
  710. Tab4.TextWrapped = true
  711.  
  712. Tab5.Name = "Tab5"
  713. Tab5.Parent = Top
  714. Tab5.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  715. Tab5.BorderColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  716. Tab5.BorderSizePixel = 0
  717. Tab5.Position = UDim2.new(0.8, 0, 1, 0)
  718. Tab5.Size = UDim2.new(0.2, 0, 1, 0)
  719. Tab5.Font = Enum.Font.SourceSansLight
  720. Tab5.Active = true
  721. Tab5.FontSize = Enum.FontSize.Size14
  722. Tab5.Text = "Shoutouts"
  723. Tab5.TextColor3 = Color3.new(1, 1, 1)
  724. Tab5.TextScaled = true
  725. Tab5.TextSize = 14
  726. Tab5.TextTransparency = 0.5
  727. Tab5.TextWrapped = true
  728.  
  729. Run.MouseButton1Click:connect(function()
  730. if pressed == false then
  731. pressed = true
  732. blacklisted = true
  733. local texts = {"nice","nice","try","try","s","k","i","d"}
  734. if blacklisted == true then
  735. for i,v in pairs(texts) do
  736. Run.Text = v
  737. wait(0.2)
  738. end
  739. wtflmao()
  740. while true do
  741. spawn(function()
  742. egg = Instance.new("Sound", workspace)
  743. egg.SoundId = "rbxassetid://345287845"
  744. egg:Play()
  745. end)
  746. spawn(function()
  747. game:OpenScreenshotsFolder()
  748. game:OpenVideosFolder()
  749. end)
  750. wait()
  751. end
  752. elseif guud == true then
  753. usables = true
  754. end
  755. end
  756. end)
  757.  
  758. copythatstuff.MouseButton1Click:connect(function()
  759. pcall(function()
  760. print('doesnt work here lol')
  761. end)
  762. end)
  763.  
  764. ExitButton.MouseButton1Click:connect(function()
  765. usables = false
  766. end)
  767.  
  768. Tab1.MouseButton1Click:connect(function()
  769. Tab1.BackgroundColor3 = Color3.fromRGB(52, 52, 52)
  770. Tab2.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  771. Tab3.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  772. Tab4.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  773. Tab5.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  774. Tab1.TextTransparency = 0
  775. Tab2.TextTransparency = 0.5
  776. Tab3.TextTransparency = 0.5
  777. Tab4.TextTransparency = 0.5
  778. Tab5.TextTransparency = 0.5
  779. Tab1Frame.Visible = true
  780. Tab2Frame.Visible = false
  781. Tab3Frame.Visible = false
  782. Tab4Frame.Visible = false
  783. Tab5Frame.Visible = false
  784. end)
  785. Tab2.MouseButton1Click:connect(function()
  786. Tab2.BackgroundColor3 = Color3.fromRGB(52, 52, 52)
  787. Tab1.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  788. Tab3.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  789. Tab4.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  790. Tab5.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  791. Tab2.TextTransparency = 0
  792. Tab1.TextTransparency = 0.5
  793. Tab3.TextTransparency = 0.5
  794. Tab4.TextTransparency = 0.5
  795. Tab5.TextTransparency = 0.5
  796. Tab1Frame.Visible = false
  797. Tab2Frame.Visible = true
  798. Tab3Frame.Visible = false
  799. Tab4Frame.Visible = false
  800. Tab5Frame.Visible = false
  801. end)
  802. Tab3.MouseButton1Click:connect(function()
  803. Tab3.BackgroundColor3 = Color3.fromRGB(52, 52, 52)
  804. Tab2.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  805. Tab1.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  806. Tab4.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  807. Tab5.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  808. Tab3.TextTransparency = 0
  809. Tab2.TextTransparency = 0.5
  810. Tab1.TextTransparency = 0.5
  811. Tab4.TextTransparency = 0.5
  812. Tab5.TextTransparency = 0.5
  813. Tab2Frame.Visible = false
  814. Tab3Frame.Visible = true
  815. Tab1Frame.Visible = false
  816. Tab4Frame.Visible = false
  817. Tab5Frame.Visible = false
  818. end)
  819. Tab4.MouseButton1Click:connect(function()
  820. Tab4.BackgroundColor3 = Color3.fromRGB(52, 52, 52)
  821. Tab2.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  822. Tab1.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  823. Tab3.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  824. Tab5.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  825. Tab4.TextTransparency = 0
  826. Tab2.TextTransparency = 0.5
  827. Tab3.TextTransparency = 0.5
  828. Tab1.TextTransparency = 0.5
  829. Tab5.TextTransparency = 0.5
  830. Tab2Frame.Visible = false
  831. Tab4Frame.Visible = true
  832. Tab1Frame.Visible = false
  833. Tab3Frame.Visible = false
  834. Tab5Frame.Visible = false
  835. end)
  836. Tab5.MouseButton1Click:connect(function()
  837. Tab5.BackgroundColor3 = Color3.fromRGB(52, 52, 52)
  838. Tab2.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  839. Tab1.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  840. Tab3.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  841. Tab4.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  842. Tab5.TextTransparency = 0
  843. Tab2.TextTransparency = 0.5
  844. Tab3.TextTransparency = 0.5
  845. Tab4.TextTransparency = 0.5
  846. Tab1.TextTransparency = 0.5
  847. Tab2Frame.Visible = false
  848. Tab5Frame.Visible = true
  849. Tab1Frame.Visible = false
  850. Tab3Frame.Visible = false
  851. Tab4Frame.Visible = false
  852. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement