Jump to content

I-Do-Trolling

Ascended
  • Posts

    39
  • Joined

  • Last visited

Posts posted by I-Do-Trolling

  1. So i this code:

    local old = gg.getRanges();
      gg.setRanges(gg.REGION_CODE_APP)
      gg.searchNumber ('360', gg.TYPE_FLOAT)
      gg.searchAddress('1C4',FFF)
      v = gg.prompt({i = "[setFov]Select a Number Between 175 and 360"}, {i = "0"})
    if v == nil then
      gg.clearResults()
      gg.toast("FoV Unchanged")
    else
      gg.getResults (5)
      gg.editAll(v["i"], gg.TYPE_FLOAT, false, gg.SIGN_EQUAL,
      0, -1)
      print("Changed FoV to:" .. v["i"])
      gg.clearResults()
      end

     

    But i wanna to turn it off 

    Can anyone help me 

  2. Do you need pastebin pro or just pastebin free

    Cuz i got this from a dude

    local key = gg.makeRequest('https://pastebin.com/raw/ZWyAaFGW%27).content

    local login = gg.prompt({"Key:"}, {[1] = 69}, {[1] = "number"})
    if login[1] == key then gg.toast('Login Successful') else
    gg.alert('Your Trial Has Expired Or Update Is Available visit: https://pastebin.com/raw/CrrGrfdj')

     

    But doestn work

    @bukandewa

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.