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!
- -- Made by Sam / 12packkid
- FX =function()
- local OreName ='Painite Mine'-- Put Mine Name Here
- return OreValue +(OreValue /10)*7-- Put Upgrade Formula Here
- local UpgraderName ='Suspended Refiner'
- local Limiter =1000000000000000000-- Put The Limit Here
- local Count =0
- while OreValue < Limiter do
- Count = Count +1
- print('Finished Loop!')
- print('Calculation: You can upgrade '.. OreName ..' ore '..tostring(Count)..' time(s) with a '.. UpgraderName)
- local CSTR =nil
- CSTR =tostring(Count)
- CSTR =string.sub(tostring(Count),string.len(tostring(Count))-1)
- ifstring.sub(CSTR,string.len(CSTR))'1'then
- suffix ='th'
- suffix ='st'
- elseifstring.sub(CSTR,string.len(CSTR))'2'then
- suffix ='th'
- suffix ='nd'
- elseifstring.sub(CSTR,string.len(CSTR))'3'then
- suffix ='th'
- suffix ='rd'
- else
- end
- print('Calculation: On the '..tostring(Count).. suffix ..' time (last time the ore was upgraded), the ore had a value of exactly '..tostring(OreValue))
- end
- FX()
Super Miner Hacked
Jun 24th, 2018
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
Dog Miner Hacked
- wait(1)
- while true do
- game:GetService('ReplicatedStorage').MysteryBox:InvokeServer('Magnificent')
- game:GetService('ReplicatedStorage').MysteryBox:InvokeServer('Luxury')
- game:GetService('ReplicatedStorage').MysteryBox:InvokeServer('Spectral')
- game:GetService('ReplicatedStorage').MysteryBox:InvokeServer('Inferno')
- game:GetService('ReplicatedStorage').MysteryBox:InvokeServer('Unreal')
- end)
RAW Paste Data