Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- OpenProcess("RobloxPlayerBeta.exe")
- dbvm_initialize(true)
- getApplication().Title = ""
- getMainForm():SetCaption("")
- getSettingsForm():SetCaption("")
- getMemoryViewForm():SetCaption("")
- getLuaEngine():SetCaption("")
- activateProtection()
- if (getSettings().Value["Scanfolder"] == "C:\\") then
- getSettings().Value["Scanfolder"] = "C:\\Program Files\\"
- else
- getSettings().Value["Scanfolder"] = "C:\\"
- end
- reloadSettingsFromRegistry()
- function myattach(timer)
- if getProcessIDFromProcessName("RobloxPlayerBeta.exe") ~= nil then
- object_destroy(timer)
- openProcess("RobloxPlayerBeta.exe")
- end
- end
- t=createTimer(nil);
- timer_setInterval(t,10)
- timer_onTimer(t,myattach)
- OpenProcess("RobloxPlayerBeta.exe")
- autoAssemble([[
- registerSymbol(setmembershiptype)
- label(setmembershiptype)
- aobscan(setsetmembershiptype, 55 8B EC 8B 45 08 56 8B F1 39 86 28 02 00 00 74)
- setsetmembershiptype+6:
- setmembershiptype:
- registerSymbol(guestchat)
- label(guestchat)
- aobscan(setguestchat, C3 CC CC CC CC A0 ?? ?? ?? ?? 84 C0)
- setguestchat:
- guestchat:
- ]])
- function SetBC()
- OpenProcess("RobloxPlayerBeta.exe")
- debug_removeBreakpoint('setmembershiptype')
- debugger_onBreakpoint=function()
- if EIP==getAddress'setmembershiptype'then
- hasChangedARegister=true;
- EAX=1;
- changedEAX=true;
- end;
- debug_continueFromBreakpoint(co_run);
- return 1;
- end;
- debug_setBreakpoint(getAddress'setmembershiptype');
- end
- createHotkey(SetBC, VK_F4)
- function SetTBC()
- OpenProcess("RobloxPlayerBeta.exe")
- debug_removeBreakpoint('setmembershiptype')
- debugger_onBreakpoint=function()
- if EIP==getAddress'setmembershiptype'then
- hasChangedARegister=true;
- EAX=2;
- changedEAX=true;
- end;
- debug_continueFromBreakpoint(co_run);
- return 1;
- end;
- debug_setBreakpoint(getAddress'setmembershiptype');
- end
- createHotkey(SetTBC, VK_F5)
- function SetOBC()
- OpenProcess("RobloxPlayerBeta.exe")
- debug_removeBreakpoint('setmembershiptype')
- debugger_onBreakpoint=function()
- if EIP==getAddress'setmembershiptype'then
- hasChangedARegister=true;
- EAX=3;
- changedEAX=true;
- end;
- debug_continueFromBreakpoint(co_run);
- return 1;
- end;
- debug_setBreakpoint(getAddress'setmembershiptype');
- end
- createHotkey(SetOBC, VK_F6)
- function DisableMembership()
- OpenProcess("RobloxPlayerBeta.exe")
- debug_removeBreakpoint('setmembershiptype')
- end
- createHotkey(DisableMembership, VK_F7)
- function EnableGuestchat()
- OpenProcess("RobloxPlayerBeta.exe")
- debug_removeBreakpoint('guestchat')
- debugger_onBreakpoint=function()
- if EIP==getAddress'guestchat'then
- hasChangedARegister=true;
- EAX=1;
- changedEAX=true;
- end;
- debug_continueFromBreakpoint(co_run);
- return 1;
- end;
- debug_setBreakpoint(getAddress'guestchat');
- end
- createHotkey(EnableGuestchat, VK_F8)
- function DisableGuestchat()
- OpenProcess("RobloxPlayerBeta.exe")
- debug_removeBreakpoint('guestchat')
- end
- createHotkey(DisableGuestchat, VK_F10)
- showMessage("guest talking script, enjoy.")
- showMessage("Press F4 to set your membership type to BC, then TP to the desired game.")
- showMessage("Press F5 to set your membership type to TBC, then TP to the desired game.")
- showMessage("Press F6 to set your membership type to OBC, then TP to the desired game.")
- showMessage("Press F7 to disable the membership address. (Recommended after joining a game with the desired membership")
- showMessage("Press F8 to enable guestchat, then TP to the desired game.")
- showMessage("Press F10 to disable the Guestchat address. (Recommended after joining a game.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement