Confluent

Untitled

Mar 1st, 2016
449
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. [spoiler= Gears Online]
  2. Gears Online LVL Exploit
  3. [code]
  4. pie = game:GetService("Workspace").Scripts.AccessStats
  5. plr = game.Players.LocalPlayer.Name
  6. stats = plr.."Stats"
  7. for _,v in next, pie:GetChildren() do
  8. if v.Name == stats then
  9. v.EXP.Value = 999999
  10. end
  11. end
  12. [/code]
  13. [/spoiler]
Add Comment
Please, Sign In to add comment