#OG_Phonehack

1 messages · Page 1 of 1 (latest)

vernal raptor
#

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 resetconfused
Github link

GitHub

A simple phone hack for lb-phone that enables police to obtain data from criminal phones - OGReaperx/OG_Phonehack

vapid gyro
#

Pretty cool idea, nice job

rigid dagger
#

This is a really solid idea! W 👏

surreal yacht
#

It should probably check to make sure the player actually has that phone but other then that pretty cool

upper geyser
#

@vernal raptor make a yseries version xD

#

lovely idea

vernal raptor
vernal raptor
vernal raptor
vernal raptor
upper geyser
vernal raptor
vernal raptor
#

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

vernal raptor
# upper geyser 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

broken phoenix
#

🔥🔥🔥

vernal raptor
# upper geyser 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

soft walrus
#

Not as elegant as an export but the database has a lock column that could be used.

vernal raptor
#

so I could potentially just force reset the lock to 0 and same with the is_setup table 🤔

vernal raptor
upper geyser
vernal raptor
vernal raptor
#

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!

primal mango
#

is there a way to hack the phone with out numbers? crims wont give u there number

vernal raptor
primal mango
vernal raptor
#

Appreciate it bro 🙏

surreal yacht
#

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

vernal raptor
surreal yacht
#

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

vernal raptor
primal mango
primal mango
primal mango
#

i copied also the code from the installtion website also

vernal raptor
vernal raptor
primal mango
vernal raptor
#

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
vernal raptor
#

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
rancid iris
#

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?

vernal raptor
rancid iris
vernal raptor
#

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.

vernal raptor
primal mango
vernal raptor
#

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

vernal raptor
#

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

download release

GitHub

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

#

OG_Phonehack