Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/11/2024 in all areas

  1. The script is open source so anybody can update it. You only need to change the offsets for the latest version.
    2 points
  2. [ @_yourram ] --- if trex == nil then alert('It has to be at least 1 millisecond') return end You put 'return' here, it is wrong. 'return' statement is used to exit a function: LUA 4.4: break and return. If you want to trigger gg.prompt again, then use goto statement: ::redo:: trex = gg.prompt({'For how many milliseconds do you want to spawn trex? (1000 = 1 sec)'}, {[1]='0'}, {[1]='number'}) if trex == nil then alert('It has to be at least 1 millisecond') goto redo end --- r = { [1] = { address = v.address-offset[1], flags = 1, value = 0, name = 'Instant respawn'..i..',1' }, [2] = { address = v.address+offset[2], flags = 16, value = 0, freeze = true, name = 'Trex spawn'..i..',2' }, -- for how many milliseconds do you want to spawn trex? gg.sleep(trex[1]) [3] = { address = v.address+offset[3], flags = 16, value = 190, freeze = true, name = 'Trex spawn'..i..',2' }, You're executing a gg.sleep() function inside a table, this is wrong. You can't execute a function inside a table. What you need is to separate 'instant respawn' and 'trex spawn'. local gg = gg local s = 1136216893891 local offset = { 0x1C, 0x1C, 0x1C} local r = {} gg.searchNumber(s,32) if gg.getResultCount() == 0 then print('No results found.') os.exit() end local t = gg.getResults(10) gg.clearResults() ::redo:: trex = gg.prompt({'For how many milliseconds do you want to spawn trex? (1000 = 1 sec)'}, {[1]='0'}, {[1]='number'}) if trex == nil then alert('It has to be at least 1 millisecond') goto redo end --Applying instant respawn for i, v in ipairs(t) do r = {{ address = v.address-offset[1], flags = 1, value = 0, name = 'Instant respawn'..i..',1' }} gg.setValues(r) gg.addListItems(r) end while true do for i, v in ipairs(t) do r = {{ address = v.address+offset[2], flags = 16, value = 0, freeze = true, name = 'Trex spawn'..i..',2' }, { address = v.address+offset[3], flags = 16, value = 190, freeze = true, name = 'Trex spawn'..i..',2' }} gg.setValues(r) end gg.sleep(trex[1]) end --- *Do note that: the script above runs infinitely, you need to put some condition in order to exit it.
    2 points
  3. View File Grand Criminal Online (Reward Speed Level, Gold) Valid for 32x. Activate while in game Submitter Proejder Submitted 01/05/2023 Category LUA scripts  
    1 point
  4. Version 2.30.0

    1,049 downloads

    MOD FEATURES : CHANGE REWARD ITEM AND AMOUNT FREE UPGRADES FREE DRUGS STRAND SCORE/STAR HACK () RESOURCE MENU CAR SCRIPT MENU EPIC STRAND MENU HOW TO INSTALL AND USE THIS SCRIPT : DOWNLOAD ALL SCRIPTS MAKE SURE TO PLACE ALL DOWNLOADED FILES INSIDE OF THISE DIRECTORY (/storage/emulated/0/Download/) IF YOU PLACED FILES CORRECTLY YOU CAN NOW RUN THE SCRIPT AND USE ALL MENUS RUN THE MAIN SCRIPT ( HEMPIRE V4 ) CROSSED OUT SELECTIONS HAVE BEEN MADE VIP VERSION ONLY (DM OR COMMENT)
    1 point
  5. Like which items/special inventory? also, I noticed that the accoubt sometimes unbans itself on noxplayer with GG, however once transferred onto iPhone, the ban is in place indefinitely?
    1 point
  6. character.2.datplease someone edit back my currency to avoid ban..i cant edit back to original..
    1 point
×
×
  • 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.