Phinlorian

Untitled

Jun 17th, 2022
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. repeat wait(.5)
  2. for i,v in pairs(getgc()) do
  3. if typeof(v) == 'function' then
  4. pcall(function()
  5. for b,c in pairs(debug.getconstants(v)) do
  6. if c == 2.7 and b == 1 and debug.getinfo(v)['nups'] == 1 then
  7. _G.Wtf = function(mult)
  8. debug.setconstant(v, 1, 2.7 * mult)
  9. end
  10. break
  11. end
  12. end
  13. end)
  14. end
  15. end
  16. until _G.Wtf
  17.  
  18. _G.Wtf(3.0) -- change the number to increase your gain, for example 1 is normal gain. To look more legit make it 1.1-1.4
Add Comment
Please, Sign In to add comment