Advertisement
DnS_PRODUCTS

weezhurt source?

Jun 14th, 2018
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.51 KB | None | 0 0
  1. --chung#9979
  2.  
  3. math.randomseed(tick())
  4. mainz = Instance.new("ScreenGui",game.CoreGui)
  5. tops = Instance.new("Frame",mainz)
  6. mainshit = Instance.new("Frame",tops)
  7. exitout = Instance.new("TextButton",tops)
  8. creds = Instance.new("TextLabel",tops)
  9.  
  10. Username = Instance.new("TextBox",mainshit)
  11. Password = Instance.new("TextBox",mainshit)
  12. Login = Instance.new("TextButton",mainshit)
  13.  
  14. tops.AnchorPoint = Vector2.new(0.5,0.5)
  15. tops.Position = UDim2.new(0.5,0,0.3,0)
  16. tops.Size = UDim2.new(0,400,0,75)
  17. tops.BackgroundColor3 = Color3.new(0/255,0/255,0/255)
  18. tops.BorderSizePixel = 0
  19. tops.Active = true
  20. tops.Draggable = true
  21. tops.Visible = true
  22.  
  23. mainshit.Position = UDim2.new(0,0,0,75)
  24. mainshit.Size = UDim2.new(0,400,0,210)
  25. mainshit.BackgroundColor3 = Color3.new(0/255,0/255,0/255)
  26. mainshit.BorderSizePixel = 0
  27.  
  28. exitout.Position = UDim2.new(0,380,0,0)
  29. exitout.Size = UDim2.new(0,20,0,20)
  30. exitout.BackgroundTransparency = 1
  31. exitout.BorderSizePixel = 0
  32. exitout.TextColor3 = Color3.new(255/255,255/255,255/255)
  33. exitout.TextSize = 20
  34. exitout.Font = ("SourceSansBold")
  35. exitout.Text = ("X")
  36.  
  37. creds.AnchorPoint = Vector2.new(0.5,0)
  38. creds.Position = UDim2.new(0.5,0,0,25)
  39. creds.Size = UDim2.new(0,80,0,30)
  40. creds.BackgroundTransparency = 1
  41. creds.BackgroundColor3 = Color3.new(206/255,24/255,23/255)
  42. creds.BorderSizePixel = 0
  43. creds.TextColor3 = Color3.new(255/255,255/255,255/255)
  44. creds.TextSize = 45
  45. creds.Font = ("SciFi")
  46. creds.Text = ("weezurthaxx login")
  47.  
  48. Username.Position = UDim2.new(0,110,0,5)
  49. Username.Size = UDim2.new(0,175,0,40)
  50. Username.BackgroundColor3 = Color3.new(255/255,255/255,255/255)
  51. Username.BorderSizePixel = 0
  52. Username.TextColor3 = Color3.new(0/255,0/255,0/255)
  53. Username.TextSize = 30
  54. Username.Font = ("SciFi")
  55. Username.Text = ("Username")
  56.  
  57. Password.Position = UDim2.new(0,110,0,55)
  58. Password.Size = UDim2.new(0,175,0,40)
  59. Password.BackgroundColor3 = Color3.new(255/255,255/255,255/255)
  60. Password.BorderSizePixel = 0
  61. Password.TextColor3 = Color3.new(0/255,0/255,0/255)
  62. Password.TextSize = 30
  63. Password.Font = ("SciFi")
  64. Password.Text = ("Password")
  65.  
  66. Login.Position = UDim2.new(0,110,0,110)
  67. Login.Size = UDim2.new(0,175,0,60)
  68. Login.BackgroundColor3 = Color3.new(255/255,255/255,255/255)
  69. Login.BorderSizePixel = 0
  70. Login.TextColor3 = Color3.new(0/255,0/255,0/255)
  71. Login.TextSize = 40
  72. Login.Font = ("SciFi")
  73. Login.Text = ("Login")
  74.  
  75. exitout.MouseButton1Up:connect(function()
  76. mainz:Destroy()
  77. end)
  78.  
  79. --yote#5587
  80.  
  81. if game.Workspace.FilteringEnabled == true then
  82. game:GetService("StarterGui"):SetCore("SendNotification", {
  83. Title = "Filtering is Enabled.";
  84. Text = "Enjoy exploiting!";
  85. Icon = nil;
  86. Duration = 5;
  87. })
  88. else
  89. game:GetService("StarterGui"):SetCore("SendNotification", {
  90. Title = "Filtering is Disabled.";
  91. Text = "Please use another script.";
  92. Icon = nil;
  93. Duration = 7;
  94. })
  95. end
  96.  
  97. math.randomseed(tick())
  98. gui = Instance.new("ScreenGui",game.CoreGui)
  99. top = Instance.new("Frame",gui)
  100. main = Instance.new("Frame",top)
  101. tab = Instance.new("Frame",main)
  102. exit = Instance.new("TextButton",top)
  103. mini = Instance.new("TextButton",top)
  104. title = Instance.new("TextLabel",top)
  105.  
  106. user = Instance.new("TextBox",main)
  107. kill = Instance.new("TextButton",main)
  108. Annoy = Instance.new("TextButton",main)
  109. Orbit = Instance.new("TextButton",main)
  110. skill = Instance.new("TextButton",main)
  111. Flight1 = Instance.new("TextButton",main)
  112. FlyLabel = Instance.new("TextLabel",main)
  113. Blink1 = Instance.new("TextButton",main)
  114. BlinkLabel = Instance.new("TextLabel",main)
  115. blinkButton = Instance.new("TextButton",main)
  116. flightButton = Instance.new("TextButton",main)
  117. blinkTxt = Instance.new("TextLabel",main)
  118. flightTxt = Instance.new("TextLabel",main)
  119. DownBlink = Instance.new("TextButton",main)
  120. UpBlink = Instance.new("TextButton",main)
  121. flyy = Instance.new("TextButton",main)
  122. FlyLabel2 = Instance.new("TextLabel",main)
  123. page = Instance.new("TextButton",main)
  124. xa = Instance.new("TextButton",tab)
  125. invis = Instance.new("TextButton",tab)
  126. god = Instance.new("TextButton",tab)
  127. reset = Instance.new("TextButton",tab)
  128. hide = Instance.new("TextButton",tab)
  129. headless = Instance.new("TextButton",tab)
  130. oof = Instance.new("TextButton",tab)
  131. shutdown = Instance.new("TextButton",tab)
  132. anims = Instance.new("TextButton",tab)
  133. NameOfPlayer = Instance.new("TextLabel",main)
  134. welcome = Instance.new("TextLabel",main)
  135. credits = Instance.new("TextLabel",top)
  136.  
  137. local UserInput = game:GetService("UserInputService")
  138. local Players = game:GetService("Players")
  139. local Plr = Players.LocalPlayer
  140. Plr.CameraMaxZoomDistance = math.huge
  141.  
  142. local BlinkKey = Enum.KeyCode.Equals
  143. local Flight1Key = Enum.KeyCode.Semicolon
  144. local CanFlight1 = false
  145. local CanBlink = false
  146. local Blinking = false
  147. local Flight1ing = false
  148.  
  149. local FlightSpeed = 1
  150. local BlinkSpeed = 1
  151.  
  152. tab.Visible = false
  153. mainf = Instance.new("Frame",frame)
  154. gui.ResetOnSpawn = false
  155.  
  156. top.AnchorPoint = Vector2.new(0.5,0.5)
  157. top.Position = UDim2.new(.5,0,0.3,0)
  158. top.Size = UDim2.new(0,350,0,50)
  159. top.BorderSizePixel = 0
  160. top.Active = true
  161. top.Draggable = true
  162.  
  163. main.Position = UDim2.new(0,0,0,50)
  164. main.Size = UDim2.new(0,350,0,300)
  165. main.BackgroundColor3 = Color3.new(0/255,0/255,0/255)
  166. main.BorderSizePixel = 0
  167. main.BackgroundTransparency = 0.25
  168.  
  169. top.Visible = false
  170.  
  171. tab.Position = UDim2.new(0,360,0,-25)
  172. tab.Size = UDim2.new(0,225,0,325)
  173. tab.BackgroundColor3 = Color3.new(0/255,0/255,0/255)
  174. tab.BorderSizePixel = 0
  175.  
  176. exit.Position = UDim2.new(0,330,0,0)
  177. exit.Size = UDim2.new(0,20,0,20)
  178. exit.BorderSizePixel = 0
  179. exit.TextColor3 = Color3.new(0/255,0/255,0/255)
  180. exit.TextSize = 15
  181. exit.Font = ("ArialBold")
  182. exit.Text = ("X")
  183.  
  184. mini.Position = UDim2.new(0,310,0,0)
  185. mini.Size = UDim2.new(0,20,0,20)
  186. mini.BorderSizePixel = 0
  187. mini.TextColor3 = Color3.new(0/255,0/255,0/255)
  188. mini.TextSize = 20
  189. mini.Font = ("Arial")
  190. mini.Text = ("-")
  191.  
  192. title.AnchorPoint = Vector2.new(0.5,0)
  193. title.Position = UDim2.new(0,185,0,1)
  194. title.Size = UDim2.new(0,80,0,30)
  195. title.BackgroundTransparency = 1
  196. title.BackgroundColor3 = Color3.new(206/255,24/255,23/255)
  197. title.BorderSizePixel = 0
  198. title.TextColor3 = Color3.new(0/255,0/255,0/255)
  199. title.TextSize = 30
  200. title.Font = ("SciFi")
  201. title.Text = ("weezurthaxx")
  202.  
  203. credits.AnchorPoint = Vector2.new(0.5,0)
  204. credits.Position = UDim2.new(0.5,0,0,23)
  205. credits.Size = UDim2.new(0,80,0,30)
  206. credits.BackgroundTransparency = 1
  207. credits.BackgroundColor3 = Color3.new(206/255,24/255,23/255)
  208. credits.BorderSizePixel = 0
  209. credits.TextColor3 = Color3.new(0/255,0/255,0/255)
  210. credits.TextSize = 17
  211. credits.Font = ("SourceSansLight")
  212. credits.Text = ("by yote#5587, chung#9979: https://discord.gg/kNPPVZD")
  213.  
  214. user.Position = UDim2.new(0,25,0,10)
  215. user.Size = UDim2.new(0,300,0,50)
  216. user.BackgroundColor3 = Color3.new(255/255,255/255,255/255)
  217. user.BorderSizePixel = 0
  218. user.TextColor3 = Color3.new(0/255,0/255,0/255)
  219. user.TextSize = 26
  220. user.Font = ("SciFi")
  221. user.Text = ("Username")
  222.  
  223. kill.Position = UDim2.new(0,50,0,70)
  224. kill.Size = UDim2.new(0,100,0,30)
  225. kill.BorderSizePixel = 0
  226. kill.TextColor3 = Color3.new(0/255,0/255,0/255)
  227. kill.TextSize = 26
  228. kill.Font = ("SciFi")
  229. kill.Text = ("Kill")
  230.  
  231. skill.Position = UDim2.new(0,175,0,70)
  232. skill.Size = UDim2.new(0,100,0,30)
  233. skill.BorderSizePixel = 0
  234. skill.TextColor3 = Color3.new(0/255,0/255,0/255)
  235. skill.TextSize = 25
  236. skill.Font = ("SciFi")
  237. skill.Text = ("Safekill")
  238.  
  239. Annoy.Position = UDim2.new(0,50,0,110)
  240. Annoy.Size = UDim2.new(0,100,0,30)
  241. Annoy.BorderSizePixel = 0
  242. Annoy.TextColor3 = Color3.new(0/255,0/255,0/255)
  243. Annoy.TextSize = 26
  244. Annoy.Font = ("SciFi")
  245. Annoy.Text = ("Attach")
  246. Annoy.Active = true
  247.  
  248. Orbit.Position = UDim2.new(0,175,0,110)
  249. Orbit.Size = UDim2.new(0,100,0,30)
  250. Orbit.BorderSizePixel = 0
  251. Orbit.TextColor3 = Color3.new(0/255,0/255,0/255)
  252. Orbit.TextSize = 25
  253. Orbit.Font = ("SciFi")
  254. Orbit.Text = ("Orbit")
  255. Orbit.Active = true
  256.  
  257. FlyLabel.Position = UDim2.new(0,15,0,150)
  258. FlyLabel.Size = UDim2.new(0,100,0,30)
  259. FlyLabel.BorderSizePixel = 0
  260. FlyLabel.BackgroundTransparency = 1
  261. FlyLabel.TextColor3 = Color3.new(255/255,255/255,255/255)
  262. FlyLabel.TextSize = 27
  263. FlyLabel.Font = ("SciFi")
  264. FlyLabel.Text = ("Fly #1")
  265.  
  266. BlinkLabel.Position = UDim2.new(0,185,0,150)
  267. BlinkLabel.Size = UDim2.new(0,100,0,30)
  268. BlinkLabel.BorderSizePixel = 0
  269. BlinkLabel.BackgroundTransparency = 1
  270. BlinkLabel.TextColor3 = Color3.new(255/255,255/255,255/255)
  271. BlinkLabel.TextSize = 27
  272. BlinkLabel.Font = ("SciFi")
  273. BlinkLabel.Text = ("Blink")
  274.  
  275. Flight1.Position = UDim2.new(0,100,0,158)
  276. Flight1.Size = UDim2.new(0,15,0,15)
  277. Flight1.BorderSizePixel = 0
  278. Flight1.BackgroundColor3 = Color3.new(255/255,255/255,255/255)
  279. Flight1.TextColor3 = Color3.new(0/255,0/255,0/255)
  280. Flight1.TextSize = 26
  281. Flight1.Font = ("SciFi")
  282. Flight1.Text = ("")
  283.  
  284. Blink1.Position = UDim2.new(0,265,0,158)
  285. Blink1.Size = UDim2.new(0,15,0,15)
  286. Blink1.BorderSizePixel = 0
  287. Blink1.BackgroundColor3 = Color3.new(255/255,255/255,255/255)
  288. Blink1.TextColor3 = Color3.new(0/255,0/255,0/255)
  289. Blink1.TextSize = 25
  290. Blink1.Font = ("SciFi")
  291. Blink1.Text = ("")
  292.  
  293. flightButton.Position = UDim2.new(0,125,0,152)
  294. flightButton.Size = UDim2.new(0,40,0,30)
  295. flightButton.BorderSizePixel = 0
  296. flightButton.BackgroundColor3 = Color3.new(255/255,255/255,255/255)
  297. flightButton.TextColor3 = Color3.new(0/255,0/255,0/255)
  298. flightButton.TextSize = 22
  299. flightButton.Font = ("SciFi")
  300. flightButton.Text = ("Key")
  301.  
  302. blinkButton.Position = UDim2.new(0,290,0,152)
  303. blinkButton.Size = UDim2.new(0,40,0,30)
  304. blinkButton.BorderSizePixel = 0
  305. blinkButton.BackgroundColor3 = Color3.new(255/255,255/255,255/255)
  306. blinkButton.TextColor3 = Color3.new(0/255,0/255,0/255)
  307. blinkButton.TextSize = 22
  308. blinkButton.Font = ("SciFi")
  309. blinkButton.Text = ("Key")
  310.  
  311. flightTxt.Position = UDim2.new(0,20,0,185)
  312. flightTxt.Size = UDim2.new(0,100,0,30)
  313. flightTxt.BorderSizePixel = 0
  314. flightTxt.BackgroundColor3 = Color3.new(255/255,255/255,255/255)
  315. flightTxt.TextColor3 = Color3.new(0/255,0/255,0/255)
  316. flightTxt.TextSize = 26
  317. flightTxt.Font = ("SciFi")
  318. flightTxt.Text = ("Flight Speed- ")
  319.  
  320. blinkTxt.Position = UDim2.new(0,185,0,185)
  321. blinkTxt.Size = UDim2.new(0,100,0,30)
  322. blinkTxt.BorderSizePixel = 0
  323. blinkTxt.BackgroundColor3 = Color3.new(255/255,255/255,255/255)
  324. blinkTxt.TextColor3 = Color3.new(0/255,0/255,0/255)
  325. blinkTxt.TextSize = 25
  326. blinkTxt.Font = ("SciFi")
  327. blinkTxt.Text = ("Blink Speed- ")
  328.  
  329. DownBlink.Position = UDim2.new(0,295,0,190)
  330. DownBlink.Size = UDim2.new(0,20,0,20)
  331. DownBlink.BorderSizePixel = 0
  332. DownBlink.BackgroundTransparency = 1
  333. DownBlink.TextColor3 = Color3.new(255/255,255/255,255/255)
  334. DownBlink.TextSize = 26
  335. DownBlink.Font = ("SciFi")
  336. DownBlink.Text = ("-")
  337.  
  338. UpBlink.Position = UDim2.new(0,320,0,190)
  339. UpBlink.Size = UDim2.new(0,20,0,20)
  340. UpBlink.BorderSizePixel = 0
  341. UpBlink.BackgroundTransparency = 1
  342. UpBlink.TextColor3 = Color3.new(255/255,255/255,255/255)
  343. UpBlink.TextSize = 26
  344. UpBlink.Font = ("SciFi")
  345. UpBlink.Text = ("+")
  346.  
  347. FlyLabel2.Position = UDim2.new(0,15,0,220)
  348. FlyLabel2.Size = UDim2.new(0,100,0,30)
  349. FlyLabel2.BorderSizePixel = 0
  350. FlyLabel2.BackgroundTransparency = 1
  351. FlyLabel2.TextColor3 = Color3.new(255/255,255/255,255/255)
  352. FlyLabel2.TextSize = 27
  353. FlyLabel2.Font = ("SciFi")
  354. FlyLabel2.Text = ("Fly #2")
  355.  
  356. flyy.Position = UDim2.new(0,100,0,229)
  357. flyy.Size = UDim2.new(0,15,0,15)
  358. flyy.BorderSizePixel = 0
  359. flyy.BackgroundColor3 = Color3.new(255/255,255/255,255/255)
  360. flyy.TextColor3 = Color3.new(0/255,0/255,0/255)
  361. flyy.TextSize = 26
  362. flyy.Font = ("SciFi")
  363. flyy.Text = ("")
  364.  
  365. page.Position = UDim2.new(0,185,0,220)
  366. page.Size = UDim2.new(0,100,0,30)
  367. page.BorderSizePixel = 0
  368. page.BackgroundColor3 = Color3.new(255/255,255/255,255/255)
  369. page.TextColor3 = Color3.new(0/255,0/255,0/255)
  370. page.TextSize = 26
  371. page.Font = ("SciFi")
  372. page.Text = ("Next")
  373.  
  374. xa.Position = UDim2.new(0,205,0,0)
  375. xa.Size = UDim2.new(0,20,0,20)
  376. xa.BorderSizePixel = 0
  377. xa.BackgroundColor3 = Color3.new(0/255,0/255,0/255)
  378. xa.TextColor3 = Color3.new(255/255,255/255,255/255)
  379. xa.TextSize = 20
  380. xa.Font = ("ArialBold")
  381. xa.Text = ("X")
  382.  
  383. invis.Position = UDim2.new(0,10,0,25)
  384. invis.Size = UDim2.new(0,100,0,30)
  385. invis.BorderSizePixel = 0
  386. invis.BackgroundColor3 = Color3.new(255/255,255/255,255/255)
  387. invis.TextColor3 = Color3.new(0/255,0/255,0/255)
  388. invis.TextSize = 25
  389. invis.Font = ("SciFi")
  390. invis.Text = ("FE Invis")
  391.  
  392. god.Position = UDim2.new(0,115,0,25)
  393. god.Size = UDim2.new(0,100,0,30)
  394. god.BorderSizePixel = 0
  395. god.BackgroundColor3 = Color3.new(255/255,255/255,255/255)
  396. god.TextColor3 = Color3.new(0/255,0/255,0/255)
  397. god.TextSize = 25
  398. god.Font = ("SciFi")
  399. god.Text = ("FE God")
  400.  
  401. headless.Position = UDim2.new(0,115,0,65)
  402. headless.Size = UDim2.new(0,100,0,30)
  403. headless.BorderSizePixel = 0
  404. headless.TextColor3 = Color3.new(0/255,0/255,0/255)
  405. headless.TextSize = 23
  406. headless.Font = ("SciFi")
  407. headless.Text = ("Headless")
  408.  
  409. oof.Position = UDim2.new(0,10,0,65)
  410. oof.Size = UDim2.new(0,100,0,30)
  411. oof.BorderSizePixel = 0
  412. oof.TextColor3 = Color3.new(0/255,0/255,0/255)
  413. oof.TextSize = 15
  414. oof.Font = ("SciFi")
  415. oof.Text = ("oof (sry lol)")
  416.  
  417. hide.Position = UDim2.new(0,10,0,105)
  418. hide.Size = UDim2.new(0,100,0,30)
  419. hide.BorderSizePixel = 0
  420. hide.TextColor3 = Color3.new(0/255,0/255,0/255)
  421. hide.TextSize = 22
  422. hide.Font = ("SciFi")
  423. hide.Text = ("Hide Name")
  424.  
  425. anims.Position = UDim2.new(0,115,0,105)
  426. anims.Size = UDim2.new(0,100,0,30)
  427. anims.BorderSizePixel = 0
  428. anims.TextColor3 = Color3.new(0/255,0/255,0/255)
  429. anims.TextSize = 25
  430. anims.Font = ("SciFi")
  431. anims.Text = ("Anims")
  432.  
  433. shutdown.Position = UDim2.new(0,10,0,145)
  434. shutdown.Size = UDim2.new(0,100,0,30)
  435. shutdown.BorderSizePixel = 0
  436. shutdown.TextColor3 = Color3.new(0/255,0/255,0/255)
  437. shutdown.TextSize = 23
  438. shutdown.Font = ("SciFi")
  439. shutdown.Text = ("patched lol")
  440.  
  441. reset.Position = UDim2.new(0,115,0,145)
  442. reset.Size = UDim2.new(0,100,0,30)
  443. reset.BorderSizePixel = 0
  444. reset.BackgroundColor3 = Color3.new(255/255,255/255,255/255)
  445. reset.TextColor3 = Color3.new(0/255,0/255,0/255)
  446. reset.TextSize = 25
  447. reset.Font = ("SciFi")
  448. reset.Text = ("Reset")
  449.  
  450. exit.MouseButton1Up:connect(function()
  451. gui:Destroy()
  452. end)
  453.  
  454. minused = false
  455. mini.MouseButton1Up:connect(function()
  456. if minused == false then
  457. minused = true
  458. main.Position = UDim2.new(30,0,0,40)
  459. else
  460. minused = false
  461. main.Position = UDim2.new(0,0,0,50)
  462. end
  463. end)
  464.  
  465. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  466. local Found = {}
  467. local strl = String:lower()
  468. if strl == "all" then
  469. for i,v in pairs(game.Players:GetPlayers()) do
  470. table.insert(Found,v)
  471. end
  472. elseif strl == "others" then
  473. for i,v in pairs(game.Players:GetPlayers()) do
  474. if v.Name ~= game.Players.LocalPlayer.Name then
  475. table.insert(Found,v)
  476. end
  477. end
  478. else
  479. for i,v in pairs(game.Players:GetPlayers()) do
  480. if v.Name:lower():sub(1, #String) == String:lower() then
  481. table.insert(Found,v)
  482. end
  483. end
  484. end
  485. return Found
  486. end
  487.  
  488. local GetMovement = function(time)
  489. local Speed = FlightSpeed * 10
  490. local nextMove = Vector3.new()
  491. -- Left/Right
  492. if UserInput:IsKeyDown("A") or UserInput:IsKeyDown("Left") then
  493. nextMove = Vector3.new(-1,0,0)
  494. elseif UserInput:IsKeyDown("D") or UserInput:IsKeyDown("Right") then
  495. nextMove = Vector3.new(1,0,0)
  496. end
  497. -- Forward/Back
  498. if UserInput:IsKeyDown("W") or UserInput:IsKeyDown("Up") then
  499. nextMove = nextMove + Vector3.new(0,0,-1)
  500. elseif UserInput:IsKeyDown("S") or UserInput:IsKeyDown("Down") then
  501. nextMove = nextMove + Vector3.new(0,0,1)
  502. end
  503. -- Up/Down
  504. if UserInput:IsKeyDown("Space") then
  505. nextMove = nextMove + Vector3.new(0,1,0)
  506. elseif UserInput:IsKeyDown("LeftControl") then
  507. nextMove = nextMove + Vector3.new(0,-1,0)
  508. end
  509.  
  510. if UserInput:IsKeyDown("LeftShift") then
  511. Speed = 120
  512. else
  513. Speed = 5 * 10
  514. end
  515. return CFrame.new(nextMove * (Speed * time))
  516. end
  517.  
  518. local Flight = function()
  519. local last = tick()
  520. local root = Plr.Character.HumanoidRootPart
  521. local hum = Plr.Character.Humanoid
  522. local cam = workspace.CurrentCamera
  523. --
  524. if not Flight1ing and CanFlight1 then
  525. Flight1ing = true
  526. Plr.Character.Humanoid.Died:connect(function()
  527. Flight1ing = false
  528. end)
  529. hum.PlatformStand = true
  530. while Flight1ing do
  531. root.Anchored = true
  532. local delta = tick() - last
  533. local look = (cam.Focus.p - cam.CoordinateFrame.p).unit
  534. local move = GetMovement(delta)
  535. local pos = root.Position
  536. root.CFrame = CFrame.new(pos, pos + look) * move
  537. last = tick()
  538. wait(.001)
  539. end
  540. hum.PlatformStand = false
  541. root.Anchored = false
  542. else
  543. Flight1ing = false
  544. end
  545.  
  546. end
  547.  
  548. local Blink = function()
  549. if CanBlink then
  550. if not Blinking then
  551. Blinking = true
  552. while Blinking do
  553. Plr.Character.HumanoidRootPart.CFrame = Plr.Character.HumanoidRootPart.CFrame + (Plr.Character.HumanoidRootPart.CFrame.lookVector * BlinkSpeed)
  554. wait(0.001)
  555. end
  556. else
  557. Blinking = false
  558. end
  559. end
  560. end
  561.  
  562. UserInput.InputBegan:connect(function(input, gp)
  563. if not gp then
  564. if input.KeyCode == ToggleKey then
  565. ToggleGUI()
  566. elseif input.KeyCode == BlinkKey then
  567. Blink()
  568. elseif input.KeyCode == Flight1Key then
  569. spawn(function()
  570. Flight()
  571. end)
  572. end
  573. end
  574. end)
  575.  
  576. kill.MouseButton1Click:connect(function()
  577. loadstring(game:HttpGet("https://pastebin.com/raw/7QJLAzZV", true))()
  578. end)
  579.  
  580. skill.MouseButton1Up:connect(function()
  581. loadstring(game:HttpGet("https://pastebin.com/raw/mPZxy8ds", true))()
  582. end)
  583.  
  584. GUIColor = Color3.new(0/255,255/255,137/255)
  585. NormalColor = Color3.new(255/255,255/255,255/255)
  586.  
  587. Flight1.MouseButton1Down:connect(function()
  588. if not CanFlight1 then
  589. CanFlight1 = true
  590. Flight1.BackgroundColor3 = GUIColor
  591. else
  592. CanFlight1 = false
  593. Flight1ing = false
  594. Flight1.BackgroundColor3 = NormalColor
  595. end
  596. end)
  597.  
  598. Blink1.MouseButton1Down:connect(function()
  599. if not CanBlink then
  600. CanBlink = true
  601. Blink1.BackgroundColor3 = GUIColor
  602. else
  603. CanBlink = false
  604. Blinking = false
  605. Blink1.BackgroundColor3 = NormalColor
  606. end
  607. end)
  608.  
  609. blinkButton.MouseButton1Down:connect(function()
  610. blinkButton.Text = ""
  611. b = UserInput.InputBegan:connect(function(input, gp)
  612. if input.UserInputType == Enum.UserInputType.Keyboard then
  613. wait()
  614. local key = input.KeyCode
  615. BlinkKey = key
  616. blinkButton.Text = tostring(key):sub(14)
  617. b:Disconnect()
  618. end
  619. end)
  620. end)
  621.  
  622. flightButton.MouseButton1Down:connect(function()
  623. flightButton.Text = ""
  624. c = UserInput.InputBegan:connect(function(input, gp)
  625. if input.UserInputType == Enum.UserInputType.Keyboard then
  626. wait()
  627. local key = input.KeyCode
  628. Flight1Key = key
  629. flightButton.Text = tostring(key):sub(14)
  630. c:Disconnect()
  631. end
  632. end)
  633. end)
  634.  
  635. blinkTxt.Text = "Blink - " .. BlinkSpeed
  636. flightTxt.Text = "Flight - 5"
  637.  
  638. DownBlink.MouseButton1Down:connect(function()
  639. if BlinkSpeed > 1 then
  640. BlinkSpeed = BlinkSpeed - 1
  641. blinkTxt.Text = "Blink - " .. BlinkSpeed
  642. end
  643. end)
  644.  
  645. UpBlink.MouseButton1Down:connect(function()
  646. if BlinkSpeed < 5 then
  647. BlinkSpeed = BlinkSpeed + 1
  648. blinkTxt.Text = "Blink - " .. BlinkSpeed
  649. end
  650. end)
  651.  
  652.  
  653. local flysing = false
  654. flyy.MouseButton1Up:connect(function()
  655. flysing = not flysing
  656. local mouse= game.Players.LocalPlayer:GetMouse''
  657. localplayer= game.Players.LocalPlayer
  658. game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart")
  659. local torso = game.Players.LocalPlayer.Character.HumanoidRootPart
  660. local speed=0
  661. local keys={a=false,d=false,w=false,s=false}
  662. local e1
  663. local e2
  664. if flysing then
  665. flyy.BackgroundColor3 = GUIColor
  666. else
  667. flyy.BackgroundColor3 = NormalColor
  668. end
  669. local function start()
  670. local pos = Instance.new("BodyPosition",torso)
  671. local gyro = Instance.new("BodyGyro",torso)
  672. pos.Name="EPIXPOS"
  673. pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  674. pos.position = torso.Position
  675. gyro.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  676. gyro.cframe = torso.CFrame
  677. repeat
  678. wait()
  679. localplayer.Character.Humanoid.PlatformStand=true
  680. local new=gyro.cframe - gyro.cframe.p + pos.position
  681. if not keys.w and not keys.s and not keys.a and not keys.d then
  682. speed=1
  683. end
  684. if keys.w then
  685. new = new + workspace.CurrentCamera.CoordinateFrame.lookVector * speed
  686. speed=speed+0.01
  687. end
  688. if keys.s then
  689. new = new - workspace.CurrentCamera.CoordinateFrame.lookVector * speed
  690. speed=speed+0.01
  691. end
  692. if keys.d then
  693. new = new * CFrame.new(speed,0,0)
  694. speed=speed+0.01
  695. end
  696. if keys.a then
  697. new = new * CFrame.new(-speed,0,0)
  698. speed=speed+0.01
  699. end
  700. if speed>5 then
  701. speed=5
  702. end
  703. pos.position=new.p
  704. if keys.w then
  705. gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(-math.rad(speed*15),0,0)
  706. elseif keys.s then
  707. gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(math.rad(speed*15),0,0)
  708. else
  709. gyro.cframe = workspace.CurrentCamera.CoordinateFrame
  710. end
  711. until not flysing
  712. if gyro then gyro:Destroy() end
  713. if pos then pos:Destroy() end
  714. flysing=false
  715. localplayer.Character.Humanoid.PlatformStand=false
  716. speed=0
  717. end
  718. e1=mouse.KeyDown:connect(function(key)
  719. if not torso or not torso.Parent then flysing=false e1:disconnect() e2:disconnect() return end
  720. if key=="w" then
  721. keys.w=true
  722. elseif key=="s" then
  723. keys.s=true
  724. elseif key=="a" then
  725. keys.a=true
  726. elseif key=="d" then
  727. keys.d=true
  728. end
  729. end)
  730. e2=mouse.KeyUp:connect(function(key)
  731. if key=="w" then
  732. keys.w=false
  733. elseif key=="s" then
  734. keys.s=false
  735. elseif key=="a" then
  736. keys.a=false
  737. elseif key=="d" then
  738. keys.d=false
  739. end
  740. end)
  741. start()
  742. end)
  743.  
  744. annoying = false
  745. Annoy.BackgroundColor3 = NormalColor
  746. Orbit.BackgroundColor3 = NormalColor
  747. Annoy.MouseButton1Click:connect(function()
  748. annoying = not annoying
  749. for i,v in pairs(GetPlayer(user.Text))do
  750. while wait() do
  751. if annoying then
  752. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  753. Annoy.BackgroundColor3 = GUIColor
  754. else
  755. Annoy.BackgroundColor3 = NormalColor
  756. end
  757. end
  758. end
  759. end)
  760.  
  761. Orbit.MouseButton1Up:connect(function()
  762. loadstring(game:HttpGet("https://pastebin.com/raw/Dyvp4dFr", true))()
  763. end)
  764.  
  765. invis.MouseButton1Up:connect(function()
  766. loadstring(game:HttpGet("https://pastebin.com/raw/WxMfKVDm", true))()
  767. end)
  768.  
  769. god.MouseButton1Up:connect(function()
  770. loadstring(game:HttpGet("https://pastebin.com/raw/dZwVEVY5", true))()
  771. end)
  772.  
  773. reset.MouseButton1Up:connect(function()
  774. pl = game.Players.LocalPlayer
  775. pl.Character:BreakJoints()
  776. end)
  777.  
  778. hide.MouseButton1Up:connect(function()
  779. Hidden = not Hidden
  780. if Hidden then
  781. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  782. else
  783. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "Viewer"
  784. end
  785. end)
  786.  
  787. headless.MouseButton1Up:connect(function()
  788. loadstring(game:HttpGet("https://pastebin.com/raw/sL5TA7kQ", true))()
  789. end)
  790.  
  791. oof.MouseButton1Up:connect(function()
  792. loadstring(game:HttpGet("https://pastebin.com/raw/aPbWn7mn", true))()
  793. end)
  794.  
  795. shutdown.MouseButton1Up:connect(function()
  796. loadstring(game:HttpGet("https://pastebin.com/raw/5hLaVZD2", true))()
  797. end)
  798.  
  799. anims.MouseButton1Up:connect(function()
  800. loadstring(game:HttpGet("https://pastebin.com/raw/eCtdpnba", true))()
  801. end)
  802.  
  803. welcome.AnchorPoint = Vector2.new(0.5,0)
  804. welcome.Position = UDim2.new(0.5,0,0,250)
  805. welcome.Size = UDim2.new(0,80,0,30)
  806. welcome.BackgroundTransparency = 1
  807. welcome.BackgroundColor3 = Color3.new(206/255,24/255,23/255)
  808. welcome.BorderSizePixel = 0
  809. welcome.TextColor3 = Color3.new(255/255,255/255,255/255)
  810. welcome.TextSize = 18
  811. welcome.Font = ("SciFi")
  812. welcome.Text = ("Welcome,")
  813.  
  814. NameOfPlayer.AnchorPoint = Vector2.new(0.5,0)
  815. NameOfPlayer.Position = UDim2.new(0.5,0,0,270)
  816. NameOfPlayer.Size = UDim2.new(0,80,0,30)
  817. NameOfPlayer.BackgroundTransparency = 1
  818. NameOfPlayer.BackgroundColor3 = Color3.new(206/255,24/255,23/255)
  819. NameOfPlayer.BorderSizePixel = 0
  820. NameOfPlayer.TextColor3 = Color3.new(255/255,255/255,255/255)
  821. NameOfPlayer.TextSize = 22
  822. NameOfPlayer.Font = ("SciFi")
  823. NameOfPlayer.Text = ("")
  824.  
  825. NameOfPlayer.Text = game.Players.LocalPlayer.Name
  826.  
  827. page.MouseButton1Up:connect(function()
  828. tab.Visible = true
  829. end)
  830.  
  831. xa.MouseButton1Up:connect(function()
  832. tab.Visible = false
  833. end)
  834.  
  835. local users = {
  836. qwe = true;
  837. Tonci = true;
  838. Fuzion_Sam = true
  839. }
  840.  
  841. local pass = {
  842. asd = true;
  843. ffuucckk = true;
  844. Password1 = true
  845. }
  846.  
  847. Login.MouseButton1Down:connect(function()
  848. if users[Username.Text] then
  849. if pass[Password.Text] then
  850. mainz:Destroy()
  851. top.Visible = true
  852. end
  853. end
  854. end)
  855.  
  856. while wait() do
  857. page.BackgroundColor3 = Color3.fromHSV((tick()%20)/20,1,1)
  858. kill.BackgroundColor3 = Color3.fromHSV((tick()%20)/20,1,1)
  859. skill.BackgroundColor3 = Color3.fromHSV((tick()%20)/20,1,1)
  860. invis.BackgroundColor3 = Color3.fromHSV((tick()%20)/20,1,1)
  861. god.BackgroundColor3 = Color3.fromHSV((tick()%20)/20,1,1)
  862. hide.BackgroundColor3 = Color3.fromHSV((tick()%20)/20,1,1)
  863. headless.BackgroundColor3 = Color3.fromHSV((tick()%20)/20,1,1)
  864. oof.BackgroundColor3 = Color3.fromHSV((tick()%20)/20,1,1)
  865. shutdown.BackgroundColor3 = Color3.fromHSV((tick()%20)/20,1,1)
  866. reset.BackgroundColor3 = Color3.fromHSV((tick()%20)/20,1,1)
  867. FlyLabel.TextColor3 = Color3.fromHSV((tick()%20)/20,1,1)
  868. FlyLabel2.TextColor3 = Color3.fromHSV((tick()%20)/20,1,1)
  869. BlinkLabel.TextColor3 = Color3.fromHSV((tick()%20)/20,1,1)
  870. flightButton.BackgroundColor3 = Color3.fromHSV((tick()%20)/20,1,1)
  871. blinkButton.BackgroundColor3 = Color3.fromHSV((tick()%20)/20,1,1)
  872. flightTxt.BackgroundColor3 = Color3.fromHSV((tick()%20)/20,1,1)
  873. blinkTxt.BackgroundColor3 = Color3.fromHSV((tick()%20)/20,1,1)
  874. DownBlink.TextColor3 = Color3.fromHSV((tick()%20)/20,1,1)
  875. UpBlink.TextColor3 = Color3.fromHSV((tick()%20)/20,1,1)
  876. top.BackgroundColor3 = Color3.fromHSV((tick()%20)/20,1,1)
  877. exit.BackgroundColor3 = Color3.fromHSV((tick()%20)/20,1,1)
  878. mini.BackgroundColor3 = Color3.fromHSV((tick()%20)/20,1,1)
  879. anims.BackgroundColor3 = Color3.fromHSV((tick()%20)/20,1,1)
  880. xa.TextColor3 = Color3.fromHSV((tick()%20)/20,1,1)
  881. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement