Roblox Adopt Me Script (April 2024): Unlimited Money

Roblox Adopt Me Script 2024: tricks for Roblox Adopt Me Script on Pastebin, including Auto Farm, GUI, & other fantastic scripts.

All sorts of “adopt me” scripts. Here is the currently functional Roblox Adopt Me script that you can use if you are looking for tricks that can provide you money & other items.

Roblox Adopt Me Script 2022

Adopt Me is unquestionably one of the most popular games on Roblox.

Adopt Me is a simple game that has been played over 20 billion times & has over 500,000 players online at once. Players are tasked with creating their own virtual home, caring for virtual pets, & interacting with other players.

Roblox Adopt Me Script 2024

Adopt Me scripts are abundant, unlike other Roblox games, & each one has unique characteristics that can make or break the experience. You can find anything from Auto Farm to Infinite Money & more. So, without further ado, I present to you some currently functional Roblox Adopt Me script.

If you are looking for the roblox adopt me script then you can check here below-

But you can check the script here:

  1. — Gui to Lua
  2. — Version: 3
  3. — Instances:
  4. local ScreenGui = Instance.new(“ScreenGui”)
  5. local RedXGUI = Instance.new(“Frame”)
  6. local TextLabel = Instance.new(“TextLabel”)
  7. local TextLabel_2 = Instance.new(“TextLabel”)
  8. local speed = Instance.new(“TextButton”)
  9. local gravity = Instance.new(“TextButton”)
  10. local clickTP = Instance.new(“TextButton”)
  11. local btools = Instance.new(“TextButton”)
  12. local autocash = Instance.new(“TextButton”)
  13. local fling = Instance.new(“TextButton”)
  14. local fps = Instance.new(“TextButton”)
  15. local speed_2 = Instance.new(“TextButton”)
  16. local TextLabel_3 = Instance.new(“TextLabel”)
  17. local close = Instance.new(“TextButton”)
  18. local TextLabel_4 = Instance.new(“TextLabel”)
  19. local open = Instance.new(“TextButton”)
  20. –Properties:
  21. ScreenGui.Parent = game.CoreGui
  22. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  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. TextLabel.Parent = RedXGUI
  33. TextLabel.BackgroundColor3 = Color3.new(0.435294, 0.168627, 0.52549)
  34. TextLabel.BorderColor3 = Color3.new(0, 0, 0)
  35. TextLabel.BorderSizePixel = 3
  36. TextLabel.Position = UDim2.new(0.0200752541, 0, -0.0384615362, 0)
  37. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  38. TextLabel.Font = Enum.Font.SourceSans
  39. TextLabel.Text = “REDX ADOPTME- TURNINGGLOBE”
  40. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  41. TextLabel.TextSize = 14
  42. TextLabel_2.Parent = RedXGUI
  43. TextLabel_2.BackgroundColor3 = Color3.new(0.262745, 0.0666667, 0.435294)
  44. TextLabel_2.BorderColor3 = Color3.new(0, 0, 0)
  45. TextLabel_2.BorderSizePixel = 3
  46. TextLabel_2.Position = UDim2.new(-0.287850469, 0, 0.514792919, 0)
  47. TextLabel_2.Rotation = 90
  48. TextLabel_2.Size = UDim2.new(0, 289, 0, 11)
  49. TextLabel_2.Font = Enum.Font.SourceSans
  50. TextLabel_2.Text = “”
  51. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  52. TextLabel_2.TextSize = 14
  53. speed.Name = “speed”
  54. speed.Parent = RedXGUI
  55. speed.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  56. speed.BackgroundTransparency = 0.5
  57. speed.BorderColor3 = Color3.new(0.258824, 0.0901961, 0.4)
  58. speed.BorderSizePixel = 3
  59. speed.Position = UDim2.new(0.0186915882, 0, 0.189349115, 0)
  60. speed.Size = UDim2.new(0, 137, 0, 31)
  61. speed.Font = Enum.Font.Gotham
  62. speed.Text = “SPEED[X]”
  63. speed.TextColor3 = Color3.new(0, 0, 0)
  64. speed.TextScaled = true
  65. speed.TextSize = 14
  66. speed.TextWrapped = true
  67. speed.MouseButton1Down:connect(function()
  68. local walkspeedplayer = game:GetService(“Players”).LocalPlayer
  69. local walkspeedmouse = walkspeedplayer:GetMouse()
  70. local walkspeedenabled = false
  71. function x_walkspeed(key)
  72. if (key == “x”) then
  73. if walkspeedenabled == false then
  74. _G.WS = 200;
  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. walkspeedenabled = true
  81. elseif walkspeedenabled == true then
  82. _G.WS = 20;
  83. local Humanoid = game:GetService(“Players”).LocalPlayer.Character.Humanoid;
  84. Humanoid:GetPropertyChangedSignal(“WalkSpeed”):Connect(function()
  85. Humanoid.WalkSpeed = _G.WS;
  86. end)
  87. Humanoid.WalkSpeed = _G.WS;
  88. walkspeedenabled = false
  89. end
  90. end
  91. end
  92. walkspeedmouse.KeyDown:connect(x_walkspeed)
  93. end)
  94. gravity.Name = “gravity”
  95. gravity.Parent = RedXGUI
  96. gravity.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  97. gravity.BackgroundTransparency = 0.5
  98. gravity.BorderColor3 = Color3.new(0.258824, 0.0901961, 0.4)
  99. gravity.BorderSizePixel = 3
  100. gravity.Position = UDim2.new(0.355140209, 0, 0.189349115, 0)
  101. gravity.Size = UDim2.new(0, 137, 0, 31)
  102. gravity.Font = Enum.Font.Gotham
  103. gravity.Text = “GRAVITY”
  104. gravity.TextColor3 = Color3.new(0, 0, 0)
  105. gravity.TextScaled = true
  106. gravity.TextSize = 14
  107. gravity.TextWrapped = true
  108. gravity.MouseButton1Down:connect(function()
  109. if Gravity == true then
  110. Gravity = false
  111. game.workspace.Gravity = 196.2
  112. else
  113. Gravity = true
  114. game.workspace.Gravity = 45
  115. end
  116. end)
  117. clickTP.Name = “clickTP”
  118. clickTP.Parent = RedXGUI
  119. clickTP.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  120. clickTP.BackgroundTransparency = 0.5
  121. clickTP.BorderColor3 = Color3.new(0.258824, 0.0901961, 0.4)
  122. clickTP.BorderSizePixel = 3
  123. clickTP.Position = UDim2.new(0.693457961, 0, 0.189349115, 0)
  124. clickTP.Size = UDim2.new(0, 137, 0, 31)
  125. clickTP.Font = Enum.Font.Gotham
  126. clickTP.Text = “CLICKTP[N]”
  127. clickTP.TextColor3 = Color3.new(0, 0, 0)
  128. clickTP.TextScaled = true
  129. clickTP.TextSize = 14
  130. clickTP.TextWrapped = true
  131. clickTP.MouseButton1Click:Connect(function()
  132. toggle = true
  133. togglekey = “n” –Key that you will use to toggle the on & off
  134. killkey = “k” –Key that you will use to kill a player
  135. function Hint(txt)
  136. local b = Instance.new(‘Hint’, workspace)
  137. b.Text = txt
  138. wait(2)
  139. b:Destroy()
  140. end
  141. Local = game:GetService(‘Players’).LocalPlayer
  142. Mouse = Local:GetMouse()
  143. Mouse.Button1Down:connect(function()
  144. pcall(function()
  145. if toggle then
  146. Local.Character.HumanoidRootPart.CFrame = Local:GetMouse().Hit
  147. end
  148. end)
  149. end)
  150. Mouse.KeyDown:connect(function(key)
  151. if key == togglekey then
  152. if toggle then
  153. toggle = false
  154. Hint(‘Turned Off!’)
  155. print (‘Turned Off!’)
  156. else
  157. toggle = true
  158. Hint(‘Turned On!’)
  159. print (‘Turned On!’)
  160. end
  161. elseif key == killkey then
  162. if toggle then
  163. pcall(function()
  164. Mouse.Target.Parent:FindFirstChild(‘Humanoid’).Health = 0
  165. Hint(‘Killed ‘ .. Mouse.Target.Parent.Name)
  166. end)
  167. end
  168. end
  169. end)
  170. end)
  171. btools.Name = “btools”
  172. btools.Parent = RedXGUI
  173. btools.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  174. btools.BackgroundTransparency = 0.5
  175. btools.BorderColor3 = Color3.new(0.258824, 0.0901961, 0.4)
  176. btools.BorderSizePixel = 3
  177. btools.Position = UDim2.new(0.0186915882, 0, 0.423076928, 0)
  178. btools.Size = UDim2.new(0, 137, 0, 31)
  179. btools.Font = Enum.Font.Gotham
  180. btools.Text = “BTOOLS”
  181. btools.TextColor3 = Color3.new(0, 0, 0)
  182. btools.TextScaled = true
  183. btools.TextSize = 14
  184. btools.TextWrapped = true
  185. btools.MouseButton1Down:connect(function()
  186. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  187. for index, child in pairs(game:GetService(“Workspace”):GetChildren()) do
  188. if child.ClassName == “Part” then
  189. child.Locked = false
  190. end
  191. if child.ClassName == “MeshPart” then
  192. child.Locked = false
  193. end
  194. if child.ClassName == “UnionOperation” then
  195. child.Locked = false
  196. end
  197. if child.ClassName == “Model” then
  198. for index, chil in pairs(child:GetChildren()) do
  199. if chil.ClassName == “Part” then
  200. chil.Locked = false
  201. end
  202. if chil.ClassName == “MeshPart” then
  203. chil.Locked = false
  204. end
  205. if chil.ClassName == “UnionOperation” then
  206. chil.Locked = false
  207. end
  208. if chil.ClassName == “Model” then
  209. for index, childe in pairs(chil:GetChildren()) do
  210. if childe.ClassName == “Part” then
  211. childe.Locked = false
  212. end
  213. if childe.ClassName == “MeshPart” then
  214. childe.Locked = false
  215. end
  216. if childe.ClassName == “UnionOperation” then
  217. childe.Locked = false
  218. end
  219. if childe.ClassName == “Model” then
  220. for index, childeo in pairs(childe:GetChildren()) do
  221. if childeo.ClassName == “Part” then
  222. childeo.Locked = false
  223. end
  224. if childeo.ClassName == “MeshPart” then
  225. childeo.Locked = false
  226. end
  227. if childeo.ClassName == “UnionOperation” then
  228. childeo.Locked = false
  229. end
  230. if childeo.ClassName == “Model” then
  231. end
  232. end
  233. end
  234. end
  235. end
  236. end
  237. end
  238. end
  239. c = Instance.new(“HopperBin”, game:GetService(“Players”).LocalPlayer.Backpack)
  240. c.BinType = Enum.BinType.Hammer
  241. c = Instance.new(“HopperBin”, game:GetService(“Players”).LocalPlayer.Backpack)
  242. c.BinType = Enum.BinType.Clone
  243. c = Instance.new(“HopperBin”, game:GetService(“Players”).LocalPlayer.Backpack)
  244. c.BinType = Enum.BinType.Grab
  245. end)
  246. autocash.Name = “autocash”
  247. autocash.Parent = RedXGUI
  248. autocash.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  249. autocash.BackgroundTransparency = 0.5
  250. autocash.BorderColor3 = Color3.new(0.258824, 0.0901961, 0.4)
  251. autocash.BorderSizePixel = 3
  252. autocash.Position = UDim2.new(0.355140209, 0, 0.423076928, 0)
  253. autocash.Size = UDim2.new(0, 137, 0, 31)
  254. autocash.Font = Enum.Font.Gotham
  255. autocash.Text = “AUTOCASH”
  256. autocash.TextColor3 = Color3.new(0, 0, 0)
  257. autocash.TextScaled = true
  258. autocash.TextSize = 14
  259. autocash.TextWrapped = true
  260. fling.Name = “fling”
  261. fling.Parent = RedXGUI
  262. fling.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  263. fling.BackgroundTransparency = 0.5
  264. fling.BorderColor3 = Color3.new(0.258824, 0.0901961, 0.4)
  265. fling.BorderSizePixel = 3
  266. fling.Position = UDim2.new(0.693457961, 0, 0.423076928, 0)
  267. fling.Size = UDim2.new(0, 137, 0, 31)
  268. fling.Font = Enum.Font.Gotham
  269. fling.Text = “FLINGGUI”
  270. fling.TextColor3 = Color3.new(0, 0, 0)
  271. fling.TextScaled = true
  272. fling.TextSize = 14
  273. fling.TextWrapped = true
  274. fling.MouseButton1Click:Connect(function()
  275. — Made By JackMcJagger15
  276. local FlingKill = Instance.new(“ScreenGui”)
  277. local Main = Instance.new(“Frame”)
  278. local Label = Instance.new(“Frame”)
  279. local Shadow = Instance.new(“Frame”)
  280. local StartKill = Instance.new(“TextButton”)
  281. local StopKill = Instance.new(“TextButton”)
  282. local Instructions = Instance.new(“TextLabel”)
  283. local CurrentPower = Instance.new(“TextLabel”)
  284. local Recomendation = Instance.new(“TextLabel”)
  285. local NameOfGui = Instance.new(“TextLabel”)
  286. local Exit = Instance.new(“TextButton”)
  287. local UPArrow = Instance.new(“TextButton”)
  288. local DownArrow = Instance.new(“TextButton”)
  289. — Properties
  290. FlingKill.Name = “Fling/Kill”
  291. FlingKill.Parent = game.CoreGui
  292. Main.Name = “Main”
  293. Main.Parent = FlingKill
  294. Main.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  295. Main.BorderSizePixel = 0
  296. Main.Position = UDim2.new(0.702554762, 0, 0.446640313, 0)
  297. Main.Size = UDim2.new(0, 217, 0, 233)
  298. Main.Selectable = true
  299. Main.Active = true
  300. Main.Draggable = true
  301. Label.Name = “Label”
  302. Label.Parent = Main
  303. Label.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  304. Label.BorderSizePixel = 0
  305. Label.Size = UDim2.new(0, 217, 0, 27)
  306. Shadow.Name = “Shadow”
  307. Shadow.Parent = Main
  308. Shadow.BackgroundColor3 = Color3.new(0.67451, 0.694118, 0.705882)
  309. Shadow.BorderSizePixel = 0
  310. Shadow.Position = UDim2.new(0, 0, 0.115879826, 0)
  311. Shadow.Size = UDim2.new(0, 217, 0, 9)
  312. StartKill.Name = “StartKill”
  313. StartKill.Parent = Main
  314. StartKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  315. StartKill.BorderSizePixel = 0
  316. StartKill.Position = UDim2.new(0.195852548, 0, 0.227467805, 0)
  317. StartKill.Size = UDim2.new(0, 126, 0, 23)
  318. StartKill.Font = Enum.Font.Cartoon
  319. StartKill.Text = “FE Kill/Fling”
  320. StartKill.TextColor3 = Color3.new(0, 0, 0)
  321. StartKill.TextSize = 14
  322. StopKill.Name = “StopKill”
  323. StopKill.Parent = Main
  324. StopKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  325. StopKill.BorderSizePixel = 0
  326. StopKill.Position = UDim2.new(0.207373276, 0, 0.38197428, 0)
  327. StopKill.Size = UDim2.new(0, 124, 0, 23)
  328. StopKill.Font = Enum.Font.Cartoon
  329. StopKill.Text = “Stop FE Kill/Fling”
  330. StopKill.TextColor3 = Color3.new(0, 0, 0)
  331. StopKill.TextSize = 14
  332. Instructions.Name = “Instructions”
  333. Instructions.Parent = Main
  334. Instructions.BackgroundColor3 = Color3.new(1, 1, 1)
  335. Instructions.BackgroundTransparency = 1
  336. Instructions.Position = UDim2.new(0.0391705073, 0, 0.549356222, 0)
  337. Instructions.Size = UDim2.new(0, 200, 0, 32)
  338. Instructions.Font = Enum.Font.Cartoon
  339. Instructions.Text = “Just touch someone to watch the fly to their death!”
  340. Instructions.TextColor3 = Color3.new(0, 0, 0)
  341. Instructions.TextSize = 14
  342. Instructions.TextWrapped = true

Roblox AdoptMe Script Pastebin

If you are looking for the pastbin adopt me script then visit here

Final Words

We tried to give as much information as we could about Adopt Me Script in this article. If you enjoy it If you like it, please share it with others who are supporters. Keep an eye on us for other types of news.

Read also:

AAkash has been an avid gamer since he was a youngster. He enjoys spending his time evaluating and writing reviews for both video games and technological products. That is, whenever he is not too busy strolling aimlessly around the streets of Los Santos.

Leave a Comment