Jump to content
LOOKING FOR ROBLOX ASSETS? VISIT ROBLOXBAY.COM! ×
THE BEST DISCORD BACKUP BOT | PRESERVE YOUR DISCORD SERVER! ×

RobloxBay

Visit Site

FiveSecured

 

Stop shipping plaintext. FiveSecured encrypts, obfuscates, and licenses your Lua resources so customers run your work without ever holding your source.

Try for Free

Mandatti1

Snail
  • Posts

    2
  • Joined

  • Last visited

About Mandatti1

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Mandatti1's Achievements

Newbie

Newbie (1/17)

0

Reputation

  1. Hi, does anyone have the password for the exports? Or even the exports themselves?
  2. I managed to make it work here, add what mkjnjknjj99vbu9g9y did to the database: CREATE TABLE `okokBanking_transactions` ( `id` int(11) NOT NULL AUTO_INCREMENT, `receiver_identifier` varchar(255) NOT NULL, `receiver_name` varchar(255) NOT NULL, `sender_identifier` varchar(255) NOT NULL, `sender_name` varchar(255) NOT NULL, `date` varchar(255) NOT NULL, `value` int(50) NOT NULL, `type` varchar(255) NOT NULL, PRIMARY KEY (`id`) ); CREATE TABLE `okokBanking_societies` ( `society` varchar(255) NULL DEFAULT NULL, `society_name` varchar(255) NULL DEFAULT NULL, `value` int(50) NULL DEFAULT NULL, `iban` varchar(255) NOT NULL, `is_withdrawing` int(1) NULL DEFAULT NULL ); ALTER TABLE `users` ADD COLUMN `iban` varchar(255) NULL DEFAULT NULL; ALTER TABLE `users` ADD COLUMN `pincode` int(50) NULL DEFAULT NULL; Then the error "unnokowm column iban" appeared, add this line to your database: ALTER TABLE players ADD COLUMN iban VARCHAR(50) DEFAULT NULL; This should work. Ps. This is not version v2 of okokBanking.😀 Ps 2. I'm using NewQbcore, with the most up-to-date features.
×
×
  • Create New...

Important Information

By continuing on Launcherleaks.net, you agree to our Terms of Use, Guidelines & Privacy Policy