Advertisement
miissso

435wdfsdf

Dec 24th, 2019
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. _G.waitformoney = false
  2. game:GetService"RunService".RenderStepped:Connect(function()
  3. if _G.waitformoney == true then
  4. local Creditss = game.Players.LocalPlayer.Stats.Credits.Value
  5. if(Creditss > 90000) then
  6. _G.loop_money = false
  7. loadstring(game:HttpGet(('https://pastebin.com/raw/SUfr0181'),true))() --executes orefarm1
  8. loadstring(game:HttpGet(('https://pastebin.com/raw/qMP7VwMG'),true))() --executes orefarm2
  9. loadstring(game:HttpGet(('https://pastebin.com/raw/tzPWRQX7'),true))() --executes orefarm3
  10. end
  11. end
  12. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement