Advertisement
roxpli

Adopt Me! NEW OP GUI

Nov 6th, 2020
5,540
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.47 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local AdoptMeGUI = Instance.new("Frame")
  3. local TextButton = Instance.new("TextButton")
  4. local SPEED = Instance.new("TextButton")
  5. local GRAVITY = Instance.new("TextButton")
  6. local BTOOLS = Instance.new("TextButton")
  7. local CLICKTP = Instance.new("TextButton")
  8. local FLY = Instance.new("TextButton")
  9. local CLICKTP_2 = Instance.new("TextButton")
  10. local TextLabel = Instance.new("TextLabel")
  11. local close = Instance.new("TextButton")
  12. local open = Instance.new("TextButton")
  13.  
  14. --Properties:
  15.  
  16. ScreenGui.Parent = game.CoreGui
  17. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  18.  
  19. AdoptMeGUI.Name = "AdoptMeGUI"
  20. AdoptMeGUI.Parent = ScreenGui
  21. AdoptMeGUI.Active = true
  22. AdoptMeGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  23. AdoptMeGUI.Position = UDim2.new(0.530071318, 0, 0.259904921, 0)
  24. AdoptMeGUI.Size = UDim2.new(0, 271, 0, 393)
  25. AdoptMeGUI.Visible = false
  26. AdoptMeGUI.Style = Enum.FrameStyle.ChatRed
  27. AdoptMeGUI.Draggable = true
  28.  
  29. TextButton.Parent = AdoptMeGUI
  30. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  31. TextButton.Position = UDim2.new(-0.0322707035, 0, -0.01661391, 0)
  32. TextButton.Size = UDim2.new(0, 250, 0, 48)
  33. TextButton.Style = Enum.ButtonStyle.RobloxButtonDefault
  34. TextButton.Font = Enum.Font.GothamBlack
  35. TextButton.Text = "ADOPT ME GUI - TURNINGGLOBE"
  36. TextButton.TextColor3 = Color3.new(1, 1, 1)
  37. TextButton.TextSize = 14
  38.  
  39. SPEED.Name = "SPEED"
  40. SPEED.Parent = AdoptMeGUI
  41. SPEED.BackgroundColor3 = Color3.new(1, 1, 1)
  42. SPEED.Position = UDim2.new(0.0354699939, 0, 0.157492071, 0)
  43. SPEED.Size = UDim2.new(0, 141, 0, 27)
  44. SPEED.Style = Enum.ButtonStyle.RobloxButton
  45. SPEED.Font = Enum.Font.Gotham
  46. SPEED.Text = "SPEED[X]"
  47. SPEED.TextColor3 = Color3.new(1, 1, 1)
  48. SPEED.TextSize = 14
  49. SPEED.MouseButton1Down:connect(function()
  50. local walkspeedplayer = game:GetService("Players").LocalPlayer
  51. local walkspeedmouse = walkspeedplayer:GetMouse()
  52.  
  53. local walkspeedenabled = false
  54.  
  55. function x_walkspeed(key)
  56. if (key == "x") then
  57. if walkspeedenabled == false then
  58. _G.WS = 200;
  59. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  60. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  61. Humanoid.WalkSpeed = _G.WS;
  62. end)
  63. Humanoid.WalkSpeed = _G.WS;
  64.  
  65. walkspeedenabled = true
  66. elseif walkspeedenabled == true then
  67. _G.WS = 20;
  68. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  69. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  70. Humanoid.WalkSpeed = _G.WS;
  71. end)
  72. Humanoid.WalkSpeed = _G.WS;
  73.  
  74. walkspeedenabled = false
  75. end
  76. end
  77. end
  78.  
  79. walkspeedmouse.KeyDown:connect(x_walkspeed)
  80.  
  81. end)
  82.  
  83. GRAVITY.Name = "GRAVITY"
  84. GRAVITY.Parent = AdoptMeGUI
  85. GRAVITY.BackgroundColor3 = Color3.new(1, 1, 1)
  86. GRAVITY.Position = UDim2.new(0.0317799486, 0, 0.330520093, 0)
  87. GRAVITY.Size = UDim2.new(0, 141, 0, 27)
  88. GRAVITY.Style = Enum.ButtonStyle.RobloxButton
  89. GRAVITY.Font = Enum.Font.Gotham
  90. GRAVITY.Text = "GRAVITY"
  91. GRAVITY.TextColor3 = Color3.new(1, 1, 1)
  92. GRAVITY.TextSize = 14
  93. GRAVITY.MouseButton1Down:connect(function()
  94. if Gravity == true then
  95. Gravity = false
  96. game.workspace.Gravity = 196.2
  97. else
  98. Gravity = true
  99. game.workspace.Gravity = 45
  100. end
  101. end)
  102.  
  103. BTOOLS.Name = "BTOOLS"
  104. BTOOLS.Parent = AdoptMeGUI
  105. BTOOLS.BackgroundColor3 = Color3.new(1, 1, 1)
  106. BTOOLS.Position = UDim2.new(0.408163697, 0, 0.465380073, 0)
  107. BTOOLS.Size = UDim2.new(0, 141, 0, 27)
  108. BTOOLS.Style = Enum.ButtonStyle.RobloxButton
  109. BTOOLS.Font = Enum.Font.Gotham
  110. BTOOLS.Text = "BTOOLS"
  111. BTOOLS.TextColor3 = Color3.new(1, 1, 1)
  112. BTOOLS.TextSize = 14
  113. BTOOLS.MouseButton1Down:connect(function()
  114. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  115. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  116. if child.ClassName == "Part" then
  117. child.Locked = false
  118. end
  119. if child.ClassName == "MeshPart" then
  120. child.Locked = false
  121. end
  122. if child.ClassName == "UnionOperation" then
  123. child.Locked = false
  124. end
  125. if child.ClassName == "Model" then
  126. for index, chil in pairs(child:GetChildren()) do
  127. if chil.ClassName == "Part" then
  128. chil.Locked = false
  129. end
  130. if chil.ClassName == "MeshPart" then
  131. chil.Locked = false
  132. end
  133. if chil.ClassName == "UnionOperation" then
  134. chil.Locked = false
  135. end
  136. if chil.ClassName == "Model" then
  137. for index, childe in pairs(chil:GetChildren()) do
  138. if childe.ClassName == "Part" then
  139. childe.Locked = false
  140. end
  141. if childe.ClassName == "MeshPart" then
  142. childe.Locked = false
  143. end
  144. if childe.ClassName == "UnionOperation" then
  145. childe.Locked = false
  146. end
  147. if childe.ClassName == "Model" then
  148. for index, childeo in pairs(childe:GetChildren()) do
  149. if childeo.ClassName == "Part" then
  150. childeo.Locked = false
  151. end
  152. if childeo.ClassName == "MeshPart" then
  153. childeo.Locked = false
  154. end
  155. if childeo.ClassName == "UnionOperation" then
  156. childeo.Locked = false
  157. end
  158. if childeo.ClassName == "Model" then
  159. end
  160. end
  161. end
  162. end
  163. end
  164. end
  165. end
  166. end
  167. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  168. c.BinType = Enum.BinType.Hammer
  169. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  170. c.BinType = Enum.BinType.Clone
  171. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  172. c.BinType = Enum.BinType.Grab
  173. end)
  174.  
  175. CLICKTP.Name = "CLICKTP"
  176. CLICKTP.Parent = AdoptMeGUI
  177. CLICKTP.BackgroundColor3 = Color3.new(1, 1, 1)
  178. CLICKTP.Position = UDim2.new(0.400783658, 0, 0.58751756, 0)
  179. CLICKTP.Size = UDim2.new(0, 141, 0, 27)
  180. CLICKTP.Style = Enum.ButtonStyle.RobloxButton
  181. CLICKTP.Font = Enum.Font.Gotham
  182. CLICKTP.Text = "CLICKTP [N]"
  183. CLICKTP.TextColor3 = Color3.new(1, 1, 1)
  184. CLICKTP.TextSize = 14
  185. CLICKTP.MouseButton1Click:Connect(function()
  186. toggle = true
  187. togglekey = "n" --Key that you will use to toggle the on and off
  188. killkey = "k" --Key that you will use to kill a player
  189. function Hint(txt)
  190. local b = Instance.new('Hint', workspace)
  191. b.Text = txt
  192. wait(2)
  193. b:Destroy()
  194. end
  195. Local = game:GetService('Players').LocalPlayer
  196. Mouse = Local:GetMouse()
  197. Mouse.Button1Down:connect(function()
  198. pcall(function()
  199. if toggle then
  200. Local.Character.HumanoidRootPart.CFrame = Local:GetMouse().Hit
  201. end
  202. end)
  203. end)
  204. Mouse.KeyDown:connect(function(key)
  205. if key == togglekey then
  206. if toggle then
  207. toggle = false
  208. Hint('Turned Off!')
  209. print ('Turned Off!')
  210. else
  211. toggle = true
  212. Hint('Turned On!')
  213. print ('Turned On!')
  214. end
  215. elseif key == killkey then
  216. if toggle then
  217. pcall(function()
  218. Mouse.Target.Parent:FindFirstChild('Humanoid').Health = 0
  219. Hint('Killed ' .. Mouse.Target.Parent.Name)
  220. end)
  221. end
  222. end
  223. end)
  224. end)
  225.  
  226. FLY.Name = "FLY"
  227. FLY.Parent = AdoptMeGUI
  228. FLY.BackgroundColor3 = Color3.new(1, 1, 1)
  229. FLY.Position = UDim2.new(0.189623386, 0, 0.690513253, 0)
  230. FLY.Size = UDim2.new(0, 146, 0, 42)
  231. FLY.Style = Enum.ButtonStyle.RobloxButton
  232. FLY.Font = Enum.Font.Gotham
  233. FLY.Text = "FLY[Q]"
  234. FLY.TextColor3 = Color3.new(1, 1, 1)
  235. FLY.TextSize = 14
  236. FLY.MouseButton1Down:connect(function()
  237. local Enabled = false
  238. local Camera = game.Workspace.CurrentCamera
  239. local Player = game:GetService("Players").LocalPlayer
  240. local Input = game:GetService("UserInputService")
  241. local Forward = false
  242. local Back = false
  243. local Left = false
  244. local Right = false
  245. local Up = false
  246. local Down = false
  247.  
  248. local function SetPlayer()
  249. for i,v in pairs(Player.Character:GetChildren()) do
  250. pcall(function()
  251. v.Anchored = not v.Anchored
  252. end)
  253. end
  254. end
  255.  
  256. Input.InputBegan:Connect(function(Key,IsChat)
  257. if IsChat then return end
  258. if Key.KeyCode == Enum.KeyCode.Q then
  259. Enabled = not Enabled
  260. SetPlayer()
  261. end
  262. if Key.KeyCode == Enum.KeyCode.W then
  263. Forward = true
  264. end
  265. if Key.KeyCode == Enum.KeyCode.S then
  266. Back = true
  267. end
  268. if Key.KeyCode == Enum.KeyCode.A then
  269. Left = true
  270. end
  271. if Key.KeyCode == Enum.KeyCode.D then
  272. Right = true
  273. end
  274. if Key.KeyCode == Enum.KeyCode.Space then
  275. Up = true
  276. end
  277. if Key.KeyCode == Enum.KeyCode.LeftControl then
  278. Down = true
  279. end
  280. end)
  281.  
  282. Input.InputEnded:Connect(function(Key,IsChat)
  283. if IsChat then return end
  284. if Key.KeyCode == Enum.KeyCode.W then
  285. Forward = false
  286. end
  287. if Key.KeyCode == Enum.KeyCode.S then
  288. Back = false
  289. end
  290. if Key.KeyCode == Enum.KeyCode.A then
  291. Left = false
  292. end
  293. if Key.KeyCode == Enum.KeyCode.D then
  294. Right = false
  295. end
  296. if Key.KeyCode == Enum.KeyCode.Space then
  297. Up = false
  298. end
  299. if Key.KeyCode == Enum.KeyCode.LeftControl then
  300. Down = false
  301. end
  302. end)
  303.  
  304. while game:GetService("RunService").RenderStepped:Wait() do
  305. if Enabled then
  306. pcall(function()
  307. if Forward then
  308. Player.Character:TranslateBy(Camera.CFrame.lookVector*2)
  309. end
  310. if Back then
  311. Player.Character:TranslateBy(-Camera.CFrame.lookVector*2)
  312. end
  313. if Left then
  314. Player.Character:TranslateBy(-Camera.CFrame:vectorToWorldSpace(Vector3.new(1,0,0))*2)
  315. end
  316. if Right then
  317. Player.Character:TranslateBy(Camera.CFrame:vectorToWorldSpace(Vector3.new(1,0,0))*2)
  318. end
  319. if Up then
  320. Player.Character:TranslateBy(Camera.CFrame:vectorToWorldSpace(Vector3.new(0,1,0))*2)
  321. end
  322. if Down then
  323. Player.Character:TranslateBy(-Camera.CFrame:vectorToWorldSpace(Vector3.new(0,1,0))*2)
  324. end
  325. end)
  326. end
  327. end
  328. end)
  329.  
  330. CLICKTP_2.Name = "CLICKTP"
  331. CLICKTP_2.Parent = AdoptMeGUI
  332. CLICKTP_2.BackgroundColor3 = Color3.new(1, 1, 1)
  333. CLICKTP_2.Position = UDim2.new(0.0919121876, 0, 0.808953583, 0)
  334. CLICKTP_2.Size = UDim2.new(0, 192, 0, 63)
  335. CLICKTP_2.Style = Enum.ButtonStyle.RobloxButton
  336. CLICKTP_2.Font = Enum.Font.Gotham
  337. CLICKTP_2.Text = "AUTO-CASH[GLITCHY]"
  338. CLICKTP_2.TextColor3 = Color3.new(1, 1, 1)
  339. CLICKTP_2.TextSize = 14
  340.  
  341. TextLabel.Parent = AdoptMeGUI
  342. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  343. TextLabel.Position = UDim2.new(0.626682878, 0, 0.264841795, 0)
  344. TextLabel.Rotation = 90
  345. TextLabel.Size = UDim2.new(0, 73, 0, 6)
  346. TextLabel.Font = Enum.Font.SourceSans
  347. TextLabel.Text = ""
  348. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  349. TextLabel.TextSize = 14
  350.  
  351. close.Name = "close"
  352. close.Parent = AdoptMeGUI
  353. close.BackgroundColor3 = Color3.new(1, 1, 1)
  354. close.Position = UDim2.new(0.808064461, 0, 0.168243796, 0)
  355. close.Size = UDim2.new(0, 50, 0, 28)
  356. close.Style = Enum.ButtonStyle.RobloxButton
  357. close.Font = Enum.Font.Gotham
  358. close.Text = "X"
  359. close.TextColor3 = Color3.new(0.666667, 0, 0)
  360. close.TextScaled = true
  361. close.TextSize = 14
  362. close.TextWrapped = true
  363. close.MouseButton1Down:connect(function()
  364. AdoptMeGUI.Visible = false
  365. open.Visible = true
  366. end)
  367.  
  368. open.Name = "open"
  369. open.Parent = ScreenGui
  370. open.BackgroundColor3 = Color3.new(1, 1, 1)
  371. open.Position = UDim2.new(0.0084221242, 0, 0.434480935, 0)
  372. open.Size = UDim2.new(0, 67, 0, 35)
  373. open.Style = Enum.ButtonStyle.RobloxButtonDefault
  374. open.Font = Enum.Font.Gotham
  375. open.Text = "OPEN"
  376. open.TextColor3 = Color3.new(1, 1, 1)
  377. open.TextSize = 15
  378. open.TextWrapped = true
  379. open.MouseButton1Down:connect(function()
  380. AdoptMeGUI.Visible = true
  381. open.Visible = false
  382. end)
  383.  
  384. -- Scripts:
  385.  
  386. local function WUQS_fake_script() -- close.LocalScript
  387. local script = Instance.new('LocalScript', close)
  388.  
  389. close.MouseButton1Down:connect(function()
  390. AdoptMeGUI.Visible = false
  391. Open.Visible = true
  392. end)
  393. end
  394. coroutine.wrap(WUQS_fake_script)()
  395. local function KAKPVA_fake_script() -- open.LocalScript
  396. local script = Instance.new('LocalScript', open)
  397.  
  398. Open.MouseButton1Down:connect(function()
  399. AdoptMeGUI.Visible = true
  400. Open.Visible = false
  401. end)
  402.  
  403. end
  404. coroutine.wrap(KAKPVA_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement