Skip to content

Instantly share code, notes, and snippets.

@DojoisNOt
Last active July 17, 2022 03:36
Show Gist options
  • Save DojoisNOt/629e73a0ecc409294b8b1f694bb2fcaf to your computer and use it in GitHub Desktop.
Save DojoisNOt/629e73a0ecc409294b8b1f694bb2fcaf to your computer and use it in GitHub Desktop.
KreekGame
local b={[1]=game:GetService("Players").LocalPlayer.PlayerGui.ShopGUI.FrameShop.UpgradesShop.SilverCoin.Purchase.Cost,[2]=game:GetService("Players").LocalPlayer.leaderstats.Cash}game:GetService("ReplicatedStorage").BuySilverCoin:FireServer(unpack(b))wait(2)game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(428,3,778)wait(1)local b={[1]=game:GetService("Players").LocalPlayer}game:GetService("ReplicatedStorage").ChangeLand:FireServer(unpack(b))print("waiting for map to load..")game.StarterGui:SetCore("SendNotification",{Title="waiting for map to load..";Text="";Duration=5})wait(5)for b,b in pairs(game:GetService("Workspace").CustomIslands.Island.MapItems:GetDescendants())do if b:IsA("ClickDetector")then fireclickdetector(b)end end;wait(1)local b={[1]=4.e+15,[2]=game:GetService("Players").LocalPlayer.leaderstats.Cash}game:GetService("ReplicatedStorage").SellLadybug:FireServer(unpack(b))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment