CityVilleBot (Project DEVIL)


Join the forum, it's quick and easy

CityVilleBot (Project DEVIL)
CityVilleBot (Project DEVIL)
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
 
 

Display results as :
 


Rechercher Advanced Search

Latest topics
» Try LilyCity HD, it's a real cityville clone
PETI Plugin EmptyMon Apr 20, 2015 1:52 pm by ertyanna

» expansions cityville hack new 12/12/15
PETI Plugin EmptySat Feb 14, 2015 9:52 pm by nico

» Biohazard Problem Expansion
PETI Plugin EmptySat Nov 08, 2014 3:12 pm by CV FO LIFE

» CAN SOMEONE HELP ME?
PETI Plugin EmptySat Nov 08, 2014 3:09 pm by CV FO LIFE

» hello friends i have new update of cv bot project devil 1.10 update (2.01)
PETI Plugin EmptySat Nov 01, 2014 12:59 pm by Blue Angel

» [Resolved] codebase-php Error
PETI Plugin EmptySun Oct 12, 2014 7:22 am by nico

» -_- Which bot is now working ????
PETI Plugin EmptyThu Oct 09, 2014 7:06 pm by lobobpf6

» bot 1.2 does nt work
PETI Plugin EmptySun Aug 10, 2014 1:00 am by nathaliafariass

» COMO FUNCIONA
PETI Plugin EmptySun Aug 10, 2014 12:38 am by nathaliafariass

Affiliates
free forum


PETI Plugin

+3
surfingman
Chakal
BBDSA
7 posters

Go down

PETI Plugin Empty PETI Plugin

Post  BBDSA Thu Jun 07, 2012 10:31 am

Is this patched? It does not work for me...

BBDSA

Posts : 23
Points : 39
Join date : 2011-12-12

Back to top Go down

PETI Plugin Empty Peti misteri BotClass.php

Post  Chakal Thu Jun 07, 2012 2:10 pm

C:\Program Files (x86)\CVBot - Project DEVIL\codebase-php\BotClass.php

add to line 1014: $this->Hook('PetiMisteri');


$this->SendMsg('# Creating plugin-settings on local db file');
$this->ld->CreatePluginSettings($this);//added by Tonycell - to avoid the 1st run saving data problem
}
$this->Hook('PetiMisteri');
$this->Hook('get_inbox_requests');

$this->Hook('neighbor_list');//NeighborList
$this->Hook('pending_franchises');//Plugin Neighbors (Pending Franchise requests)



have fun.... cheers

Chakal

Posts : 23
Points : 31
Join date : 2012-03-24

Back to top Go down

PETI Plugin Empty PETI Plugin

Post  BBDSA Thu Jun 07, 2012 2:11 pm

Thank you but please explain how I would do this? Do I need a programme?

BBDSA

Posts : 23
Points : 39
Join date : 2011-12-12

Back to top Go down

PETI Plugin Empty Re: PETI Plugin

Post  surfingman Thu Jun 07, 2012 2:16 pm

BBDSA wrote:Thank you but please explain how I would do this? Do I need a programme?
For changing textfiles, you need an editor... Rolling Eyes

surfingman

Posts : 228
Points : 226
Join date : 2011-09-25

Back to top Go down

PETI Plugin Empty PETI Plugin

Post  BBDSA Thu Jun 07, 2012 2:17 pm

which one do u recommend?

BBDSA

Posts : 23
Points : 39
Join date : 2011-12-12

Back to top Go down

PETI Plugin Empty Peti misteri BotClass.php

Post  Chakal Thu Jun 07, 2012 2:52 pm

I use Adobe Dreamweaver CS5, you can ask google php editor. Rolling Eyes

Chakal

Posts : 23
Points : 31
Join date : 2012-03-24

Back to top Go down

PETI Plugin Empty Re: PETI Plugin

Post  dimi26a Thu Jun 07, 2012 2:59 pm

any object that you take with
give me an example

dimi26a

Posts : 17
Points : 27
Join date : 2012-05-25

Back to top Go down

PETI Plugin Empty Re: PETI Plugin

Post  surfingman Thu Jun 07, 2012 3:44 pm

.


Last edited by surfingman on Mon May 06, 2013 2:34 am; edited 1 time in total

surfingman

Posts : 228
Points : 226
Join date : 2011-09-25

Back to top Go down

PETI Plugin Empty Re: PETI Plugin

Post  nipunb Thu Jun 07, 2012 3:53 pm

use notepad++, its free, just search on google.....
open the botclass.php file present in codebase-php folder, with notepad++
now search for these lines:
Code:
if($this->firstrun)
      {
        $this->SendMsg('# Creating plugin-settings on local db file');
        $this->ld->CreatePluginSettings($this);//added by Tonycell - to avoid the 1st run saving data problem
      }
      $this->Hook('get_inbox_requests');

      $this->Hook('neighbor_list');//NeighborList

now add this to the 1014 line:
Code:
$this->Hook('PetiMisteri');

now it should look like this:
Code:
if($this->firstrun)
      {
        $this->SendMsg('# Creating plugin-settings on local db file');
        $this->ld->CreatePluginSettings($this);//added by Tonycell - to avoid the 1st run saving data problem
      }
      $this->Hook('PetiMisteri');
      $this->Hook('get_inbox_requests');

      $this->Hook('neighbor_list');//NeighborList

now run bot and try the plugin, it should work.....

nipunb

Posts : 362
Points : 374
Join date : 2011-10-08

Back to top Go down

PETI Plugin Empty Re: PETI Plugin

Post  helldawg Mon Jun 11, 2012 8:29 pm

This can't be used for materials can it? I have tried materials and no luck. Is there a way to get some materials that no matter how many times I have posted them on wall I don't get them?
helldawg
helldawg

Posts : 114
Points : 128
Join date : 2012-04-30

Back to top Go down

PETI Plugin Empty Re: PETI Plugin

Post  nipunb Tue Jun 12, 2012 3:38 am

helldawg wrote:This can't be used for materials can it? I have tried materials and no luck. Is there a way to get some materials that no matter how many times I have posted them on wall I don't get them?
nope, you can't get materials through any plugin.....
this plugin is just for getting coins buildings, nothing else....

nipunb

Posts : 362
Points : 374
Join date : 2011-10-08

Back to top Go down

PETI Plugin Empty Re: PETI Plugin

Post  peluillo Tue Jun 12, 2012 7:15 am

I have this hook in line 1003 exactly like your picture.. It doesn´t work for me

peluillo

Posts : 4
Points : 4
Join date : 2011-10-13

Back to top Go down

PETI Plugin Empty Re: PETI Plugin

Post  nipunb Tue Jun 12, 2012 7:43 am

peluillo wrote:I have this hook in line 1003 exactly like your picture.. It doesn´t work for me
the hook must be added on line 1014 in botclass.....

nipunb

Posts : 362
Points : 374
Join date : 2011-10-08

Back to top Go down

PETI Plugin Empty Re: PETI Plugin

Post  peluillo Tue Jun 12, 2012 11:19 am

I did it.. but still not working

peluillo

Posts : 4
Points : 4
Join date : 2011-10-13

Back to top Go down

PETI Plugin Empty Re: PETI Plugin

Post  helldawg Tue Jun 12, 2012 3:41 pm

if you put it in right above like he is telling you it works. Worked for me.
helldawg
helldawg

Posts : 114
Points : 128
Join date : 2012-04-30

Back to top Go down

PETI Plugin Empty Re: PETI Plugin

Post  nipunb Tue Jun 12, 2012 5:28 pm

peluillo wrote:I did it.. but still not working
I don't know why its not working for you, after adding the hook in botclass in correct place, everything works fine for me.....

nipunb

Posts : 362
Points : 374
Join date : 2011-10-08

Back to top Go down

PETI Plugin Empty Peti misteri BotClass.php

Post  Chakal Tue Jun 12, 2012 6:03 pm

[You must be registered and logged in to see this link.] Basketball

Chakal

Posts : 23
Points : 31
Join date : 2012-03-24

Back to top Go down

PETI Plugin Empty Re: PETI Plugin

Post  peluillo Tue Jun 12, 2012 7:23 pm

nipunb wrote:
peluillo wrote:I did it.. but still not working
I don't know why its not working for you, after adding the hook in botclass in correct place, everything works fine for me.....

The hook appears for me in line 1003. If a put in 1014 too, will work?

peluillo

Posts : 4
Points : 4
Join date : 2011-10-13

Back to top Go down

PETI Plugin Empty Re: PETI Plugin

Post  peluillo Tue Jun 12, 2012 7:28 pm

Lol.. now it´s working!!! thanks

peluillo

Posts : 4
Points : 4
Join date : 2011-10-13

Back to top Go down

PETI Plugin Empty Re: PETI Plugin

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum