Advertisement
OatmealCereal

Free adopt me fly ride

Aug 19th, 2024 (edited)
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.27 KB | Gaming | 0 0
  1. -- Gui to Lua
  2. -- made by me
  3. -- Version: 3.2
  4.  
  5. -- Instances:
  6.  
  7. local mainframeohyeahhhhmoneynew821 = Instance.new("ScreenGui")
  8. local madebymoneynew821 = Instance.new("Frame")
  9. local UICorner = Instance.new("UICorner")
  10. local TextLabel = Instance.new("TextLabel")
  11. local ImageButton = Instance.new("ImageButton")
  12.  
  13. --Properties:
  14.  
  15. mainframeohyeahhhhmoneynew821.Name = "main frame oh yeahhhh moneynew821"
  16. mainframeohyeahhhhmoneynew821.Parent = game.CoreGui
  17. mainframeohyeahhhhmoneynew821.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  18.  
  19. madebymoneynew821.Name = "made by moneynew821"
  20. madebymoneynew821.Parent = mainframeohyeahhhhmoneynew821
  21. madebymoneynew821.BackgroundColor3 = Color3.fromRGB(255, 38, 251)
  22. madebymoneynew821.BorderColor3 = Color3.fromRGB(0, 0, 0)
  23. madebymoneynew821.BorderSizePixel = 0
  24. madebymoneynew821.Position = UDim2.new(0.394313306, 0, 0.316411674, 0)
  25. madebymoneynew821.Size = UDim2.new(0, 410, 0, 232)
  26.  
  27. UICorner.Parent = madebymoneynew821
  28.  
  29. TextLabel.Parent = madebymoneynew821
  30. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  31. TextLabel.BackgroundTransparency = 1.000
  32. TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
  33. TextLabel.BorderSizePixel = 0
  34. TextLabel.Position = UDim2.new(0.0804878026, 0, 0, 0)
  35. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  36. TextLabel.Font = Enum.Font.SourceSans
  37. TextLabel.Text = "By: Moneynew821 & Cutebabyelsasocute"
  38. TextLabel.TextColor3 = Color3.fromRGB(67, 252, 255)
  39. TextLabel.TextSize = 17.000
  40.  
  41. ImageButton.Parent = madebymoneynew821
  42. ImageButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  43. ImageButton.BackgroundTransparency = 1.000
  44. ImageButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
  45. ImageButton.BorderSizePixel = 0
  46. ImageButton.Position = UDim2.new(0.304878056, 0, 0.297413796, 0)
  47. ImageButton.Size = UDim2.new(0, 137, 0, 139)
  48. ImageButton.Image = "http://www.roblox.com/asset/?id=115363430949528"
  49.  
  50. -- Scripts:
  51.  
  52. local function QJJPUGI_fake_script() -- madebymoneynew821.LocalScript
  53.     local script = Instance.new('LocalScript', madebymoneynew821)
  54.  
  55.     script.Parent.Active = true
  56.     script.Parent.Draggable = true
  57. end
  58. coroutine.wrap(QJJPUGI_fake_script)()
  59. local function EIGZ_fake_script() -- ImageButton.LocalScript
  60.     local script = Instance.new('LocalScript', ImageButton)
  61.  
  62.     local button = script.Parent
  63.    
  64.     local function onButtonClick()
  65.    
  66.         local clientData = require(game.ReplicatedStorage.ClientModules.Core.ClientData)
  67.         local playerData = clientData.get_data()[tostring(game.Players.LocalPlayer)]
  68.         for i,v in pairs(playerData.inventory.pets) do
  69.             v.properties.rideable = true
  70.             v.properties.flyable = true
  71.         end
  72.         game.StarterGui:SetCore("SendNotification", {
  73.             Title = "🟢";
  74.             Text = "Executed!";
  75.         })
  76.    
  77.     end
  78.    
  79.     button.MouseButton1Click:Connect(onButtonClick)
  80.    
  81. end
  82. coroutine.wrap(EIGZ_fake_script)()
  83. local function VVKUP_fake_script() -- ImageButton.SCRipt
  84.     local script = Instance.new('LocalScript', ImageButton)
  85.  
  86.     local function callback(Text)
  87.     end
  88.    
  89.     local NotificationBindable = Instance.new("BindableFunction")
  90.     NotificationBindable.OnInvoke = callback
  91.    
  92.     game.StarterGui:SetCore("SendNotification", {
  93.         Title = "🟡🟡🟡🟢🟢🟢";
  94.         Text = "Sub to @oatmealcereal & @CindyPlayzThis";
  95.         Duration = "5";
  96.         Callback = NotificationBindable;
  97.     })
  98. end
  99. coroutine.wrap(VVKUP_fake_script)()
  100.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement