Advertisement
denissini15

Untitled

Jan 23rd, 2020
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.72 KB | None | 0 0
  1. local gameids = {}
  2.  
  3. gameids.Phantom_Forces = 113491250
  4. gameids.Arsenal = 111958650
  5. gameids.Unit = 327709123
  6. gameids.Apoc2 = 358276974
  7. if game.GameId == 184068396 then
  8.     gameids.Aegis= 184068396
  9. else   
  10.     gameids.Aegis = 1078934163
  11. end
  12. gameids.BadBuisness = 1168263273
  13. gameids.badgay = gameids.BadBuisness
  14. gameids.Eclipsis = 252475658
  15.  
  16.  
  17. if game.GameId == gameids.badgay then
  18.     loadstring [[
  19.     setting.Bindable.AutoShoot = true
  20.     setting.Bindable.calculation = true
  21.     setting.Bindable.BulletSpeed = 2100
  22.     setting.Bindable.Assist = true
  23.     ]]
  24. elseif game.GameId == gameids.Phantom_Forces then
  25.     loadstring [[
  26.     setting.Bindable.calculation = true
  27.     setting.Bindable.BulletSpeed = 2100
  28.     setting.Bindable.Assist = true
  29.     ]]
  30. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement