Roblox Miners Haven Hacked

1,333 articles with 287,903 edits 8,833 images uploaded 213 active users. ©2020 Roblox Corporation. Roblox, the Roblox logo and Powering Imagination are among our registered and unregistered trademarks in the U.S. And other countries.

Aug 16th, 2015
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. -- Made by Sam / 12packkid
  2. FX =function()
  3. local OreName ='Painite Mine'-- Put Mine Name Here
  4. return OreValue +(OreValue /10)*7-- Put Upgrade Formula Here
  5. local UpgraderName ='Suspended Refiner'
  6. local Limiter =1000000000000000000-- Put The Limit Here
  7. local Count =0
  8. while OreValue < Limiter do
  9. Count = Count +1
  10. print('Finished Loop!')
  11. print('Calculation: You can upgrade '.. OreName ..' ore '..tostring(Count)..' time(s) with a '.. UpgraderName)
  12. local CSTR =nil
  13. CSTR =tostring(Count)
  14. CSTR =string.sub(tostring(Count),string.len(tostring(Count))-1)
  15. ifstring.sub(CSTR,string.len(CSTR))'1'then
  16. suffix ='th'
  17. suffix ='st'
  18. elseifstring.sub(CSTR,string.len(CSTR))'2'then
  19. suffix ='th'
  20. suffix ='nd'
  21. elseifstring.sub(CSTR,string.len(CSTR))'3'then
  22. suffix ='th'
  23. suffix ='rd'
  24. else
  25. end
  26. print('Calculation: On the '..tostring(Count).. suffix ..' time (last time the ore was upgraded), the ore had a value of exactly '..tostring(OreValue))
  27. end
  28. FX()

Super Miner Hacked

Roblox Miners Haven Hacked
Jun 24th, 2018
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!

Dog Miner Hacked

Roblox
  1. wait(1)
  2. while true do
  3. game:GetService('ReplicatedStorage').MysteryBox:InvokeServer('Magnificent')
  4. game:GetService('ReplicatedStorage').MysteryBox:InvokeServer('Luxury')
  5. game:GetService('ReplicatedStorage').MysteryBox:InvokeServer('Spectral')
  6. game:GetService('ReplicatedStorage').MysteryBox:InvokeServer('Inferno')
  7. game:GetService('ReplicatedStorage').MysteryBox:InvokeServer('Unreal')
  8. end)
RAW Paste Data