Raised This Month: $51 Target: $400
 12% 

Jailbreak MOD v2.7.0 (API SUPPORT) STABLE


Post New Thread Reply   
 
Thread Tools Display Modes
Noochs
Junior Member
Join Date: Apr 2020
Old 01-15-2024 , 14:06   Re: Jailbreak MOD v2.7.0 (API SUPPORT) STABLE
Reply With Quote #371

Quote:
Originally Posted by Natsheh View Post
Probably want to use the version 1.10 you will find it here
Used version 1.10 and it wont compile jb_death_realm.sma and jb_trivia.sma
Noochs is offline
Natsheh
Veteran Member
Join Date: Sep 2012
Old 01-15-2024 , 16:02   Re: Jailbreak MOD v2.7.0 (API SUPPORT) STABLE
Reply With Quote #372

Quote:
Originally Posted by Noochs View Post
Used version 1.10 and it wont compile jb_death_realm.sma and jb_trivia.sma
Those plugins should compile fine, show the output of your compiler...
__________________
@Jailbreak Main Mod v2.7.0 100%
@User Tag Prefix 100% done !
@Mystery Box 100% done !
@VIP System 100% done !

Natsheh is offline
Send a message via MSN to Natsheh Send a message via Skype™ to Natsheh
Noochs
Junior Member
Join Date: Apr 2020
Old 01-15-2024 , 21:18   Re: Jailbreak MOD v2.7.0 (API SUPPORT) STABLE
Reply With Quote #373

Quote:
Originally Posted by Natsheh View Post
Those plugins should compile fine, show the output of your compiler...
Click image for larger version

Name:	Screenshot 2024-01-15 211506.jpg
Views:	30
Size:	96.6 KB
ID:	202859
Noochs is offline
Natsheh
Veteran Member
Join Date: Sep 2012
Old 01-15-2024 , 22:02   Re: Jailbreak MOD v2.7.0 (API SUPPORT) STABLE
Reply With Quote #374

Quote:
Originally Posted by Noochs View Post
Its obvious you're missing some includes belonging to orpheu module that is for the death_realm,

for trivia it seems you're using an old amxmodx include files....
__________________
@Jailbreak Main Mod v2.7.0 100%
@User Tag Prefix 100% done !
@Mystery Box 100% done !
@VIP System 100% done !


Last edited by Natsheh; 01-15-2024 at 22:03.
Natsheh is offline
Send a message via MSN to Natsheh Send a message via Skype™ to Natsheh
Noochs
Junior Member
Join Date: Apr 2020
Old 01-16-2024 , 18:26   Re: Jailbreak MOD v2.7.0 (API SUPPORT) STABLE
Reply With Quote #375

Quote:
Originally Posted by Natsheh View Post
Its obvious you're missing some includes belonging to orpheu module that is for the death_realm,

for trivia it seems you're using an old amxmodx include files....
All includes are from the jailbreak mod that i download from you i did fix trivia but cant get death_realm to work i download the most current orpheu any other ideas thanks

Last edited by Noochs; 01-16-2024 at 20:10.
Noochs is offline
Natsheh
Veteran Member
Join Date: Sep 2012
Old 01-17-2024 , 11:25   Re: Jailbreak MOD v2.7.0 (API SUPPORT) STABLE
Reply With Quote #376

Quote:
Originally Posted by Noochs View Post
All includes are from the jailbreak mod that i download from you i did fix trivia but cant get death_realm to work i download the most current orpheu any other ideas thanks
What gamemod are you using rehlds and regamedll or default HLDS ?

If you're using regamedll, orpheu module wont work with regamedll unless if you're using regamedll version 5.21.0.576 or earlier thus death realm wont work...
__________________
@Jailbreak Main Mod v2.7.0 100%
@User Tag Prefix 100% done !
@Mystery Box 100% done !
@VIP System 100% done !

Natsheh is offline
Send a message via MSN to Natsheh Send a message via Skype™ to Natsheh
Borhane
Member
Join Date: Jun 2017
Old 01-18-2024 , 05:52   Re: Jailbreak MOD v2.7.0 (API SUPPORT) STABLE
Reply With Quote #377

i still cant get the mod to work on defaulht HLDS with amxmodx 1.10
can you walk me through installing it like step by step on a fresh nonsteam cs
edit : mod seems to require reapi module ?

Last edited by Borhane; 01-18-2024 at 06:52.
Borhane is offline
Natsheh
Veteran Member
Join Date: Sep 2012
Old 01-18-2024 , 17:12   Re: Jailbreak MOD v2.7.0 (API SUPPORT) STABLE
Reply With Quote #378

Quote:
Originally Posted by Borhane View Post
i still cant get the mod to work on defaulht HLDS with amxmodx 1.10
can you walk me through installing it like step by step on a fresh nonsteam cs
edit : mod seems to require reapi module ?
If you want the mod to work on default HLDS you need to retrieve some signatures for functions in orpheu function folder also you need to edit some plugins and comment out the REGAMEDLL definition.

Read this...
__________________
@Jailbreak Main Mod v2.7.0 100%
@User Tag Prefix 100% done !
@Mystery Box 100% done !
@VIP System 100% done !


Last edited by Natsheh; 01-18-2024 at 17:13.
Natsheh is offline
Send a message via MSN to Natsheh Send a message via Skype™ to Natsheh
Borhane
Member
Join Date: Jun 2017
Old 01-19-2024 , 23:48   Re: Jailbreak MOD v2.7.0 (API SUPPORT) STABLE
Reply With Quote #379

i did remove REGAMEDLL from those plugins but what signatures we're talking about and how to do it exactly
Borhane is offline
Natsheh
Veteran Member
Join Date: Sep 2012
Old 01-20-2024 , 01:04   Re: Jailbreak MOD v2.7.0 (API SUPPORT) STABLE
Reply With Quote #380

Quote:
Originally Posted by Borhane View Post
i did remove REGAMEDLL from those plugins but what signatures we're talking about and how to do it exactly
Well there, if you've dig into the directory addons/amxmodx/configs/orpheu/functions you will find some files those files have some data written in them, to be more specific the data is written in JSON format, you will find inside each file there're identifiers for each special function, now the value of the identifier is usable depending on the operating system if you're using windows the value is mostly a sequence of bytes and for linux OS are usually strings, now those values helps the module(orpheu) to locate or obtain the memory address within that function so that the function can be hooked or executed,

to how to obtain those addresses you can view this tutorial by arkshine on how to scan for signatures...
__________________
@Jailbreak Main Mod v2.7.0 100%
@User Tag Prefix 100% done !
@Mystery Box 100% done !
@VIP System 100% done !


Last edited by Natsheh; 01-20-2024 at 01:06.
Natsheh is offline
Send a message via MSN to Natsheh Send a message via Skype™ to Natsheh
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 13:18.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode