Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local vu = game:GetService("VirtualUser")
- game:GetService("Players").LocalPlayer.Idled:connect(function()
- vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
- wait(1)
- vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
- end)
- game.StarterGui:SetCore("SendNotification", {
- Title = "Gamepass Script";
- Text = "Made by tpsx_wars on tiktok";
- Duration = 8;
- })
- wait(1)
- game.StarterGui:SetCore("SendNotification", {
- Title = " Pet Simulator X";
- Text = "Mythical Hunter, Magic Egg, Pet Equip doesn't work";
- Duration = 10;
- })
- local gmppath = require(game:GetService("ReplicatedStorage").Framework.Modules.Client["5 | Gamepasses"])
- gmppath.Owns = function() return true end
- local tbl = require(game.ReplicatedStorage.Framework.Modules.Client["4 | Save"]).Get()
- tbl.Hoverboards = {}
- for i,v in pairs(game.ReplicatedStorage.Game.Hoverboards:GetChildren())do
- table.insert(tbl.Hoverboards, v.Name)
- end
- getsenv(game.Players.LocalPlayer.PlayerScripts.Scripts.GUIs.Hoverboards).Update()
- getsenv(game.Players.LocalPlayer.PlayerScripts.Scripts.GUIs.Hoverboards).Equip = function(board)
- tbl.EquippedHoverboard = board
- getsenv(game.Players.LocalPlayer.PlayerScripts.Scripts.GUIs.Hoverboards).Update()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement