XrAaz

LPISCRIPT

Oct 25th, 2020 (edited)
426
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 24.61 KB | None | 0 0
  1. local screengui = Instance.new("ScreenGui")
  2. local frame = Instance.new("Frame")
  3. local selectframe = Instance.new("Frame")
  4. local lptab = Instance.new("TextButton")
  5. local ptab = Instance.new("TextButton")
  6. local misctab = Instance.new("TextButton")
  7. local lpframe = Instance.new("Frame")
  8. local speed = Instance.new("TextButton")
  9. local TextLabel = Instance.new("TextLabel")
  10. local sonof = Instance.new("TextLabel")
  11. local jump = Instance.new("TextButton")
  12. local TextLabel_2 = Instance.new("TextLabel")
  13. local ifonoff = Instance.new("TextLabel")
  14. local ctrltp = Instance.new("TextButton")
  15. local TextLabel_3 = Instance.new("TextLabel")
  16. local partfloat = Instance.new("TextButton")
  17. local TextLabel_4 = Instance.new("TextLabel")
  18. local ponoff = Instance.new("TextLabel")
  19. local pframe = Instance.new("Frame")
  20. local fling = Instance.new("TextButton")
  21. local textlaven = Instance.new("TextLabel")
  22. local jail = Instance.new("TextButton")
  23. local TextLabel_5 = Instance.new("TextLabel")
  24. local tpto = Instance.new("TextButton")
  25. local TextLabel_6 = Instance.new("TextLabel")
  26. local neam = Instance.new("TextBox")
  27. local llfling = Instance.new("TextButton")
  28. local textlaven_2 = Instance.new("TextLabel")
  29. local lfonoff = Instance.new("TextLabel")
  30. local mframe = Instance.new("Frame")
  31. local ftool = Instance.new("TextButton")
  32. local textlaven_3 = Instance.new("TextLabel")
  33. local jtool = Instance.new("TextButton")
  34. local TextLabel_7 = Instance.new("TextLabel")
  35. local f3xgi = Instance.new("TextButton")
  36. local TextLabel_8 = Instance.new("TextLabel")
  37.  
  38. screengui.Name = "screengui"
  39. screengui.Parent = game.CoreGui
  40. screengui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  41.  
  42. frame.Name = "frame"
  43. frame.Parent = screengui
  44. frame.Active = true
  45. frame.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  46. frame.Position = UDim2.new(0.379202157, 0, 0.35303387, 0)
  47. frame.Size = UDim2.new(0, 472, 0, 272)
  48. frame.Draggable = true
  49.  
  50. selectframe.Name = "selectframe"
  51. selectframe.Parent = frame
  52. selectframe.Active = true
  53. selectframe.BackgroundColor3 = Color3.new(1, 1, 1)
  54. selectframe.BackgroundTransparency = 0.69999998807907
  55. selectframe.BorderSizePixel = 0
  56. selectframe.Position = UDim2.new(0.012711864, 0, 0.0294117648, 0)
  57. selectframe.Size = UDim2.new(0, 91, 0, 257)
  58.  
  59. lptab.Name = "lptab"
  60. lptab.Parent = selectframe
  61. lptab.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  62. lptab.BorderSizePixel = 0
  63. lptab.Position = UDim2.new(0.0879120901, 0, 0.023346303, 0)
  64. lptab.Size = UDim2.new(0, 74, 0, 33)
  65. lptab.Font = Enum.Font.SourceSans
  66. lptab.Text = "LocalPlayer"
  67. lptab.TextColor3 = Color3.new(0, 0, 0)
  68. lptab.TextScaled = true
  69. lptab.TextSize = 14
  70. lptab.TextWrapped = true
  71.  
  72. ptab.Name = "ptab"
  73. ptab.Parent = selectframe
  74. ptab.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  75. ptab.BorderSizePixel = 0
  76. ptab.Position = UDim2.new(0.0879120901, 0, 0.178988323, 0)
  77. ptab.Size = UDim2.new(0, 74, 0, 33)
  78. ptab.Font = Enum.Font.SourceSans
  79. ptab.Text = "Players"
  80. ptab.TextColor3 = Color3.new(0, 0, 0)
  81. ptab.TextScaled = true
  82. ptab.TextSize = 14
  83. ptab.TextWrapped = true
  84.  
  85. misctab.Name = "misctab"
  86. misctab.Parent = selectframe
  87. misctab.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  88. misctab.BorderSizePixel = 0
  89. misctab.Position = UDim2.new(0.0879120901, 0, 0.338521391, 0)
  90. misctab.Size = UDim2.new(0, 74, 0, 33)
  91. misctab.Font = Enum.Font.SourceSans
  92. misctab.Text = "Misc"
  93. misctab.TextColor3 = Color3.new(0, 0, 0)
  94. misctab.TextScaled = true
  95. misctab.TextSize = 14
  96. misctab.TextWrapped = true
  97.  
  98. lpframe.Name = "lpframe"
  99. lpframe.Parent = frame
  100. lpframe.Active = true
  101. lpframe.BackgroundColor3 = Color3.new(0.545098, 0.545098, 0.545098)
  102. lpframe.BorderSizePixel = 0
  103. lpframe.Position = UDim2.new(0.22457628, 0, 0.0257352944, 0)
  104. lpframe.Size = UDim2.new(0, 360, 0, 257)
  105.  
  106. speed.Name = "speed"
  107. speed.Parent = lpframe
  108. speed.BackgroundColor3 = Color3.new(1, 1, 1)
  109. speed.BackgroundTransparency = 0.64999997615814
  110. speed.BorderSizePixel = 0
  111. speed.Position = UDim2.new(0.0166666675, 0, 0.023346303, 0)
  112. speed.Size = UDim2.new(0, 128, 0, 34)
  113. speed.Font = Enum.Font.SourceSans
  114. speed.Text = "Shift Speed"
  115. speed.TextColor3 = Color3.new(0, 0, 0)
  116. speed.TextScaled = true
  117. speed.TextSize = 14
  118. speed.TextWrapped = true
  119.  
  120. TextLabel.Parent = speed
  121. TextLabel.Active = true
  122. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  123. TextLabel.BackgroundTransparency = 1
  124. TextLabel.Position = UDim2.new(1.19965279, 0, -0.00606545806, 0)
  125. TextLabel.Size = UDim2.new(0, 200, 0, 34)
  126. TextLabel.Font = Enum.Font.SourceSans
  127. TextLabel.Text = "Gives Speed Yes"
  128. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  129. TextLabel.TextScaled = true
  130. TextLabel.TextSize = 14
  131. TextLabel.TextWrapped = true
  132.  
  133. sonof.Name = "sonof"
  134. sonof.Parent = speed
  135. sonof.Active = true
  136. sonof.BackgroundColor3 = Color3.new(1, 1, 1)
  137. sonof.BackgroundTransparency = 1
  138. sonof.Position = UDim2.new(2.8203125, 0, -0.00606581755, 0)
  139. sonof.Size = UDim2.new(0, 51, 0, 34)
  140. sonof.Font = Enum.Font.Highway
  141. sonof.Text = "OFF"
  142. sonof.TextColor3 = Color3.new(0, 0, 0)
  143. sonof.TextScaled = true
  144. sonof.TextSize = 14
  145. sonof.TextWrapped = true
  146.  
  147. jump.Name = "jump"
  148. jump.Parent = lpframe
  149. jump.BackgroundColor3 = Color3.new(1, 1, 1)
  150. jump.BackgroundTransparency = 0.64999997615814
  151. jump.BorderSizePixel = 0
  152. jump.Position = UDim2.new(0.0166666675, 0, 0.182879359, 0)
  153. jump.Size = UDim2.new(0, 128, 0, 34)
  154. jump.Font = Enum.Font.SourceSans
  155. jump.Text = "Inf Jump"
  156. jump.TextColor3 = Color3.new(0, 0, 0)
  157. jump.TextScaled = true
  158. jump.TextSize = 14
  159. jump.TextWrapped = true
  160.  
  161. TextLabel_2.Parent = jump
  162. TextLabel_2.Active = true
  163. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  164. TextLabel_2.BackgroundTransparency = 1
  165. TextLabel_2.Position = UDim2.new(1.19965279, 0, -0.00606545806, 0)
  166. TextLabel_2.Size = UDim2.new(0, 200, 0, 34)
  167. TextLabel_2.Font = Enum.Font.SourceSans
  168. TextLabel_2.Text = "Gives Infinite Jump"
  169. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  170. TextLabel_2.TextScaled = true
  171. TextLabel_2.TextSize = 14
  172. TextLabel_2.TextWrapped = true
  173.  
  174. ifonoff.Name = "ifonoff"
  175. ifonoff.Parent = jump
  176. ifonoff.Active = true
  177. ifonoff.BackgroundColor3 = Color3.new(1, 1, 1)
  178. ifonoff.BackgroundTransparency = 1
  179. ifonoff.Position = UDim2.new(2.8125, 0, -0.0354775824, 0)
  180. ifonoff.Size = UDim2.new(0, 51, 0, 34)
  181. ifonoff.Font = Enum.Font.Highway
  182. ifonoff.Text = "OFF"
  183. ifonoff.TextColor3 = Color3.new(0, 0, 0)
  184. ifonoff.TextScaled = true
  185. ifonoff.TextSize = 14
  186. ifonoff.TextWrapped = true
  187.  
  188. ctrltp.Name = "ctrltp"
  189. ctrltp.Parent = lpframe
  190. ctrltp.BackgroundColor3 = Color3.new(1, 1, 1)
  191. ctrltp.BackgroundTransparency = 0.64999997615814
  192. ctrltp.BorderSizePixel = 0
  193. ctrltp.Position = UDim2.new(0.0166666675, 0, 0.342412412, 0)
  194. ctrltp.Size = UDim2.new(0, 128, 0, 34)
  195. ctrltp.Font = Enum.Font.SourceSans
  196. ctrltp.Text = "CtrlTp"
  197. ctrltp.TextColor3 = Color3.new(0, 0, 0)
  198. ctrltp.TextScaled = true
  199. ctrltp.TextSize = 14
  200. ctrltp.TextWrapped = true
  201.  
  202. TextLabel_3.Parent = ctrltp
  203. TextLabel_3.Active = true
  204. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  205. TextLabel_3.BackgroundTransparency = 1
  206. TextLabel_3.Position = UDim2.new(1.19965279, 0, -0.00606546178, 0)
  207. TextLabel_3.Size = UDim2.new(0, 200, 0, 34)
  208. TextLabel_3.Font = Enum.Font.SourceSans
  209. TextLabel_3.Text = "Ctrl Tp With Tween"
  210. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  211. TextLabel_3.TextScaled = true
  212. TextLabel_3.TextSize = 14
  213. TextLabel_3.TextWrapped = true
  214.  
  215. partfloat.Name = "partfloat"
  216. partfloat.Parent = lpframe
  217. partfloat.BackgroundColor3 = Color3.new(1, 1, 1)
  218. partfloat.BackgroundTransparency = 0.64999997615814
  219. partfloat.BorderSizePixel = 0
  220. partfloat.Position = UDim2.new(0.0166666675, 0, 0.509727597, 0)
  221. partfloat.Size = UDim2.new(0, 128, 0, 34)
  222. partfloat.Font = Enum.Font.SourceSans
  223. partfloat.Text = "Airwalk"
  224. partfloat.TextColor3 = Color3.new(0, 0, 0)
  225. partfloat.TextScaled = true
  226. partfloat.TextSize = 14
  227. partfloat.TextWrapped = true
  228.  
  229. TextLabel_4.Parent = partfloat
  230. TextLabel_4.Active = true
  231. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  232. TextLabel_4.BackgroundTransparency = 1
  233. TextLabel_4.Position = UDim2.new(1.19965279, 0, -0.00606546178, 0)
  234. TextLabel_4.Size = UDim2.new(0, 200, 0, 34)
  235. TextLabel_4.Font = Enum.Font.SourceSans
  236. TextLabel_4.Text = "PartFloat Tps Part Under you"
  237. TextLabel_4.TextColor3 = Color3.new(0, 0, 0)
  238. TextLabel_4.TextScaled = true
  239. TextLabel_4.TextSize = 14
  240. TextLabel_4.TextWrapped = true
  241.  
  242. ponoff.Name = "ponoff"
  243. ponoff.Parent = partfloat
  244. ponoff.Active = true
  245. ponoff.BackgroundColor3 = Color3.new(1, 1, 1)
  246. ponoff.BackgroundTransparency = 1
  247. ponoff.BorderSizePixel = 0
  248. ponoff.Position = UDim2.new(2.8125, 0, 0.0882353783, 0)
  249. ponoff.Size = UDim2.new(0, 53, 0, 31)
  250. ponoff.Font = Enum.Font.Highway
  251. ponoff.Text = "OFF"
  252. ponoff.TextColor3 = Color3.new(0, 0, 0)
  253. ponoff.TextScaled = true
  254. ponoff.TextSize = 14
  255. ponoff.TextWrapped = true
  256.  
  257. pframe.Name = "pframe"
  258. pframe.Parent = frame
  259. pframe.Active = true
  260. pframe.BackgroundColor3 = Color3.new(0.545098, 0.545098, 0.545098)
  261. pframe.BorderSizePixel = 0
  262. pframe.Position = UDim2.new(1.42372882, 0, 9999, 0)
  263. pframe.Size = UDim2.new(0, 360, 0, 257)
  264. pframe.Visible = false
  265.  
  266. fling.Name = "fling"
  267. fling.Parent = pframe
  268. fling.BackgroundColor3 = Color3.new(1, 1, 1)
  269. fling.BackgroundTransparency = 0.64999997615814
  270. fling.BorderSizePixel = 0
  271. fling.Position = UDim2.new(0.0166666675, 0, 0.186770424, 0)
  272. fling.Size = UDim2.new(0, 128, 0, 34)
  273. fling.Font = Enum.Font.SourceSans
  274. fling.Text = "Fling"
  275. fling.TextColor3 = Color3.new(0, 0, 0)
  276. fling.TextScaled = true
  277. fling.TextSize = 14
  278. fling.TextWrapped = true
  279.  
  280. textlaven.Name = "textlaven"
  281. textlaven.Parent = fling
  282. textlaven.Active = true
  283. textlaven.BackgroundColor3 = Color3.new(1, 1, 1)
  284. textlaven.BackgroundTransparency = 1
  285. textlaven.Position = UDim2.new(1.09027779, 0, -0.00606546178, 0)
  286. textlaven.Size = UDim2.new(0, 200, 0, 34)
  287. textlaven.Font = Enum.Font.SourceSans
  288. textlaven.Text = "Fling Player With Tool"
  289. textlaven.TextColor3 = Color3.new(0, 0, 0)
  290. textlaven.TextScaled = true
  291. textlaven.TextSize = 14
  292. textlaven.TextWrapped = true
  293.  
  294. jail.Name = "jail"
  295. jail.Parent = pframe
  296. jail.BackgroundColor3 = Color3.new(1, 1, 1)
  297. jail.BackgroundTransparency = 0.64999997615814
  298. jail.BorderSizePixel = 0
  299. jail.Position = UDim2.new(0.0166666675, 0, 0.556420207, 0)
  300. jail.Size = UDim2.new(0, 128, 0, 34)
  301. jail.Font = Enum.Font.SourceSans
  302. jail.Text = "Jail"
  303. jail.TextColor3 = Color3.new(0, 0, 0)
  304. jail.TextScaled = true
  305. jail.TextSize = 14
  306. jail.TextWrapped = true
  307.  
  308. TextLabel_5.Parent = jail
  309. TextLabel_5.Active = true
  310. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  311. TextLabel_5.BackgroundTransparency = 1
  312. TextLabel_5.Position = UDim2.new(1.09027779, 0, -0.00606546178, 0)
  313. TextLabel_5.Size = UDim2.new(0, 200, 0, 34)
  314. TextLabel_5.Font = Enum.Font.SourceSans
  315. TextLabel_5.Text = "Jail Player With Tool"
  316. TextLabel_5.TextColor3 = Color3.new(0, 0, 0)
  317. TextLabel_5.TextScaled = true
  318. TextLabel_5.TextSize = 14
  319. TextLabel_5.TextWrapped = true
  320.  
  321. tpto.Name = "tpto"
  322. tpto.Parent = pframe
  323. tpto.BackgroundColor3 = Color3.new(1, 1, 1)
  324. tpto.BackgroundTransparency = 0.64999997615814
  325. tpto.BorderSizePixel = 0
  326. tpto.Position = UDim2.new(0.0166666675, 0, 0.735408545, 0)
  327. tpto.Size = UDim2.new(0, 128, 0, 34)
  328. tpto.Font = Enum.Font.SourceSans
  329. tpto.Text = "Goto Player"
  330. tpto.TextColor3 = Color3.new(0, 0, 0)
  331. tpto.TextScaled = true
  332. tpto.TextSize = 14
  333. tpto.TextWrapped = true
  334.  
  335. TextLabel_6.Parent = tpto
  336. TextLabel_6.Active = true
  337. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  338. TextLabel_6.BackgroundTransparency = 1
  339. TextLabel_6.Position = UDim2.new(1.09027779, 0, -0.00606546178, 0)
  340. TextLabel_6.Size = UDim2.new(0, 200, 0, 34)
  341. TextLabel_6.Font = Enum.Font.SourceSans
  342. TextLabel_6.Text = "Tp To Player"
  343. TextLabel_6.TextColor3 = Color3.new(0, 0, 0)
  344. TextLabel_6.TextScaled = true
  345. TextLabel_6.TextSize = 14
  346. TextLabel_6.TextWrapped = true
  347.  
  348. neam.Name = "neam"
  349. neam.Parent = pframe
  350. neam.BackgroundColor3 = Color3.new(1, 1, 1)
  351. neam.BackgroundTransparency = 0.55000001192093
  352. neam.Position = UDim2.new(0.222222224, 0, 0, 0)
  353. neam.Size = UDim2.new(0, 200, 0, 36)
  354. neam.Font = Enum.Font.SourceSans
  355. neam.PlaceholderColor3 = Color3.new(0, 0, 0)
  356. neam.PlaceholderText = "Player Name Here"
  357. neam.Text = ""
  358. neam.TextColor3 = Color3.new(0, 0, 0)
  359. neam.TextScaled = true
  360. neam.TextSize = 14
  361. neam.TextWrapped = true
  362.  
  363. llfling.Name = "llfling"
  364. llfling.Parent = pframe
  365. llfling.BackgroundColor3 = Color3.new(1, 1, 1)
  366. llfling.BackgroundTransparency = 0.64999997615814
  367. llfling.BorderSizePixel = 0
  368. llfling.Position = UDim2.new(0.0166666675, 0, 0.361867696, 0)
  369. llfling.Size = UDim2.new(0, 128, 0, 34)
  370. llfling.Font = Enum.Font.SourceSans
  371. llfling.Text = "Loop Fling"
  372. llfling.TextColor3 = Color3.new(0, 0, 0)
  373. llfling.TextScaled = true
  374. llfling.TextSize = 14
  375. llfling.TextWrapped = true
  376.  
  377. textlaven_2.Name = "textlaven"
  378. textlaven_2.Parent = llfling
  379. textlaven_2.Active = true
  380. textlaven_2.BackgroundColor3 = Color3.new(1, 1, 1)
  381. textlaven_2.BackgroundTransparency = 1
  382. textlaven_2.Position = UDim2.new(1.09027767, 0, -0.00606581755, 0)
  383. textlaven_2.Size = UDim2.new(0, 200, 0, 34)
  384. textlaven_2.Font = Enum.Font.SourceSans
  385. textlaven_2.Text = "Loop Flings Player"
  386. textlaven_2.TextColor3 = Color3.new(0, 0, 0)
  387. textlaven_2.TextScaled = true
  388. textlaven_2.TextSize = 14
  389. textlaven_2.TextWrapped = true
  390.  
  391. lfonoff.Name = "lfonoff"
  392. lfonoff.Parent = llfling
  393. lfonoff.Active = true
  394. lfonoff.BackgroundColor3 = Color3.new(1, 1, 1)
  395. lfonoff.BackgroundTransparency = 1
  396. lfonoff.Position = UDim2.new(2.8125, 0, -0.00606581755, 0)
  397. lfonoff.Size = UDim2.new(0, 51, 0, 34)
  398. lfonoff.Font = Enum.Font.Highway
  399. lfonoff.Text = "OFF"
  400. lfonoff.TextColor3 = Color3.new(0, 0, 0)
  401. lfonoff.TextScaled = true
  402. lfonoff.TextSize = 14
  403. lfonoff.TextWrapped = true
  404.  
  405. mframe.Name = "mframe"
  406. mframe.Parent = frame
  407. mframe.Active = true
  408. mframe.BackgroundColor3 = Color3.new(0.545098, 0.545098, 0.545098)
  409. mframe.BorderSizePixel = 0
  410. mframe.Position = UDim2.new(1.36440682, 0, 9999, 0)
  411. mframe.Size = UDim2.new(0, 360, 0, 257)
  412. mframe.Visible = false
  413.  
  414. ftool.Name = "ftool"
  415. ftool.Parent = mframe
  416. ftool.BackgroundColor3 = Color3.new(1, 1, 1)
  417. ftool.BackgroundTransparency = 0.64999997615814
  418. ftool.BorderSizePixel = 0
  419. ftool.Position = UDim2.new(0.0250000022, 0, 0.0350194573, 0)
  420. ftool.Size = UDim2.new(0, 128, 0, 34)
  421. ftool.Font = Enum.Font.SourceSans
  422. ftool.Text = "FlingTool"
  423. ftool.TextColor3 = Color3.new(0, 0, 0)
  424. ftool.TextScaled = true
  425. ftool.TextSize = 14
  426. ftool.TextWrapped = true
  427.  
  428. textlaven_3.Name = "textlaven"
  429. textlaven_3.Parent = ftool
  430. textlaven_3.Active = true
  431. textlaven_3.BackgroundColor3 = Color3.new(1, 1, 1)
  432. textlaven_3.BackgroundTransparency = 1
  433. textlaven_3.Position = UDim2.new(1.09027779, 0, -0.00606546178, 0)
  434. textlaven_3.Size = UDim2.new(0, 200, 0, 34)
  435. textlaven_3.Font = Enum.Font.SourceSans
  436. textlaven_3.Text = "Grabs Fling Tool"
  437. textlaven_3.TextColor3 = Color3.new(0, 0, 0)
  438. textlaven_3.TextScaled = true
  439. textlaven_3.TextSize = 14
  440. textlaven_3.TextWrapped = true
  441.  
  442. jtool.Name = "jtool"
  443. jtool.Parent = mframe
  444. jtool.BackgroundColor3 = Color3.new(1, 1, 1)
  445. jtool.BackgroundTransparency = 0.64999997615814
  446. jtool.BorderSizePixel = 0
  447. jtool.Position = UDim2.new(0.0250000022, 0, 0.221789882, 0)
  448. jtool.Size = UDim2.new(0, 128, 0, 34)
  449. jtool.Font = Enum.Font.SourceSans
  450. jtool.Text = "JailTool"
  451. jtool.TextColor3 = Color3.new(0, 0, 0)
  452. jtool.TextScaled = true
  453. jtool.TextSize = 14
  454. jtool.TextWrapped = true
  455.  
  456. TextLabel_7.Parent = jtool
  457. TextLabel_7.Active = true
  458. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  459. TextLabel_7.BackgroundTransparency = 1
  460. TextLabel_7.Position = UDim2.new(1.09027779, 0, -0.00606546178, 0)
  461. TextLabel_7.Size = UDim2.new(0, 200, 0, 34)
  462. TextLabel_7.Font = Enum.Font.SourceSans
  463. TextLabel_7.Text = "Jail Player With Tool"
  464. TextLabel_7.TextColor3 = Color3.new(0, 0, 0)
  465. TextLabel_7.TextScaled = true
  466. TextLabel_7.TextSize = 14
  467. TextLabel_7.TextWrapped = true
  468.  
  469. f3xgi.Name = "f3xgi"
  470. f3xgi.Parent = mframe
  471. f3xgi.BackgroundColor3 = Color3.new(1, 1, 1)
  472. f3xgi.BackgroundTransparency = 0.64999997615814
  473. f3xgi.BorderSizePixel = 0
  474. f3xgi.Position = UDim2.new(0.0250000022, 0, 0.400778174, 0)
  475. f3xgi.Size = UDim2.new(0, 128, 0, 34)
  476. f3xgi.Font = Enum.Font.SourceSans
  477. f3xgi.Text = "F3XTool"
  478. f3xgi.TextColor3 = Color3.new(0, 0, 0)
  479. f3xgi.TextScaled = true
  480. f3xgi.TextSize = 14
  481. f3xgi.TextWrapped = true
  482.  
  483. TextLabel_8.Parent = f3xgi
  484. TextLabel_8.Active = true
  485. TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  486. TextLabel_8.BackgroundTransparency = 1
  487. TextLabel_8.Position = UDim2.new(1.09027779, 0, -0.00606546178, 0)
  488. TextLabel_8.Size = UDim2.new(0, 200, 0, 34)
  489. TextLabel_8.Font = Enum.Font.SourceSans
  490. TextLabel_8.Text = "Goes To F3X"
  491. TextLabel_8.TextColor3 = Color3.new(0, 0, 0)
  492. TextLabel_8.TextScaled = true
  493. TextLabel_8.TextSize = 14
  494. TextLabel_8.TextWrapped = true
  495.  
  496. local lp = game.Players.LocalPlayer
  497. local m = lp:GetMouse()
  498. local ts = game:GetService('TweenService')
  499. local rservice = game:GetService("RunService")
  500. local h = rservice.Heartbeat
  501. local uis = game:GetService('UserInputService')
  502. local TS = game:GetService('TweenService')
  503. local kdown = false
  504. local sdown = false
  505. local cdown = false
  506.  
  507. local NormalGravity = game.Workspace.Gravity
  508. local Raw = getrawmetatable(game)
  509. local Caller = checkcaller or is_protosmasher_caller or Cer.isCerus
  510. local CallingScript = getcallingscript or get_calling_script
  511. local Closure = newcclosure or read_me or function(Func) return Func end
  512. local CallingMethod = getnamecallmethod or get_namecall_method
  513.  
  514. setreadonly(Raw,false)
  515. local NewIndex = Raw.__newindex;
  516. Raw.__newindex = Closure(function(self,Property,Value)
  517.     if Caller() then return NewIndex(self,Property,Value) end
  518.     if Property == "WalkSpeed" then return 16 end
  519.     if Property == "JumpPower" then return 37.5 end
  520.     if Property == "HipHeight" then return 0 end
  521.     if self == workspace and Property == "Gravity" then return NormalGravity end
  522.     if Property == "CFrame" and self:IsDescendantOf(lp.Character) then return end
  523.     return NewIndex(self,Property,Value)
  524. end)
  525.  
  526. local Namecall = Raw.__namecall;
  527. Raw.__namecall = Closure(function(self,...)
  528. local Args = {...}
  529.     if Caller() then
  530.         if CallingMethod() == "FindFirstChild" and Args[1] == "HumanoidRootPart" then
  531.             Args[1] = "HumanoidRootPart"
  532.             return Namecall(self,unpack(Args))
  533.         end
  534.         return Namecall(self,...)
  535.     end
  536.     if CallingMethod() == "Destroy" or CallingMethod() == "Kick" then
  537.         if self == lp then return wait(9e9) end
  538.         if tostring(self) == 'BodyGyro' or tostring(self) == 'BodyVelocity' then return wait(9e9) end
  539.     end
  540.     if CallingMethod() == "BreakJoints" and self == lp.Character then return wait(9e9) end
  541.     return Namecall(self,...)
  542. end)
  543. setreadonly(Raw,true)
  544.  
  545. uis.InputBegan:connect(function(key)
  546.     if key.KeyCode == Enum.KeyCode.LeftShift then
  547.         kdown = true
  548.     end
  549.     if key.KeyCode == Enum.KeyCode.Space then
  550.         sdown = true
  551.     end
  552.     if key.KeyCode == Enum.KeyCode.LeftControl then
  553.         cdown = true
  554.     end
  555. end)
  556. uis.InputEnded:connect(function(key)
  557.     if key.KeyCode == Enum.KeyCode.LeftShift then
  558.         kdown = false
  559.     end
  560.     if key.KeyCode == Enum.KeyCode.Space then
  561.         sdown = false
  562.     end
  563.     if key.KeyCode == Enum.KeyCode.LeftControl then
  564.         cdown = false
  565.     end
  566. end)
  567. speed.MouseButton1Click:Connect(function()
  568.     if sonof.Text == "OFF" then
  569.         sonof.Text = "ON"
  570.     else
  571.         sonof.Text = "OFF"
  572.     end
  573.     repeat h:Wait()
  574.     if kdown then
  575.             lp.Character.HumanoidRootPart.CFrame = lp.Character.HumanoidRootPart.CFrame + lp.Character.HumanoidRootPart.CFrame.lookVector * 1
  576.         end    
  577.     until sonof.Text == "OFF" or lp.Character.Humanoid.Health == 0
  578.     sonof.Text = "OFF"
  579. end)
  580. jump.MouseButton1Click:Connect(function()
  581.     if ifonoff.Text == "OFF" then
  582.         ifonoff.Text = "ON"
  583.     else
  584.         ifonoff.Text = "OFF"
  585.     end
  586.     repeat h:Wait()
  587.         if sdown then
  588.             lp.Character.Humanoid:ChangeState('Jumping')
  589.         end
  590.     until ifonoff.Text == "OFF" or lp.Character.Humanoid.Health == 0
  591.     ifonoff.Text = "OFF"
  592. end)
  593. ctrltp.MouseButton1Click:Connect(function()
  594.     m.Button1Down:connect(function()
  595.         if cdown then
  596.             local mt = m.Hit
  597.             local tinfo = TweenInfo.new(0.5)
  598.             local Finish = {}
  599.             Finish.CFrame = mt
  600.             local t = ts:Create(lp.Character.HumanoidRootPart,tinfo,Finish)
  601.             t:Play()
  602.         end
  603.     end)
  604. end)
  605. partfloat.MouseButton1Click:Connect(function()
  606.     if ponoff.Text == "OFF" then
  607.         ponoff.Text = "ON"
  608.     else
  609.         ponoff.Text = "OFF"
  610.     end
  611.     local pt = Instance.new("Part", game.Workspace)
  612.     pt.Anchored = true
  613.     pt.CanCollide = true
  614.     repeat h:Wait() until lp.Character:FindFirstChild("Humanoid")
  615.     repeat h:Wait()
  616.         pt.CFrame = lp.Character.HumanoidRootPart.CFrame + Vector3.new(0,-4,0)
  617.     until lp.Character.Humanoid.Health == 0 or ponoff.Text == "OFF"
  618.     ponoff.Text = "OFF"
  619.     pt:Destroy()
  620. end)
  621. fling.MouseButton1Click:Connect(function()
  622.     for _,v in pairs(game.Players:GetPlayers()) do
  623.         if v.Name ~= lp.Name then
  624.             if v.Name:lower():sub(1,#neam.Text) == neam.Text:lower() then
  625.                 lp.Character["FoxBin's Magic Hand"].Update:InvokeServer(Vector3.new(-math.huge, -math.huge, -math.huge), v.Character.Head)
  626.             end
  627.         end
  628.     end
  629. end)
  630. llfling.MouseButton1Click:Connect(function()
  631.     if lfonoff.Text == "OFF" then
  632.         lfonoff.Text = "ON"
  633.     else
  634.         lfonoff.Text = "OFF"
  635.     end
  636.     for _,v in pairs(game.Players:GetPlayers()) do
  637.         if v.Name ~= lp.Name then
  638.             if v.Name:lower():sub(1,#neam.Text) == neam.Text:lower() then
  639.                 repeat h:Wait()
  640.                     repeat h:Wait() until v.Character:FindFirstChild("Head")
  641.                     lp.Character["FoxBin's Magic Hand"].Update:InvokeServer(Vector3.new(-math.huge, -math.huge, -math.huge), v.Character.Head)
  642.                     repeat h:Wait() until v.Character:FindFirstChild("Head")
  643.                 until lp.Character.Humanoid.Health == 0 or lfonoff.Text == "OFF"
  644.                 lfonoff.Text = "OFF"
  645.             end
  646.         end
  647.     end
  648. end)
  649. jail.MouseButton1Click:Connect(function()
  650.     for _,v in pairs(game.Players:GetPlayers()) do
  651.         if v.Name ~= lp.Name then
  652.             if v.Name:lower():sub(1,#neam.Text) == neam.Text:lower() then
  653.                 lp.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame + Vector3.new(0,3.4,0)
  654.                 wait(0.005)
  655.                 lp.Character.PortableJustice.MouseClick:FireServer(v.Character)
  656.             end
  657.         end
  658.     end
  659. end)
  660. tpto.MouseButton1Click:Connect(function()
  661.     for _,v in pairs(game.Players:GetPlayers()) do
  662.         if v.Name:lower():sub(1,#neam.Text) == neam.Text:lower() then
  663.             lp.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame + Vector3.new(0,3.4,0)
  664.         end
  665.     end
  666. end)
  667. ftool.MouseButton1Click:Connect(function()
  668.     local yt = Instance.new("Part")
  669.     yt.Anchored = true
  670.     yt.CanCollide = false
  671.     yt.CFrame = CFrame.new(-214.904175, 3.20000005, -125.358391)
  672.     local TInfo = TweenInfo.new(0.5)
  673.     local Finish = {}
  674.     Finish.CFrame = yt.CFrame
  675.     local T = TS:Create(lp.Character.HumanoidRootPart,TInfo,Finish)
  676.     T:Play()
  677.     wait(2)
  678.     for _,z in pairs(game.Workspace["made byFoxBin MK2"]["Made by orinrino"]["GearDispenser"]["Dispenser"]["Buttons"]["Powerup"]["Button_Burrito"]:GetChildren()) do
  679.         fireclickdetector(z,1)
  680.     end
  681.     wait(0.5)
  682.     yt:Destroy()
  683. end)
  684. jtool.MouseButton1Click:Connect(function()
  685.     local yt = Instance.new("Part")
  686.     yt.Anchored = true
  687.     yt.CanCollide = false
  688.     yt.CFrame = CFrame.new(-214.904175, 3.20000005, -125.358391)
  689.     local TInfo = TweenInfo.new(0.5)
  690.     local Finish = {}
  691.     Finish.CFrame = yt.CFrame
  692.     local T = TS:Create(lp.Character.HumanoidRootPart,TInfo,Finish)
  693.     T:Play()
  694.     wait(2)
  695.     for _,v in pairs(game.Workspace["made byFoxBin MK2"]["Made by orinrino"]["GearDispenser"]["Dispenser"]["Buttons"]["Ranged"]["Button_Flashbang"]:GetChildren()) do
  696.         fireclickdetector(v,1)
  697.     end
  698.     wait(0.5)
  699.     yt:Destroy()
  700. end)
  701. f3xgi.MouseButton1Click:Connect(function()
  702.     local yt = Instance.new("Part")
  703.     yt.Anchored = true
  704.     yt.CanCollide = false
  705.     yt.CFrame = CFrame.new(9.3266716, 3.19999909, -112.593842)
  706.     local TInfo = TweenInfo.new(0.5)
  707.     local Finish = {}
  708.     Finish.CFrame = yt.CFrame
  709.     local T = TS:Create(lp.Character.HumanoidRootPart,TInfo,Finish)
  710.     T:Play()
  711.     wait(0.5)
  712.     yt:Destroy()
  713.     local yt = Instance.new("Part")
  714.     yt.Anchored = true
  715.     yt.CanCollide = false
  716.     yt.CFrame = CFrame.new(9.3266716, 3.19999909, -120.593842)
  717.     local TInfo = TweenInfo.new(0.5)
  718.     local Finish = {}
  719.     Finish.CFrame = yt.CFrame
  720.     local T = TS:Create(lp.Character.HumanoidRootPart,TInfo,Finish)
  721.     T:Play()
  722. end)
  723. lptab.MouseButton1Click:Connect(function()
  724.     pframe.Visible = false
  725.     pframe.Position = UDim2.new(0.22457628, 0, 9999, 0)
  726.     lpframe.Visible = true
  727.     lpframe.Position = UDim2.new(0.22457628, 0, 0.0257352944, 0)
  728.     mframe.Visible = false
  729.     mframe.Position = UDim2.new(0.22457628, 0, 9999, 0)
  730. end)
  731. ptab.MouseButton1Click:Connect(function()
  732.     pframe.Visible = true
  733.     pframe.Position = UDim2.new(0.22457628, 0, 0.0257352944, 0)
  734.     lpframe.Visible = false
  735.     lpframe.Position = UDim2.new(0.22457628, 0, 9999, 0)
  736.     mframe.Visible = false
  737.     mframe.Position = UDim2.new(0.22457628, 0, 9999, 0)
  738. end)
  739. misctab.MouseButton1Click:Connect(function()
  740.     pframe.Visible = false
  741.     pframe.Position = UDim2.new(0.22457628, 0, 9999, 0)
  742.     lpframe.Visible = false
  743.     lpframe.Position = UDim2.new(0.22457628, 0, 9999, 0)
  744.     mframe.Visible = true
  745.     mframe.Position = UDim2.new(0.22457628, 0, 0.0257352944, 0)
  746. end)
Add Comment
Please, Sign In to add comment