Advertisement
miissso

orecheck

Dec 24th, 2019
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. local orecheck1 = game.Players.LocalPlayer.Resources.Alum.Value
  2. local orecheck2 = game.Players.LocalPlayer.Resources.Barium.Value
  3. local orecheck3 = game.Players.LocalPlayer.Resources.Agrinium.Value
  4. local Creditss = game.Players.LocalPlayer.Stats.Credits.Value
  5. _G.waitfororgss = false
  6. game:GetService"RunService".RenderStepped:Connect(function()
  7. if(_G.waitfororgss == true) then
  8. if(orecheck3 > 1500 and orecheck2 > 1500 and orecheck3 > 1500 and Creditss > 70000) then
  9. game.ReplicatedStorage.Remotes.BuyLightsaber:InvokeServer("Vindicator")
  10. game.Players.LocalPlayer.Sabers.Vindicator:Destroy()
  11. end else loadstring(game:HttpGet(('https://pastebin.com/raw/jZpx1fu3'),true))() end end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement