PSO2: New Genesis Mob Vacuum Improvements & New Script Commands

The following lines have been added to config.txt:

  • 30) Entity types you would like Speeder to consider as "mobs." In general, only type "7" entities are mobs, and, thus, "7" is usually the only number you need on this line. However, if there is an entity type that should be considered as a mob, feel free to add it here. Multiple types can be included by separating each with the "|" character, such as 7|15. Entity types can be discerned with the -allent console command. "Type" is the number you want. Do not use "Type2" on this line.
  • 31) Same as line 30 but uses "type2" instead of "type" to distinguish mobs from other entities. Use the -allent console command, and you will see "type2" listed for all the entities in memory. Include any "type2" numbers here for entities you would like to be considered as mobs. Usually, the only number you need is 12632064. Multiple type2s can be included by separating each with the "|" character, such as 12632064|8194.
  • 32) A list of entity names for entities you would like to be considered as mobs. Any entity with a name matching any name on this line will be considered a mob regardless of lines 30 and 31. Separate each entity name with the "|" character, such as
    Mob Name One|Mob Name Two
    The names are case sensitive.
  • 33) A list of entity names for entities you would like Speeder to ignore. That is, any entity with a name that matches any name on this line will never be considered as a mob. Separate each entity name with the "|" character, such as
    Mob Name One|Mob Name Two
    The names are case sensitive.

The above filters can be used with the mob vacuum to only vacuum specific mobs.

The following script commands have been added:

  • "vac[mob type],[mob type2],[distance]" — All entities with a type matching "mob type" and a type2 matching "mob type2" will be vacuumed in front of your character so long as they are within "distance" of your character. Use the -allmobs or -allent console command to retrieve mob types. "Distance" is optional and can be omitted. If no matching mobs are found, the rest of the keys line will not process. Example:
    • keys=vac7,12632064|dbg % this message will appear if at least one mob is vacuumed
  • "vac % [entity name],[distance]" — All entities with a name matching "entity name" will be vacuumed in front of your character so long as they are within "distance" of your character. "Distance" is optional and can be omitted. If no matching mobs are found, the rest of the keys line will not process. Example:
    • keys=vac % Sunny|dbg % this message will appear if at least one Sunny is vacuumed

The following console commands have been added:

  • -cmd [macro/waymark commands] — Speeder will activate "macro/waymark commands" as if you had pressed a macro key with them present. This is a great way to test commands to make sure they are working correctly. You could also use this command to set variables manually. Example:
    • -cmd store % testvar,1|eq % testvar,1|dbg % this message should appear in the console

These additions require updating Speeder to version 63.

author avatar
speeder Computer Programmer
I develop undetected cheats, hacks, and bots for online games such as Final Fantasy XIV, Throne and Liberty, Black Desert Online, Lost Ark, Path of Exile, New World, Elder Scrolls Online, Albion Online, PSO2: New Genesis, Diablo IV, Fortnite, and others.
Scroll to Top