--Caprisun --https://www.youtube.com/channel/UC4uYTe7Ojk-ULWKS2DNquLA -- -- -- @@@@@@@ @@@@@@ @@@@@@@ @@@@@@@ @@@ @@@@@@ @@@ @@@ @@@ @@@ --@@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@ @@@ @@@@@@@ @@@ @@@ @@@@ @@@ --!@@ @@! @@@ @@! @@@ @@! @@@ @@! !@@ @@! @@@ @@!@!@@@ --!@! !@! @!@ !@! @!@ !@! @!@ !@! !@! !@! @!@ !@!!@!@! --!@! @!@!@!@! @!@@!@! @!@!!@! !!@ !!@@!! @!@ !@! @!@ !!@! 2 --:!! !!: !!! !!: !!: :!! !!: !:! !!: !!! !!: !!! --:!: :!: !:! :!: :!: !:! :!: !:! :!: !:! :!: !:! --::: ::: :: ::: :: :: ::: :: :::: :: ::::: :: :: :: -- :: :: : : : : : : : : : :: : : : : : :: : -- local function Create() local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/AikaV3rm/UiLib/master/Lib.lua')))() local win = library:CreateWindow("Caprisun's Money :)") local main = win:CreateFolder("Open") local Player = game:GetService("Players").LocalPlayer local current_selected = "" local current_item = nil; local current_stat = nil; main:Button("Give 10000000 money", function() local args = { [1] = "Sanctioned", [2] = -10000000, [3] = "372434240", [4] = {} } game:GetService("ReplicatedStorage").RemoteEvent:FireServer(unpack(args)) end) end Create()