Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Project Slayer Inf Wen
- local wen = game:GetService("ReplicatedStorage")["Player_Data"][game.Players.LocalPlayer.Name].Yen.Value
- local args = {[1] = "transfer_money_to_money_bag",[2] = game:GetService("Players").LocalPlayer,[3] = game:GetService("ReplicatedStorage").Player_Data[game.Players.LocalPlayer.Name],[4] = wen}
- _G.infwen = true
- while _G.infwen == true do
- wait()
- local health = 333333
- local stam = 333333
- local money = -10003333
- game:GetService("ReplicatedStorage").purchase_elixirs:FireServer(health, stam, money)
- game:GetService("ReplicatedStorage").Remotes.To_Server.Handle_Initiate_S:FireServer(unpack(args))
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement