Advertisement
Guest User

Texting Sim

a guest
May 20th, 2019
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.69 KB | None | 0 0
  1. -- MT-API for ez bypasses credits to RAIN
  2. if not getgenv().MTAPIMutex then loadstring(game:HttpGet("https://pastebin.com/raw/UwFCVrhS", true))() end
  3.  
  4. -- Spoof our money as they only check local Leaderboards.
  5. local moneyhook = game:GetService("Players").LocalPlayer.leaderstats.Money:AddGetHook("Value", 9999999999999)
  6.  
  7. -- Buy all phones really quickly..
  8. for i = 1, 45 do    
  9.     game:GetService("ReplicatedStorage").PhoneShopBuy:FireServer(i, "jfusj )fdsklhd! =")
  10. end
  11.  
  12. -- Equip the best phone and KMS
  13. game:GetService("ReplicatedStorage").Events.PhonesEquip:FireServer(44, "sgkhsdg^4541 1")
  14. game:GetService("Players").LocalPlayer.Character.Head:Remove()
  15.  
  16. -- Remove Money Spoof
  17. moneyhook:Remove()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement