Advertisement
Guest User

Adopt me! Ultra script.

a guest
Jan 25th, 2020
214,482
-2
Never
2
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.06 KB | None | 0 2
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local RedXGUI = Instance.new("Frame")
  3. local TextLabel = Instance.new("TextLabel")
  4. local TextLabel_2 = Instance.new("TextLabel")
  5. local speed = Instance.new("TextButton")
  6. local gravity = Instance.new("TextButton")
  7. local clickTP = Instance.new("TextButton")
  8. local btools = Instance.new("TextButton")
  9. local autocash = Instance.new("TextButton")
  10. local fling = Instance.new("TextButton")
  11. local fps = Instance.new("TextButton")
  12. local speed_2 = Instance.new("TextButton")
  13. local TextLabel_3 = Instance.new("TextLabel")
  14. local close = Instance.new("TextButton")
  15. local TextLabel_4 = Instance.new("TextLabel")
  16. local open = Instance.new("TextButton")
  17.  
  18. --Properties:
  19.  
  20. ScreenGui.Parent = game.CoreGui
  21. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  22.  
  23. RedXGUI.Name = "RedXGUI"
  24. RedXGUI.Parent = ScreenGui
  25. RedXGUI.BackgroundColor3 = Color3.new(0.666667, 1, 1)
  26. RedXGUI.BorderSizePixel = 4
  27. RedXGUI.Position = UDim2.new(0.465026885, 0, 0.275590599, 0)
  28. RedXGUI.Size = UDim2.new(0, 535, 0, 338)
  29. RedXGUI.Visible = false
  30. RedXGUI.Active = true
  31. RedXGUI.Draggable = true
  32.  
  33. TextLabel.Parent = RedXGUI
  34. TextLabel.BackgroundColor3 = Color3.new(0.435294, 0.168627, 0.52549)
  35. TextLabel.BorderColor3 = Color3.new(0, 0, 0)
  36. TextLabel.BorderSizePixel = 3
  37. TextLabel.Position = UDim2.new(0.0200752541, 0, -0.0384615362, 0)
  38. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  39. TextLabel.Font = Enum.Font.SourceSans
  40. TextLabel.Text = "REDX ADOPTME- TURNINGGLOBE"
  41. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  42. TextLabel.TextSize = 14
  43.  
  44. TextLabel_2.Parent = RedXGUI
  45. TextLabel_2.BackgroundColor3 = Color3.new(0.262745, 0.0666667, 0.435294)
  46. TextLabel_2.BorderColor3 = Color3.new(0, 0, 0)
  47. TextLabel_2.BorderSizePixel = 3
  48. TextLabel_2.Position = UDim2.new(-0.287850469, 0, 0.514792919, 0)
  49. TextLabel_2.Rotation = 90
  50. TextLabel_2.Size = UDim2.new(0, 289, 0, 11)
  51. TextLabel_2.Font = Enum.Font.SourceSans
  52. TextLabel_2.Text = ""
  53. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  54. TextLabel_2.TextSize = 14
  55.  
  56. speed.Name = "speed"
  57. speed.Parent = RedXGUI
  58. speed.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  59. speed.BackgroundTransparency = 0.5
  60. speed.BorderColor3 = Color3.new(0.258824, 0.0901961, 0.4)
  61. speed.BorderSizePixel = 3
  62. speed.Position = UDim2.new(0.0186915882, 0, 0.189349115, 0)
  63. speed.Size = UDim2.new(0, 137, 0, 31)
  64. speed.Font = Enum.Font.Gotham
  65. speed.Text = "SPEED[X]"
  66. speed.TextColor3 = Color3.new(0, 0, 0)
  67. speed.TextScaled = true
  68. speed.TextSize = 14
  69. speed.TextWrapped = true
  70. speed.MouseButton1Down:connect(function()
  71. local walkspeedplayer = game:GetService("Players").LocalPlayer
  72. local walkspeedmouse = walkspeedplayer:GetMouse()
  73.  
  74. local walkspeedenabled = false
  75.  
  76. function x_walkspeed(key)
  77. if (key == "x") then
  78. if walkspeedenabled == false then
  79. _G.WS = 200;
  80. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  81. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  82. Humanoid.WalkSpeed = _G.WS;
  83. end)
  84. Humanoid.WalkSpeed = _G.WS;
  85.  
  86. walkspeedenabled = true
  87. elseif walkspeedenabled == true then
  88. _G.WS = 20;
  89. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  90. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  91. Humanoid.WalkSpeed = _G.WS;
  92. end)
  93. Humanoid.WalkSpeed = _G.WS;
  94.  
  95. walkspeedenabled = false
  96. end
  97. end
  98. end
  99.  
  100. walkspeedmouse.KeyDown:connect(x_walkspeed)
  101.  
  102. end)
  103.  
  104. gravity.Name = "gravity"
  105. gravity.Parent = RedXGUI
  106. gravity.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  107. gravity.BackgroundTransparency = 0.5
  108. gravity.BorderColor3 = Color3.new(0.258824, 0.0901961, 0.4)
  109. gravity.BorderSizePixel = 3
  110. gravity.Position = UDim2.new(0.355140209, 0, 0.189349115, 0)
  111. gravity.Size = UDim2.new(0, 137, 0, 31)
  112. gravity.Font = Enum.Font.Gotham
  113. gravity.Text = "GRAVITY"
  114. gravity.TextColor3 = Color3.new(0, 0, 0)
  115. gravity.TextScaled = true
  116. gravity.TextSize = 14
  117. gravity.TextWrapped = true
  118. gravity.MouseButton1Down:connect(function()
  119. if Gravity == true then
  120. Gravity = false
  121. game.workspace.Gravity = 196.2
  122. else
  123. Gravity = true
  124. game.workspace.Gravity = 45
  125. end
  126. end)
  127.  
  128. clickTP.Name = "clickTP"
  129. clickTP.Parent = RedXGUI
  130. clickTP.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  131. clickTP.BackgroundTransparency = 0.5
  132. clickTP.BorderColor3 = Color3.new(0.258824, 0.0901961, 0.4)
  133. clickTP.BorderSizePixel = 3
  134. clickTP.Position = UDim2.new(0.693457961, 0, 0.189349115, 0)
  135. clickTP.Size = UDim2.new(0, 137, 0, 31)
  136. clickTP.Font = Enum.Font.Gotham
  137. clickTP.Text = "CLICKTP[N]"
  138. clickTP.TextColor3 = Color3.new(0, 0, 0)
  139. clickTP.TextScaled = true
  140. clickTP.TextSize = 14
  141. clickTP.TextWrapped = true
  142. clickTP.MouseButton1Click:Connect(function()
  143. toggle = true
  144. togglekey = "n" --Key that you will use to toggle the on and off
  145. killkey = "k" --Key that you will use to kill a player
  146. function Hint(txt)
  147. local b = Instance.new('Hint', workspace)
  148. b.Text = txt
  149. wait(2)
  150. b:Destroy()
  151. end
  152. Local = game:GetService('Players').LocalPlayer
  153. Mouse = Local:GetMouse()
  154. Mouse.Button1Down:connect(function()
  155. pcall(function()
  156. if toggle then
  157. Local.Character.HumanoidRootPart.CFrame = Local:GetMouse().Hit
  158. end
  159. end)
  160. end)
  161. Mouse.KeyDown:connect(function(key)
  162. if key == togglekey then
  163. if toggle then
  164. toggle = false
  165. Hint('Turned Off!')
  166. print ('Turned Off!')
  167. else
  168. toggle = true
  169. Hint('Turned On!')
  170. print ('Turned On!')
  171. end
  172. elseif key == killkey then
  173. if toggle then
  174. pcall(function()
  175. Mouse.Target.Parent:FindFirstChild('Humanoid').Health = 0
  176. Hint('Killed ' .. Mouse.Target.Parent.Name)
  177. end)
  178. end
  179. end
  180. end)
  181. end)
  182.  
  183. btools.Name = "btools"
  184. btools.Parent = RedXGUI
  185. btools.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  186. btools.BackgroundTransparency = 0.5
  187. btools.BorderColor3 = Color3.new(0.258824, 0.0901961, 0.4)
  188. btools.BorderSizePixel = 3
  189. btools.Position = UDim2.new(0.0186915882, 0, 0.423076928, 0)
  190. btools.Size = UDim2.new(0, 137, 0, 31)
  191. btools.Font = Enum.Font.Gotham
  192. btools.Text = "BTOOLS"
  193. btools.TextColor3 = Color3.new(0, 0, 0)
  194. btools.TextScaled = true
  195. btools.TextSize = 14
  196. btools.TextWrapped = true
  197. btools.MouseButton1Down:connect(function()
  198. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  199. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  200. if child.ClassName == "Part" then
  201. child.Locked = false
  202. end
  203. if child.ClassName == "MeshPart" then
  204. child.Locked = false
  205. end
  206. if child.ClassName == "UnionOperation" then
  207. child.Locked = false
  208. end
  209. if child.ClassName == "Model" then
  210. for index, chil in pairs(child:GetChildren()) do
  211. if chil.ClassName == "Part" then
  212. chil.Locked = false
  213. end
  214. if chil.ClassName == "MeshPart" then
  215. chil.Locked = false
  216. end
  217. if chil.ClassName == "UnionOperation" then
  218. chil.Locked = false
  219. end
  220. if chil.ClassName == "Model" then
  221. for index, childe in pairs(chil:GetChildren()) do
  222. if childe.ClassName == "Part" then
  223. childe.Locked = false
  224. end
  225. if childe.ClassName == "MeshPart" then
  226. childe.Locked = false
  227. end
  228. if childe.ClassName == "UnionOperation" then
  229. childe.Locked = false
  230. end
  231. if childe.ClassName == "Model" then
  232. for index, childeo in pairs(childe:GetChildren()) do
  233. if childeo.ClassName == "Part" then
  234. childeo.Locked = false
  235. end
  236. if childeo.ClassName == "MeshPart" then
  237. childeo.Locked = false
  238. end
  239. if childeo.ClassName == "UnionOperation" then
  240. childeo.Locked = false
  241. end
  242. if childeo.ClassName == "Model" then
  243. end
  244. end
  245. end
  246. end
  247. end
  248. end
  249. end
  250. end
  251. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  252. c.BinType = Enum.BinType.Hammer
  253. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  254. c.BinType = Enum.BinType.Clone
  255. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  256. c.BinType = Enum.BinType.Grab
  257. end)
  258.  
  259. autocash.Name = "autocash"
  260. autocash.Parent = RedXGUI
  261. autocash.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  262. autocash.BackgroundTransparency = 0.5
  263. autocash.BorderColor3 = Color3.new(0.258824, 0.0901961, 0.4)
  264. autocash.BorderSizePixel = 3
  265. autocash.Position = UDim2.new(0.355140209, 0, 0.423076928, 0)
  266. autocash.Size = UDim2.new(0, 137, 0, 31)
  267. autocash.Font = Enum.Font.Gotham
  268. autocash.Text = "AUTOCASH"
  269. autocash.TextColor3 = Color3.new(0, 0, 0)
  270. autocash.TextScaled = true
  271. autocash.TextSize = 14
  272. autocash.TextWrapped = true
  273.  
  274. fling.Name = "fling"
  275. fling.Parent = RedXGUI
  276. fling.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  277. fling.BackgroundTransparency = 0.5
  278. fling.BorderColor3 = Color3.new(0.258824, 0.0901961, 0.4)
  279. fling.BorderSizePixel = 3
  280. fling.Position = UDim2.new(0.693457961, 0, 0.423076928, 0)
  281. fling.Size = UDim2.new(0, 137, 0, 31)
  282. fling.Font = Enum.Font.Gotham
  283. fling.Text = "FLINGGUI"
  284. fling.TextColor3 = Color3.new(0, 0, 0)
  285. fling.TextScaled = true
  286. fling.TextSize = 14
  287. fling.TextWrapped = true
  288. fling.MouseButton1Click:Connect(function()
  289. -- Made By JackMcJagger15
  290. local FlingKill = Instance.new("ScreenGui")
  291. local Main = Instance.new("Frame")
  292. local Label = Instance.new("Frame")
  293. local Shadow = Instance.new("Frame")
  294. local StartKill = Instance.new("TextButton")
  295. local StopKill = Instance.new("TextButton")
  296. local Instructions = Instance.new("TextLabel")
  297. local CurrentPower = Instance.new("TextLabel")
  298. local Recomendation = Instance.new("TextLabel")
  299. local NameOfGui = Instance.new("TextLabel")
  300. local Exit = Instance.new("TextButton")
  301. local UPArrow = Instance.new("TextButton")
  302. local DownArrow = Instance.new("TextButton")
  303.  
  304. -- Properties
  305.  
  306. FlingKill.Name = "Fling/Kill"
  307. FlingKill.Parent = game.CoreGui
  308.  
  309. Main.Name = "Main"
  310. Main.Parent = FlingKill
  311. Main.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  312. Main.BorderSizePixel = 0
  313. Main.Position = UDim2.new(0.702554762, 0, 0.446640313, 0)
  314. Main.Size = UDim2.new(0, 217, 0, 233)
  315. Main.Selectable = true
  316. Main.Active = true
  317. Main.Draggable = true
  318.  
  319. Label.Name = "Label"
  320. Label.Parent = Main
  321. Label.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  322. Label.BorderSizePixel = 0
  323. Label.Size = UDim2.new(0, 217, 0, 27)
  324.  
  325. Shadow.Name = "Shadow"
  326. Shadow.Parent = Main
  327. Shadow.BackgroundColor3 = Color3.new(0.67451, 0.694118, 0.705882)
  328. Shadow.BorderSizePixel = 0
  329. Shadow.Position = UDim2.new(0, 0, 0.115879826, 0)
  330. Shadow.Size = UDim2.new(0, 217, 0, 9)
  331.  
  332. StartKill.Name = "StartKill"
  333. StartKill.Parent = Main
  334. StartKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  335. StartKill.BorderSizePixel = 0
  336. StartKill.Position = UDim2.new(0.195852548, 0, 0.227467805, 0)
  337. StartKill.Size = UDim2.new(0, 126, 0, 23)
  338. StartKill.Font = Enum.Font.Cartoon
  339. StartKill.Text = "FE Kill/Fling"
  340. StartKill.TextColor3 = Color3.new(0, 0, 0)
  341. StartKill.TextSize = 14
  342.  
  343. StopKill.Name = "StopKill"
  344. StopKill.Parent = Main
  345. StopKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  346. StopKill.BorderSizePixel = 0
  347. StopKill.Position = UDim2.new(0.207373276, 0, 0.38197428, 0)
  348. StopKill.Size = UDim2.new(0, 124, 0, 23)
  349. StopKill.Font = Enum.Font.Cartoon
  350. StopKill.Text = "Stop FE Kill/Fling"
  351. StopKill.TextColor3 = Color3.new(0, 0, 0)
  352. StopKill.TextSize = 14
  353.  
  354. Instructions.Name = "Instructions"
  355. Instructions.Parent = Main
  356. Instructions.BackgroundColor3 = Color3.new(1, 1, 1)
  357. Instructions.BackgroundTransparency = 1
  358. Instructions.Position = UDim2.new(0.0391705073, 0, 0.549356222, 0)
  359. Instructions.Size = UDim2.new(0, 200, 0, 32)
  360. Instructions.Font = Enum.Font.Cartoon
  361. Instructions.Text = "Just touch someone to watch the fly to their death!"
  362. Instructions.TextColor3 = Color3.new(0, 0, 0)
  363. Instructions.TextSize = 14
  364. Instructions.TextWrapped = true
  365.  
  366. CurrentPower.Name = "CurrentPower"
  367. CurrentPower.Parent = Main
  368. CurrentPower.BackgroundColor3 = Color3.new(1, 1, 1)
  369. CurrentPower.BackgroundTransparency = 1
  370. CurrentPower.Position = UDim2.new(0.276497692, 0, 0.686695278, 0)
  371. CurrentPower.Size = UDim2.new(0, 98, 0, 36)
  372. CurrentPower.Font = Enum.Font.Cartoon
  373. CurrentPower.Text = "Current Power = 5"
  374. CurrentPower.TextColor3 = Color3.new(0, 0, 0)
  375. CurrentPower.TextSize = 14
  376.  
  377. Recomendation.Name = "Recomendation"
  378. Recomendation.Parent = Main
  379. Recomendation.BackgroundColor3 = Color3.new(1, 1, 1)
  380. Recomendation.BackgroundTransparency = 1
  381. Recomendation.Position = UDim2.new(0.0414746553, 0, 0.884120166, 0)
  382. Recomendation.Size = UDim2.new(0, 200, 0, 21)
  383. Recomendation.Font = Enum.Font.Cartoon
  384. Recomendation.Text = "Recommended Power is 5"
  385. Recomendation.TextColor3 = Color3.new(0, 0, 0)
  386. Recomendation.TextSize = 14
  387.  
  388. NameOfGui.Name = "NameOfGui"
  389. NameOfGui.Parent = Main
  390. NameOfGui.BackgroundColor3 = Color3.new(1, 1, 1)
  391. NameOfGui.BackgroundTransparency = 1
  392. NameOfGui.Position = UDim2.new(0.0806451589, 0, 0, 0)
  393. NameOfGui.Size = UDim2.new(0, 154, 0, 27)
  394. NameOfGui.Font = Enum.Font.Cartoon
  395. NameOfGui.Text = "FE Kill/Fling By JackMcJagger15"
  396. NameOfGui.TextColor3 = Color3.new(0, 0, 0)
  397. NameOfGui.TextSize = 14
  398.  
  399. Exit.Name = "Exit"
  400. Exit.Parent = Main
  401. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  402. Exit.BackgroundTransparency = 1
  403. Exit.Position = UDim2.new(0.907834113, 0, 0, 0)
  404. Exit.Size = UDim2.new(0, 20, 0, 27)
  405. Exit.Font = Enum.Font.Cartoon
  406. Exit.Text = "X"
  407. Exit.TextColor3 = Color3.new(0, 0, 0)
  408. Exit.TextSize = 14
  409.  
  410. UPArrow.Name = "UPArrow"
  411. UPArrow.Parent = Main
  412. UPArrow.BackgroundColor3 = Color3.new(1, 1, 1)
  413. UPArrow.BackgroundTransparency = 1
  414. UPArrow.Position = UDim2.new(0.0783410147, 0, 0.716738224, 0)
  415. UPArrow.Size = UDim2.new(0, 26, 0, 23)
  416. UPArrow.Font = Enum.Font.Cartoon
  417. UPArrow.Text = "Up"
  418. UPArrow.TextColor3 = Color3.new(0, 0, 0)
  419. UPArrow.TextSize = 12
  420. UPArrow.TextWrapped = true
  421.  
  422. DownArrow.Name = "DownArrow"
  423. DownArrow.Parent = Main
  424. DownArrow.BackgroundColor3 = Color3.new(1, 1, 1)
  425. DownArrow.BackgroundTransparency = 1
  426. DownArrow.Position = UDim2.new(0.792626739, 0, 0.714592278, 0)
  427. DownArrow.Size = UDim2.new(0, 26, 0, 23)
  428. DownArrow.Font = Enum.Font.Cartoon
  429. DownArrow.Text = "Down"
  430. DownArrow.TextColor3 = Color3.new(0, 0, 0)
  431. DownArrow.TextSize = 12
  432. DownArrow.TextWrapped = true
  433.  
  434. power = 500
  435. active = false
  436. local val = Instance.new("IntValue")
  437. val.Name = "Number"
  438. val.Parent = game.Players.LocalPlayer
  439. val.Value = 5
  440.  
  441. Exit.MouseButton1Click:connect(function()
  442. FlingKill.Enabled = false
  443. end)
  444.  
  445. StartKill.MouseButton1Click:connect(function()
  446. game:GetService('RunService').Stepped:connect(function()
  447. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  448. game.Players.LocalPlayer.Character.Head.CanCollide = false
  449. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  450. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  451. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  452. else
  453. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  454. game.Players.LocalPlayer.Character.Head.CanCollide = false
  455. game.Players.LocalPlayer.Character.UpperTorso.CanCollide = false
  456. game.Players.LocalPlayer.Character.LowerTorso.CanCollide = false
  457. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  458. end
  459. end
  460. end)
  461. wait(.1)
  462. local bambam = Instance.new("BodyThrust")
  463. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  464. bambam.Force = Vector3.new(power,0,power)
  465. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  466. end)
  467.  
  468. StopKill.MouseButton1Click:connect(function()
  469. active = false
  470. game.Players.LocalPlayer.Character.HumanoidRootPart.BodyThrust:Remove()
  471. end)
  472.  
  473. UPArrow.MouseButton1Click:connect(function()
  474. power = power + 100
  475. game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value + 1
  476. CurrentPower.Text = "Current Power = " .. game.Players.LocalPlayer.Number.Value
  477. end)
  478.  
  479. DownArrow.MouseButton1Click:connect(function()
  480. power = power - 100
  481. game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value - 1
  482. CurrentPower.Text = "Current Power = " .. game.Players.LocalPlayer.Number.Value
  483. end)
  484. end)
  485.  
  486. fps.Name = "fps"
  487. fps.Parent = RedXGUI
  488. fps.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  489. fps.BackgroundTransparency = 0.5
  490. fps.BorderColor3 = Color3.new(0.258824, 0.0901961, 0.4)
  491. fps.BorderSizePixel = 3
  492. fps.Position = UDim2.new(0.0186915882, 0, 0.636094689, 0)
  493. fps.Size = UDim2.new(0, 137, 0, 31)
  494. fps.Font = Enum.Font.SourceSans
  495. fps.Text = "FPSBOOSTER"
  496. fps.TextColor3 = Color3.new(0, 0, 0)
  497. fps.TextScaled = true
  498. fps.TextSize = 14
  499. fps.TextWrapped = true
  500. fps.MouseButton1Click:Connect(function()
  501. for _,v in pairs(workspace:GetDescendants()) do
  502. if v.ClassName == "Part"
  503. or v.ClassName == "SpawnLocation"
  504. or v.ClassName == "WedgePart"
  505. or v.ClassName == "Terrain"
  506. or v.ClassName == "MeshPart" then
  507. v.Material = "Plastic"
  508. end
  509. end
  510.  
  511. for _,v in pairs(workspace:GetDescendants()) do
  512. if v.ClassName == "Decal"
  513. or v.ClassName == "Texture" then
  514. v:Destroy()
  515. end
  516. end
  517. end)
  518.  
  519. speed_2.Name = "speed"
  520. speed_2.Parent = RedXGUI
  521. speed_2.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  522. speed_2.BackgroundTransparency = 0.5
  523. speed_2.BorderColor3 = Color3.new(0.258824, 0.0901961, 0.4)
  524. speed_2.BorderSizePixel = 3
  525. speed_2.Position = UDim2.new(0.355140179, 0, 0.636094689, 0)
  526. speed_2.Size = UDim2.new(0, 318, 0, 31)
  527. speed_2.Font = Enum.Font.Gotham
  528. speed_2.Text = "FLY[Q]"
  529. speed_2.TextColor3 = Color3.new(0, 0, 0)
  530. speed_2.TextScaled = true
  531. speed_2.TextSize = 14
  532. speed_2.TextWrapped = true
  533. speed_2.MouseButton1Down:connect(function()
  534. local Enabled = false
  535. local Camera = game.Workspace.CurrentCamera
  536. local Player = game:GetService("Players").LocalPlayer
  537. local Input = game:GetService("UserInputService")
  538. local Forward = false
  539. local Back = false
  540. local Left = false
  541. local Right = false
  542. local Up = false
  543. local Down = false
  544.  
  545. local function SetPlayer()
  546. for i,v in pairs(Player.Character:GetChildren()) do
  547. pcall(function()
  548. v.Anchored = not v.Anchored
  549. end)
  550. end
  551. end
  552.  
  553. Input.InputBegan:Connect(function(Key,IsChat)
  554. if IsChat then return end
  555. if Key.KeyCode == Enum.KeyCode.Q then
  556. Enabled = not Enabled
  557. SetPlayer()
  558. end
  559. if Key.KeyCode == Enum.KeyCode.W then
  560. Forward = true
  561. end
  562. if Key.KeyCode == Enum.KeyCode.S then
  563. Back = true
  564. end
  565. if Key.KeyCode == Enum.KeyCode.A then
  566. Left = true
  567. end
  568. if Key.KeyCode == Enum.KeyCode.D then
  569. Right = true
  570. end
  571. if Key.KeyCode == Enum.KeyCode.Space then
  572. Up = true
  573. end
  574. if Key.KeyCode == Enum.KeyCode.LeftControl then
  575. Down = true
  576. end
  577. end)
  578.  
  579. Input.InputEnded:Connect(function(Key,IsChat)
  580. if IsChat then return end
  581. if Key.KeyCode == Enum.KeyCode.W then
  582. Forward = false
  583. end
  584. if Key.KeyCode == Enum.KeyCode.S then
  585. Back = false
  586. end
  587. if Key.KeyCode == Enum.KeyCode.A then
  588. Left = false
  589. end
  590. if Key.KeyCode == Enum.KeyCode.D then
  591. Right = false
  592. end
  593. if Key.KeyCode == Enum.KeyCode.Space then
  594. Up = false
  595. end
  596. if Key.KeyCode == Enum.KeyCode.LeftControl then
  597. Down = false
  598. end
  599. end)
  600.  
  601. while game:GetService("RunService").RenderStepped:Wait() do
  602. if Enabled then
  603. pcall(function()
  604. if Forward then
  605. Player.Character:TranslateBy(Camera.CFrame.lookVector*2)
  606. end
  607. if Back then
  608. Player.Character:TranslateBy(-Camera.CFrame.lookVector*2)
  609. end
  610. if Left then
  611. Player.Character:TranslateBy(-Camera.CFrame:vectorToWorldSpace(Vector3.new(1,0,0))*2)
  612. end
  613. if Right then
  614. Player.Character:TranslateBy(Camera.CFrame:vectorToWorldSpace(Vector3.new(1,0,0))*2)
  615. end
  616. if Up then
  617. Player.Character:TranslateBy(Camera.CFrame:vectorToWorldSpace(Vector3.new(0,1,0))*2)
  618. end
  619. if Down then
  620. Player.Character:TranslateBy(-Camera.CFrame:vectorToWorldSpace(Vector3.new(0,1,0))*2)
  621. end
  622. end)
  623. end
  624. end
  625. end)
  626.  
  627. TextLabel_3.Parent = RedXGUI
  628. TextLabel_3.BackgroundColor3 = Color3.new(0.317647, 0.156863, 0.458824)
  629. TextLabel_3.BorderSizePixel = 3
  630. TextLabel_3.Position = UDim2.new(0.0672897175, 0, 0.547337294, 0)
  631. TextLabel_3.Rotation = 90
  632. TextLabel_3.Size = UDim2.new(0, 261, 0, 6)
  633. TextLabel_3.Font = Enum.Font.SourceSans
  634. TextLabel_3.Text = ""
  635. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  636. TextLabel_3.TextSize = 14
  637.  
  638. close.Name = "close"
  639. close.Parent = RedXGUI
  640. close.BackgroundColor3 = Color3.new(0.34902, 0, 0.52549)
  641. close.BorderSizePixel = 3
  642. close.Position = UDim2.new(0.893457949, 0, 0.0384615399, 0)
  643. close.Size = UDim2.new(0, 30, 0, 24)
  644. close.Font = Enum.Font.SourceSans
  645. close.Text = "X"
  646. close.TextColor3 = Color3.new(0, 0, 0)
  647. close.TextScaled = true
  648. close.TextSize = 14
  649. close.TextWrapped = true
  650. close.MouseButton1Down:connect(function()
  651. RedXGUI.Visible = false
  652. open.Visible = true
  653. end)
  654.  
  655. TextLabel_4.Parent = RedXGUI
  656. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  657. TextLabel_4.BackgroundTransparency = 1
  658. TextLabel_4.Position = UDim2.new(0.428359777, 0, 0.794960082, 0)
  659. TextLabel_4.Size = UDim2.new(0, 245, 0, 55)
  660. TextLabel_4.Font = Enum.Font.Gotham
  661. TextLabel_4.Text = "SUBSCRIBE TO TURNINGLOBERB ON YOUTUBE"
  662. TextLabel_4.TextColor3 = Color3.new(0, 0, 0)
  663. TextLabel_4.TextScaled = true
  664. TextLabel_4.TextSize = 14
  665. TextLabel_4.TextWrapped = true
  666.  
  667. open.Name = "open"
  668. open.Parent = ScreenGui
  669. open.BackgroundColor3 = Color3.new(0.666667, 1, 1)
  670. open.BorderSizePixel = 3
  671. open.Position = UDim2.new(0.00538047682, 0, 0.412598431, 0)
  672. open.Size = UDim2.new(0, 75, 0, 31)
  673. open.Font = Enum.Font.Gotham
  674. open.Text = "OPEN"
  675. open.TextColor3 = Color3.new(0, 0, 0)
  676. open.TextScaled = true
  677. open.TextSize = 14
  678. open.TextWrapped = true
  679. open.MouseButton1Down:connect(function()
  680. RedXGUI.Visible = true
  681. open.Visible = false
  682. end)
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement