Advertisement
Guest User

Untitled

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