View difference between Paste ID: fGp6Eg7M and 58zNraT0
SHOW: | | - or go back to the newest paste.
1-
--[[
1+
2-
1.get a cheat engine bypass
2+
3-
2.run DBVM
3+
4-
3.press cntl + alt + L
4+
5-
4.paste this script
5+
6-
5.join a ROBLOX game
6+
7-
6.hook to ROBLOX
7+
8-
7.execute script
8+
9-
8.reset
9+
10-
9.this affects all players in your game.                          --]]
10+
11
    label(start)
12
    label(cave)
13
14
    "RobloxPlayerBeta.exe"+2FB278:
15
    health:
16
17
    modecheck:
18
19
    original:
20
    cave:
21
    db FF FF FF FF FF FF FF FF FF FF FF FF FF FF
22
23
    jmp start
24
25
    "msvcrt.dll"+26C09:
26
    jmp modecheck
27
28
    start:
29
30
]]);
31
32
debugger_onBreakpoint=function()
33
    if EIP==getAddress'health'then
34
        hasChangedARegister=true;
35
        EAX=getAddress'cave';
36
        changedEAX=true;
37
    end;
38
    debug_continueFromBreakpoint(co_run);
39
    return 1;
40
end;
41
42
debug_setBreakpoint(getAddress'health');