Skip to content
This repository has been archived by the owner on Aug 25, 2022. It is now read-only.

corefunc.h #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions corefunc.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@

#pragma once
//Customing GrowID
string Growid_acc = "capcitest1";
string Growid_acc = "bintotest1";

//Customing Password
string Password_acc = "loler1234@";

//Customing Gmail ( At least put a random gmail. Dont add @gmail.com )
string Gmail_acc = "testgmail";
string Gmail_acc = "testg261mail";

//Customing Start From (Account)
int START_ACC = 1;
Expand Down