JannickP8

Kroton Dahood - Fixed!

May 8th, 2022 (edited)
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 46.54 KB | None | 0 0
  1. --!!!THIS SCRIPT IS OUTDATED!!!
  2. --GET NEW VERSION HERE: https://pastebin.com/9Qgjn9tk
  3.  
  4.  
  5. --by VVNSO and Axtra
  6. -- Instances:
  7.  
  8. local Kroton = Instance.new("ScreenGui")
  9. local main = Instance.new("Frame")
  10. local UICorner = Instance.new("UICorner")
  11. local title = Instance.new("TextLabel")
  12. local UICorner_2 = Instance.new("UICorner")
  13. local exit = Instance.new("TextButton")
  14. local MainScriptsButton = Instance.new("TextButton")
  15. local UICorner_3 = Instance.new("UICorner")
  16. local SideStuff = Instance.new("TextButton")
  17. local UICorner_4 = Instance.new("UICorner")
  18. local About = Instance.new("TextButton")
  19. local UICorner_5 = Instance.new("UICorner")
  20. local TargetGUI = Instance.new("TextButton")
  21. local UICorner_6 = Instance.new("UICorner")
  22. local TABMain = Instance.new("ScrollingFrame")
  23. local UICorner_7 = Instance.new("UICorner")
  24. local title_2 = Instance.new("TextLabel")
  25. local fullbright = Instance.new("TextButton")
  26. local nofog = Instance.new("TextButton")
  27. local fly = Instance.new("TextButton")
  28. local removeCashiersalsoboostsfps = Instance.new("TextButton")
  29. local UICorner_8 = Instance.new("UICorner")
  30. local AntiStompabitbugged = Instance.new("TextButton")
  31. local infzoom = Instance.new("TextButton")
  32. local UIListLayout = Instance.new("UIListLayout")
  33. local TABSide = Instance.new("ScrollingFrame")
  34. local UICorner_9 = Instance.new("UICorner")
  35. local title_3 = Instance.new("TextLabel")
  36. local NOLEGS = Instance.new("TextButton")
  37. local HEADLESSandKORBLOX = Instance.new("TextButton")
  38. local CREEPER = Instance.new("TextButton")
  39. local UICorner_10 = Instance.new("UICorner")
  40. local TABTarget = Instance.new("ScrollingFrame")
  41. local UICorner_11 = Instance.new("UICorner")
  42. local title_4 = Instance.new("TextLabel")
  43. local UICorner_12 = Instance.new("UICorner")
  44. local TextLabel = Instance.new("TextLabel")
  45. local Home = Instance.new("TextButton")
  46. local UICorner_13 = Instance.new("UICorner")
  47. local Teleports = Instance.new("TextButton")
  48. local UICorner_14 = Instance.new("UICorner")
  49. local TABTeleports = Instance.new("ScrollingFrame")
  50. local UICorner_15 = Instance.new("UICorner")
  51. local title_5 = Instance.new("TextLabel")
  52. local tpToDownHillGUNZ = Instance.new("TextButton")
  53. local tpToBank = Instance.new("TextButton")
  54. local tpToAdminBase = Instance.new("TextButton")
  55. local tpToSchool = Instance.new("TextButton")
  56. local UICorner_16 = Instance.new("UICorner")
  57. local Prison = Instance.new("TextButton")
  58. local MediumArmor = Instance.new("TextButton")
  59. local Cinema = Instance.new("TextButton")
  60. local Casino = Instance.new("TextButton")
  61. local TABHome = Instance.new("Frame")
  62. local UICorner_17 = Instance.new("UICorner")
  63. local playername = Instance.new("TextLabel")
  64. local playerheadshot = Instance.new("ImageLabel")
  65. local UICorner_18 = Instance.new("UICorner")
  66. local playerid = Instance.new("TextLabel")
  67. local fps = Instance.new("TextLabel")
  68. local TABAbout = Instance.new("Frame")
  69. local TextLabel_2 = Instance.new("TextLabel")
  70. local TextButton = Instance.new("TextButton")
  71. local TextButton_2 = Instance.new("TextButton")
  72. local TextButton_3 = Instance.new("TextButton")
  73. local TextButton_4 = Instance.new("TextButton")
  74. local TextLabel_3 = Instance.new("TextLabel")
  75. local UICorner_19 = Instance.new("UICorner")
  76. local DiscordServer = Instance.new("TextBox")
  77.  
  78. --Properties:
  79.  
  80. Kroton.Name = "Kroton"
  81. Kroton.Parent = game.CoreGui
  82. Kroton.ResetOnSpawn = false
  83.  
  84. main.Name = "main"
  85. main.Parent = Kroton
  86. main.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
  87. main.BorderSizePixel = 0
  88. main.Position = UDim2.new(0.0536799058, 0, 0.118995935, 0)
  89. main.Size = UDim2.new(0, 590, 0, 366)
  90.  
  91. UICorner.Parent = main
  92.  
  93. title.Name = "title"
  94. title.Parent = main
  95. title.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  96. title.Size = UDim2.new(0, 590, 0, 45)
  97. title.Font = Enum.Font.SourceSans
  98. title.Text = "Kroton"
  99. title.TextColor3 = Color3.fromRGB(255, 255, 255)
  100. title.TextScaled = true
  101. title.TextSize = 33.000
  102. title.TextWrapped = true
  103. title.TextXAlignment = Enum.TextXAlignment.Left
  104.  
  105. UICorner_2.Parent = title
  106.  
  107. exit.Name = "exit"
  108. exit.Parent = title
  109. exit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  110. exit.BackgroundTransparency = 1.000
  111. exit.Position = UDim2.new(0.874739051, 0, 0, 0)
  112. exit.Size = UDim2.new(0, 60, 0, 50)
  113. exit.Font = Enum.Font.SourceSans
  114. exit.Text = "X"
  115. exit.TextColor3 = Color3.fromRGB(255, 255, 255)
  116. exit.TextScaled = true
  117. exit.TextSize = 14.000
  118. exit.TextWrapped = true
  119.  
  120. MainScriptsButton.Name = "MainScriptsButton"
  121. MainScriptsButton.Parent = main
  122. MainScriptsButton.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  123. MainScriptsButton.Position = UDim2.new(0, 0, 0.270097852, 0)
  124. MainScriptsButton.Size = UDim2.new(0, 213, 0, 53)
  125. MainScriptsButton.Font = Enum.Font.SpecialElite
  126. MainScriptsButton.Text = "Main"
  127. MainScriptsButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  128. MainScriptsButton.TextSize = 30.000
  129.  
  130. UICorner_3.Parent = MainScriptsButton
  131.  
  132. SideStuff.Name = "SideStuff"
  133. SideStuff.Parent = main
  134. SideStuff.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  135. SideStuff.Position = UDim2.new(0, 0, 0.416378736, 0)
  136. SideStuff.Size = UDim2.new(0, 213, 0, 53)
  137. SideStuff.Font = Enum.Font.SpecialElite
  138. SideStuff.Text = "Side"
  139. SideStuff.TextColor3 = Color3.fromRGB(255, 255, 255)
  140. SideStuff.TextSize = 30.000
  141.  
  142. UICorner_4.Parent = SideStuff
  143.  
  144. About.Name = "About"
  145. About.Parent = main
  146. About.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  147. About.Position = UDim2.new(0, 0, 0.8528561, 0)
  148. About.Size = UDim2.new(0, 213, 0, 53)
  149. About.Font = Enum.Font.SpecialElite
  150. About.Text = "About"
  151. About.TextColor3 = Color3.fromRGB(255, 255, 255)
  152. About.TextSize = 30.000
  153.  
  154. UICorner_5.Parent = About
  155.  
  156. TargetGUI.Name = "TargetGUI"
  157. TargetGUI.Parent = main
  158. TargetGUI.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  159. TargetGUI.Position = UDim2.new(0, 0, 0.561895907, 0)
  160. TargetGUI.Size = UDim2.new(0, 213, 0, 53)
  161. TargetGUI.Font = Enum.Font.SpecialElite
  162. TargetGUI.Text = "Target"
  163. TargetGUI.TextColor3 = Color3.fromRGB(255, 255, 255)
  164. TargetGUI.TextSize = 30.000
  165.  
  166. UICorner_6.Parent = TargetGUI
  167.  
  168. TABMain.Name = "TAB:Main"
  169. TABMain.Parent = main
  170. TABMain.Active = true
  171. TABMain.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  172. TABMain.BorderSizePixel = 0
  173. TABMain.Position = UDim2.new(0.369491518, 0, 0.128000006, 0)
  174. TABMain.Size = UDim2.new(0, 365, 0, 319)
  175. TABMain.Visible = false
  176.  
  177. UICorner_7.Parent = TABMain
  178.  
  179. title_2.Name = "title"
  180. title_2.Parent = TABMain
  181. title_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  182. title_2.BackgroundTransparency = 1.000
  183. title_2.Size = UDim2.new(0, 365, 0, 50)
  184. title_2.Font = Enum.Font.SourceSans
  185. title_2.Text = "Main"
  186. title_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  187. title_2.TextScaled = true
  188. title_2.TextSize = 14.000
  189. title_2.TextWrapped = true
  190.  
  191. fullbright.Name = "fullbright"
  192. fullbright.Parent = TABMain
  193. fullbright.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
  194. fullbright.BorderSizePixel = 0
  195. fullbright.Position = UDim2.new(0, 0, 0.136239782, 0)
  196. fullbright.Size = UDim2.new(0, 348, 0, 50)
  197. fullbright.Font = Enum.Font.Ubuntu
  198. fullbright.Text = "Fullbright/Lower GFX / Ultra anti lag | fps boost"
  199. fullbright.TextColor3 = Color3.fromRGB(255, 255, 255)
  200. fullbright.TextScaled = true
  201. fullbright.TextSize = 14.000
  202. fullbright.TextWrapped = true
  203.  
  204. nofog.Name = "nofog"
  205. nofog.Parent = TABMain
  206. nofog.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
  207. nofog.BorderSizePixel = 0
  208. nofog.Position = UDim2.new(0, 0, 0.272479564, 0)
  209. nofog.Size = UDim2.new(0, 348, 0, 50)
  210. nofog.Font = Enum.Font.Ubuntu
  211. nofog.Text = "No Fog/ also boosts fps"
  212. nofog.TextColor3 = Color3.fromRGB(255, 0, 4)
  213. nofog.TextScaled = true
  214. nofog.TextSize = 14.000
  215. nofog.TextWrapped = true
  216.  
  217. fly.Name = "fly"
  218. fly.Parent = TABMain
  219. fly.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
  220. fly.BorderSizePixel = 0
  221. fly.Position = UDim2.new(0, 0, 0.408719361, 0)
  222. fly.Size = UDim2.new(0, 348, 0, 50)
  223. fly.Font = Enum.Font.Ubuntu
  224. fly.Text = "Fly(X)"
  225. fly.TextColor3 = Color3.fromRGB(255, 255, 255)
  226. fly.TextSize = 30.000
  227.  
  228. removeCashiersalsoboostsfps.Name = "remove Cashiers/ also boosts fps"
  229. removeCashiersalsoboostsfps.Parent = TABMain
  230. removeCashiersalsoboostsfps.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
  231. removeCashiersalsoboostsfps.BorderSizePixel = 0
  232. removeCashiersalsoboostsfps.Position = UDim2.new(0, 0, 0.544959128, 0)
  233. removeCashiersalsoboostsfps.Size = UDim2.new(0, 348, 0, 50)
  234. removeCashiersalsoboostsfps.Font = Enum.Font.Ubuntu
  235. removeCashiersalsoboostsfps.Text = "remove Cashiers/ also boosts fps"
  236. removeCashiersalsoboostsfps.TextColor3 = Color3.fromRGB(255, 255, 255)
  237. removeCashiersalsoboostsfps.TextScaled = true
  238. removeCashiersalsoboostsfps.TextSize = 14.000
  239. removeCashiersalsoboostsfps.TextWrapped = true
  240.  
  241. UICorner_8.Parent = TABMain
  242.  
  243. AntiStompabitbugged.Name = "Anti Stomp - a bit bugged"
  244. AntiStompabitbugged.Parent = TABMain
  245. AntiStompabitbugged.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
  246. AntiStompabitbugged.BorderSizePixel = 0
  247. AntiStompabitbugged.Position = UDim2.new(0, 0, 0.681198895, 0)
  248. AntiStompabitbugged.Size = UDim2.new(0, 348, 0, 50)
  249. AntiStompabitbugged.Font = Enum.Font.Ubuntu
  250. AntiStompabitbugged.Text = "Anti Stomp - a bit bugged"
  251. AntiStompabitbugged.TextColor3 = Color3.fromRGB(255, 0, 4)
  252. AntiStompabitbugged.TextScaled = true
  253. AntiStompabitbugged.TextSize = 14.000
  254. AntiStompabitbugged.TextWrapped = true
  255.  
  256. infzoom.Name = "infzoom"
  257. infzoom.Parent = TABMain
  258. infzoom.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
  259. infzoom.BorderSizePixel = 0
  260. infzoom.Position = UDim2.new(0, 0, 0.817438722, 0)
  261. infzoom.Size = UDim2.new(0, 348, 0, 50)
  262. infzoom.Font = Enum.Font.Ubuntu
  263. infzoom.Text = "Infinite Zoom"
  264. infzoom.TextColor3 = Color3.fromRGB(255, 0, 4)
  265. infzoom.TextScaled = true
  266. infzoom.TextSize = 14.000
  267. infzoom.TextWrapped = true
  268.  
  269. UIListLayout.Parent = TABMain
  270. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  271. UIListLayout.Padding = UDim.new(0, 5)
  272.  
  273. TABSide.Name = "TAB:Side"
  274. TABSide.Parent = main
  275. TABSide.Active = true
  276. TABSide.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  277. TABSide.BorderSizePixel = 0
  278. TABSide.Position = UDim2.new(0.370999992, 0, 0.128000006, 0)
  279. TABSide.Size = UDim2.new(0, 365, 0, 319)
  280. TABSide.Visible = false
  281.  
  282. UICorner_9.Parent = TABSide
  283.  
  284. title_3.Name = "title"
  285. title_3.Parent = TABSide
  286. title_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  287. title_3.BackgroundTransparency = 1.000
  288. title_3.Position = UDim2.new(-0.000809134392, 0, 0, 0)
  289. title_3.Size = UDim2.new(0, 401, 0, 24)
  290. title_3.Font = Enum.Font.SourceSans
  291. title_3.Text = "Side"
  292. title_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  293. title_3.TextScaled = true
  294. title_3.TextSize = 14.000
  295. title_3.TextWrapped = true
  296.  
  297. NOLEGS.Name = "NO LEGS"
  298. NOLEGS.Parent = TABSide
  299. NOLEGS.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
  300. NOLEGS.BorderSizePixel = 0
  301. NOLEGS.Position = UDim2.new(0.0176246129, 0, 0.0622433797, 0)
  302. NOLEGS.Size = UDim2.new(0, 100, 0, 35)
  303. NOLEGS.Font = Enum.Font.Ubuntu
  304. NOLEGS.Text = "NO LEGS"
  305. NOLEGS.TextColor3 = Color3.fromRGB(255, 255, 255)
  306. NOLEGS.TextSize = 14.000
  307.  
  308. HEADLESSandKORBLOX.Name = "HEADLESSandKORBLOX"
  309. HEADLESSandKORBLOX.Parent = TABSide
  310. HEADLESSandKORBLOX.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
  311. HEADLESSandKORBLOX.BorderSizePixel = 0
  312. HEADLESSandKORBLOX.Position = UDim2.new(0.332464099, 0, 0.132710651, 0)
  313. HEADLESSandKORBLOX.Size = UDim2.new(0, 100, 0, 35)
  314. HEADLESSandKORBLOX.Font = Enum.Font.SourceSans
  315. HEADLESSandKORBLOX.Text = "HEADLESS AND KORBLOX"
  316. HEADLESSandKORBLOX.TextColor3 = Color3.fromRGB(255, 255, 255)
  317. HEADLESSandKORBLOX.TextSize = 13.000
  318.  
  319. CREEPER.Name = "CREEPER"
  320. CREEPER.Parent = TABSide
  321. CREEPER.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
  322. CREEPER.BorderSizePixel = 0
  323. CREEPER.Position = UDim2.new(0.01686747, 0, 0.133063734, 0)
  324. CREEPER.Size = UDim2.new(0, 100, 0, 35)
  325. CREEPER.Font = Enum.Font.Ubuntu
  326. CREEPER.Text = "CREEPER"
  327. CREEPER.TextColor3 = Color3.fromRGB(255, 255, 255)
  328. CREEPER.TextSize = 14.000
  329.  
  330. UICorner_10.Parent = TABSide
  331.  
  332. TABTarget.Name = "TAB:Target"
  333. TABTarget.Parent = main
  334. TABTarget.Active = true
  335. TABTarget.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  336. TABTarget.BorderSizePixel = 0
  337. TABTarget.Position = UDim2.new(0.370999992, 0, 0.128000006, 0)
  338. TABTarget.Size = UDim2.new(0, 365, 0, 319)
  339. TABTarget.Visible = false
  340.  
  341. UICorner_11.Parent = TABTarget
  342.  
  343. title_4.Name = "title"
  344. title_4.Parent = TABTarget
  345. title_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  346. title_4.BackgroundTransparency = 1.000
  347. title_4.Position = UDim2.new(-0.000809134392, 0, 0, 0)
  348. title_4.Size = UDim2.new(0, 401, 0, 24)
  349. title_4.Font = Enum.Font.SourceSans
  350. title_4.Text = "Target"
  351. title_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  352. title_4.TextScaled = true
  353. title_4.TextSize = 14.000
  354. title_4.TextWrapped = true
  355.  
  356. UICorner_12.Parent = TABTarget
  357.  
  358. TextLabel.Parent = TABTarget
  359. TextLabel.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  360. TextLabel.BorderSizePixel = 0
  361. TextLabel.Position = UDim2.new(0.257831335, 0, 0.0929203555, 0)
  362. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  363. TextLabel.Font = Enum.Font.SpecialElite
  364. TextLabel.Text = "COMING SOON"
  365. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  366. TextLabel.TextSize = 57.000
  367.  
  368. Home.Name = "Home"
  369. Home.Parent = main
  370. Home.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  371. Home.Position = UDim2.new(0, 0, 0.117241375, 0)
  372. Home.Size = UDim2.new(0, 213, 0, 53)
  373. Home.Font = Enum.Font.SpecialElite
  374. Home.Text = "Home"
  375. Home.TextColor3 = Color3.fromRGB(255, 255, 255)
  376. Home.TextSize = 30.000
  377.  
  378. UICorner_13.Parent = Home
  379.  
  380. Teleports.Name = "Teleports"
  381. Teleports.Parent = main
  382. Teleports.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  383. Teleports.Position = UDim2.new(0, 0, 0.705727339, 0)
  384. Teleports.Size = UDim2.new(0, 213, 0, 53)
  385. Teleports.Font = Enum.Font.SpecialElite
  386. Teleports.Text = "Teleports"
  387. Teleports.TextColor3 = Color3.fromRGB(255, 255, 255)
  388. Teleports.TextSize = 30.000
  389.  
  390. UICorner_14.Parent = Teleports
  391.  
  392. TABTeleports.Name = "TAB:Teleports"
  393. TABTeleports.Parent = main
  394. TABTeleports.Active = true
  395. TABTeleports.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  396. TABTeleports.BorderSizePixel = 0
  397. TABTeleports.Position = UDim2.new(0.370519876, 0, 0.127776474, 0)
  398. TABTeleports.Size = UDim2.new(0, 365, 0, 319)
  399. TABTeleports.Visible = false
  400.  
  401. UICorner_15.Parent = TABTeleports
  402.  
  403. title_5.Name = "title"
  404. title_5.Parent = TABTeleports
  405. title_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  406. title_5.BackgroundTransparency = 1.000
  407. title_5.Position = UDim2.new(-0.000809134392, 0, 0, 0)
  408. title_5.Size = UDim2.new(0, 401, 0, 24)
  409. title_5.Font = Enum.Font.SourceSans
  410. title_5.Text = "Teleports"
  411. title_5.TextColor3 = Color3.fromRGB(255, 255, 255)
  412. title_5.TextScaled = true
  413. title_5.TextSize = 14.000
  414. title_5.TextWrapped = true
  415.  
  416. tpToDownHillGUNZ.Name = "tpToDownHillGUNZ"
  417. tpToDownHillGUNZ.Parent = TABTeleports
  418. tpToDownHillGUNZ.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
  419. tpToDownHillGUNZ.BorderSizePixel = 0
  420. tpToDownHillGUNZ.Position = UDim2.new(0.0123393666, 0, 0.0376374312, 0)
  421. tpToDownHillGUNZ.Size = UDim2.new(0, 170, 0, 46)
  422. tpToDownHillGUNZ.Font = Enum.Font.Ubuntu
  423. tpToDownHillGUNZ.Text = "DownhillGunz"
  424. tpToDownHillGUNZ.TextColor3 = Color3.fromRGB(255, 255, 255)
  425. tpToDownHillGUNZ.TextScaled = true
  426. tpToDownHillGUNZ.TextSize = 14.000
  427. tpToDownHillGUNZ.TextWrapped = true
  428.  
  429. tpToBank.Name = "tpToBank"
  430. tpToBank.Parent = TABTeleports
  431. tpToBank.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
  432. tpToBank.BorderSizePixel = 0
  433. tpToBank.Position = UDim2.new(0.495406061, 0, 0.0376374312, 0)
  434. tpToBank.Size = UDim2.new(0, 170, 0, 46)
  435. tpToBank.Font = Enum.Font.Ubuntu
  436. tpToBank.Text = "Bank"
  437. tpToBank.TextColor3 = Color3.fromRGB(255, 255, 255)
  438. tpToBank.TextScaled = true
  439. tpToBank.TextSize = 14.000
  440. tpToBank.TextWrapped = true
  441.  
  442. tpToAdminBase.Name = "tpToAdminBase"
  443. tpToAdminBase.Parent = TABTeleports
  444. tpToAdminBase.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
  445. tpToAdminBase.BorderSizePixel = 0
  446. tpToAdminBase.Position = UDim2.new(0.0123393554, 0, 0.194730341, 0)
  447. tpToAdminBase.Size = UDim2.new(0, 170, 0, 46)
  448. tpToAdminBase.Font = Enum.Font.Ubuntu
  449. tpToAdminBase.Text = "Admin Base"
  450. tpToAdminBase.TextColor3 = Color3.fromRGB(255, 255, 255)
  451. tpToAdminBase.TextScaled = true
  452. tpToAdminBase.TextSize = 14.000
  453. tpToAdminBase.TextWrapped = true
  454.  
  455. tpToSchool.Name = "tpToSchool"
  456. tpToSchool.Parent = TABTeleports
  457. tpToSchool.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
  458. tpToSchool.BorderSizePixel = 0
  459. tpToSchool.Position = UDim2.new(0.495406121, 0, 0.117999643, 0)
  460. tpToSchool.Size = UDim2.new(0, 170, 0, 46)
  461. tpToSchool.Font = Enum.Font.Ubuntu
  462. tpToSchool.Text = "School"
  463. tpToSchool.TextColor3 = Color3.fromRGB(255, 255, 255)
  464. tpToSchool.TextScaled = true
  465. tpToSchool.TextSize = 14.000
  466. tpToSchool.TextWrapped = true
  467.  
  468. UICorner_16.Parent = TABTeleports
  469.  
  470. Prison.Name = "Prison"
  471. Prison.Parent = TABTeleports
  472. Prison.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
  473. Prison.BorderSizePixel = 0
  474. Prison.Position = UDim2.new(0.0136414506, 0, 0.119815893, 0)
  475. Prison.Size = UDim2.new(0, 170, 0, 46)
  476. Prison.Font = Enum.Font.Ubuntu
  477. Prison.Text = "Prison"
  478. Prison.TextColor3 = Color3.fromRGB(255, 255, 255)
  479. Prison.TextSize = 38.000
  480.  
  481. MediumArmor.Name = "Medium Armor"
  482. MediumArmor.Parent = TABTeleports
  483. MediumArmor.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
  484. MediumArmor.BorderSizePixel = 0
  485. MediumArmor.Position = UDim2.new(0.493975908, 0, 0.194751292, 0)
  486. MediumArmor.Size = UDim2.new(0, 170, 0, 46)
  487. MediumArmor.Font = Enum.Font.Ubuntu
  488. MediumArmor.Text = "Medium Armor"
  489. MediumArmor.TextColor3 = Color3.fromRGB(255, 255, 255)
  490. MediumArmor.TextSize = 26.000
  491.  
  492. Cinema.Name = "Cinema"
  493. Cinema.Parent = TABTeleports
  494. Cinema.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
  495. Cinema.BorderSizePixel = 0
  496. Cinema.Position = UDim2.new(0.493975908, 0, 0.272530764, 0)
  497. Cinema.Size = UDim2.new(0, 170, 0, 46)
  498. Cinema.Font = Enum.Font.Ubuntu
  499. Cinema.Text = "Cinema"
  500. Cinema.TextColor3 = Color3.fromRGB(255, 255, 255)
  501. Cinema.TextSize = 40.000
  502.  
  503. Casino.Name = "Casino"
  504. Casino.Parent = TABTeleports
  505. Casino.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
  506. Casino.BorderSizePixel = 0
  507. Casino.Position = UDim2.new(0.0109391566, 0, 0.272530764, 0)
  508. Casino.Size = UDim2.new(0, 170, 0, 46)
  509. Casino.Font = Enum.Font.Ubuntu
  510. Casino.Text = "Casino"
  511. Casino.TextColor3 = Color3.fromRGB(255, 255, 255)
  512. Casino.TextSize = 38.000
  513.  
  514. TABHome.Name = "TAB:Home"
  515. TABHome.Parent = main
  516. TABHome.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  517. TABHome.Position = UDim2.new(0.370999962, 0, 0.127999976, 0)
  518. TABHome.Size = UDim2.new(0, 365, 0, 319)
  519.  
  520. UICorner_17.Parent = TABHome
  521.  
  522. playername.Name = "playername"
  523. playername.Parent = TABHome
  524. playername.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  525. playername.BackgroundTransparency = 1.000
  526. playername.Position = UDim2.new(-0.0503513664, 0, 0.373626411, 0)
  527. playername.Size = UDim2.new(0, 401, 0, 24)
  528. playername.Font = Enum.Font.SourceSans
  529. playername.Text = "Welcome, Player"
  530. playername.TextColor3 = Color3.fromRGB(255, 255, 255)
  531. playername.TextScaled = true
  532. playername.TextSize = 14.000
  533. playername.TextWrapped = true
  534.  
  535. playerheadshot.Name = "playerheadshot"
  536. playerheadshot.Parent = TABHome
  537. playerheadshot.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
  538. playerheadshot.BackgroundTransparency = 0.500
  539. playerheadshot.Position = UDim2.new(0.376884431, 0, 0.0659340695, 0)
  540. playerheadshot.Size = UDim2.new(0, 100, 0, 100)
  541. playerheadshot.Image = "rbxasset://textures/ui/GuiImagePlaceholder.png"
  542.  
  543. UICorner_18.CornerRadius = UDim.new(1, 1)
  544. UICorner_18.Parent = playerheadshot
  545.  
  546. playerid.Name = "playerid"
  547. playerid.Parent = TABHome
  548. playerid.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  549. playerid.BackgroundTransparency = 1.000
  550. playerid.Position = UDim2.new(-0.0504542924, 0, 0.445895255, 0)
  551. playerid.Size = UDim2.new(0, 401, 0, 24)
  552. playerid.Font = Enum.Font.SourceSans
  553. playerid.Text = "PlayerId: 00000"
  554. playerid.TextColor3 = Color3.fromRGB(255, 255, 255)
  555. playerid.TextScaled = true
  556. playerid.TextSize = 14.000
  557. playerid.TextWrapped = true
  558.  
  559. fps.Name = "fps"
  560. fps.Parent = TABHome
  561. fps.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  562. fps.BackgroundTransparency = 1.000
  563. fps.Position = UDim2.new(-0.0359964594, 0, 0.497824222, 0)
  564. fps.Size = UDim2.new(0, 401, 0, 24)
  565. fps.Font = Enum.Font.SourceSans
  566. fps.Text = "Frames per Second: 00"
  567. fps.TextColor3 = Color3.fromRGB(255, 255, 255)
  568. fps.TextScaled = true
  569. fps.TextSize = 14.000
  570. fps.TextWrapped = true
  571.  
  572. TABAbout.Name = "TAB:About"
  573. TABAbout.Parent = main
  574. TABAbout.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  575. TABAbout.Position = UDim2.new(0.370999992, 0, 0.128000006, 0)
  576. TABAbout.Size = UDim2.new(0, 365, 0, 319)
  577. TABAbout.Visible = false
  578.  
  579. TextLabel_2.Parent = TABAbout
  580. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  581. TextLabel_2.BackgroundTransparency = 1.000
  582. TextLabel_2.Position = UDim2.new(-0.010613095, 0, 0.0650536418, 0)
  583. TextLabel_2.Size = UDim2.new(0, 371, 0, 42)
  584. TextLabel_2.Font = Enum.Font.SourceSans
  585. TextLabel_2.Text = "Made by"
  586. TextLabel_2.TextColor3 = Color3.fromRGB(255, 0, 4)
  587. TextLabel_2.TextScaled = true
  588. TextLabel_2.TextSize = 14.000
  589. TextLabel_2.TextWrapped = true
  590.  
  591. TextButton.Parent = TABAbout
  592. TextButton.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  593. TextButton.BorderSizePixel = 0
  594. TextButton.Position = UDim2.new(0.0276382528, 0, 0.192307696, 0)
  595. TextButton.Size = UDim2.new(0, 171, 0, 50)
  596. TextButton.Font = Enum.Font.SourceSans
  597. TextButton.Text = "!!axtra#6849"
  598. TextButton.TextColor3 = Color3.fromRGB(1, 255, 238)
  599. TextButton.TextSize = 30.000
  600.  
  601. TextButton_2.Parent = TABAbout
  602. TextButton_2.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  603. TextButton_2.BorderSizePixel = 0
  604. TextButton_2.Position = UDim2.new(0.497487396, 0, 0.192307696, 0)
  605. TextButton_2.Size = UDim2.new(0, 169, 0, 50)
  606. TextButton_2.Font = Enum.Font.SourceSans
  607. TextButton_2.Text = "vvnso#9650"
  608. TextButton_2.TextColor3 = Color3.fromRGB(234, 255, 0)
  609. TextButton_2.TextSize = 30.000
  610.  
  611. TextButton_3.Parent = TABAbout
  612. TextButton_3.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  613. TextButton_3.BorderSizePixel = 0
  614. TextButton_3.Position = UDim2.new(0.224812582, 0, 0.58933872, 0)
  615. TextButton_3.Size = UDim2.new(0, 200, 0, 50)
  616. TextButton_3.Font = Enum.Font.SourceSans
  617. TextButton_3.Text = "Join our discord server for more!"
  618. TextButton_3.TextColor3 = Color3.fromRGB(17, 0, 212)
  619. TextButton_3.TextSize = 30.000
  620.  
  621. TextButton_4.Parent = TABAbout
  622. TextButton_4.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  623. TextButton_4.BorderSizePixel = 0
  624. TextButton_4.Position = UDim2.new(0.0795507357, 0, 0.473975033, 0)
  625. TextButton_4.Size = UDim2.new(0, 306, 0, 39)
  626. TextButton_4.Font = Enum.Font.SourceSans
  627. TextButton_4.Text = "Cleaner and smoother GUI, Low Graphics, OP Target GUI"
  628. TextButton_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  629. TextButton_4.TextSize = 16.000
  630.  
  631. TextLabel_3.Parent = TABAbout
  632. TextLabel_3.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  633. TextLabel_3.BorderSizePixel = 0
  634. TextLabel_3.Position = UDim2.new(0.218689084, 0, 0.309118927, 0)
  635. TextLabel_3.Size = UDim2.new(0, 200, 0, 50)
  636. TextLabel_3.Font = Enum.Font.SourceSans
  637. TextLabel_3.Text = "COMING SOON"
  638. TextLabel_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  639. TextLabel_3.TextSize = 40.000
  640.  
  641. UICorner_19.Parent = TABAbout
  642.  
  643. DiscordServer.Name = "DiscordServer"
  644. DiscordServer.Parent = TABAbout
  645. DiscordServer.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  646. DiscordServer.BorderColor3 = Color3.fromRGB(140, 0, 140)
  647. DiscordServer.Position = UDim2.new(0.218579233, 0, 0.707691908, 0)
  648. DiscordServer.Size = UDim2.new(0, 200, 0, 50)
  649. DiscordServer.ClearTextOnFocus = false
  650. DiscordServer.Font = Enum.Font.SourceSans
  651. DiscordServer.PlaceholderColor3 = Color3.fromRGB(178, 178, 178)
  652. DiscordServer.Text = "https://discord.gg/5sKcDMX2rk"
  653. DiscordServer.TextColor3 = Color3.fromRGB(255, 0, 255)
  654. DiscordServer.TextSize = 14.000
  655.  
  656. -- Scripts:
  657.  
  658. local function GDYIT_fake_script() -- exit.exitScript
  659.     local script = Instance.new('LocalScript', exit)
  660.  
  661.     local btn = script.Parent
  662.     local screengui = btn.Parent.Parent.Parent
  663.    
  664.     btn.MouseButton1Click:Connect(function()
  665.         screengui:Destroy()
  666.     end)
  667. end
  668. coroutine.wrap(GDYIT_fake_script)()
  669. local function DOOEQZF_fake_script() -- title.maximise
  670.     local script = Instance.new('LocalScript', title)
  671.  
  672.     local mouse = game.Players.LocalPlayer:GetMouse()
  673.     mouse.KeyDown:connect(function(key)
  674.         if key:lower() == "v" then
  675.             script.Parent.Parent.Visible = not script.Parent.Parent.Visible
  676.        
  677.         end
  678.            
  679.         end)
  680. end
  681. coroutine.wrap(DOOEQZF_fake_script)()
  682. local function MRYRU_fake_script() -- MainScriptsButton.tabmainchanger
  683.     local script = Instance.new('LocalScript', MainScriptsButton)
  684.  
  685.     local TABHome = script.Parent.Parent["TAB:Home"]
  686.     local TABMain = script.Parent.Parent["TAB:Main"]
  687.     local TABSide = script.Parent.Parent["TAB:Side"]
  688.     local TABTarget = script.Parent.Parent["TAB:Target"]
  689.     local TABAbout = script.Parent.Parent["TAB:About"]
  690.     local TABTeleports = script.Parent.Parent["TAB:Teleports"]
  691.    
  692.     local btn = script.Parent
  693.    
  694.    
  695.     btn.MouseButton1Click:Connect(function()
  696.         TABHome.Visible = false
  697.         TABMain.Visible = true
  698.         TABSide.Visible = false
  699.         TABTarget.Visible = false
  700.         TABAbout.Visible = false
  701.         TABTeleports.Visible = false
  702.    
  703.     end)
  704. end
  705. coroutine.wrap(MRYRU_fake_script)()
  706. local function KLOHWDL_fake_script() -- SideStuff.tabsidechanger
  707.     local script = Instance.new('LocalScript', SideStuff)
  708.  
  709.     local TABHome = script.Parent.Parent["TAB:Home"]
  710.     local TABMain = script.Parent.Parent["TAB:Main"]
  711.     local TABSide = script.Parent.Parent["TAB:Side"]
  712.     local TABTarget = script.Parent.Parent["TAB:Target"]
  713.     local TABAbout = script.Parent.Parent["TAB:About"]
  714.     local TABTeleports = script.Parent.Parent["TAB:Teleports"]
  715.    
  716.     local btn = script.Parent
  717.    
  718.    
  719.     btn.MouseButton1Click:Connect(function()
  720.         TABHome.Visible = false
  721.         TABMain.Visible = false
  722.         TABSide.Visible = true
  723.         TABTarget.Visible = false
  724.         TABAbout.Visible = false
  725.         TABTeleports.Visible = false
  726.    
  727.     end)
  728. end
  729. coroutine.wrap(KLOHWDL_fake_script)()
  730. local function DIPG_fake_script() -- About.tababoutchanger
  731.     local script = Instance.new('LocalScript', About)
  732.  
  733.     local TABHome = script.Parent.Parent["TAB:Home"]
  734.     local TABMain = script.Parent.Parent["TAB:Main"]
  735.     local TABSide = script.Parent.Parent["TAB:Side"]
  736.     local TABTarget = script.Parent.Parent["TAB:Target"]
  737.     local TABAbout = script.Parent.Parent["TAB:About"]
  738.     local TABTeleports = script.Parent.Parent["TAB:Teleports"]
  739.    
  740.     local btn = script.Parent
  741.    
  742.    
  743.     btn.MouseButton1Click:Connect(function()
  744.         TABHome.Visible = false
  745.         TABMain.Visible = false
  746.         TABSide.Visible = false
  747.         TABTarget.Visible = false
  748.         TABAbout.Visible = true
  749.         TABTeleports.Visible = false
  750.    
  751.     end)
  752. end
  753. coroutine.wrap(DIPG_fake_script)()
  754. local function WHIYHCD_fake_script() -- TargetGUI.tabtargetchanger
  755.     local script = Instance.new('LocalScript', TargetGUI)
  756.  
  757.     local TABHome = script.Parent.Parent["TAB:Home"]
  758.     local TABMain = script.Parent.Parent["TAB:Main"]
  759.     local TABSide = script.Parent.Parent["TAB:Side"]
  760.     local TABTarget = script.Parent.Parent["TAB:Target"]
  761.     local TABAbout = script.Parent.Parent["TAB:About"]
  762.     local TABTeleports = script.Parent.Parent["TAB:Teleports"]
  763.    
  764.     local btn = script.Parent
  765.    
  766.    
  767.     btn.MouseButton1Click:Connect(function()
  768.         TABHome.Visible = false
  769.         TABMain.Visible = false
  770.         TABSide.Visible = false
  771.         TABTarget.Visible = true
  772.         TABAbout.Visible = false
  773.         TABTeleports.Visible = false
  774.        
  775.     end)
  776. end
  777. coroutine.wrap(WHIYHCD_fake_script)()
  778. local function SWAIIRB_fake_script() -- main.Dragify
  779.     local script = Instance.new('LocalScript', main)
  780.  
  781.     local UserInputService = game:GetService("UserInputService")
  782.    
  783.     local gui = script.Parent
  784.    
  785.     local dragging
  786.     local dragInput
  787.     local dragStart
  788.     local startPos
  789.    
  790.     local function update(input)
  791.         local delta = input.Position - dragStart
  792.         gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  793.     end
  794.    
  795.     gui.InputBegan:Connect(function(input)
  796.         if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  797.             dragging = true
  798.             dragStart = input.Position
  799.             startPos = gui.Position
  800.    
  801.             input.Changed:Connect(function()
  802.                 if input.UserInputState == Enum.UserInputState.End then
  803.                     dragging = false
  804.                 end
  805.             end)
  806.         end
  807.     end)
  808.    
  809.     gui.InputChanged:Connect(function(input)
  810.         if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  811.             dragInput = input
  812.         end
  813.     end)
  814.    
  815.     UserInputService.InputChanged:Connect(function(input)
  816.         if input == dragInput and dragging then
  817.             update(input)
  818.         end
  819.     end)
  820. end
  821. coroutine.wrap(SWAIIRB_fake_script)()
  822. local function GBPZQY_fake_script() -- fullbright.fbScript
  823.     local script = Instance.new('LocalScript', fullbright)
  824.  
  825.     local lightning = game:GetService("Lighting")
  826.    
  827.     script.Parent.MouseButton1Click:Connect(function()
  828.         local FlaggedMaterials = {Enum.Material.Glass, Enum.Material.Metal, Enum.Material.Ice, Enum.Material.DiamondPlate, Enum.Material.SmoothPlastic, Enum.Material.Concrete,Enum.Material.Cobblestone,Enum.Material.Brick,Enum.Material.Wood,Enum.Material.WoodPlanks,Enum.Material.Slate,Enum.Material.Grass,Enum.Material.Sand,Enum.Material.Neon,Enum.Material.Fabric,Enum.Material.Pebble,Enum.Material.CorrodedMetal}
  829.         local PartsToChange = workspace:GetDescendants()
  830.    
  831.         local function run()
  832.             for i, Part in pairs(PartsToChange) do
  833.                 --wait()
  834.                 if Part:IsA("BasePart") or Part:IsA("Part") then
  835.                     if table.find(FlaggedMaterials, Part.Material) then
  836.                         Part.Material = Enum.Material.Plastic
  837.                     end
  838.                 end
  839.             end
  840.            
  841.         end
  842.    
  843.         run()
  844.    
  845.     lightning.GlobalShadows = false
  846.         lightning.ShadowSoftness = 0
  847.         lightning.SunRays.Enabled = false
  848.         for i,v in pairs(game.Workspace:GetChildren()) do
  849.             if (v:FindFirstChild("Decal")) then
  850.                 v.Transparency = 1
  851.             end
  852.         end
  853.     end)
  854. end
  855. coroutine.wrap(GBPZQY_fake_script)()
  856. local function SXQYN_fake_script() -- nofog.fbScript
  857.     local script = Instance.new('LocalScript', nofog)
  858.  
  859.     local lightning = game:GetService("Lighting")
  860.     local activated = false
  861.    
  862.     script.Parent.MouseButton1Click:Connect(function()
  863.         if activated == false then
  864.             script.Parent.TextColor3 = Color3.fromRGB(68, 255, 0)
  865.         lightning.FogEnd = 328477243623
  866.             activated = true
  867.         else
  868.             script.Parent.TextColor3 = Color3.fromRGB(255, 0, 4)
  869.             lightning.FogEnd = 300
  870.             activated = false
  871.         end
  872.        
  873.     end)
  874. end
  875. coroutine.wrap(SXQYN_fake_script)()
  876. local function DBDJNU_fake_script() -- fly.LocalScript
  877.     local script = Instance.new('LocalScript', fly)
  878.  
  879.    
  880.     script.Parent.MouseButton1Click:Connect(function()
  881.         repeat wait()
  882.         until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Head") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  883.         local mouse = game.Players.LocalPlayer:GetMouse()
  884.         repeat wait() until mouse
  885.         local plr = game.Players.LocalPlayer
  886.         local torso = plr.Character.Head
  887.         local flying = false
  888.         local deb = true
  889.         local ctrl = {f = 0, b = 0, l = 0, r = 0}
  890.         local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  891.         local maxspeed = 400
  892.         local speed = 5000
  893.    
  894.         local function Fly()
  895.             local bg = Instance.new("BodyGyro", torso)
  896.             bg.P = 9e4
  897.             bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  898.             bg.cframe = torso.CFrame
  899.             local bv = Instance.new("BodyVelocity", torso)
  900.             bv.velocity = Vector3.new(0,0.1,0)
  901.             bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  902.             repeat wait()
  903.                 plr.Character.Humanoid.PlatformStand = true
  904.                 if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  905.                     speed = speed+1+(speed/maxspeed)
  906.                     if speed > maxspeed then
  907.                         speed = maxspeed
  908.                     end
  909.                 elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  910.                     speed = speed-1
  911.                     if speed < 0 then
  912.                         speed = 0
  913.                     end
  914.                 end
  915.                 if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  916.                     bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  917.                     lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  918.                 elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  919.                     bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  920.                 else
  921.                     bv.velocity = Vector3.new(0,0.1,0)
  922.                 end
  923.                 bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  924.             until not flying
  925.             ctrl = {f = 0, b = 0, l = 0, r = 0}
  926.             lastctrl = {f = 0, b = 0, l = 0, r = 0}
  927.             speed = 0
  928.             bg:Destroy()
  929.             bv:Destroy()
  930.             plr.Character.Humanoid.PlatformStand = false
  931.         end
  932.         mouse.KeyDown:connect(function(key)
  933.             if key:lower() == "x" then
  934.                 if flying then flying = false
  935.                 else
  936.                     flying = true
  937.                     Fly()
  938.                 end
  939.             elseif key:lower() == "w" then
  940.                 ctrl.f = 1
  941.             elseif key:lower() == "s" then
  942.                 ctrl.b = -1
  943.             elseif key:lower() == "a" then
  944.                 ctrl.l = -1
  945.             elseif key:lower() == "d" then
  946.                 ctrl.r = 1
  947.             end
  948.         end)
  949.         mouse.KeyUp:connect(function(key)
  950.             if key:lower() == "w" then
  951.                 ctrl.f = 0
  952.             elseif key:lower() == "s" then
  953.                 ctrl.b = 0
  954.             elseif key:lower() == "a" then
  955.                 ctrl.l = 0
  956.             elseif key:lower() == "d" then
  957.                 ctrl.r = 0
  958.             end
  959.         end)
  960.         Fly()
  961.    
  962.     end)
  963. end
  964. coroutine.wrap(DBDJNU_fake_script)()
  965. local function MTEI_fake_script() -- removeCashiersalsoboostsfps.fbScript
  966.     local script = Instance.new('LocalScript', removeCashiersalsoboostsfps)
  967.  
  968.    
  969.    
  970.     script.Parent.MouseButton1Click:Connect(function()
  971.         local wk = game.Workspace
  972.         wk.Cashiers:Destroy()
  973.     end)
  974. end
  975. coroutine.wrap(MTEI_fake_script)()
  976. local function VXJW_fake_script() -- AntiStompabitbugged.as
  977.     local script = Instance.new('LocalScript', AntiStompabitbugged)
  978.  
  979.     local _char = game.Players.LocalPlayer.Character
  980.     local activated = false
  981.    
  982.     script.Parent.MouseButton1Click:Connect(function()
  983.         if activated == false then
  984.             activated = true
  985.             script.Parent.TextColor3 = Color3.fromRGB(68, 255, 0)
  986.             while activated do
  987.                 wait(0.1)
  988.                 if game.Players.LocalPlayer.Character.Humanoid.Health <= 20 then
  989.                     _char["Head"]:Destroy()
  990.                     _char.UpperTorso:Destroy()
  991.                     _char.LowerTorso:Destroy()
  992.                     _char["LeftFoot"]:Destroy()
  993.                     _char["LeftUpperLeg"]:Destroy()
  994.                     _char["LeftLowerLeg"]:Destroy()
  995.                     _char["RightFoot"]:Destroy()
  996.                     _char["RightUpperLeg"]:Destroy()
  997.                     _char["RightLowerLeg"]:Destroy()
  998.                     _char["LeftHand"]:Destroy()
  999.                     _char["LeftLowerArm"]:Destroy()
  1000.                     _char["LeftUpperArm"]:Destroy()
  1001.                     _char["RightHand"]:Destroy()
  1002.                     _char["RightUpperArm"]:Destroy()
  1003.                     _char["RightLowerArm"]:Destroy()
  1004.                 game.Players.LocalPlayer.Character.Humanoid.Health = 0
  1005.         end
  1006.             end
  1007.         else
  1008.             activated = false
  1009.             script.Parent.TextColor3 = Color3.fromRGB(255, 0, 4)
  1010.         end
  1011.         end)
  1012.    
  1013.            
  1014.    
  1015. end
  1016. coroutine.wrap(VXJW_fake_script)()
  1017. local function OBJYOU_fake_script() -- infzoom.izScript
  1018.     local script = Instance.new('LocalScript', infzoom)
  1019.  
  1020.     local localplr = game.Players.LocalPlayer
  1021.     local activated = false
  1022.    
  1023.     script.Parent.MouseButton1Click:Connect(function()
  1024.         if activated == false then
  1025.             script.Parent.TextColor3 = Color3.fromRGB(68, 255, 0)
  1026.         localplr.CameraMaxZoomDistance = math.huge
  1027.             activated = true
  1028.         else
  1029.             script.Parent.TextColor3 = Color3.fromRGB(255, 0, 4)
  1030.             localplr.CameraMaxZoomDistance = 30
  1031.             activated = false
  1032.         end
  1033.        
  1034.     end)
  1035. end
  1036. coroutine.wrap(OBJYOU_fake_script)()
  1037. local function VREQ_fake_script() -- NOLEGS.LocalScript
  1038.     local script = Instance.new('LocalScript', NOLEGS)
  1039.  
  1040.     script.Parent.MouseButton1Click:Connect(function()
  1041.         game.Players.LocalPlayer.Character.LeftLowerLeg:Destroy()
  1042.         game.Players.LocalPlayer.Character.LeftUpperLeg:Destroy()
  1043.         game.Players.LocalPlayer.Character.LeftFoot:Destroy()
  1044.         game.Players.LocalPlayer.Character.RightUpperLeg:Destroy()
  1045.         game.Players.LocalPlayer.Character.RightLowerLeg:Destroy()
  1046.         game.Players.LocalPlayer.Character.RightFoot:Destroy()
  1047.     end)
  1048.    
  1049.    
  1050. end
  1051. coroutine.wrap(VREQ_fake_script)()
  1052. local function YMQXCPV_fake_script() -- HEADLESSandKORBLOX.LocalScript
  1053.     local script = Instance.new('LocalScript', HEADLESSandKORBLOX)
  1054.  
  1055.    
  1056.     script.Parent.MouseButton1Click:Connect(function()
  1057.        
  1058.    
  1059.         game.Players.LocalPlayer.Character.Head.Transparency = 1
  1060.         game.Players.LocalPlayer.Character.Head.Transparency = 1
  1061.         for i,v in pairs(game.Workspace:GetChildren()) do
  1062.             if (v:IsA("Decal")) then
  1063.                 v.Transparency = 1
  1064.         end
  1065.         end
  1066.    
  1067.         local ply = game.Players.LocalPlayer
  1068.         local chr = ply.Character
  1069.    
  1070.    
  1071.         chr:FindFirstChild("LeftUpperLeg"):Destroy()
  1072.         chr:FindFirstChild("LeftLowerLeg"):Destroy()
  1073.         chr:FindFirstChild("LeftFoot"):Destroy()
  1074.     end)   
  1075.        
  1076. end
  1077. coroutine.wrap(YMQXCPV_fake_script)()
  1078. local function DRAQ_fake_script() -- CREEPER.LocalScript
  1079.     local script = Instance.new('LocalScript', CREEPER)
  1080.  
  1081.     script.Parent.MouseButton1Click:Connect(function()
  1082.         local chr = game.Players.LocalPlayer.Character
  1083.         chr.RightUpperArm:Destroy()
  1084.         chr.RightLowerArm:Destroy()
  1085.         chr.LeftUpperArm:Destroy()
  1086.         chr.LeftLowerArm:Destroy()
  1087.         end)
  1088. end
  1089. coroutine.wrap(DRAQ_fake_script)()
  1090. local function RNBUTP_fake_script() -- TextLabel.rainbow
  1091.     local script = Instance.new('Script', TextLabel)
  1092.  
  1093.     --put this in the label that u wanna make rainbow
  1094.     local r = {
  1095.         Color3.fromRGB(254, 0, 0);        --red
  1096.         Color3.fromRGB(255, 127, 0);    --orange
  1097.         Color3.fromRGB(255, 221, 1);    --yellow
  1098.         Color3.fromRGB(0, 200, 0);        --green
  1099.         Color3.fromRGB(0, 160, 199);    --light blue
  1100.         Color3.fromRGB(0, 55, 230);        --dark blue
  1101.         Color3.fromRGB(129, 16, 210)}    --purple
  1102.     local info = TweenInfo.new(0.2, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut, 0, false, 0)
  1103.     script.Parent.TextColor3 = r[1]
  1104.     i = 1
  1105.     while true do
  1106.         local tween = game:GetService("TweenService"):Create(script.Parent, info, {
  1107.             TextColor3 = r[i]})
  1108.         tween:Play()
  1109.         repeat wait() until tween.Completed
  1110.         wait(0.1)
  1111.         if i == #r then i = 1 else i = i + 1 end
  1112.     end
  1113.    
  1114.    
  1115. end
  1116. coroutine.wrap(RNBUTP_fake_script)()
  1117. local function ZDTMB_fake_script() -- Home.tabhomechanger
  1118.     local script = Instance.new('LocalScript', Home)
  1119.  
  1120.     local TABHome = script.Parent.Parent["TAB:Home"]
  1121.     local TABMain = script.Parent.Parent["TAB:Main"]
  1122.     local TABSide = script.Parent.Parent["TAB:Side"]
  1123.     local TABTarget = script.Parent.Parent["TAB:Target"]
  1124.     local TABAbout = script.Parent.Parent["TAB:About"]
  1125.     local TABTeleports = script.Parent.Parent["TAB:Teleports"]
  1126.    
  1127.     local btn = script.Parent
  1128.    
  1129.    
  1130.     btn.MouseButton1Click:Connect(function()
  1131.         TABHome.Visible = true
  1132.         TABMain.Visible = false
  1133.         TABSide.Visible = false
  1134.         TABTarget.Visible = false
  1135.         TABAbout.Visible = false
  1136.         TABTeleports.Visible = false
  1137.     end)
  1138. end
  1139. coroutine.wrap(ZDTMB_fake_script)()
  1140. local function KFGCY_fake_script() -- Teleports.tabtelleportchanger
  1141.     local script = Instance.new('LocalScript', Teleports)
  1142.  
  1143.     local TABHome = script.Parent.Parent["TAB:Home"]
  1144.     local TABMain = script.Parent.Parent["TAB:Main"]
  1145.     local TABSide = script.Parent.Parent["TAB:Side"]
  1146.     local TABTarget = script.Parent.Parent["TAB:Target"]
  1147.     local TABAbout = script.Parent.Parent["TAB:About"]
  1148.     local TABTeleports = script.Parent.Parent["TAB:Teleports"]
  1149.    
  1150.     local btn = script.Parent
  1151.    
  1152.    
  1153.     btn.MouseButton1Click:Connect(function()
  1154.         TABHome.Visible = false
  1155.         TABMain.Visible = false
  1156.         TABSide.Visible = false
  1157.         TABTarget.Visible = false
  1158.         TABAbout.Visible = false
  1159.         TABTeleports.Visible = true
  1160.    
  1161.     end)
  1162. end
  1163. coroutine.wrap(KFGCY_fake_script)()
  1164. local function FZGI_fake_script() -- tpToDownHillGUNZ.tp
  1165.     local script = Instance.new('LocalScript', tpToDownHillGUNZ)
  1166.  
  1167.     local btn = script.Parent
  1168.     local root = game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart")
  1169.    
  1170.    
  1171.     btn.MouseButton1Click:Connect(function()
  1172.         root.CFrame = CFrame.new(-579.9151, 8.32231331, -735.67572, -0.32252562, -3.47046942e-08, -0.94656074, 1.75913384e-09, 1, -3.72633906e-08, 0.94656074, -1.36835245e-08, -0.32252562)
  1173.     end)
  1174. end
  1175. coroutine.wrap(FZGI_fake_script)()
  1176. local function DCMOXR_fake_script() -- tpToBank.tp
  1177.     local script = Instance.new('LocalScript', tpToBank)
  1178.  
  1179.     local btn = script.Parent
  1180.     local root = game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart")
  1181.    
  1182.    
  1183.     btn.MouseButton1Click:Connect(function()
  1184.         root.CFrame = CFrame.new(-444.806793, 38.9980698, -284.085144, -0.0442477427, -3.93986035e-08, -0.999020576, 1.12967946e-08, 1, -3.9937575e-08, 0.999020576, -1.30528779e-08, -0.0442477427)
  1185.     end)
  1186. end
  1187. coroutine.wrap(DCMOXR_fake_script)()
  1188. local function SGSL_fake_script() -- tpToAdminBase.tp
  1189.     local script = Instance.new('LocalScript', tpToAdminBase)
  1190.  
  1191.     local btn = script.Parent
  1192.     local root = game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart")
  1193.    
  1194.    
  1195.     btn.MouseButton1Click:Connect(function()
  1196.         root.CFrame = CFrame.new(-797.045471, -39.6511879, -885.651794, 0.0314361379, -9.36807609e-08, 0.999505758, -3.15945314e-08, 1, 9.47207894e-08, -0.999505758, -3.45565745e-08, 0.0314361379)
  1197.     end)
  1198. end
  1199. coroutine.wrap(SGSL_fake_script)()
  1200. local function HZLHI_fake_script() -- tpToSchool.tp
  1201.     local script = Instance.new('LocalScript', tpToSchool)
  1202.  
  1203.     local btn = script.Parent
  1204.     local root = game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart")
  1205.    
  1206.    
  1207.     btn.MouseButton1Click:Connect(function()
  1208.         root.CFrame = CFrame.new(-653.729431, 21.7480087, 255.532425, -0.999683738, 6.30987662e-09, -0.0251488853, 7.47494333e-09, 1, -4.62327563e-08, 0.0251488853, -4.64061216e-08, -0.999683738)
  1209.     end)
  1210. end
  1211. coroutine.wrap(HZLHI_fake_script)()
  1212. local function KDBCO_fake_script() -- Prison.LocalScript
  1213.     local script = Instance.new('LocalScript', Prison)
  1214.  
  1215.     local btn = script.Parent
  1216.     local root = game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart")
  1217.    
  1218.    
  1219.     btn.MouseButton1Click:Connect(function()
  1220.         root.CFrame = CFrame.new(-267.677063, 21.7999516, -114.99485, -0.999996245, -5.95734733e-08, 0.00273956824, -5.98001861e-08, 1, -8.26729405e-08, -0.00273956824, -8.28364577e-08, -0.999996245)
  1221.     end)
  1222.    
  1223. end
  1224. coroutine.wrap(KDBCO_fake_script)()
  1225. local function MIWQUPR_fake_script() -- MediumArmor.LocalScript
  1226.     local script = Instance.new('LocalScript', MediumArmor)
  1227.  
  1228.     local btn = script.Parent
  1229.     local root = game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart")
  1230.    
  1231.    
  1232.     btn.MouseButton1Click:Connect(function()
  1233.         root.CFrame = CFrame.new(-607.423645, 10.3496876, -788.797852, 0.00392154697, 7.62051258e-08, 0.999992311, -4.54479263e-08, 1, -7.6027483e-08, -0.999992311, -4.51494309e-08, 0.00392154697)
  1234.     end)
  1235. end
  1236. coroutine.wrap(MIWQUPR_fake_script)()
  1237. local function OPNP_fake_script() -- Cinema.LocalScript
  1238.     local script = Instance.new('LocalScript', Cinema)
  1239.  
  1240.     local btn = script.Parent
  1241.     local root = game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart")
  1242.    
  1243.    
  1244.     btn.MouseButton1Click:Connect(function()
  1245.         root.CFrame = CFrame.new(-1006.33276, 25.1000233, -94.3046112, -0.99999994, -9.65473035e-08, 0.000244429335, -9.65471898e-08, 1, 4.90292362e-10, -0.000244429335, 4.66693406e-10, -0.99999994)
  1246.     end)
  1247. end
  1248. coroutine.wrap(OPNP_fake_script)()
  1249. local function YQRRGA_fake_script() -- Casino.LocalScript
  1250.     local script = Instance.new('LocalScript', Casino)
  1251.  
  1252.     local btn = script.Parent
  1253.     local root = game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart")
  1254.    
  1255.    
  1256.     btn.MouseButton1Click:Connect(function()
  1257.         root.CFrame = CFrame.new(-867.721008, 21.75, -115.220001, -0.998831332, -6.27517149e-09, 0.0483320132, -7.37433181e-09, 1, -2.25635581e-08, -0.0483320132, -2.28936052e-08, -0.998831332)
  1258.     end)
  1259. end
  1260. coroutine.wrap(YQRRGA_fake_script)()
  1261. local function EHZI_fake_script() -- playername.playernameScript
  1262.     local script = Instance.new('LocalScript', playername)
  1263.  
  1264.     local name = game:GetService("Players").LocalPlayer.Name
  1265.     local dname = game:GetService("Players").LocalPlayer.DisplayName
  1266.     local label = script.Parent
  1267.    
  1268.    
  1269.     label.Text = "Welcome, "..name  
  1270. end
  1271. coroutine.wrap(EHZI_fake_script)()
  1272. local function NHBZIGX_fake_script() -- playerheadshot.picScript
  1273.     local script = Instance.new('LocalScript', playerheadshot)
  1274.  
  1275.    
  1276.    
  1277.     local Players = game:GetService("Players")
  1278.    
  1279.     local player = Players.LocalPlayer
  1280.    
  1281.     -- Fetch the thumbnail
  1282.     local userId = player.UserId
  1283.     local thumbType = Enum.ThumbnailType.HeadShot
  1284.     local thumbSize = Enum.ThumbnailSize.Size420x420
  1285.     local content, isReady = Players:GetUserThumbnailAsync(userId, thumbType, thumbSize)
  1286.    
  1287.     -- Set the ImageLabel's content to the user thumbnail
  1288.     local imageLabel = script.Parent
  1289.     imageLabel.Image = content
  1290.     imageLabel.Size = UDim2.new(0, 100,0, 100)
  1291.    
  1292.    
  1293. end
  1294. coroutine.wrap(NHBZIGX_fake_script)()
  1295. local function BBYXPUU_fake_script() -- playerid.playernameScript
  1296.     local script = Instance.new('LocalScript', playerid)
  1297.  
  1298.     local id = game:GetService("Players").LocalPlayer.UserId
  1299.     local label = script.Parent
  1300.    
  1301.    
  1302.     label.Text = "PlayerId: "..id
  1303. end
  1304. coroutine.wrap(BBYXPUU_fake_script)()
  1305. local function SEWFT_fake_script() -- fps.fps
  1306.     local script = Instance.new('LocalScript', fps)
  1307.  
  1308.    
  1309.     local TextLabel = script.Parent
  1310.    
  1311.     while wait() do
  1312.         local FPS = game.Workspace:GetRealPhysicsFPS()
  1313.         TextLabel.Text = "FPS: "..math.floor(FPS)
  1314.    
  1315.         if FPS > 30 then
  1316.             TextLabel.TextColor3 = Color3.new(0.0470588, 1, 0)
  1317.    
  1318.         elseif FPS > 15 then
  1319.             TextLabel.TextColor3 = Color3.new(1, 0.533333, 0)
  1320.         else
  1321.             TextLabel.TextColor3 = Color3.new(1, 0, 0)
  1322.         end
  1323.     end
  1324. end
  1325. coroutine.wrap(SEWFT_fake_script)()
  1326. local function ESUP_fake_script() -- TextLabel_3.Script
  1327.     local script = Instance.new('Script', TextLabel_3)
  1328.  
  1329.     --put this in the label that u wanna make rainbow
  1330.     local r = {
  1331.         Color3.fromRGB(254, 0, 0);        --red
  1332.         Color3.fromRGB(255, 127, 0);    --orange
  1333.         Color3.fromRGB(255, 221, 1);    --yellow
  1334.         Color3.fromRGB(0, 200, 0);        --green
  1335.         Color3.fromRGB(0, 160, 199);    --light blue
  1336.         Color3.fromRGB(0, 55, 230);        --dark blue
  1337.         Color3.fromRGB(129, 16, 210)}    --purple
  1338.     local info = TweenInfo.new(0.2, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut, 0, false, 0)
  1339.     script.Parent.TextColor3 = r[1]
  1340.     i = 1
  1341.     while true do
  1342.         local tween = game:GetService("TweenService"):Create(script.Parent, info, {
  1343.             TextColor3 = r[i]})
  1344.         tween:Play()
  1345.         repeat wait() until tween.Completed
  1346.         wait(0.1)
  1347.         if i == #r then i = 1 else i = i + 1 end
  1348.     end
  1349.    
  1350.    
  1351. end
  1352. coroutine.wrap(ESUP_fake_script)()
  1353. local function ANQKJ_fake_script() -- main.LocalScript
  1354.     local script = Instance.new('LocalScript', main)
  1355.  
  1356.     local player = game.Players.LocalPlayer.Name
  1357.     wait(4)
  1358.    
  1359.     game.StarterGui:SetCore("SendNotification", {
  1360.         Title = "Welcome to Kroton!";
  1361.         Text = "Hey "..player.." have fun exploiting! Script by vvnso and Axtra";
  1362.         Icon = "";
  1363.         Duration = nil;
  1364.         Button1 = "Nice!";
  1365.         Button2 = nil;
  1366.         Callback = nil;
  1367.     })
  1368.    
  1369. end
  1370. coroutine.wrap(ANQKJ_fake_script)()
  1371.  
Add Comment
Please, Sign In to add comment