Veni How do I cheat?
Reputation: 0
Joined: 23 Apr 2025 Posts: 3
|
Posted: Wed Dec 17, 2025 4:52 pm Post subject: Veni's Universal Repeater - Safe Instruction Multiplier |
|
|
Veni's Universal Repeater v6.0
Multiply any game effect safely
Description:
Stop writing manual assembly loops for Damage Multipliers, XP Multipliers, or Loot drops. This Lua extension automates the process, creating a "Repeater" cheat in your table instantly.
It analyzes the instruction before hooking it to ensure you don't break the game but still its just beginning it needs A LOT of improvements ofc.
Features:
- Instant Multipliers: Turns any instruction (e.g., add [eax], 10) into a loop that runs 2x, 5x, or 100x times.
- Safety Analysis Engine: Automatically detects and blocks unsafe hooks:
- Function Prologues (Prevents Stack corruption)
- Relative Calls/Jumps (Prevents breaking offsets)
- Return instructions
- Smart Tracer: If you try to hook a function start (Prologue), the script offers to Trace the Caller instead. It will find exactly where that function is called from, so you can hook the safe location automatically!
- Crash Protection: Uses pushad/popad (or x64 equivalent) inside the loop to prevent register corruption.
- UI Integration: Adds a dropdown menu to your Cheat Table to change the multiplier on the fly (Double, Strong,spaghetti monsterMode).
How to use:
1. Open the Lua Engine (Ctrl+L) in Cheat Engine.
2. Paste the script below.
3. Call the function with your target address:
| Code: | | addVeniRepeater("Game.exe+12345") |
4. Check your Address List! You now have a multiplier script with a dropdown menu.
| Description: |
|
 Download |
| Filename: |
VENI'S UNIVERSAL REPEATER v6.0.lua |
| Filesize: |
8.5 KB |
| Downloaded: |
9 Time(s) |
|
|