Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local orecheck1 = game.Players.LocalPlayer.Resources.Alum.Value
- local orecheck2 = game.Players.LocalPlayer.Resources.Barium.Value
- local orecheck3 = game.Players.LocalPlayer.Resources.Agrinium.Value
- local Creditss = game.Players.LocalPlayer.Stats.Credits.Value
- _G.waitfororgss = false
- game:GetService"RunService".RenderStepped:Connect(function()
- if(_G.waitfororgss == true) then
- if(orecheck3 > 1500 and orecheck2 > 1500 and orecheck3 > 1500 and Creditss > 70000) then
- game.ReplicatedStorage.Remotes.BuyLightsaber:InvokeServer("Vindicator")
- game.Players.LocalPlayer.Sabers.Vindicator:Destroy()
- end else loadstring(game:HttpGet(('https://pastebin.com/raw/jZpx1fu3'),true))() end end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement