Skip to content

blender

This class cannot be accessed unless you are using fantasy.blender. This class and the related functions are not in the FC2 engine. Blender however uses the FC2 Lua module and imports custom functions to allow these to exist.

This is why this class is undefined in solutions that are not Blender. This class is automatically passed as a global class in Blender. At the same time, you still have access to other modules and classes in FC2.

Please refer to the HWID Spoofing & Blender guide if you are confused about the MEM parameters.

Make Your Own Cheat

key_delete

Type

function

Parameters

  • HKEY
  • string path

val_delete

Type

function

Parameters

  • HKEY
  • string path

key_rename

Type

function

Description

Although this function is titled key_rename, it also moves keys for you.

Parameters

  • HKEY
  • string path
  • string destination_path

spoof

Type

function

Description

This generates a random value to replace the original one found in the registry key. Please refer to the HWID Spoofing & Blender guide if you are confused about the MEM parameter.

Parameters

  • MEM
  • HKEY
  • string path
  • string value_to_spoof

val_get

Type

function

Description

This reads the value of a registry key. Please refer to the HWID Spoofing & Blender guide if you are confused about the MEM parameter.

Parameters

  • MEM
  • HKEY
  • string path
  • string value

Returns

  • string/number/userdata

enum

Type

function

Description

This lists all the sub-keys within a registry key.

Parameters

  • HKEY
  • string path

Returns

  • table names of sub-keys