CoSMOS Gamehacking Tool

Page 1 of 1
Signup or Login to Post
[ Bug Report ] setTimer function
  • Current rank: 1 Star. Next Rank at 100 Posts.
    Send a message to Suero
    VETERAN
    Suero posted on Apr 08, 2023 10:32:48 PM - Report post
     
    I'm getting errors when trying to execute a script containing the setTimer function on the Lua Executor.

    Example below

    local timer = createTimer()

    timer.Interval = 100

    timer.OnTimer = function(timer)
    print('sim')
    end

    timer.Enabled = true


    The error is "Neo.Ironlua.LuaRuntimeException: ':Interval' not found."

  • Trainer Maker
    Send a message to 0x90
    STAFF
    0x90 posted on Apr 09, 2023 12:49:54 AM - Report post
     
    Your code looks fine. Is that on Cosmos Advanced?
  • Current rank: 1 Star. Next Rank at 100 Posts.
    Send a message to Suero
    VETERAN
    Suero posted on Apr 09, 2023 10:08:22 AM - Report post
     
    Yeah, and I'm using on version 6.1.4, afaik this bug is happening on 6.1.3 too and POTENTIALLY on 6.1.2 .
  • Trainer Maker
    Send a message to 0x90
    STAFF
    0x90 posted on Apr 09, 2023 10:28:20 AM - Report post
     
    Thank you, should be fixed in 6.1.5
  • Current rank: 1 Star. Next Rank at 100 Posts.
    Send a message to Suero
    VETERAN
    Suero posted on Apr 09, 2023 11:57:00 AM - Report post
     
    Thanks for the support 😘
Page 1 of 1
Signup or Login to Post
All times are (GMT -06:00) Central Time (US & Canada). Current time is 5:14:11 PM