This is a simple script that allows police to decrypt other phones ( if you have unique phones enabled ). Credit goes to @pure depot as it was his snippet originally. I just refactored it a bit, used bl_ui for fingerprint minigame, utlized ox_lib for callbacks and added the ability to have as many locations to decrypt the phone as you want ( locked to onDuty leo ). If the player fails the minigame it has a random chance to corrupt the phone forcing it to factory reset
Github link
#OG_Phonehack
1 messages · Page 1 of 1 (latest)
Pretty cool idea, nice job
This is a really solid idea! W 👏
It should probably check to make sure the player actually has that phone but other then that pretty cool
Thank you
Thank you 🙏
Thats actually a good point 🤔
I don't think yseries has the necessary exports does it?
doesnt it? 🤔
I'll have a look at their docs and see
After looking at the docs, it doesn't look like they have any exports to factory reset the phone, or reset the security of the phone
ahhh damn i see
Yeah, I double checked in their discord via a ticket and they confirmed they don't have any exports for that kind of stuff unfortunately
ahhh damn it
🔥🔥🔥
If they ever do add it then ill definitely add support for it.
Plan on doing one where players can also decrypt phones
Will add the item check as well
so I could potentially just force reset the lock to 0 and same with the is_setup table 🤔
I have a rough draft up if you want to test it for me?
Sure thing! Im just at work rn
No worries, bout to head to work myself, but dm me and we can get it tested later on
Update Version 1.0.1
- Added yseries compatibility
- Add item check which also needs the number or sim card to match the phone ( to prevent just using your own phone )
big thanks to @upper geyser for testing and helping out with it!
is there a way to hack the phone with out numbers? crims wont give u there number
With lb phone you can hover over the phone in your inventory and it'll show the attached number. Yseries I'm not sure ( I don't use it ) hence why I got circle to help with it
Ahh never new with LB I'll
Check it out btw fire 🔥 script
Appreciate it bro 🙏
Yseries just shows the imei
You could probably have it pull all of the phones from the players inventory and just give them a list to select from or just also have it work with the imei for YSeries
which is unique though isn't it? cause that's essentially what it's doing is pulling the imei number
Yah it’s unique, and then the imei is assigned to a number in the database
I think this is all from memory and it’s been a while since I used it
Yeah I'm hooking into the database for all of that, kinda need to anyway to reset the security/factory reset the phone
I’m hovering over it doesn’t show the number… im doing something wrong on my end?
Are you using lb-phone?
yes sir
i copied also the code from the installtion website also
Thats odd, you can dm me instead of clogging this up
What code? You mean you downloaded it?
just sent a friend request cant DM u
Update Version 1.0.2
- Now compatible with qb and esx ( as well as qbox )
- Now compatible with qb target
- Auto detection for framework and target
- Added boxZone usage alongside sphereZone
Version 1.0.3
- Added fetching player names in framework bridge
- New config options for webhooks
- Added discord logging for corrupting and successful unlocks
files changed
- bridge/framework/esx/server.lua
- bridge/framework/qb-core/server.lua
- bridge/framework/qbx_core/server.lua
- shared/config.lua
- server/server.lua
- server/webhook.lua ( added )
- client/client.lua
i seem to have some issues i added it to my server..changed to yphone in config as well as IMEI as stated and set laptop location but dont have any target location for some reason
running ox target and qbox
@upper geyser did you run into this issue at the start?
just throught about it is this compat with ox target?
Do you have community_bridge?
let me verify
Make sure it's my for from github, I don't think my pr has been merged yet with original
I did see you joined the discord so if you would like to continue this over there rather than clogging this up or dm me or open an issue on github, that'd be good.
whats your discord?
bio.
cant click
OG_Phonehack Version 1.0.7
- Fixed job and duty checking for real this time ( tested on qbx )
- Removed minimum grade level, instead just looks for job name
- Fixed phone corruption logic ( separate corruption chance for successful hack and failed )
- Reworked the notify to use community_bridge ( meaning more notification support )
- Fixed item checking, now makes sure the player has the phone in their inventory with the matching number they are trying to unlock
- Now supports lation_ui for input dialog as well as ox_lib
- Added new config options
- Removed dependencies as now it should support various inventories
- Removed yseries phone stuff as could never get it to do what I wanted it to do
files changed
- All files have been replaced!!!
download from the latest release
OG_Phonehack Version 1.1.0
- Input now uses the bridge ( allowing qb-menu, lation_ui and ox_lib compat )
- discord webhooks now send correct identifier data
- cleaned up some useless code
files changed
- server/webhook.lua
- server/main.lua
- client/client.lua
OG_Phonehack