- CODER NAME: John April C. Baquirin
- IF YOU HAVE ANY QUESTIONS, aDD Me https://www.facebook.com/balongee
- THANKS.
- Public Class Form1
- Dim int As Integer = 0
- -------------------------------------------------
- Private Sub Loading(ByVal sender As Object, ByVal e As Windows.Forms.WebBrowserProgressChangedEventArgs)
- ToolStripProgressBar1.Maximum = e.MaximumProgress
- ToolStripProgressBar1.Value = e.CurrentProgress
- End Sub
- -------------------------------------------------------------------------------------
- Private Sub Done(ByVal sender As Object, ByVal e As Windows.Forms.WebBrowserDocumentCompletedEventArgs)
- TabControl1.SelectedTab.Text = CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser).DocumentTitle
- ComboBox1.Text = CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser).Url.ToString
- End Sub
- ----------------------------------------------------------------------------------------------------------
- Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
- Dim Browser As New WebBrowser
- TabControl1.TabPages.Add("New Page")
- Browser.Name = "Web Browser"
- Browser.Dock = DockStyle.Fill
- TabControl1.SelectedTab.Controls.Add(Browser)
- AddHandler Browser.ProgressChanged, AddressOf Loading
- AddHandler Browser.DocumentCompleted, AddressOf Done
- int = int + 1
- CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser).GoHome()
- End Sub
- ----------------------------------------------------------------------------------------------------------------
- Private Sub AddTabToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles AddTabToolStripMenuItem.Click
- Dim Browser As New WebBrowser
- TabControl1.TabPages.Add("New Page")
- TabControl1.SelectTab(int)
- Browser.Name = "Web Browser"
- Browser.Dock = DockStyle.Fill
- TabControl1.SelectedTab.Controls.Add(Browser)
- AddHandler Browser.ProgressChanged, AddressOf Loading
- AddHandler Browser.DocumentCompleted, AddressOf Done
- int = int + 1
- CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser).GoHome()
- End Sub
- ----------------------------------------------------------------------------------------------------------------------
- Private Sub RemoveTabToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles RemoveTabToolStripMenuItem.Click
- If Not TabControl1.TabPages.Count = 1 Then
- TabControl1.TabPages.RemoveAt(TabControl1.SelectedIndex)
- TabControl1.SelectTab(TabControl1.TabPages.Count - 1)
- int = int - 1
- End If
- End Sub
- -----------------------------------------------------------------------------------------------------------------------
- Private Sub WebsitePropertiesToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles WebsitePropertiesToolStripMenuItem.Click
- CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser).ShowPropertiesDialog()
- End Sub
- ------------------------------------------------------------------------------------------------------------------------
- Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
- CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser).GoBack()
- End Sub
- -----------------------------------------------------------------------------------------------------------------------
- Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
- CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser).GoForward()
- End Sub
- ------------------------------------------------------------------------------------------------------------------------
- Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
- CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser).Refresh()
- End Sub
- ------------------------------------------------------------------------------------------------------------------------
- Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click
- CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser).Stop()
- End Sub
- ------------------------------------------------------------------------------------------------------------------------
- Private Sub Button5_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button5.Click
- CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser).GoHome()
- End Sub
- ------------------------------------------------------------------------------------------------------------------------
- Private Sub Button6_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button6.Click
- CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser).Navigate(ComboBox1.Text)
- End Sub
- ------------------------------------------------------------------------------------------------------------------------
- Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
- ToolStripStatusLabel1.Text = CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser).StatusText
- End Sub
- End Class
- ------------------------------------------------------------------------------------------------------------------------
WebSite QuOh...
Saturday 26 October 2013
Saturday 19 October 2013
Farmville 2 : Les Consommables
carré pour fer a cheval : string
sécateur pack 25 :
e_deco_horseshoegame_generic
: e_rare_pruning_shear_pack_25
bouteille de vin : string
carburant pack 50 :
e_deco_winebottles_stacked
: e_resource_biofuel_pack_50
chaise adirondack rouge : string
nourriture pack 25 :
e_deco_bbq_chair_adirondack
: e_resource_feed_bag_pack_25
piege insecte : string
sucre pack 10 :
e_deco_bugzapper_generic
: e_resource_sugar_pack_10
piscine hors sol : string
energie pack 15 :
e_deco_swimmingpool_round
: e_resource_energy_pack_15
carré pour fer a cheval : string
eau pack 50 :
e_deco_horseshoegame_generic
: e_resource_water_can_pack_50
carré pour fer a cheval : string
rapidpousse pack 50 :
e_deco_horseshoegame_generic
: e_resource_instagrow_pack_50
cerf volant floraison : string
engrais 100 :
e_deco_animated_kite_flying_yellow
: e_resource_fertilizer_bag_pack_100
carré pour fer a cheval : string
sécateur pack 25 :
e_deco_horseshoegame_generic
: e_rare_pruning_shear_pack_25
bouteille de vin : string
carburant pack 50 :
e_deco_winebottles_stacked
: e_resource_biofuel_pack_50
chaise adirondack rouge : string
nourriture pack 25 :
e_deco_bbq_chair_adirondack
: e_resource_feed_bag_pack_25
piege insecte : string
sucre pack 10 :
e_deco_bugzapper_generic
: e_resource_sugar_pack_10
piscine hors sol : string
energie pack 15 :
e_deco_swimmingpool_round
: e_resource_energy_pack_15
carré pour fer a cheval : string
eau pack 50 :
e_deco_horseshoegame_generic
: e_resource_water_can_pack_50
carré pour fer a cheval : string
rapidpousse pack 50 :
e_deco_horseshoegame_generic
: e_resource_instagrow_pack_50
cerf volant floraison : string
engrais 100 :
e_deco_animated_kite_flying_yellow
: e_resource_fertilizer_bag_pack_100
Farmville 2 cheats Ducks Watching Stations
Hey Friends,
Farmville 2 studio is very generous these days and offering too many ways to earn free farmville 2 animals. Very soon players are going to have another awesome farmville 2 animal in their farm. Next week farmville 2 is going to release farmville 2 duck watching station. The farmville 2 duck watching station is required in Farmville 2 the Great Appaloosa Logjam Week 3 Quest. Also after building farmville 2 duck watching station, players have a chance to earn baby crested duck. Following are farmville 2 cheats to build farmville 2 duck watching station so that you are prepared well in advance.
Farmville 2 duck watching station – farmville 2 cheats
Scan For: e_deco_axeinstump_generic (Chopping Block)
Change to: e_building_input_feathers
Use the following farmville 2 cheats, If you wish to remove under construction farmville 2 duck watching station
Scan for: e_building_input_feathers_construction
Change to: e_deco_inbloom_flowerbox_planter_qtsm1
Below are the farmville 2 cheats for items
farmville 2 cheats for hodgepodge glue
Scan For: e_rare_crafted_lemon_meringue_filling (Change to code and craft Lemon Meringue Filling in kitchen)
Change to: e_rare_buildable_input_feathers_part1
farmville 2 cheats for crafting pliers
Scan For: e_rare_crafted_lemon_meringue_filling (Change to code and craft Lemon Meringue Filling in kitchen)
Change to: e_rare_buildable_input_feathers_part2
farmville 2 cheats for spotting scopes
Scan For: e_rare_crafted_lemon_meringue_filling (Change to code and craft Lemon Meringue Filling in kitchen)
Change to: e_rare_buildable_input_feathers_part3
once farmville 2 duck watching station is ready, you need to collect common feathers, rare feathers and ultra rare feathers to earn this beautiful free farmville 2 animal.
Alternatively you can use following farmville 2 cheat to collect all feathers in one go and earn free farmville 2 duck
change type to Array of bytes
Scan for: 04 63 61 73 68
Change to: 04 62 61 73 68
Following are farmville 2 cheats for baby crested Cayuga duck
Scan for: e_rare_crafted_cookies_sunflower(Sunflower Cookies)
Change to: e_animal_baby_duck_crestedcayuga
farmville 2 cheats for adult crested Cayuga duck
scan for: e_deco_animated_kite_flying_green(Verdant Breath Kite)
change to: e_animal_adult_duck_crestedcayuga
change to: e_animal_adult_duck_crestedcayuga
DISCLAIMER: We are not part of Zynga. All original photos, images and articles are copyright to Zynga
aDD Me https://www.facebook.com/balongee. No copyright infringement is intended.
aDD Me https://www.facebook.com/balongee. No copyright infringement is intended.
Farmville 2 Cheats For Gaining xP and Coins
Hey Friends,
In a series of our FarmVille 2 Cheats, we are bringing you the easiest way to gain XP levels and millions of FarmVille 2 Coins using Cheat Engine. This cheat require some basic knowledge of cheat engine which is really easy to use for any tech savvy user if you are not tech savvy user still don’t get sad as we will be bringing you easy to use trainer app with nice user friendly user interface for all other users to use.
( Important Note (28 April 2013) : After Recent changes by Zynga, flash is crashing while trying to use this FarmVille 2 Cheat on Mozilla Firefox. We suggest players to use it on Google Chrome instead. Even though it is still crashing on Google Chrome you can raise level by 4-5 levels before it crashes. Secondly Before changing the code given in point (11) we suggest you to get HayWagon from General Store. but do not place it in you Farm. CHange the code and Start placing it. )
- Open FarmVille 2
- Open Cheat Engine
- Open Process and select plugin-container.exe if you are using Mozilla
- Choose ‘value type’ to ‘4 bytes’
- Scan for 45000 and change value of all whole numbers found to 1.
- Again set for new scan and choose ‘value type’ to ‘4 bytes’
- Scan for ‘2250’ and change value of all whole numbers found to ‘50000’. (Instead of 50000, you can use higher value depending upon how many ‘Hay wagons’ you have for sale and how much coins you need. The maximum limit of FarmVille 2 is 5 Million Coins)
- Again Set for new scan and Choose ‘Value Type’ as ‘Array of Byte’ from the Drop Down.
- Scan for 8D 01 00 00 01 00 00 00
- Copy all the found entries to the address list
- Change records Value to 00 01 49 02 00 00 00
If you do not want to use farmville 2 cheats codes for Level and just want to get FarmVille 2 coins, follow the steps till point (7). Instead of 50000 change value to 5 million or any amount of coin you wish to have. Use FarmVille 2 Cheats Codes for coins and get millionaire in couple of minutes. Remeber you can not have more than 5 million coins so we suggest you to go for 4 million coins only. Otherwise you will not be able to sell items and might stuck in some quests.
DISCLAIMER: We are not part of Zynga. All original photos, images and articles are
copyright to Zynga
aDD Me https://www.facebook.com/balongee. No copyright infringement is intended.
Farmville 2 Cheats For Halloween Costume
Hey Friends,
Halloween is around the corner and farmville 2 is preparing real hard for it. Releasing of new outfit for avatars and an exclusive farmville 2 animal that is crow is just one of the effects, which players are going to see in Halloween 2013. And who know maybe a bat also. Following are farmville 2 cheats for the outfits for your avatar. Go get it using our farmville 2 cheats and show it off to your neighbors and do not forget to comment and tell us which outfit you like the most.
farmville 2 cheat for Ghoulish Bride
For head
Scan For: e_deco_animated_flag_expansion
Change to: e_ac_female_hat_ghoulbrideveil
For outfit
Scan for: e_deco_animated_windchime_sun
Change to: e_ac_female_outfit_ghoulbride
farmville 2 cheat for Witch
For head
Scan For: e_deco_fence_dilapidated
Change to: e_ac_female_hat_witchhat
For outfit
Scan for: e_deco_fence_dilapidated
Change to: e_ac_female_outfit_witch
farmville 2 cheat for Ghoulish Groom
For head
Scan For: e_deco_ropes_flowering
Change to: e_ac_male_hat_ghoulhat
For outfit
Scan for: e_deco_ropes_flowering
Change to: e_ac_male_outfit_ghoul
farmville 2 cheat for Werewolf
For head
Scan For: e_deco_wanderingpig_wheelbarrow_gnome_a
Change to: e_ac_male_hat_e_ac_male_hat_werewolfhat
For outfit
Scan for: e_deco_axeinstump_generic
Change to: e_ac_male_outfit_werewolf
Farmville 2 cheat for Princess
For head
Scan For: e_deco_animated_windchime_sun
Change to: e_ac_female_hat_princesstiara
For outfit
Scan for: e_deco_pinkflamingo_generic
Change to: e_ac_female_outfit_princess
farmville 2 cheat for female pirate
For head
Scan For: e_deco_axeinstump_generic
Change to: e_ac_female_hat_piratehat
For outfit
Scan for: e_deco_axeinstump_generic
Change to: e_ac_female_outfit_pirate
farmville 2 cheat for male pirate
For head
Scan For: e_deco_butterchurn_wood
Change to: e_ac_male_hat_piratehat
For outfit
Scan for: e_deco_butterchurn_wood
Change to: e_ac_male_outfit_pirate
farmville 2 cheats for Prince
For head
Will be updated shortly
For outfit
Scan for: e_deco_general_hedge_cube_qtsm1
Change to: e_ac_male_outfit_princecharming
DISCLAIMER: We are not part of Zynga. All original photos, images and articles are
copyright to Zynga
copyright to Zynga
Farmville 2 Cheats For Toolshed
Hey Friends,
Here is another good news for farmville 2 lovers, it was long awaited after prized crops and prized farmville 2 animals. farmville 2 is soon going to release another major update and that is farmville 2 prized trees or farmville 2 heirloom trees. farmville 2 heirloom trees will produce heirloom fruits. But to get farmville 2 heirloom trees, players have to first build farmville 2 toolshed. The good news is crafting heirloom recipes will reward players with twice farmville 2 coins and XP. Not only this; heirloom trees will use 1 less water than normal farmville 2 trees.
There is so much coming up with release of farmville 2 toolshed, which is why it is delayed a little. So we are sure you have a hint of heirloom fruits that are part of the grocer task problem these days. We tried to gather as much information about farmville 2 toolshed and heirloom trees. We will update more information about farmville 2 toolshed as soon as we can.
Here is what we have gathered so far:
- Prune any tree to make them heirloom. You can prune trees using pruning shear.
- Heirloom trees use 1 less water and heirloom recipes give twice of farmville 2 coins and XP
- There will be a 4 week farmville 2 quest having farmville 2 heirloom trees and exclusive prized Grove as rewards
- After release of this update, trees will have a life cycle of regular, heirloom and elder.
- Once tree reaches elder stage, players can sell it for coins and pruning shears or move to inventory.
Following are farmville 2 cheats for farmville 2 toolshed :-
Scan for: e_deco_woodpile_log (Pile of Logs)
Change to: e_building_toolshed
Following are farmville 2 cheats for various farmville 2 groves which are going to release with farmville 2 toolshed
farmville 2 cheats for square natural grove
Scan for: e_deco_horseshoegame_generic (Horseshoe Pit)
Change to: e_building_grove_sqr_natural
farmville 2 cheats for square farmville 2 heirloom grove
Scan for: e_deco_pinkflamingo_generic (Pink Flamingo)
Change to: e_building_grove_sqr_prized
Change to: e_building_grove_sqr_prized
farmville 2 cheats for long farmville 2 heirloom grove
Scan for: e_deco_horseshoegame_generic (Horseshoe Pit)
change to: e_building_grove_long_prized
change to: e_building_grove_long_prized
ENJOY :)
DISCLAIMER: We are not part of Zynga. All original photos, images and articles are copyright to Zynga
https://www.facebook.com/balongee. No copyright infringement is intended.
https://www.facebook.com/balongee. No copyright infringement is intended.
Codes oF Farmville 2 Buildings
scan :
e_building_marketstal
replace :
e_deco_sign_crossroad
Subscribe to:
Posts (Atom)